Client Login

Knowledgebase

The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.

Search

Articles

Article Can I do basic http authentication through php?
Yes, HTTP authentication works fine through PHP.
Views: 2909
Article Can I run PHP scripts anywhere on my site?
Yes, PHP scripts do not have to reside in a particular directory and will run anywhere on your...
Views: 3094
Article How do I change File Permissions?
If you're new to scripting, or getting the dreaded "Internal Server Error" when you try to run a...
Views: 3218
Article How do I edit the text of my web page?
If you have a web page created by someone else, you can edit the text easily. Here's how: 1....
Views: 3224
Article How do I make changes to PHP settings?
You need to use your own php.ini file in the folder where the PHP script executes. For more...
Views: 3489
Article How do I provide streaming - Audio / Video ?
We DO NOT have streaming server software running on our servers. However, you can progressively...
Views: 3195
Article How do I stream RealMedia content using HTTP?
1. Upload your encoded RealAudio or RealVideo files (files with the .ra or .rm extensions) to...
Views: 3111
Article How do I use get_browser functions in my php?
get_browser is a php function that tells what the user's browser is capable of [1]. You can...
Views: 4072
Article I am using php4, is there any problem using php5 for my applications?
This can be correctly answered by the developer/vendor of your web applications. If they say...
Views: 3898
Article I have two index files under public_html. Apache is picking one with the .html extension. How can I change its order?
Apache's 'DirectoryIndex' directive is used for this purpose. On our servers we have 'index.html...
Views: 3150
Article I want my HTML pages to be parsed by the PHP engine. How can I do it?
In order to parse HTML pages by the PHP engine, you need to add the following line in the...
Views: 3591
Article I want to use php sessions without cookies?
This is a development issue and is explained in the php manual: http://www.php.net/session...
Views: 3103
Article Is php5 available? How do I use php5 alongside php4?
All Jaguar shared servers have php5 along with php4. New servers are being setup with PHP5 as...
Views: 16564
Article What are some basic software paths?
Sendmail: /usr/lib/sendmail Perl5: /usr/bin/perl Serverpath: /home/username/public_html Root...
Views: 3406
Article What are some basic SSI tags/features?
Include a document inside another !--#include file="file.html"-- (relative path) !--#include...
Views: 3432
Article What are valid file extensions for PHP scripts?
The valid file extensions for PHP scripts are listed below. One of these file extensions must be...
Views: 3134
Article What is PHP and how do I use it?
PHP is a powerful server-side scripting language that can be used to extend the functionality of...
Views: 3004
Article What is phpsuexec?
Phpsuexec is a deprecated feature in cPanel where PHP is setup as CGI instead of apache module....
Views: 3598
Article What is SSI (Server Side Includes) and how can I use it?
Server Side Includes (SSI) is a feature of CGI that enables you to dynamically insert a piece...
Views: 3073
Article What is suPHP? What is being changed from phpsuexec to suPHP? How to use PHP 4 or PHP 5 on CleoHost shared servers?
suPHP is a tool for executing PHP scripts with the permissions of their owners. Phpsuexec also...
Views: 3317
Article What is the path to my home directory?
When you configure a script for any server, it may ask you to set variables such as the base,...
Views: 3142
Article What is the path to perl?
One of the first things you must do when configuring a script, is set the correct path to the...
Views: 3162
Article What is the path to sendmail?
Some programs such as the ones which send email will need to know where the Sendmail program...
Views: 3494
Article Where do I place CGI scripts?
Although you can place cgi scripts in random directories throughout your site, it's best if you...
Views: 3507
Article Which PHP modules are installed on servers?
Here is a brief list of PHP 4 modules that come standard with our shared/SDX/reseller servers:...
Views: 3289
Article Why do I get "Warning: I am able to write to the configuration file: /path/to/configure.php"?
This is because of the secure php environment on our servers (phpsuexec). This usually happens...
Views: 3305