My Voting Script is a simple CGI Perl script which implements a polling mechanism to be added to a Web page. After putting the question and answers in the config file, it will automatically generate the the needed form. It can be used as a standalone CGI script or as an SSI (server side include) for embedding into existing Web pages.
| Tags | Internet Web |
|---|---|
| Licenses | GPL |
| Implementation | Perl |
Recent releases


Release Notes: The look and feel was cleaned up. Font options were added in the config file to make it easier to integrate with .css or specify custom fonts.


Release Notes: This version features a complete re-write of the code. Custom HTML is no longer required. The question and valid answers are specified quickly in the config file. The question page and results page are both generated automatically. Support for FuzzyMonkey theming conventions used on the rest of our scripts was added.


Release Notes: This release incorporates major security fixes. All users are encouraged to update immediately.


Release Notes: Addition of a user-defined expire time on the IP block for multiple votes.


Release Notes: Configuration was streamlined. Bargraphs are now printed using tables with background colors instead of using picture files. Overall implementation was improved. Minor bug/appearance fixes were made.