GpsTracker / servers / php /
@Nick Fox Nick Fox authored on 6 Jun 2014
..
images updated php site with google maps v3 and jquery 11 years ago
javascript removed adsense code from map.js in php server 10 years ago
mysql updated leaflet to 0.7.3 and fixed zoom button problem in php server 10 years ago
styles removed php_info file 11 years ago
README.md updated with quick start guide url 10 years ago
dbconnect.php updated leaflet to 0.7.3 and fixed zoom button problem in php server 10 years ago
deleteroute.php removed php_info file 11 years ago
displaymap.php updated displaymap.php to latest leaflet 10 years ago
getgpslocations.php updated leaflet to 0.7.3 and fixed zoom button problem in php server 10 years ago
getrouteformap.php removing google analytics and other cruft, renamed gps locations file 11 years ago
getroutes.php updated leaflet to 0.7.3 and fixed zoom button problem in php server 10 years ago
updatelocation.php updated updatelocation.php with proper isSet 11 years ago
README.md

The php version of GpsTracker is now updated to v3 of google maps and jquery. The database file is in the mysql directory and this needs to be installed from the command line, please read the quick start guide to see how to do that:

https://www.websmithing.com/2014/01/20/quick-start-guide-for-gpstracker-3/#phpserver

If you want to turn off the advertisement in the map, then change line 8 of google.js to disabled:

var adsense_status = 'disabled';

https://github.com/nickfox/GpsTracker/blob/master/servers/php/javascript/leaflet-plugins/google.js

If you want continue using adverstising, then change the channelNumber and publisherID on lines 186 and 187 to your own adsense information.