Hi all.
Looks like i got to answer some questions here:
@nyl auster: This shouldn’t be too difficult to implement. I just have very limited time at the Moment. I’ll look at it as soon as i have some spare time.
@MediaGuy: You can have a look at the voting using ajax here:
http://www.ubsarena.ch/ (right column)
@sjh_vt: The
&onevote parameter solely determines if a user should be able to vote just once or multiple times. If you set this to true, cookies will be used to allow the user from multiple voting. When setting the
&useip parameter to true, EasyPoll
additionally logs and utilizes the user ip. You could implement custom locking behavior by customizing the
lockUser and
getVotedStatus method inside the EasyPoll Class (easypoll.class.php). Subclassing and overriding would be even better...
The cookie expiration time is set in seconds.