[quote author=DrPoppers link=board=7;threadid=351;start=0#msg2208 date=1045078591]
Just found another one for you, this one is perl though I think.
http://scripts.21stcenturyhost.net/
[/quote]
I'm trying this one, but now I'm having a problem. I thought I would inquire here before going to support, because this is more of a scripting issue (I think)
I loaded the cgi scripts/files into the directory
mainwebsite_cgi
Then I followed the instructions of the script and created a directory in the
cgi-bin called
stories.
Now, when I go to run the program, I get the following error:
Fatal Error
Could not open /home/user/cgi-bin/stories/text/genres.cgi: No such file or directory
Now, the directory structure of the script is like this:
/cgi-bin
---------/stories
--------------------/flags
--------------------/members
--------------------/templates
--------------------/text
All of the actual program files are located in the /cgi-bin/stories directory.
So, what did I do wrong?
Edited to add: Ok, I figured out where to go to change the path settings, but I guess what I need to know now, is what should my path be?