BillowVote manages an on-line image voting system. A pie or bar gif image will display the vote result on the fly. User can login and get the right to create and manage their own voting, including add, del, modify, stop..... Manage can manage all the voting topics. The voting topic can be easily controled after created. . You can also create your own vote topic from: /cgi-bin/vote.pl. It's total free!!

How do you come here?

Search Engine Links Friend Occasionally

Rating for this Resource:
Comments:


Install the vote.pl is very easy, just modify:
# You may modify the following global constant variables
$AdmDir = "/home/lqing/vote/"; #Store the admin file and total vote index, cannot be visited through WWW
$VoteDir = "/home/lqing/www/vote/"; #Store the images and results of the votes Attrib:777 (Must can be view though WWW!)

$URL_path= "http://www.uwm.edu/~lqing/vote/"; (The URL address of $VoteDir)
$CGI_path= "http://www.uwm.edu/cgi-bin/lqing/";

$AdmFile = $AdmDir."admin.dat"; #Attrib:666, you must create one in the $AdmDir directory. It's NULL.

#This file stores the total votes had beed built in the server, you must create one in the $AdmDir directory. It's NULL.
$VoteIdx = $AdmDir."vote.idx"; #Attrib:666

$AddVoteURL = "addvote.html"; #The addvote.html filename.

After you complete these modify. You can start to manage the vote system. Just login as "sysop", then you will be the manager!!!!

I will update the vote.pl recently after I find a job or start to purchase my Ph.D degree in UWM. If you want some scripts for your website, please contact me. I can do what you want.

Notes: You can use this script freely for unprofit use. Commercial using must get the permit from me!!!!

Copyright(c) 1999 by Billow