Fernando,
It appears that one or more of your files have a problem. The text that
is showing in your chat is in this file ...libget_IP.lib.php3 and the
problem exits around line 40. You can just upload that file again and
see if it fixes it. Or, you can check the code.
Srarting around line 38, this should be the code.
case '1':
$b = ereg ("^([0-9]{1,3}.){3,3}[0-9]{1,3}", $TrueIP, $IP_array);
if ($b && (count($IP_array)>0))
{
// True IP behind a proxy
$IP = $IP_array[0];
}
else
{
My bet is that something happened to '$IP_array' . It appears that
there's a ? right before >0)) or something to that effect.
Hope that helps.
Paul
nano%40xmission.com">nano
xmission.com wrote:
>
> thanks for your help. the link is www.mayense.com/phpmychat/chat
> thanks again.
>
> Fernando
>
>
[Non-text portions of this message have been removed]
.