User CGI Guide
The business and platinum packages both include user CGI access. This means that you can use your own custom scripts.
Some of the supported languages are:
We also support PHP3 and Server Side Includes (SSI).
We can't give you complete documentation on all of these languages, but searching the web will reveal plenty of help.
If you are having trouble getting your scripts to work:
First, check to make sure that your scripts and the directory that they're in are not group or world writable. For security reasons, they must only be writable by you. To fix a script like this, type: chmod go-w script or directory
Second, make sure that you are outputting the content-type header. In Perl for example, you must print "Content-type: text/html\n\n"; before any HTML. Be sure to note the double newline characters at the end.
All text and original images copyright (C) 1998, 1999, 2005 Llama Communications call (877) 552-6220
|