
Billow Image Voting system V1.1
Download Billow BBS, Billow Vote, Billow Link, Billow Promote, Billow Chat room from Billow's CGI/Perl Lib
BillowVote
manages an on-line image voting system. A pie or bar gif image
will display the vote results on the fly. User can login and get
the right to create and manage their own voting, including add,
del, modify, stop..... Manager can manage all the voting topics.
The voting topic can be easily controled after being created. A demo is
hosted at http://billow.cjb.net/. You can also create
your own vote topic from: http://hostcgi.cjb.net/vote.pl. It's total free!!
The two types of image
are show below. Is it beautiful????
Installing the vote.pl is very easy, just follow these steps:
- First, make sure that your server installed GD.pm
- $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://billow.cjb.net/";(The URL address of $VoteDir)
- $CGI_path= "http://hostcgi.cjb.net/";
- $AdmFile = $AdmDir."admin.dat"; #Permission:666 #This file stores the user and password
- $VoteIdx = $AdmDir."vote.idx"; #Permission:666 #This file stores all the topics created in the server,
- Start to manager your vote. Visit: http://yourserver/cgi-bin/vote.pl, Add a new user(In New user Register): Sysop. Any password is OK! Remember the password.
- You can try to add a new vote and manage it now. You can use Sysop ID to do any operation.
Remember: One IP can vote only vote for a topic!
Notes: You can use this script freely for noncommercial objective. Commercial using must get the permission from Ying Gao!!!!
Billow's CGI/Perl Lib, Many free scripts! -- Chat room, BBS, Image Vote, Links ......
Copyright(c) 1999 by Ying Gao
