Displaying posts categorized under

PollMentor

Uniqueness schemes

Pollmentor stores each vote in a database table (votelog). The poll_id (always current btw – can’t vote on an inactive poll) and the voters IP are saved.
Just one vote per 24 hour is allowed per unique IP address, so before voting the system checks to see if there are any votes from this IP, on [...]

Screenshots

As for the client GUI, please run the demo
Admin GUI has not changed in version 2.0:

 

Use in your own site

Well, the meaning of PollMentor is of course for you to be able to use it on your own sites, so here’s a breif descriptions on how to do it:
Depending on whether you are using some templating engine or not it will be slightly different, but the main things for you is to do some includes [...]

File description

To give you a little idea on what each files in the download   are there for – here’s an really short description:
 

Files

template.asp

This is the template for the client GUI. For more on how the template engine works please read the related articles on templates

include_htmlgen.asp

All client side code uses objects – this is a way to abstract [...]