okay I did that , now when I go to the who's online section
its still showing all the users with the same ip address
come on , we getting there, lol, what am I wrong
here is my newreply.php
if ($logip==1 or $logip==2) {
$ipaddress=iif(getenv("HTTP_X_FOWARDED_FOR")!="",g etenv("HTTP_X_FOWARDED_FOR"),$ HTTP_HOST);
} else {
$ipaddress="";
}
now here is my newthread.php
if ($logip==1 or $logip==2) {
$ipaddress=iif(getenv("HTTP_X_FOWARDED_FOR")!="",g etenv("HTTP_X_FOWARDED_FOR"),$ HTTP_HOST);
} else {
$ipaddress="";
}
-------------------------------------------------------------------------------
any suggestions,
what should my CP panel be set for ?
|