|
I have a gaming script that sniff the user's IP and put it into my database if they visit a specific page, I've been using the $_SERVER['REMOTE_ADDR'] function to do this.
But a few days ago when I check the database, all the user's IP in the IP column are the same, they all had my server IP.
The same thing also happen to my phpBB, when I check the online users, they all had the same IP.
How did this happen and how do I fix it?
Last edited by progogi; 09-19-2010 at 04:58 AM..
|