WXforum.net

Web Weather => Weather Website PHP/AJAX scripting => Topic started by: ea1hmy on July 01, 2018, 06:58:02 AM

Title: whos-online
Post by: ea1hmy on July 01, 2018, 06:58:02 AM
Hello,
I can not get the map to appear

http://www.meteotorrelavega.com/saratoga/whos-online.php

any suggestions
thank you very much
emilio
Title: Re: whos-online
Post by: saratogaWX on July 01, 2018, 10:31:26 AM
You may have updated your PHP lately.  The image with wo-worldmap is 'broken' due to a PHP error message
Quote
<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/meteotorkc/www/saratoga/whos-online/wo-worldmap.php</b> on line <b>333</b><br />

In wo-worldmap.php (and maybe others) change
Code: [Select]
while (list($numl, $line) = each($lines)) {to
Code: [Select]
foreach ($lines as $numl => $line) {to fix the code.

Title: Re: whos-online
Post by: ea1hmy on July 01, 2018, 01:15:38 PM
thank you very much
emilio :lol: =D&gt;
Title: Re: whos-online
Post by: droiddk on July 12, 2018, 01:27:04 PM
Hello,
I can not get the map to appear

http://www.meteotorrelavega.com/saratoga/whos-online.php

any suggestions
thank you very much
emilio

Watch out!

https://www.quora.com/Is-posting-someones-IP-address-on-a-website-illegal

Regards