Mar 27
Steps
  1. Set the following in the “Add a New Email Account” section:
    • E-mail - Enter the name of the email account you want to create. This will be the username such as info@domain.com. Select the domain you want to use for the email account from the drop down menu.
    • Password - Enter the password you want to use for the new email account.
    • Mailbox quota (optional) - Enter the amount in megabytes you want set for the amount of disk space allocated to the new email account.
  2. Click on the Create button.
  3. You will see the following confirmation:
    • “The e-mail account EMAIL_ACCOUNT with the login USERNAME+DOMAIN_NAME and password PASSWORD with a quota of MEGABYTES Megabytes was successfully created.”
  4. Click on the Go Back link.
  5. You should now see your new email account in the four-column “Current Accounts” table, listed under the “Account” column. The “Current Accounts” table provides the following information:
    • Account - The email accounts and their associated email addresses you have created.
    • Access Webmail - You can directly access the associated email account via the available web based email clients.
    • Usage - This entry shows you how much disk space the associated email has used.
    • Functions - The drop down menu provides several options for managing the associated email account as shown below:
      • Delete - This option will delete the associated email account.
      • Change Quota - This will allow you to change the amount of disk space allocated to the associated email account.
      • Change Password - This will allow you to change the password of the associated email account.
      • Configure Mail Client - This will allow you to automatically configure your desktop mail client using the associated email account information, login, password and email address.
Feb 18

phpBB is a PHP/MySQL Based Bulletin Board. To learn more about phpBB, visit http://phpbb.com/.

Installation

NOTE: Before you attempt to install the phpBB, make sure you read the License Terms shown on the page.

Steps
  1. Set the following information:
    • Admin User - Enter the username you want to use for the administrator’s username.
    • Admin Pass - Enter the password you want to use for the administrator’s password.
    • Email - Enter the email address you want to use for the administrator’s contact information.
    • Installation URL - Select the domain you want to install the E107 on from the drop down menu. By default, the directory it will be installed in is pre-populated. You can change the directory to meet your specific needs.
  2. Click on the Install button.
  3. You should see the following statement:
    • “Done! You can access your new addon at URL_LOCATION”

NOTE: After you have successfully installed your script, the system will tell you how many you have installed on the main page of your cPaddons scripts listing page.

Managing

After you have installed phpBB on your account, it will show the version number you have installed.

Steps
  1. Located to the right of the listed installation URL is a “Rearrange” link. If you click on the Rearrange link, it will allow you to move or copy the installation to another domain and directory of your choice.
  2. To move or copy the installation, select the domain you want to install phpBB on from the drop down menu. By default, the directory it will be installed in is pre-populated. You can change the directory to meet your specific needs.
  3. Click on either the Move or Copy radio button.
  4. Next, click on the Perform Move/Copy button.

Uninstall

If you have installed phpBB on your account, you can uninstall the software at anytime.

Steps
  1. Select the install you want to remove from the drop down menu.
  2. Click on the Uninstall button.
Feb 18

You can set any of your subdomains to point to a different location on your web site or server. For example, if we want support.cpx3demo.com to point to our sales page, we can setup a subdomain redirection and have it point to www.cpx3demo.com/sales.html or any url that’s specific to our needs.

Managing Subdomain Redirection

Steps
  1. Assuming you have created a subdomain, view the “Subdomains” table as described in Step 5 of the Subdomains document.
  2. Find the subdomain you want to manage (setup) a redirection for in the table.
  3. Click on the Manage Redirection link in the Actions column.
  4. The subdomain you are using will be listed. You will see “http://” entered by default in the text box. Enter the domain or location you want the subdomain to be redirected to when visitors go to the subdomain you are using.

NOTE: You do not have to include the “http://” in your redirection url.

  1. Click on the Save button.
  2. The next page will state “YOUR_SUBDOMAIN is currently being redirect to: THE_LOCATION_YOU_ENTERED.”
  3. Click on the Go Back button.
  4. When the page loads, find the subdomain you are using and you should see “redirected to THE_LOCATION_YOU_ENTERED” displayed in the “Redirection” column.

Disable Subdomain

Steps
  1. Assuming you have created a subdomain, view the “Subdomains” table as described in Step 6 of the Subdomains document.
  2. Find the Subdomain you want to manage (setup) a redirection for in the table.
  3. Click on the Manage Redirection link in the Actions column.
  4. The redirect you previously created the Subdomain should be entered by default in the text box. Click on the Disable Redirection button.
  5. The next screen will state “Redirection has been disabled on “YOUR_SUBDOMAIN!”
  6. Click on the Go Back link to view details on your SubDomain.
Feb 18

A subdomain is a domain using your main domain and a prefix name. As an example, let’s say our main domain is cpx3demo.com. We want to create a domain for our support department and direct visitors to a separate area on our web site. Our subdomain would use “support” as the prefix and “cpx3demo.com” as the main domain. The example of putting these two together are shown below:

EXAMPLE: support.cpx3demo.com

Consider a subdomain a url for any area on your web site. You can create the prefix as any name you want based on your own personal preferences.

Creating A Subdomain

Steps
  1. Enter the prefix you want to use for the subdomain in the “Subdomain” text box. Based on our example above (support.cpx3demo.com), we would enter “support” as the “Subdomain” prefix.
  2. Once you place your cursor in the “Document Root” text box, it will automatically fill in the location of your subdomain. cPanel will use the prefix you chose in Step 1 above and add it to the root path, ie. “public_html/PREFIX” or in our example, it would be “public_html/support.”If you want to specify a particular location other than what cPanel automatically enters for you, modify the path according to your specific needs.
  3. Once you have completed the above, click on the Create button.
  4. The next screen will indicate if your subdomain was created successfully. Click on the Go Back button to return to the previous page.
  5. When the page loads, you will see a table with your newly created subdomain containing the following information, split into five columns:
    • Subdomains - This entry will be the “Prefix” you chose in Step 1 above.
    • Root Domain - This entry will be the domain used when creating your subdomain.
    • Document Root - This entry will be the “Document Root” path created in Step 2 above.
    • Redirection - If you have setup a redirection on the subdomain you are viewing, the “Redirection” column will state “redirected to PATH YOU ENTERED.” To learn how to setup redirection on your subdomain, view the Manage (Setup) Subdomain Redirection document.
    • Actions - You have two choices:
      • Manage Redirection - Click on this option to manage the redirection for the subdomain.
      • Remove - Click on this option to remove the subdomain from the system completely.
Feb 08

WordPress

Overview

WordPress is a PHP/MySQL based blog you can use on your web site for blogging. To learn more about WordPress, visit http://wordpress.org/.

Installation

NOTE: Before you attempt to install the WordPress, make sure you read the License Terms shown on the page.

Steps
  1. Set the following information:
    • Admin User - Enter the username you want to use for the administrator’s username.
    • Admin Pass - Enter the password you want to use for the administrator’s password.
    • Email - Enter the email address you want to use for the administrator’s contact information.
    • Installation URL - Select the domain you want to install the E107 on from the drop down menu. By default, the directory it will be installed in is pre-populated. You can change the directory to meet your specific needs.
    • Table Prefix - The table prefix is used when the software creates a MySQL database. You can leave it as default or modify the table prefix according to your specific needs.
    • MySQL DB - You can create a new database specifically for this installation or choose another database for this installation. Select which one you want to do from the drop down menu.
  2. Click on the Install button.
  3. You should see the following statement:
    • “Done! You can access your new addon at URL_LOCATION”

NOTE: After you have successfully installed your script, the system will tell you how many you have installed on the main page of your cPaddons scripts listing page.

Managing

After you have installed WordPress on your account, it will show the version number you have installed.

Steps
  1. Located to the right of the listed installation URL is a “Rearrange” link. If you click on the Rearrange link, it will allow you to move or copy the installation to another domain and directory of your choice.
  2. To move or copy the installation, select the domain you want to install WordPress on from the drop down menu. By default, the directory it will be installed in is pre-populated. You can change the directory to meet your specific needs.
  3. Click on either the Move or Copy radio button.
  4. Next, click on the Perform Move/Copy button.

Uninstall

If you have installed WordPress on your account, you can uninstall the software at anytime.

Steps
  1. Select the install you want to remove from the drop down menu.
  2. Click on the Uninstall button.

Feb 07

Using The File Manager

Overview

The File Manager is a tool you can use to navigate your way through your web hosting account and view directories, create directories (folders), uploade/delete/view/edit files, view the size of your directories/files, rename files/directories, and see the permissions of your files/directories.

At the top of File Manager you will see “Current Directory” and the path to the current location you are viewing on your web hosting account. Underneath the “Current Directory” display is a “Go Up One Dir” link. You can click on the “Go Up One Dir” link at any time to move up a directory regardless of your current location.

When the File Manager tool loads you will see a four-column table consisting of the following information:

  • Type - This entry contains an icon representing a directory, folder, file, or image.
  • File - This entry shows the name of the associated directory or file.
  • Size - This entry shows the size of the associated directory or file.
  • Mode - This entry shows the permissions of the associated directory or file.

To navigate from one directory to another, find the directory you want to ascend into in the “File” column. Then click on the Folder icon in the “Type” column for the associated directory you want to ascend.

To use the file or directory, click on the directory/file name in the “File” column. A set of tools will be displayed in the top-right corner of the File Manager screen. View your options below:

Tools For Directories

  • Delete this folder and all files under it
  • Change Permissions
  • Rename Folder
  • Copy this folder
  • Move this folder

Tools For Files

  • Show File Contents
  • Delete File
  • Change Permissions
  • Rename File
  • Copy File
  • Move File

Also available is a trash can icon. If you have deleted any files on your web hosting account, you can click on the trash can icon to empty the deleted files.

At the top of the table there are three options you can choose:

  • Upload files
  • Create a New Folder
  • Create a New File

Back To Article Index

Feb 07

Using Web Disk

Overview

The Web Disk allows you to easily drag and drop files to your hosting account. You can create a Web Disk login and access your Web Disk below. Once your Web Disk is configured, you can then drag and drop files to it just like they are part of your home computer. You can also navigate through the files in your hosting account just as you do the files on your local computer. Web disks are relative to your account’s home directory. The “house” icon signifies your home directory.

By default, your cPanel account username will have a Web Disk login account already created. The default login gives you access to all directories in your web hosting account. To skip over how to create a web disk account, click on the Access Web Disk button in the “Access Web Disk” column. It should be the only entry in the “Web Disk Account Management” table shown at the bottom of the page. Also, you may want to read the Accessing and Using Web Disk section below.

Create A Web Disk Login Account

  • Enter the username you want to use for the new web disk account in the “Login” text box.
  • Select the domain you want to use for the web disk account from the drop down menu.
  • Enter the password you want to use for the web disk account in the “Password” text box.
  • Once you place your cursor in the “Directory” text box, the system will automatically fill in the path to a directory using the “public_html” directory and the username you entered in Step 1 above. You can modify the directory path and name according to your own specific needs. However, if this is your first time using Web Disk, you may want to leave it as default until you are comfortable using the Web Disk feature in cPanel.
  • Click on the Create button.
  • You will see the following statement:
    • “ACCOUNT_LOGIN has been given Web Disk access.”
  • Click on the Go Back link.
  • When the page loads, you will see a four-column table consisting of the following information:
    • Login - This entry contains the login account username.
    • Directory - This entry contains the path to the directory associated with the Web Disk login account.
    • Access Web Disk - Click on the Access Web Disk button to use the “Web Disk” program.
    • Actions - The “Actions” column provides two features:
      • Change Password - Click on the Change Password link to modify and change the password for the associated Web Disk login account.
      • Delete - Click on the Delete link to remove the Web Disk login account from the system.

Accessing and Using Web Disk

  • When the page loads, select the operating system you are using to view Web Disk from one of the available drop down menus.
  • The “SSL” option is checked by default. If you prefer not to use a secure SSL connection, click on the SSL (Recommended) checkbox.
  • Then click on the Go button.
  • Follow the on-screen instructions for accessing Web Disk based on the operation system you chose in Step 1 above. Each operating system has its own set of instructions for accessing Web Disk. If you have problems or need further assistance accessing Web Disk from your computer, please contact your hosting provider’s support department.