开放投票系统应该采取什么方法
我正在开发一个包含汽车简介的网站。每个配置文件还涉及评级。现在有什么好的方法可以在不让用户注册的情况下拥有真实的投票系统吗?
例如。
有一个名为 350Z Nissan
的配置文件。现在用户可以对其进行评分。我如何避免虚假评级?
我认为我应该将 IP 地址与评级一起保存,但是如果家里只有一台计算机并且很多人使用它怎么办?
你会怎么办 ?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这些都是很好的开始步骤:
您可能无法做更多的事情,您也可以使用cookie并创建
pseudousers
(它会过滤掉“蹩脚的用户”),但它很容易解决。Those are good steps to start:
You probably can't do anything more, you may also use cookies and create
pseudousers
(it'll filter out "lame users") but it's easy to work around.四件事
我认为上面已经涵盖了所有内容 - 如果我遗漏了某些内容,请告诉我..
four things
I think all covered in above - let me know if I am missing something..