Cf Polling – Vote System
Here is a Voting system extension which it has a customizable design. Abilities: - Drag and drop with no specific configuration
- Completely customizable design
- No database is needed
- Ability to set an expiry day to stop the polling at the end of specific period
- One vote per IP address
There 2 small tricks for this extension:
1- Do NOT forget to change the extension of your page to PHP
2- Please Make sure that the folder "polls" in folder cfPolling is writable (chmod 777) AFTER uploading the Folders and files to FTP.
(Extension is tested with WB8.1 only but i do not see any issue not to work with any other versions. Please let me know if fails for any other version)
Great extension!
Can you please tell me if this is purely cookie based? What I mean to say can a user be blocked from submitting multiple votes? If yes is this done by cookies? In that case if the user deletes his temp internet files he can post multiple votes?
Check the new Chat GPT and Malware detect extensions at the link below
Hello Prosenjeet,
It enables one vote per IP and IP address is saved to prevent multiple voting.
Script can use cookies as well as the IP address logging to help prevent multiple votes by people with dynamic IP's address but not in this version. I will be adding this feature in next version.
Reza
Web Design and Search Engine Optimisation Http://www.SEO25.com
Free URL Rate & Site Value Tool - Free Search Engine Submission!
// CF Polls v0.94
// -------------------------------
// Author: codefuture.co.uk
// Version: 0.94
// Date: 2-Jan-11
// 0.92 - Added a new Option (On by default) the script can use cookies as well as the IP address logging
// to help prevent multiple votes by people with dynamic IP's address.
So it seems that feature is already added in the original script.
Check the new Chat GPT and Malware detect extensions at the link below
me.prosenjeet wrote:Ok, I can read this in their document:
// CF Polls v0.94
// -------------------------------
// Author: codefuture.co.uk
// Version: 0.94
// Date: 2-Jan-11
// 0.92 - Added a new Option (On by default) the script can use cookies as well as the IP address logging
// to help prevent multiple votes by people with dynamic IP's address.
So it seems that feature is already added in the original script.
yes but I did this extension about a year ago for a customer and last week just downloaded this new version and didnt have a chance to test carefully and update the extension. Just Added the code and re-built. The function that I am working on now which is partly done is to give ability as admin login, check and review IPs which will also works as IP logger on the side.
Reza
Web Design and Search Engine Optimisation Http://www.SEO25.com
Free URL Rate & Site Value Tool - Free Search Engine Submission!