help with ip adresses!!!!!!!!!!!!!

Reply

Join Date: Nov 2004
Posts: 257
Reputation: sam1 is an unknown quantity at this point 
Solved Threads: 1
sam1's Avatar
sam1 sam1 is offline Offline
Posting Whiz in Training

help with ip adresses!!!!!!!!!!!!!

 
0
  #1
Jan 8th, 2005
hi guys

i have created a html and php based voting page. i want poeple to only vote once can u give me advice either i should use cookies or ip address. and if u get me started as well i will apreciate it thanks :-| :-| :-|
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: help with ip adresses!!!!!!!!!!!!!

 
0
  #2
Jan 8th, 2005
Using their IP address is generally a bad idea. This stems from the fact that not everyone has a static (permanent) IP address. People who use dial up, for instance, will not always get the same IP (in fact, it's usually different). So, what happens if you get 2, or 3 people that use the same ISP. One person votes, and gets offline. Someone else signs on, stumbles across your site, with the same IP as the first person.... they can't vote now.

Cookies are a good idea, but keep in mind that cookies can be erased/refused by the visitor. There is always a way for someone to get around it, so that they can vote more than once if they really want to.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 10
Reputation: fambi is an unknown quantity at this point 
Solved Threads: 0
fambi fambi is offline Offline
Newbie Poster

Re: help with ip adresses!!!!!!!!!!!!!

 
0
  #3
Feb 8th, 2005
I think that you should use cookies and not be fussed about repeat votes.

If someone wants to keep on revoting again and again then their love for that thing should add weight to their vote. just an opinion.
If you ever need to SMS-enable a website or application or a site for sending SMS, visit our SMS Gateway.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 37
Reputation: iwonder is an unknown quantity at this point 
Solved Threads: 0
iwonder's Avatar
iwonder iwonder is offline Offline
Light Poster

Re: help with ip adresses!!!!!!!!!!!!!

 
0
  #4
Feb 11th, 2005
Yup! me too agree with that (cookie)!

well most of the people nowadays use proxy`s too :p
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 348
Reputation: paradox814 is an unknown quantity at this point 
Solved Threads: 4
paradox814's Avatar
paradox814 paradox814 is offline Offline
Posting Whiz

Re: help with ip adresses!!!!!!!!!!!!!

 
0
  #5
Feb 14th, 2005
if you have a members section make sure they are logged in and then store in the database who has already voted
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 31
Reputation: mcldev is an unknown quantity at this point 
Solved Threads: 2
mcldev mcldev is offline Offline
Light Poster

Re: help with ip adresses!!!!!!!!!!!!!

 
0
  #6
Feb 24th, 2005
The only viable way to begin this application is with a solid data definition and schema for your Voter's database. You need to provide a User Record with such fields as Name, Address, City, State, Zip, and Telno. You may need to treat all those fields as part of an aggregate key to uniquely identify the user. Or you store Drivers License or SSN but then how will you ensure the data is valid ... you will need access to a State or Federal databse - GOOD LUCK.

Thus if your database and web app are to ever get off the ground they definitely need to be sanctioned or endorsed by political interests. Wouldn't hurt to get to know the local congressman. Key things to consider: always encrypt any sensitive user data, and generate a time sensitive key the user has to enter (for example, like the one used when you purchase tickets on TicketMaster's website ).

Note, this database has to be bullet-proof, and have plenty of statistics. At the end of the day your system will be put on trial by people that lose elections as well as proponents of other solutions. So in the final analysis if the data cannot be defended then your app is not only a liability but possibly a target for "disenfranchised" voter lawsuits. Put it this way, you dont want your app to be considered the next hanging chad.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC