How to implement a voting system

Hi all,

recently i was working on polling system for a site. the requirements for the system are - the same ip address cannot vote twice. this was easy to implement. now some people have started using proxy servers to put votes many times. how do i solve this problem?

 

 

 

 

Top