We already have a PHP implementation for geoplugin.com, you can check it on their site http://www.geoplugin.com/webservices/php#php_class
The only thing left to do is to provide a helper function to execute that code, that's all.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | geoplugin-server-based-drupal-2452375-1.patch | 8.27 KB | nikita petrov |
Comments
Comment #1
nikita petrov commentedHere is the solution. I downloaded the original file geoplugin.class.php without any changes, added one public function named "geoplugin_locate()" to geoplugin.module and wrote how to use it in Readme file. Please, review it and commit to the module. Thanks!
Comment #4
nikita petrov commentedDone and commited to the 7.x-1.1 stable release.