Links
  - PHP Scripts
  - PERL Scripts
  - Website Templates
  - Cheap Domain Name Registrations
  - Domain Name Registration FAQs
   
Applications
  - AceFTP
  - VisualRoute

   

 

  
 

   

Tools

The Tools area contains a large number of different utilities, from web site statistics to pre-installed CGI scripts and shopping carts, to Frontpage™ Extensions and OpenPGP keys.

 

Tools

Topics
   

Web / FTP Statistics

Statistics icon The Web / FTP Statistics area presents you with a wide variety of information about your web site, from the latest visitors to a detailed monthly summary of hits, as well as providing an error log. Use the Statistics tools to keep track of what pages are being visited most often, and where they are being referred from.

For more information about exactly what these web site statistics actually mean, refer to the following excellent articles:

 

Statistics

Topics
   

Analog

Analog icon The Analog reporting tools presents the most comprehensive coverage of web server statistics available for your web site using cPanel. Refer to the following links for more information about the Analog tool:

To use the Analog tool:

  1. Click on the Analog link in the Web / FTP Stats area.

  2. Click on the month that you are interested in.

  3. You are now presented with the Web Server Statistics page for your web site. You can browse the report online, or print it for more detailed perusal offline. Take your time - there is a lot of information available.

 

Using the Analog tool

Topics
   

Webalizer

Webalizer icon The Webalizer tool creates a graphical summary display of usage of your site. This is useful to give you a quick and clear overview of your web site activity.

To use Webalizer:

  1. Click on the Webalizer link in the Web / FTP Stats area.

  2. Browse the results.

Topics
   

Latest visitors

Latest Visitors icon This quick tool lists the last 300 visitors that have visited your site in the last 24 hours. Note that visitors are defined as requests from servers, not individual people.

To view the most recent visitors:

  1. Click on the Latest Visitors link in the Web / FTP Stats area.

  2. Browse the results. You can click on the Referrer link to open the referring site page, or click on the URL link to open the file that was requested.

Topics
   

Bandwidth

Bandwidth icon The Bandwidth tool generates an overall summary of the amount of bandwidth that your site is using. This is generated from HTTP traffic (looking at your web site, downloading files, etc.) and possibly FTP traffic. However, this does not include any other type of traffic, the most notable of which is POP3 - email. Depending on what files you send and receive through e-mail, this amount could be considerable. Contact your hosting administrator if you want to check how much bandwidth you are using.

To check how much bandwidth is being used:

  1. Click on the Bandwidth link in the Web / FTP Stats area.

  2. Browse the results.

Topics
   

Error Log

Error Log icon The error log contains all HTTP errors that occur when visitors attempt to view your site, such as requested files not found, etc. The Error Log tool is a presentation of the last 300 entries in your error log. A central use of this tool is to locate suspicious server activity, such as attempted virus attacks. Please contact your hosting administrator if you have concerns about activity in your error logs.

To check your error log:

  1. Click on the Error Log link in the Web / FTP Stats area.

  2. Browse the results.

Topics
   

Chat Room

Chat Room icon Chat rooms are scripts that allow any number of logged-in users to have a typed, real-time, on-line conversation. There are several pre-installed chat scripts available:

  • Entropy Chat - a simple chat script that offers basic features.

  • Melange Chat System - a Java chat script that offers more advanced features.

  • phpMyChat - a PHP/mySQL chat combination with a number of features.

Which script you choose is entirely up to you. As always, if the available script are inappropriate, there are many free and chargeable scripts available on the Internet.

Topics
   

Entropy Chat

Chat Room icon Entropy Chat is a simple chat script that offers basic features.

To install Entropy Chat:

  1. Click on the on the Chat Room link in the Tools area.

  2. Copy and paste the displayed HTML code in the Install Entropy Chat section into your web page. Feel free to alter the appearance of the form as required.

  3. Upload your page and test the script.

Topics
   

Melange Chat System

Chat Room icon The Melange Chat System is a Java chat script that offers a number of advanced features. The steps below are only for installation - for more information detailed information about using the Melange Chat System, please refer to the user guide.

To install Melange Chat System:

  1. Click on the on the Chat Room link in the Tools area.

  2. Copy and paste the displayed HTML code in the Install Java Chatroom section into your web page as a link.

  3. Upload your page and test the script.

Topics
   

phpMyChat

Chat Room icon phpMyChat is a PHP chat room script that uses a mySQL database to store information. Refer to the phpMyChat home page for more information about this script.

To install phpMyChat:

  1. Click on the on the phpMyChat Room link in the Tools area.

  2. Enter the directory in which to install phpMyChat in the available field. This must be a top-level directory on your site.

  3. Enter the administrator's user name and password in the Admin Username and Admin Password fields.

  4. Click on the Install button button.

  5. Click on the entry page link to go to the new chat room.

Topics
   

CGI Scripts

CGI Center icon This CGI Center area allows you to use some pre-installed CGI scripts through cPanel. This section contains information about using these scripts, as well as using CGI scripts in general.

 

CGI Scripts

Topics
   

Introduction to CGI

CGI Center icon CGI (Common Gateway Interface) is a standard for running external programs from a Web server. CGI allows the returned HTML page to be dynamic - for example, with a CGI script you could access information in a database and format the results as part of an HTML page. Not surprisingly, CGI scripts are very popular and used extensively throughout the World Wide Web.

There are a number of very good introduction to CGI documents available on the Web. The information given below is a summary of the most important points to remember when using CGI. Please refer to the following for a more in-depth introduction:

Key points to bear in mind when using CGI scripts:

  • The pre installed scripts available through cPanel are the easiest to use, but if a certain script does not do exactly what you want, feel free to look for better scripts on the Web. You can usually find a script to do almost anything, especially if you are prepared to pay.

  • Read all available documentation on a particular script before using it. This will help avoid most problems.

  • CHMOD ("Change Mode") means change the permissions on a particular file (usually the script itself). The cPanel File Manager allows you to quickly do this, as do most FTP tools.

  • Important - after uploading cgi-bin scripts, CHMOD to 755 (unless the script documentation specifically states otherwise). For example, you need to CHMOD the pre-installed cPanel CGI EMail scripts to 755 to use them properly.

  • Many scripts need to know the path to Perl (scripting language engine) and to sendmail (HTTP mail engine). You can find this information on the front page of cPanel.

  • Make sure you test your scripts repeatedly! Testing is vital to make sure everything is working to your satisfaction.

Topics
   

Simple CGI Wrapper

CGI Wrapper icon The CGI Wrap script creates a scgi-bin folder at the public_html level of your web site. This allows you to run scripts with your own user ID.

The advantage of this is that you can run scripts that have the same permissions that you do - you can write, edit, and delete files as you normally do. In a regular cgi-bin folder, you can only do this if you set your directory permissions to 777 (world access) and file permissions to 666, both of which are quite dangerous as anyone can now modify your web site.

The disadvantage of this is that if there is a security breach in your script that another person can exploit, they have access to your site in the same manner that you do - they can do anything. However, as long as the scripts you run in the scgi-bin directory are secure, you have nothing to worry about.

Be sure to read the CGI Wrap user guide for more detailed information on using CGI Wrap.

For a more detailed description of the distinction between normal and wrapped cgi, refer to this article.

To install the Simple CGI Wrapper:

  1. Click on the Simple CGI Wrapper link in the CGI Center area.

    Your scgi-bin folder has now been set up. All cgi scripts that you would like to run under your own user ID should be placed in this folder.

Topics
   

Random HTML

Random HTML icon This simple script allows you to insert random pieces of text into your web page. This is useful for daily quotes, helpful hints, or any other place where random text is useful.

To install the Random HTML script:

  1. Click on the on the Random HTML link in the CGI Center area.

  2. Enter each piece of random text in the box and make sure you put each piece of text on a new line. You can not include new paragraphs within the one piece of text, as the script will separate each new paragraph into a new piece of text.

  3. Copy and paste the tag at the top of the page into your web page at the appropriate place.

  4. Change your web page extension from .htm or .html to .shtml. This is the required file extension to use SSI (Server Side Includes).

  5. Click on the Save button button.

  6. Upload the web page and test the script.

Topics
   

Guestbook

Guestbook icon This is a simple guestbook script that allows you to create a guestbook that your visitors can sign. You can modify the appearance of the guestbook, and view and manage guestbook entries.

Note: A more advanced guestbook, with many more features, is also available. However, this does take more time to set up, and requires some mySQL knowledge.

To create a guestbook:

  1. Click on the Guestbook link in the CGI Center area.

  2. Copy and paste the HTML code at the bottom of the page to your web page. Feel free to alter the appearance of the form - as long as all the fields are available, the script will still work correctly.

    This is the minimum you need to do to get the script working - upload the file, and you're finished. Refer to Modifying the guestbook template if you need to customize the appearance of the guestbook.

  3. Upload the finished HTML page to test the script.

Topics
   

Modifying the guestbook template

You can modify the appearance of your guestbook template at any time.

To modify the guestbook template:

  1. Click on the Guestbook link in the CGI Center area.

  2. Click on the Edit Guestbook Template link.

  3. Copy and paste any HTML code that you want into the template to alter it's appearance.

    Warning: Make sure you do not delete the <cgi> tag. This will cause the script to stop working.

  4. Click on the Save button button.

  5. Upload the finished HTML page.

Topics
   

Viewing the guestbook

You will want to be able to view your guestbook once visitors start leaving comments. You can keep the guestbook private, or you can set it up so that anyone can view the guestbook.

To view the guestbook:

  1. Click on the Guestbook link in the CGI Center area.

  2. Click on the View Guest Book link.

  3. You can now view the guestbook. If you want to make the guestbook available to anyone, open the viewing page in its own frame (right-click in Internet Explorer).

  4. Copy the URL show in your browser when viewing the guestbook and make it a link on the same page as the sign-in form.

Topics
   

Managing the guestbook

You may want to delete entries in your guestbook, either when the page gets too large or if you do not want to keep certain entries. This is easily handled through cPanel.

To view the guestbook:

  1. Click on the Guestbook link in the CGI Center area.

  2. Click on the Manage Guest Book link.

  3. Click on the Delete This Entry link above any entry that you no longer want.

Topics
   

Advanced Guestbook

Advanced Guestbook icon The Advanced Guestbook script offers more features than the Guestbook script by using PHP and a mySQL database.

Refer to Managing the Advanced Guestbook if you need to manage your Advanced Guestbook after it has been set up.

To install the Advanced Guestbook script:

  1. Click on the Advanced Guestbook link in the CGI Center area.

  2. Enter the directory in which to install the Advanced Guestbook in the available field. This must be a top-level directory on your site.

  3. Click on the Install button button.

  4. Click on the available link to change the admin password on the site.

Topics
   

Managing the Advanced Guestbook

You can manage all aspects of each Advanced Guestbook that has been set up at any time.

To manage an Advanced Guestbook:

  1. Click on the Advanced Guestbook link in the CGI Center area.

  2. Click on the required Guestbook in the Modify an existing Guestbook area.

Topics
   

Counter Maker

Counter icon The Counter Maker script allows you to create three different items that you can put on your web pages:

  • Counter

  • Clock

  • Date

Counter

This is a simple counter that displays the number of times a particular web page has been accessed. By putting a counter on your home page, you can keep track of how many visitors have looked at your web site since the counter was created. This is useful not only for your own information, but as a means of showing visitors how popular your site is.

Clock

This is a simple clock that displays the time for the set time zone. It updates each time the page is loaded.

Another available CGI script is a Java clock, which displays the time dynamically, just like a digital watch. However, Java may not be an acceptable technology to use, depending on the browsers your visitors are using.

Date

This is a simple date display that can be customized to display in a number of different formats.

All three items can be heavily customized, as required. You can do the following:

  • Choose the display style from a large number of available styles.

  • Further customize the display style by replacing one color with another.

  • Choose the frame color and thickness around the item.

  • Set time and date formats.

  • Preview the item.

To create a counter, clock, or date:

  1. Click on the Counter link in the CGI Center area.

  2. Click on the Counter, Clock, or Date radio button.

  3. If you are creating a clock, choose the time zone and format options in the TimeZone and TimeFormat drop-down lists.

  4. If you are creating a date display, choose the required date format in the Date Format field. M = Month, D = Day, and Y = Year.

    Example: If you choose the MMDDYY option, the 25th of December, 2003 will be displayed as 12- 25- 2003. If you choose the DDMMYY option, the same date would be displayed as 25- 12- 2003.

  5. Enter the thickness of the border around the item in the Frame Thickness field. Zero removes any border around the item.

  6. Choose the maximum digits in your counter, if required.

  7. Choose the style for the item from the Style drop-down list. To see an example of all of the styles, click on the See Styles link.

  8. Enter the red, green, and blue values for the border in the Frame Color fields. Click on the Preview button button to see the border color. Most graphics programmes will show you RGB colors, as will the Windows Color Picker.

  9. Enter the name of the counter in the Counter Name field. You can not duplicate item names within the same cPanel.

  10. Click on the Preview button button to see what your item will look like. Alter the criteria fields and keep previewing until you are happy with the finished product.

  11. Click on the Make HTML button button to create the HTML code that you can cut and paste into your HTML page where you want it.

  12. Upload your new HTML page to see how it works.

Topics
   

Resetting a counter

You may need to reset a counter to 0 at some stage, or set the counter number to some other number. This is easily handled in cPanel.

To reset your counter:

  1. Click on the Counter link in the CGI Center area.

  2. Enter the name of the counter in the Counter Name field.

  3. Enter the new count number in the New Count field.

  4. Click on the Commit Changes button button.

 

Resetting a counter

Topics
   

Clock

Clock icon The Java Clock Maker allows you to create a real-time, dynamic clock, that counts the time just like a digital wrist watch.

To create a Java clock:

  1. Click on the Clock link in the CGI Center area.

  2. Choose the time zone and format for the clock in the TimeZone and TimeFormat drop-down lists.

  3. Choose whether you want a border or not in the Border drop-down list.

  4. Choose whether you want the date to be shown in the Show Date drop-down list.

  5. Alter the display and background colors in the Foreground Color and Background Color drop-down lists.

  6. Click on the Make HTML button button to preview the clock and create the HTML code to make it work. Alter the clock and preview the result until you are happy with the display.

  7. Copy and paste the HTML code to your web page.

  8. Upload your new HTML page to test the results.

Topics
   

Java CountDown/CountUp Maker

Countdown icon This script creates a Java countdown or countup display, to or from a particular time.

Note: This Java applet, while easy to use, is only minimally customizable and does not present very well. Feel free to use the script as long as you understand these limitations.

To set up the Java CountDown/CountUp Maker

  1. Click on the Countdown button in the CGI Center area.

  2. Choose the time zone for the clock in the TimeZone drop-down list.

  3. Enter the date that you are counting down to or up from in the Month, Hour, Day, and Year drop-down lists.

  4. Click on the Make HTML button to preview the countdown and create the HTML code to make it work. Alter the countdown and preview the result until you are happy with the display.

  5. Copy and paste the HTML code to your web page.

  6. Upload your new HTML page to test the results.

Topics
   

CGI EMail

CGI EMail icon CGI EMail is a simple, easy-to-use script that takes the results of any form and sends them to you via email. Because it is already installed, minimal configuration is required to successfully use the script.

The following steps provide quick summarized instructions for CGI EMail. Be sure to read the CGI user guide for detailed instructions on using CGI EMail.

To configure CGI EMail:

  1. Create an HTML form with a number of named input fields. Refer to this page for more detailed information of the action component of the form.

  2. Create an email template (a .txt file) that displays the format in which you want your form information displayed in the email. Make sure all your form name codes are one word and in square brackets [].

  3. Upload the .txt and form files to your site.

  4. Go to your cgi-bin directory and change the file permissions on cgiecho and cgiemail to 755.

  5. Test the script. The cgiecho script is designed for testing online, so you do not have to wait for email to be sent or received.

Topics
   

FormMail

FormMail icon One of the most popular form to e-mail scripts available is FormMail, by Matt Wright. The script can be setup very quickly, and provides a number of customization options. cPanel was written a clone of FormMail which operates in the same manner.

The following steps provide quick installation instructions for FormMail. Be sure to read the FormMail README file for more detailed information about customizing FormMail.

Refer to the FormMail documentation for more information about customizing the FormMail clone script.

To set up FormMail:

  1. Create the form on your web page, with the following fields:

    <form action="http://www.yourdomain.com/cgi-sys/FormMail.cgi" method="POST">
    <input type="hidden" name="recipient" value="email@yourdomain.com"> 
    <input type="hidden" name="subject" value="Feedback from web site"> 
    <input type="hidden" name="redirect" value="http://www.yourdomain.com/thankyou.htm">

  2. Upload the web page and test the form. Refer to the FormMail documentation first if you have any questions about using the FormMail script.

Topics
   

Entropy Search

Search icon This script enables a nice, quick search engine that can help your visitors find information that they are interested in more easily. The larger the site, the more important the search engine becomes.

Warning: This search engine searches all of the ASCII (text) files on your site. This includes HTML, PERL, plain text files, etc. Since there is no way to limit the search engine, if any of these files contain sensitive information, either encrypt the files or remove them from your site. This is a smart move anyway - you should not store sensitive information on your web site without encryption.

To create an Entropy search engine:

  1. Click on the Rebuild Search Index link under Entropy Search in the CGI Center area. This creates (or recreates) the index file that the search engine uses to find information.

  2. Click on the Back button on your browser and click on the Setup Search Engine link.

  3. Copy and paste the HTML code into your web page.

  4. Use the Search Query field to test the script.

    This is the minimum you need to do to get the script working - upload the file, and you're finished. Refer to Editing the search engine template if you need to customize the appearance of the guestbook.

Topics
   

Editing the search engine template

You can alter the appearance of the search engine template at any time.

To edit the search engine template:

  1. Click on the Setup Search Engine link in the CGI Center area.

  2. Click on the Edit Search Results Template link.

  3. Copy and paste any HTML code that you want into the template to alter it's appearance.

    Warning: Make sure you do not delete the <cgi> tag. This will cause the script to stop working.

  4. Click on the Save button button.

  5. Use the Search Query field to test the script.

  6. Upload the finished HTML page.

Topics
   

Rebuilding the search index

You need to rebuild the search engine index whenever you make changes to your site, otherwise the search engine will not be able to find the new material.

To rebuild the search index

  1. Click on the Rebuild Search Index link under Entropy Search in the CGI Center area.

Topics
   

Entropy Banner

Banner icon The Entropy Banner script allows you to create a set of revolving banner images, normally used for advertising. You can upload and delete files, set priority on the images, and set URLs to which each image points.

To set up an Entropy Banner:

  1. Click on the Entropy Banner link in the CGI Center area.

  2. Copy and paste the indicated tag into your web page.

  3. Change your web page extension from .htm or .html to .shtml. This is the required file extension to use SSI (Server Side Includes).

  4. Click on the Add Banner(s) button button.

  5. Search for and enter each banner that you want to upload in the available fields using the Browse button buttons.

  6. Click on the Overwrite existing files tick box if you want to overwrite existing files of the same name.

  7. Click on the Upload button button.

  8. If you need to alter the URLs or priority of the images, go to the next step. Otherwise, upload the web page and test the script.

  9. Click on the Modify Rotation button button.

  10. Click on the High, Medium, or Low radio buttons for any banner that you need to change, and click on the Save button button. You need to do this for each banner that you need to alter.

  11. Enter the URL for each banner image in the Linked to field, and click on the Save button button. You need to do this for each banner.

  12. You are now finished. Upload the web page and test the script.

Topics
   

Uploading new banners

You can upload banners whenever new banners need to be added to the rotation. You can specify whether you want the new banners to overwrite the old ones or not.

To upload new banners:

  1. Click on the Entropy Banner link in the CGI Center area.

  2. Click on the Add Banner(s) button button.

  3. Search for and enter each banner that you want to upload in the available fields using the Browse... buttons.

  4. Click on the Overwrite existing files: tick box if you want to overwrite existing files with new files of the same name.

  5. Click on the Upload button.

  6. If you need to alter the URLs or priority of the images, go to Modifying the rotation and URLs of banners. Otherwise, upload the web page and test the script.

Topics
   

Modifying the rotation and URLs of banners

Modify the rotation of banners, and change their URLs, as you add and remove banners from your site.

To modify banners:

  1. Click on the Entropy Banner link in the CGI Center area.

  2. Click on the Modify Rotation button button.

  3. If you need to delete a banner, click on the Delete button button. Deleting and re-uploading banners is the only way to change their rotation order.

  4. Click on the High, Medium, or Low radio buttons for any banner that you need to change, and click on the Save button button. You need to do this for each banner that you need to alter.

  5. Enter the URL for each banner image in the Linked to field, and click on the Save button button. You need to do this for each banner.

  6. Upload the web page and test the script.

Topics
   

Network Tools

Network Tools icon The Network Tools area has two available functions:

  • Domain Lookup - Allows you to look up information about a particular domain.

  • Trace Route - Allows you to trace the IP (Internet Protocol) route taken by your server to reach your current ISP (Internet Service Provider).

There are a number of free sites that offer similar functions. One of the most popular is http://www.network-tools.com/.

Topics
   

Domain Lookup

Domain Lookup icon The Domain Lookup tool allows you to look up information about a particular domain. It does this by using a DNS (Domain Name System) lookup, which is a general-purpose replicated, data query service used for translating hostnames into Internet addresses. DNS details are published for public use.

To lookup a domain:

  1. Click on the Network Tools link in the CGI Center area.

  2. Enter the domain that you want to find out more about in the Enter a domain to lookup field.

  3. Click on the Lookup button button.

 

Looking up a domain

Topics
   

Trace Route

Trace Route icon The Trace Route tool allows you to trace the IP (Internet Protocol) route taken by your server to reach your current ISP (Internet Service Provider).

To use the Trace Route tool:

  1. Click on the Network Tools link in the CGI Center area.

  2. Click on the Trace Route link.

 

Using the Trace Route tool

Topics
   

Interchange Shopping Cart

Shopping Cart icon The Interchange Shopping Cart is a fully-featured shopping cart that can be installed with the click of a button. The product is fully documented at the Interchange site - please refer to the Interchange web site if you have any questions about using the shopping cart.

Note: Some hosting sites do not use Interchange Shopping Cart - please refer to your hosting administrator before installing the shopping cart.

Installing Interchange Shopping Cart will take up approximately 5 megabytes of space.

To install the Interchange Shopping Cart:

  1. Click on the Interchange Shopping Cart link in the CGI Center area.

  2. Click on the admin interface link to start customizing your shopping cart. Refer to the Interchange web site if you have any questions.

Topics
   

Agora Shopping Cart

Shopping Cart icon The Agora Shopping Cart is a fully-featured shopping cart that can be installed with the click of a button. The product is fully documented at the Interchange site - please refer to the Agora web site if you have any questions about using the shopping cart.

To install the Agora Shopping Cart:

  1. Click on the Agora Shopping Cart link in the CGI Center area.

  2. Enter the administrators user name and password in the Admin User and Admin Pass fields.

  3. Enter the location of the cart in the third available field. This must be a top-level directory on your site.

  4. Click on the Install button button.

Topics
   

Modifying an Agora Shopping Cart

You can modify an existing shopping cart at any time. Refer to the Agora web site if you have any questions about using the shopping cart.

To modify an Agora Shopping Cart:

  1. Click on the Agora Shopping Cart link in the CGI Center area.

  2. Click on the required cart underneath the Modify an existing Cart heading.

Topics
   

Search Engine Submit

Search Engine Submit icon cPanel allows you to submit your web site details to several search engines at one time. Some pointers on this process:

  • This is not a guaranteed way of becoming registered by these search engines, as some may charge a registering fee. It is always best to check each search engine site individually to see what their registration policy currently is.

  • It may take several weeks (4-8 weeks is common) before your web site will appear on a search engine.

  • Do not submit your site multiple times to the same search engine within a short period of time, as the search engine may ban you from its list.

To submit your site to one or more search engines:

  1. Click on the Search Engine Submit link in the CGI Center area.

  2. Click on the tick boxes next to the search engines that you want to submit to.

  3. Enter the address of your site in the URL field and your contact email address in the Email field.

  4. Enter a short description of your site in the Comments field.

  5. Enter the keywords of your site in the Keywords field. These are the handful (3-6) of words that are predominantly used by search engines to index your site. Separate each key word by a comma.

  6. Choose the language of the site in the Language drop-down list and the country in which the site is located in the Country drop-down list.

  7. Click on the Submit button button.

 

Submitting your site to search engines

Topics
   

Frontpage™ Extensions

Frontpage™ Extensions icon Frontpage™ Extensions allow you to publish your web site using Microsoft Frontpage™. These extensions can occasionally become corrupted, so you can uninstall and then reinstall Frontpage™ Extensions whenever required.

To (re)install Frontpage™ Extensions:

  1. Click on the Setup Frontpage™ Extensions link in the CGI Center area.

  2. Click on the (Re)Install Extensions button button.

Topics
   

Uninstalling Frontpage™ Extensions

If you are having problems publishing your site using Frontpage™, the first test is to uninstall and then reinstall your Frontpage™ Extensions. If you are still having trouble with Frontpage™ after that, contact your hosting administrator for help.

Note: The password protection on any protected directories will be removed. Refer to Web Protect Directories for more information about reapplying password protection.

To uninstall Frontpage™ Extensions:

  1. Click on the Setup Frontpage™ Extensions link in the CGI Center area.

  2. Click on the Uninstall Extensions button button.

Topics
   

Forum / Bulletin Board

Forum/Bulletin Board icon cPanel allows you to install a pre-made forum called XMB. The XMB Forum is a PHP web-based bulletin board. Unlike an email list or newsgroup, the XMB Forum creates a forum on your web site that allows users to post questions and receive replies, all from their web browser. This allows you to choose from a variety of graphical interfaces and smilies - little faces that communicate the mood of the writer Smile. Once a forum has been created you can modify it extensively, from adding new sub-forums to changing the visual appearance of the board. Be sure to visit the XMB Forum web site - http://www.xmbforum.com/ - for more information on how to customize and use your XMB Forum

Note: Keep in mind that each separate installation of XMB forum takes up approximately 2.7MB, and will grow in size with the popularity of the forum.

To install an XMB forum:

  1. Click on the XMB Forum link in the Tools area.

  2. Enter the name of the forum folder in the available field. Note that the folder must be on the top level of your site.

  3. Click on the Install button button.

  4. Click on the login link. You need to do this immediately as the first registered user is automatically created as an admin user.

  5. Click on the Register link at the top left corner of your browser window.

  6. Once you have registered you can now continue to set up the forum. Refer to http://www.xmbforum.com/ if you need more information.

Topics
   

Modifying a forum

You can modify all aspects of an XMB Forum from the admin user's Control Panel. You can access this from the forum's address.

To modify an XMB Forum:

  1. Go to the forum's URL. This will be something like http://yourdomain.com/forum/

  2. Login using your admin username and password.

  3. Click on the Control Panel link in the top left corner of your browser window. You can now modify the forum. Refer to http://www.xmbforum.com/ if you need more information about how to modify the forum.

Topics
   

OpenPGP keys

OpenPGP keys icon OpenPGP is a tool for secure online communication. cPanel uses GnuPG for its public-key cryptography so that users may communicate securely. Each person gets a pair of keys, called the public key and the private key. Each person's public key is published while the private key is kept secret. Messages are encrypted using the intended recipient's public key and can only be decrypted using their private key.

General documentation and comprehensive user guides are available at the GNU Privacy Guard site.

To generate a public and private key:

  1. Click on the Manage OpenPGP keys link in the Tools area.

  2. Click on the Add Key link.

  3. Enter your name, email address, and nickname in the Your Name, Your Email, and Comment/NickName fields.

  4. Enter the password for the key in the Key Password field.

  5. Enter the expiry date for the key in the Expiry Date field. You can suffix the entered number with the following:

    • y = year

    • m = month

    • w = week

    • d = day

  6. Choose the size of the key that you want to generate in the Key Size field. 1024 bytes is a common size.

  7. Click on the Generate Key button button. Note that it may take a few minutes to generate the key, depending on its size.

Topics
   

Importing a key

You can import a key directly into cPanel. This will add it to the number of public keys that cPanel trusts.

To import a key:

  1. Click on the Manage OpenPGP keys link in the Tools area.

  2. Click on the Import Key link.

  3. Cut and paste the key from the another text file into the available area.

  4. Click on the Import button button.

Topics
   

Deleting a key

You can delete a public or private key whenever required.

To delete a key:

  1. Click on the Manage OpenPGP keys link in the Tools area.

  2. Click on the Delete button button next to the required key.

Topics


   

 

   
   
Privacy Policy  |  Terms Of Use  |  Acceptable Use Policy
Online Manuals  |  Knowledge Base  |  Network Status  |  Help Desk