|
|||||||
| Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
the last samurai
Join Date: May 2002
Posts: 1,086
Rep Power: 0 ![]()
|
been trying to find a free web poll script
that holds the user from voting only once. any ideas?
__________________
![]() |
|
|
|
|
|
#2 |
|
Flash Banner Hater
|
Virtually impossible to be foolproof, I would think.
For forum polls, voting rules can probably be enforced by the forum software. For an "open" poll, a (breakable) solution is to require and use cookies, though any client-side tool the forces SESSION cookies could subvert that! One per IP would NOT work, due to ISP proxies. |
|
|
|
|
|
#3 |
|
Yarr... I be blind!
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,191
Rep Power: 80 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
you can limit to one IP within a period of 60 minutes or something, and also set a client cookie.
__________________
|
|
|
|
|
|
#4 | |
|
A Legend in Underwear
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 0 ![]() |
Quote:
__________________
Gentoo Linux - Developer (baselayout) Read my blog "I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." Stephen Roberts |
|
|
|
|
|
|
#5 |
|
DriverHeaven Junior Member
Join Date: Jul 2002
Location: Berlin, Germany
Posts: 70
Rep Power: 0 ![]() |
Try the Poll script from http://www.proxy2.de/ ... it's really nice (PHP and MySQL ist required).
__________________
My software never has bugs. It just develops random features. ° Adagios hard- and softwareconfiguration ° 3DFusion - All news around ATi, Matrox, nVidia and more! |
|
|
|
|
|
#6 | |
|
A Legend in Underwear
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 0 ![]() |
Quote:
Sometimes DB's are used where flat files should be.
__________________
Gentoo Linux - Developer (baselayout) Read my blog "I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." Stephen Roberts |
|
|
|
|
|
|
#7 |
|
Yarr... I be blind!
Join Date: May 2002
Location: Calgary, Canada
Posts: 3,191
Rep Power: 80 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Yeah, I see no need for a DB at all with just a simple poll script.
__________________
|
|
|
|
|
|
#8 |
|
DriverHeaven Junior Member
Join Date: Jul 2002
Location: Berlin, Germany
Posts: 70
Rep Power: 0 ![]() |
It is simple to use, but has many powerful features (Logging, user comments to polls, archive etc.).
__________________
My software never has bugs. It just develops random features. ° Adagios hard- and softwareconfiguration ° 3DFusion - All news around ATi, Matrox, nVidia and more! |
|
|
|
|
|
#9 | |
|
A Legend in Underwear
Join Date: May 2002
Location: Unknown
Posts: 5,255
Rep Power: 0 ![]() |
Quote:
In fact with properly structured objects you could write an entire forum using PHP without any database as it's internal data serialisation is very fast and poweful. The only thing that would be challenging would be search functions.
__________________
Gentoo Linux - Developer (baselayout) Read my blog "I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." Stephen Roberts |
|
|
|
|
![]() |
| Thread Tools | |
|
|