The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Cpanel Guestbook Installation and Help
Description:
This is a simple guestbook script that allows you to create a guestbook that your...
Views: 1630
Enabling register_globals.
Symptom: A client's script requires that register_globals be enabled.
Resolution: Globals...
Views: 897
HOW TO: Combat referer spam/block certain referers
Symptom: A client wishes to deny access to their site (or parts of it) when the traffic is...
Views: 950
My PHPBB forum isn't accessible.
Symptom: Client cannot access phpBB forum installation. Permissions on the forum installation...
Views: 1135
Troubleshooting CGI scripts.
One of the most common errors when working with CGI scripts is the "500 - Internal Server...
Views: 928
Using mod_rewrite and .htaccess.
Symptom: Client would like to redirect their main site to a subdomain under it. Using the...
Views: 904
What is my absolute path?
The absolute path to your user directory is
/home/yourusername
Some scripts may require...
Views: 904
What is the path to my accounts logfiles?
The path is:
/usr/local/apache/domlogs/yourdomain.com
Where "yourdomain.com" is...
Views: 881
What is the path to mysql and mysqldump?
mysql:
/usr/bin/mysql
mysqldump:
/usr/bin/mysqldump
Views: 954
What is the path to perl?
Either of the following paths are valid:
#!/usr/local/bin/perl
#!/usr/bin/perl
Views: 867
What is the path to sendmail?
The following path is valid:
/usr/sbin/sendmail
Views: 901