Free Hosting Tutorials

How to install Exim in Redhat Linux

What is Exim? Exim is an open source mail transfer agent (MTA), which is a program responsible for receiving, routing, and delivering e-mail messages (this type of program is sometimes referred to as an Internet mailer, or a mail server program). How to install Exim Install exim and mail switching tools # yum install exim* […]

How to check mysql connection in cpanel with PHP

How to check mysql connection in cpanel 1.Log into the cpanel. 2.Choose mysql > create a database and add the user to that database. 3.Give full previleage to that user. 4.Now upload the test.php file into the public_html with the following contents <? $hostname=”localhost”; $user=”root”; $pass=”root1?; $dbase=”emp”; $connection = mysql_connect(“$hostname” , “$user” , “$pass”); $db […]

Addon Domain problem creating the addondomain

while in earth package. Adding the domain using addon tools it through following the error message. Error from park wrapper: Using nameservers with the following IPs: 98.124.192.1,98.124.193.1,98.124.196.1,98.124.197.1,69.64.145.225 Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain to this […]

How to get out from MALWARE Issue

What is Badware? Badware is software that fundamentally disregards a user’s choice about how his or her computer or network connection will be used. Some badware is specifically designed for criminal, political, and/or mischievous purposes. These purposes might include: * stealing financial account numbers, passwords, corporate trade secrets, or other confidential information; * tricking the […]

How to add sub domain in control panel

How to add sub domain in control panel 1.Log into the hosting control panel 2.clcik on subdomain >> enter  the sub domain name >> enter the doccument root 3.Sub domain is now created.