You are here: Portal Home > Knowledgebase > Scripting (HTML, PHP, Perl/CGI)
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
Can I do basic http authentication through php?
Yes, HTTP authentication works fine through PHP.
Views: 59
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: 60
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: 52
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: 50
How do I make changes to php settings?
Please login to your control panel and click on "security notes" in front of PHP4 Version in the...
Views: 54
How do I provide streaming - Audio / Video ?
We DO NOT have Real Audio server software running on our servers. However, you can stream Real...
Views: 57
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 place...
Views: 56
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: 54
I want my HTML pages be parsed by PHP engine. How can I do it?
In order to parse HTML pages by PHP engine, you need to add the following line in the .htaccess...
Views: 53
I want to use php sessions without cookies?
This is a development issue and is explained in the php manual:http://www.php.net/sessionThere...
Views: 55
Is php5 available? How do I use php5 alongside php4?
All shared servers have php5 along with php4. New servers are being setup with PHP5 as default...
Views: 57
php modules are installed on servers?
Here is a brief list of php4 modules that come standard with our shared/sdx/reseller...
Views: 67
PHP4 end of life announcement, what do I need to do?
php.net has posted this announcement 13-Jul-2007:Today it is exactly three years ago since PHP 5...
Views: 56
Unable to delete files created by Perl scripts
You may find that you are unable to modify or delete files or folders which were created by a...
Views: 54
What are some basic software paths?
Sendmail: /usr/lib/sendmailPerl5: /usr/bin/perlServerpath: /home/username/public_htmlRoot path:...
Views: 52
What are valid file extensions I can use for PHP scripts?
The valid file extensions for PHP scripts are listed below, one of these file extensions must be...
Views: 58
What is path to Perl?
The path to Perl on all of our servers is:
/usr/local/bin/perl
Note that this is the common...
Views: 53
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...
Views: 51
What is phpsuexec?
Phpsuexec is a deprecated feature in cPanel where php is setup as cgi instead of apache module....
Views: 53
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 of...
Views: 50
What is the path to my cgi-bin directory?
The path to the cgi-bin directory on all HostRocket accounts is:...
Views: 57
What is the path to my home directory?
When you configure a cgi script for any server, it may ask you to set variables such as the...
Views: 55
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: 55
What is the path to sendmail?
Some programs such as the ones, which send email will need to know where the Sendmail program...
Views: 51
What is the path to Sendmail?
The path to Sendmail on all of our servers is:
/usr/sbin/sendmail
Views: 54
What version of Perl is HostRocket running?
As of this writing almost all of our servers are currently running Perl version 5.8.8. If you...
Views: 56
Where do I place CGI scripts?
Although you can place cgi scripts in random directories throughout your site, it's best if you...
Views: 54
Where should I put my Perl scripts?
Here at HostRocket Perl scripts (*.pl, *.cgi files) can be executed from any location within...
Views: 51
Why do I get the 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: 53
Powered by WHMCompleteSolution