https://github.com/bmlt-enabled/bmlt-geo-patch
https://github.com/bmlt-enabled/bmlt-geo-patch
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmlt-enabled/bmlt-geo-patch
- Owner: bmlt-enabled
- Created: 2018-05-23T14:15:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T14:22:26.000Z (about 8 years ago)
- Last Synced: 2025-12-04T06:34:44.701Z (7 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bmlt - bmlt-geo-patch - tool to help patch up any potential bad geocoding in your bmlt server. (BMLT (Basic Meeting List Toolbox))
README
# bmlt-geo-patch
*Backup your database, the maintainers of this script cannot be held responsible for things that could go wrong.*
This will patch up any potential bad geocoding. You will need to set 3 configuration values at the top of index.php.
```php
$table_prefix = ""; // database prefix for your MySQL sever
$google_maps_api_key = "";
$root_server = "";
```
Once you are ready run it
`php index.php`
You will get a list of `UPDATE` queries to run on your root server MySQL. Run them.