How to allow unregistered users to vote on a photo?

Phoca Gallery - image gallery extension
ankoch
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 20 Sep 2010, 14:19

How to allow unregistered users to vote on a photo?

Post by ankoch »

How to allow unregistered users to vote on a photo?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post 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
If you find Phoca extensions useful, please support the project
ankoch
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 20 Sep 2010, 14:19

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

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post 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
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post 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
If you find Phoca extensions useful, please support the project
Post Reply