|
Hello.
I want to try somethink for school and write the school paper.
We have some PHP voting script. The script is secured for one vote per day with REMOTE_ADDR which means IP of the client which is voting and locked for 24h.
So my question is how to change REMOTE_ADDR in header without use of a proxy site. I tried proxy site, it work perfectly, but i want to do it like this.
I read somewhere that the HTTP header must be changed. I dont know much about it .
Any help will be great ! THANKS
|