GpsTracker / servers / php /
@Nick Fox Nick Fox authored on 12 May 2014
..
images updated php site with google maps v3 and jquery 11 years ago
javascript updated maps.js file and removed deleteRoute test dialog box 10 years ago
mysql finally got google adsense working with leaflet on php server 11 years ago
styles removed php_info file 11 years ago
README.md updated with instructions on how to disable advertising 10 years ago
dbconnect.php finally got google adsense working with leaflet on php server 11 years ago
deleteroute.php removed php_info file 11 years ago
displaymap.php updated displaymap on servers with message about maps 11 years ago
getrouteformap.php removing google analytics and other cruft, renamed gps locations file 11 years ago
getroutes.php removed php_info file 11 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. 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.