Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stopping Cheaters

Status
Not open for further replies.

Montroze

Technical User
Apr 20, 2001
113
CA
Say you have a page where people can add thier site and then thier users can vote on its popularity, is thier away to stop cheaters, that disable cookies(fix-only allow only cookie users)to allow only 1 vote per hour from an IP(fix-IP checker), anyway to stop dial-up that uses a different IP every connection? and/or is thier any other tricks people can use to get around the cookie&ip checks.

 
From what I know of, there isn't a real sure fire way from stopping those "cheaters"...
Even if you use cookies, they can just clean out their cache and revote again, if you use IP address then they can just dial-up again and revote...but you can make it harder for them by using both techinques...use cookies and IP logs...
There is another way: via the use of session variables, they are stored on the server and not the user PC (from what I know of, I may be wrong) so they can't just clear their cache or redial-in again...and you can specify when you want the session variables to expire...
BTW, session varaibales are used via coldfusion... I have not failed; I merely found 100,000 different ways of not succeding...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top