I am working on a website that has car profiles. There is also rating involved for each profile. Now is there is any good approach to have authentic voting system without making user register?
for example.
there is a profile named 350Z Nissan
. Now users would be allowed to rate it. How can I avoid Fake rating?
I thought that I should save IP address along with rating but what if there is single computer at home and many people use it?
What would you do ?