Hard Light Productions Forums

Off-Topic Discussion => General Discussion => Topic started by: Megadude on August 07, 2002, 10:03:08 am

Title: A Question
Post by: Megadude on August 07, 2002, 10:03:08 am
How do u install a cgi script?
Title: A Question
Post by: DragonClaw on August 07, 2002, 10:17:38 am
Get a server that supports cgi... open up the zip the script comes in, open the readme... follow directions.
Title: A Question
Post by: an0n on August 07, 2002, 10:51:02 am
Make sure your server/website supports CGI and what restrcitions it puts on them (some only lets you run cgi scripts in /cgi-bin ) then upload the .cgi file and use an FTP program to CHMOD (change file permissions) to 755 or 777 (lets people read and execute the script). Do the same thing for .php, .pl and all manner of different scripts.