Tag Archive | "site"

Moving Your Site Account Server To Server

Tags: , , , , ,


This transfer only available and working properly if both server using cPanel as your control panel.

Requirements:

  • cPanel on both servers
  • WHM access on the new server (one that the accounts are being moved to)
  • Your must have root access on the new server

Instructions:
1. Log into WHM of your new server and create a new account called “MyNewAccount”, or anything else you like for that matter. Remember the FTP address, username (’MyNewAccount’, in this example), and account password. We will need these for later.



2. Log into the cPanel account you are wanting to transfer on the old server.

3. Click on “Backup >> Generate/Download a Full Backup“.

4. Once here, select the backup destination to be “Remote FTP Server” (Step 1).

5. Enter your email address for verification (Step 2), followed by all of the FTP account information for “MyNewAccount”, which we created on the new server.

- Remote Server: new server’s address (Step 3)
- Remote User: MyNewAccount (Step 4)
- Remote Password: MyNewAccount’s password (Step 5)
- Port: 21 (Step 6)

Then, click “Generate Backup“. This may take some time to backup the files, depending on how large the account is. You should receive an email provided in the above info once it is complete.

6. Now, log into SSH on your new server and type in the following commands:

cd /home/restore/public_html

ls

After running the list command above (ls), you should see the tar file of the account on the old server. This means that you have successfully sent the file via FTP to your new server.

7. Now move the tar file to your new server’s /home directory with the following command:

mv tar_file_name /home

8. Now, log into WHM on your new server and navigate to “Backup >> Restore a Full Backup/cpmove file

Once here, you should see the old account’s username under “Possible cpmove archives found:”.

If you do not, log back into SSH and be sure that the account’s tar file has been moved into /home.

9. Type in the account name in the text field in WHM, which is proceeded by “Enter the username for the account you wish to restore:”.

10. Click “Restore“.
11. Repeated process for additional accounts.

That’s all there is to it! You are done and enjoy your new server.Good luck!

Popularity: 80% [?]

How To Block Website On Internet Explorer 7

Tags: , ,


Want to block certain website from other user who using your computer.

We use internet explorer version 7.0 for this tutorials.

1.Go to Tools >> Internet Options.

2.Popup window should opened,click on Content tab >> Choose enable.

3.New popup windows opened again, click Approved Site >> Enter website address >> Click Never

After list added you should have screen like below.

4.Still on same windows,click General tab

Tick both “User Options” then create supervisor password with click “Create Password

New window popup should opened for password.

5.You are done,close all windows by clicking OK button.

Popularity: 17% [?]