How To Install CPANEL on your VPS
1.Create a new VPS with vps.cpanel 2.Select the ips you want to use in that VPS and the dns servers. 3.Install the OS eg.centos 4.Select the Space / Memory / CPU 5.Now the VPS is ready 6.Go in ssh and do the following steps: mkdir /home/cpins cd /home/cpins wget http://layer1.cpanel.net/latest sh latest Now the cpanel […]
How to check mysql connection
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 […]
How to check Feedback or Contact forms using CDOSYS
1.Log into the control panel >> mail > create a test mail account 2. Log into FTP > test > asp > download test_mail.asp 3.Open test_mail.asp using any editor,give the mail id. 4.NOw upload that test_mail.asp into the httpdocs folder. 5.Call it from the browser as http://domainname/test_mail.asp 6.A Page opens,Choose email tab >> give the […]
How to move ftp backup from one account to another account through cpanel
Hi, 1. Login to cpanel 2. Click Backup 3. Click Download or Generate Full Website backup 4. Next page enter the follwing details >> Backup Destination : Select Remote FTP Server (Passive Mode Transfer) >> E-mail id : enter your e-mail id to intimate backup completion >> Remote Server (FTP/SCP only) […]
How to view PHP information of a website/Server
1. Just Follow the below steps to view PHP information and Addons in the server 2. Create a new file name info.php and add the below line on the file using any TEXT editor. <?php phpinfo(); ?> 3. And upload it to your hosting account 4. Your info.php page should have only line of code […]