binarymaster / 3WiFi

3WiFi Wireless Database
https://3wifi.stascorp.com/
Apache License 2.0
236 stars 88 forks source link

Notice: Undefined index.php #68

Closed leakedsources closed 2 years ago

leakedsources commented 4 years ago

Hi I tried both php versions 5 and 7 but still have problems Please give me the php version you used and more details

Notice: Undefined index: uselocation in index.php on line 149
Notice: Undefined index: lat in index.php on line 151
Notice: Undefined index: lon in index.php on line 152
Notice: Undefined index: rad in index.php on line 153
Notice: Undefined index: lat in index.php on line 155
Notice: Undefined index: lon in index.php on line 156
Notice: Undefined index: rad in index.php on line 157
leakedsources commented 4 years ago

no one is answer?

mitya12342 commented 3 years ago

These are notices about non existing cookies, everything completely fine about them (besides of clogging logs).

I got script running on windows with XAMPP of PHP 5.6.38 Apache 2.4.34 MariaDB 10.1.36. (no luck with php7 linux deployment for now though) Things to beware of:

Had some fun trying to run this script correctly My only problem for now is randomly hanging geolocation script which is not crucial in my case Good luck!