Search the Knowledgebase |
Browse by Category |
|
|
|
View Articles by Category |
|
There are no sub categories
|
Glossary and Terminology
|
There were 388 articles found in this category:
What is an inode
The internal structure that describes an individual file. An inode contains file size and update information, as well as the addresses of data blocks, or in the case of large files, indirect blocks that, in turn, point to data blocks. One inode is required for each file. inode would include any ...
What is a sitemap ?
Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL (when it was last updated, how often it usually ch ...
oscommerce
osCommerce (“open source Commerce”) is an e-commerce and online store-management software program. It can be used on any web server that has PHP and MySQL installed. It is available as free software under the GNU General Public License.
FTP (File Transfer Protocol)
A very common method of moving files between two Internet sites. FTP is a special way to login to another Internet site for the purposes of retrieving and/or sending files. There are many Internet sites that have established publicly accessible repositories of material that can be obtained usin ...
Do you offer Mssql with any of your hosting plans ?
Currently we do not offer support for Microsoft SQL or ms sql on shared hosting. You can have this feature as an addon license to a windows dedicated server plan. Please contact our sales department for more information.
MBString
Multibyte String Functions Multibyte character encoding schemes and their related issues are fairly complicated, and are beyond the scope of this documentation. Please refer to the following URLs and other resources for further information regarding these topics. For information visit php.net
403 Error
Resolving 403 errors - general You first need to confirm if you have encountered a "No directory browsing" problem. You can see this if the URL ends in a slash '/' rather than the name of a specific Web page (e.g. .htm or .html). If this is your problem, then you have no option but to access in ...
PHP5 and mysqli
Cpanel 11 is configured with php5 and mysqli
Mysql
The MySQL® software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. MySQL is a registered trademark ...
Bandwidth
The difference between the highest and lowest frequencies available for network signals. The term is also used to describe the rated throughput capacity of a given network medium or protocol. In short, bandwidth is a loose term used to describe the throughput capacity (measured in Kilobits or Me ...
CAPTCHA: Telling Humans and Computers Apart Automatically
A CAPTCHA is a program that protects websites against bots by generating and grading tests that humans can pass but current computer programs cannot. For example, humans can read distorted text as the one shown below, but current computer programs can't more information located at http://www.cap ...
Anonymous FTP
Anonymous File Transfer Protocol allows the public to log into an FTP server with a common login (usually "ftp" or "anonymous" and any password (usually the person's e-mail address is used as the password). Anonymous FTP is benefitial for the distribution of large files to the public, avoiding t ...
Custom Error Pages
A custom error page is a feature of most Web server software that allows you to replace default error messages with ones you create.
Apache Handlers
This is how Apache knows how to handle a particular file, such as handling a CGI script. You can create your own handler, such as forcing the PHP processor to parse all HTML files. Although this is not recommended, it is possible.
cgi-bin
The most common name of a directory on a web server in which CGI programs are stored. The 'bin' part of 'cgi-bin' is a shorthand version of 'binary', because once upon a time, most programs were referred to as 'binaries'. In real life, most programs found in cgi-bin directories are text files, s ...
What is CGI ?
The most common way to create dynamic content is to use CGI (Common Gateway Interface), which is the web server that executes a program generating an HTML page as output. There are two methods used to pass information (such as the content of the input fields in a form) to the program: GET and P ...
CGI (Common Gateway Interface)
A set of rules that describe how a Web Server communicates with another piece of software on the same machine, and how the other piece of software (the 'CGI program') talks to the web server. Any piece of software can be a CGI program if it handles input and output according to the CGI standard. ...
chmod
The change mode command, which is only used on UNIX systems. It changes or sets the permission of a file or a directory. You can chmod an FTP program or you can also make these changes with our File Manager available in cPanel. Typical Permissions: 777 - (on our servers should be set to 755 or 6 ...
Binary mode
method of transferring binary files with an FTP client.
Cert or certificate
An SSL certificate or Secure Socket Layer certificate is protocol used to ensure secure transactions between web servers and browsers.
|