How to allow unregistered users to vote on a photo?
-
ankoch
- Phoca Newbie

- Posts: 6
- Joined: 20 Sep 2010, 14:19
How to allow unregistered users to vote on a photo?
How to allow unregistered users to vote on a photo?
- Jan
- 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?
Hi, for now there is no such option, see the forum where this is explained (problems with identifying users on a website)
Jan
Jan
If you find Phoca extensions useful, please support the project
-
ankoch
- Phoca Newbie

- Posts: 6
- Joined: 20 Sep 2010, 14:19
Re: How to allow unregistered users to vote on a photo?
Jan thanks for the reply
Where? Advice please. Search returned no results.see the forum where this is explained (problems with identifying users on a website)
- Jan
- 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?
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
Jan
If you find Phoca extensions useful, please support the project
- Jan
- 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?
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
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