O
old.Nugit
Guest
Hello everybody... I'm new on this forum and on BarrysWorld histing service... I had a site on a other provider and just move it to BarrysWorld to having more efficient PHP scripts... and now, one of my script isn't working... This script has just one line and is used for me to not count my own visit on my site... here is the line :
setcookie ("AAAAA", "aaaa", time () + 86400, "/", $SERVER_NAME);
then on my welcome page, I watch the AAAAA variable and if it exists, I don't change the visit's counter. The problem is since I'm on BarrysWorld server, my counter is incremented on each visit.
If someone could help me, please ...
setcookie ("AAAAA", "aaaa", time () + 86400, "/", $SERVER_NAME);
then on my welcome page, I watch the AAAAA variable and if it exists, I don't change the visit's counter. The problem is since I'm on BarrysWorld server, my counter is incremented on each visit.
If someone could help me, please ...