Mercury Network Corporation will not host any adult oriented sites. Mercury Network Corporation is a family oriented service and feels that the internet should be safe for people of all ages. Mercury Network Corporation therefore reserves the right to refuse service based on content.
Advertisers are welcomed, however each advertiser must have a Dialup Account with Mercury Network Corporation.
Each Dialup account comes with 10 MB of web page space. Start your account today by calling (434) 738-6921.
You will need a copy of an FTP client such as CuteFTP or WS_FTP for uploading your web pages.
When you are ready to upload your web pages to your directory, go to our Creating Your Directory web page or give us a call and we will create your directory. Your directory name will be the first eight (8) letters of your username. An example of a web page directory is as follows: www.kerrlake.com/username/index.htm. Customers should note that our server automatically deletes all empty web page directories. So once your directory has been created be sure to upload a file into your web page directory.
User can use their favorite web editor, such as Hotdog, Homesite, etc... Then use a FTP Client to upload all the completed files, gifs, to your directory.
Your top page should be named " index.htm ".
Keep all page names, graphics, etc. to eight (8) characters.
When using a FTP Client the server name must read kerrlake.com.
Once you have FTP into kerrlake.com, open up the folder called Webhome.
After opening up the folder called Webhome, just copy your web pages and graphics from your computer's hard drive to your web directory on our server.
To view your page just type in "http://www.kerrlake.com/your directory name" then press your enter key on your keyboard. You will have to be connected to our server via your browser/internet connection to view your page.
Our web server does not support Microsoft FrontPage extensions.
Follow the below examples to add a counter to your web page.
Text Counter:
Syntax: <WBP_EXECUTE=COUNTER/TEXT>
This is a text-based counter. Counters only work on your default "/"
page name, which is "INDEX.HTM" in most cases.
Example 1:
<html>
This page has been hit <WBP_EXECUTE=COUNTER/TEXT> times!
</html>
Graphic Counter:
Syntax: <WBP_EXECUTE=COUNTER/GRAPHIC>
The graphic counter makes a graphic representation of the number
of hits using the gifs 0.gif .. 9.gif which are located in our
COUNTER directory.
<WBP_EXECUTE=COUNTER/GRAPHIC/PREFIX>
In our case, the prefix is "num" so you change the syntax request
to: <WBP_EXECUTE=COUNTER/GRAPHIC/NUM>
If you ignore the prefix, it will use the default style, which is
0.gif, ... 9.gif.
Example 2:
<html>
This page has been hit <WBP_EXECUTE=COUNTER/GRAPHIC> times!
</html>
Follow the below examples to add Form E-Mail to your web page.
This is the first line of your form e-mail. Be sure to replace username with your e-mail for Mercury Network Corporation.
<form method=get action="/frmemail/username@kerrlake.com">
The below line will give a subject title to your form e-mail. Be sure to replace "Adding Form E-Mail" to the subject of your choice.
<input type="hidden" name="Topic" value="Adding Form E-Mail">