
|
Posted by Support |
Post Reply | Main Forum | |||
|
Downloaded PERL 5.005 from http://www.activestate.com
Choose extension plx for perl CGI script. Server: Microsoft-IIS/3.0
1) Create master configuration dir
2) Access http://domain/cgi-bin/anyboard.plx/?cmd=sinfo&all=1 command
D:\iis\www is the top level web directory $abmain::fix_top_dir="d:/iis/www"; $abmain::fix_top_url="http://domain";
3) With IIS4, we can create forums via web interface, for IIS3,
At the command prompt: cd d:\iis\www
Note this corresponds to a forum with virtual path equal to /anyboard/
4) Now we have setup all the directories, we can login the forum as
The admin login page show up, login with
5) At the amdin panel
6) change admin name/password
|