Page 1 of 1

How to allow unregistered users to vote on a photo?

Posted: 20 Sep 2010, 14:21
by ankoch
How to allow unregistered users to vote on a photo?

Re: How to allow unregistered users to vote on a photo?

Posted: 20 Sep 2010, 18:04
by Jan
Hi, for now there is no such option, see the forum where this is explained (problems with identifying users on a website)

Jan

Re: How to allow unregistered users to vote on a photo?

Posted: 21 Sep 2010, 17:18
by ankoch
Jan thanks for the reply
see the forum where this is explained (problems with identifying users on a website)
Where? Advice please. Search returned no results.

Re: How to allow unregistered users to vote on a photo?

Posted: 22 Sep 2010, 14:58
by Jan
Hi, I don't know exactly the place, I have explained it many times so it will be stored in more topics, try to search the terms and combination of these terms: "unregistered" "users", "vote", "images", "photos", "rating", etc.

Jan

Re: How to allow unregistered users to vote on a photo?

Posted: 14 Feb 2011, 18:34
by Jan
Hi, the problem with rating is not only coding problem (in fact it is easy). It is an identifying problem, you can identify users if they are logged in but you cannot if they are not :-(

You can make some specific code which will store the ip, browser, etc and make some ID for the user, but:

- it does not work, it can be really easy hacked
- it takes so much resources on the server that the site will slow down and maybe stop working :-(

Some things are not so easy as they appear :-(

In these days, security and performance cannot be ignored :-(

Jan