 | UBB: Domain of sender address username@web0x.fluxservices.com does not exist | |
 | UBB allows you to put a path to sendmail or the name of a SMTP server. Switch to mail.yourdomain.com for the smtp server and this should correct the problem. |
|
 |
 | Can you write a script for me? | |
 | We do not write scripts but will be more than happy to guide you in the right direction. Most of the time the script you have in mind has already been created by someone. A great source for scripts are http://www.cgi-r |
|
 |
 | Where should I put CGI scripts? | |
 | CGI scripts can be placed in any directory on your account. They are typically placed into the cgi-bin directory for consolidation. Be sure to follow the instructions for the script you are uploading regarding setting permissions on the files and folders |
|
 |
 | Error 500 - Internal Server Error | |
 | This can be due to several factors. The first thing to check is that the permissions on the file and all relative files to it are set to 755 which you can set in your FTP client or in SSH via chmod.
When multiple files are selected for a permission cha |
|
 |
 | Where can I get other CGI Scripts? | |
 | Some great sites for downloading scripts...
http://www.CGI-Resources.com
http://www.CGIDir.com |
|
 |
 | What version of Perl is installed? | |
 | You can view the version of Perl that is installed by opening up the control panel and in the lower left corner is the Perl Version. |
|
 |
 | Unable to include potential exe | |
 | [Mon March 13 12:11:27 2009] [error] [client XX.XX.XX.XX] unable to include potential exec “/cgi-bin/script.cgi” in parsed file “/public_html/file.html”
Including executables are no longer allowed by default. IncludesNOEXEC is now the default, |
|
 |