Web Hosting. start-up package. updated 8/ /7-01

Size: px
Start display at page:

Download "Web Hosting. start-up package. updated 8/2001 4710/7-01"

Transcription

1 Web Hosting start-up package updated 8/ /7-01

2 Table of Contents Web Hosting Overview...1 Manage Your Web Presence...3 Creating Image Maps...5 Creating Feedback Forms...7 Adding a Message Board...13 Instructions For Using WS FTP...16 Instructions For Using Fetch PHP and ASP...25 MySQL...26 Manage Your Account...27 Definitions...49

3 Web Hosting Overview We realize that the success of your business can be directly linked to your customer's experience on your Web site. That is why we take great pride in providing a cost-effective, secure environment to store your Web pages. With the reliability of a Class A facility, high availability servers, and more than 55MB of direct access to the Internet, you can be confident that your Web pages will work quickly and efficiently. We offer five different levels of Web Hosting, making it easy for you, and your Web site, to grow. Web Hosting Level 1 Level 2 Level 3 Level 4 Level 5 Price Components Monthly Recurring Rate $19.95 $29.95 $49.95 $99.95 $ Set-up Fee (non-recurring charge) $50 $50 $50 $50 $50 Domain Name Registration* $25 $25 $25 $25 $25 one-time fee one-time fee one-time fee one-time fee one-time fee Data Storage (MB) 10MB 30MB 60MB 90MB 120MB Monthly Data Transfer 500MB 1GB 2GB 3GB 5GB Accounts (POP3) Alias unlimited unlimited unlimited unlimited unlimited CGI-BIN Directory n/a yes yes yes yes Custom 404 Error Pages n/a yes yes yes yes Auto Responders n/a yes $20 $20 $20 one-time fee one-time fee one-time fee SSL Secure Server n/a yes yes yes yes Features Access to Raw Log Files X X X X X Access to Usage Statistics X X X X X Access to Pre-written CGI scripts X X X X X Form to , Counter, Image Map, Message Board X X X X X CGI-BIN Directory X X X X Custom 404 error pages X X X X Autoresponders ($20 set-up fee) X X X X Microsoft Frontpage 2000 Extensions X X X X X Password-Protected Pages X X X X X PHP Scripting X X X X X ASP X X X X X MySQL X X Excite Search Engine X X X X X Sub Domains X X X X X Web-Based Administration X X X X X * The InterNIC will bill the registration/transfer fee directly to your business. Please see for the most current pricing. All prices are subject to change. 1

4 Web Hosting Level 1 Level 2 Level 3 Level 4 Level 5 E-Commerce Shared SSL Certificate X X X X Private SSL Certificate X X X Hosting Environment 1-DS3 & 2-10M Connectivity to the Internet X X X X X Load Balanced Servers/High availability mirrored disks X X X X X 24x7x365 FTP access to Web site X X X X X 24x7x365 Network Monitoring X X X X X 24x7x365 Server Monitoring X X X X X Daily Tape Back-ups X X X X X Technical support 7 days per week X X X X X Class A facility X X X X X Optional Charges Additional Data Storage/5 Meg $5.00/5MB $5.00/5MB $5.00/5MB $5.00/5MB $5.00/5MB Additional Data Transfer/10Meg $1.00/10MB $1.00/10MB $1.00/10MB $1.00/10MB $1.00/10MB Additional Accounts (POP3) $2 $2 $2 $2 $2 Additional Domain name pointers (each) $5 $5 $5 $5 $5 Restores from Back-up Tapes (Per Occurance) $45 $45 $45 $45 $45 NRC Set-up fee $25 $25 $25 $25 $25 Monthly charge per 150 s $15 $15 $15 $15 $15 If You Have Any Questions... Just call our Customer Service Team toll-free at or you can us at cservice@tds.net. Please see for the most current pricing. All prices are subject to change. 2

5 Manage Your Web Presence Adding an Access Counter With Web Hosting service, you can use a graphical counter on your HTML pages. This counter allows you to keep track of the number of times one or more pages have been accessed by people on the Internet. Adding this counter to your existing HTML pages requires nothing more than a couple of additional lines of HTML code: <p>this page has been accessed <img src="/cgi.share/counter.cgi?id= [your ACCOUNTNAME]&pageid=[uniquepage id]"> times.</p> The [your ACCOUNTNAME] must be replaced with the account name you use to access FTP through Web Hosting. It must be entered and coded with lowercase letters. The [unique page id] represents a brief, one-word identification for the page this counter will appear on. You can make up any page ID you like. By placing unique identification codes on different pages (see examples below) within your site, you can support multiple counters. This will allow you to evaluate the popularity of each section of your site. When you add the counter to your page, it is completely normal to see a broken image icon in place of the counter the first time you load your new page. Reload the page using your viewer. The broken image will disappear and will be replaced by the new counter, which reads 2. The broken image is the result of the counter being initialized on that page for the first time. Examples If a customer with an account name of widgets wants to place a counter on her home page, the following code would be added to index.html file: <p>this page has been accessed <img src="/cgi.share/counter.cgi?id=widgets&pageid=homepage">times.</p> To keep track of the number of accesses on specific pages, use the following code. This example is for a page called demo : <p>this page has been accessed <img src="/cgi.share/counter.cgi?id=widgets&pageid=demo">times.</p> The two above-mentioned pages (index.html and demonstrate.html) would have independent counters keeping track of their popularity. 3

6 Examples cont d The running totals for the identified pages on your site are kept in a file called count.txt. You can find this file in your Admin directory. Within it, you will see a list of the pages you have identified, along with the number of times the page has been accessed up to this point. For example, if widgets were to take a look at her Admin/count.txt file at some time in the near future, she might see something like this: :demo:271: :homepage:350: This indicates that the demonstrate page has been accessed 271 times since the counter was added, and the homepage page has been accessed 350 times. This script was developed for the exclusive use of the Web Hosting customers. You can only use it on pages that reside on Web Hosting resources. An error will result if you attempt to add a counter to a page within a URL or domain that Web Hosting does not host. 4

7 Creating Image Maps Background Getting Started Images in your Web documents can be set up to allow Internet users to select specific areas of an image and link to other resources (HTML documents, CGI programs, etc.). A common method to accomplish this is server-side image mapping. The procedure for setting up image maps for your hosted pages is described below. In addition, please note that there is a new feature on browsers which enables an image mapping alternative called client-side image maps (client-side refers to end user equipment). You can also explore client-side image maps as an additional option in your pages. You will need an image (gif or jpeg) and a map file for the image. The map file is a Text Only file that matches defined regions of the image to specific Web resources. The coordinates of the defined regions are in pixels, so you ll need a graphics program, which can display measurements in pixels. Alternatively, there are programs available for Macintosh, UNIX, and Windows that can assist you in this process. Please see Tucows for image mapping software: Win 3.x or Win 95/98 or Mac Creating a Map File 1. Determine the coordinates of the regions within the image. Specifying a region within the image is determined by the x,y coordinates of the region. The coordinates are based on the x,y position of the region in relation to the start of the image in the upper left corner (x,y coordinates for the start of the image are 0,0). Each region is defined by at least two sets of x,y coordinates. For example, the coordinates for the upper left corner of the region and the lower right corner of the region define rectangles. There are various methods to define the shape of the region see below for more details. 2. Create an ASCII text file with the.map extension that contains the coordinates for the areas you want to link. Each line in the.map file specifies a clickable region. Lines have the following format: Method URL Coordinate 1/Coordinate 2 This descriptor defines the shape of the region specified. Possible methods are listed below. This is the page or location to which you wish to direct the viewer s browser. These numbers define the x,y coordinates of the active region. 5

8 Possible Methods Point URL x,y specifies a clickable point in the image. This is useful if you click an undefined area because the click is then sent to the closest point to the clicked area. Circle URL x,y x,y specifies a circle. Circles need two coordinates the circle center and any point on the circle s edge. Rect URL x,y x,y specifies a rectangle by its upper left and lower right corners. Poly URL x,y x,y specifies a polygon of up to 100 sides. Each x,y pair is the point where two sides of the polygon meet. The last x,y pair is connected to the first to enclose the polygon. Default URL defines the URL to jump to when someone clicks in an area not specified by any regions. If you use a point in the map file, then the default is never used. Here is an example.map file: Sample image maps map file rect 123, ,250 circle 37,39 32,62 poly 175,35 190,5 200,10 220,9 (Note that lines beginning with # are comments ignored by the software use Referencing Your Image Map Inside your HTML document, you will need to define the image as an image map. The format to do so is: <a href="location of map file"><img src="location of image" ISMAP></a> Here is an Example: <a href="/map/test.map"><img src="/img/test.gif" ISMAP></a> You will need to determine where to store your.map files. We suggest placing your.map files in the same location as your HTML files. Another option would be to create a map directory at the root of your Web document to store all of the.map files. This would allow you to have a central location for all.map files. Please remember that your.map files MUST end with the extension.map. 6

9 Creating Feedback Forms Overview As a Web content provider, you will probably want an easy way to receive feedback from your customers and/or visitors. One way is via forms. We have customized a package called FormMail for use by Web Hosting customers. With this package, you can create simple to elaborate forms to collect information and have the data ed to you. FormMail is designed to be used by all customers with minimal configuration necessary on the part of Web Hosting. With this flexibility, you will need to incorporate some information on your forms. The following information will help you get started creating feedback forms. Please report questions or suggestions to the Web Hosting Webmaster, webmaster@tds.net. Requirements All Web Hosting-sponsored scripts use a shared script area for all customers. This area is called cgi.share and has been automatically activated for all Web Service customers. You should use as the shared script archive. The Feedback Form mailer has been configured to only accept submissions from Web Hosting customers domains. If you are a virtual Web service customer, your domain has automatically been placed in this configuration list. You will not be able to use the Web Hosting Feedback mailer if the form you are using does not originate from a Web Hosting server. If you use an additional Internet service provider for testing purposes or building remote sites, the feedback form mailer will not work until the form is residing on a server. This applies to customized Web directory service customers. Form Configuration Example: Form Field Viewers Field: recipient The action of your form needs to point toward your Form Mail script and the method must be POST or GET in capital letters. <form method=post action= There is only one form field that you must have in your form for FormMail to work correctly. This is the recipient field. This form field allows you to specify to whom you wish your form results to be mailed. Most likely, you will want to configure this option as a hidden form field with a value equal to that of your address. <input type=hidden name="recipient" value= @yourdomain.com> 7

10 The Following Fields Are Optional Field: subject The subject field will allow you to specify the subject that you wish to appear in the that is sent to you after this form has been filled out. If you do not have this option turned on, then the script will default to a message subject: WWW Form Submission. If you wish to choose what the subject is: <input type=hidden name="subject" value="your Subject"> To allow the user to choose a subject: <input type=text name="subject"> Field: This form field will allow the user to specify their return address. If you want to be able to return to your user, we strongly suggest that you include this form field and allow them to fill it in. This will be put into the From: field of the message you receive. <input type=text name=" "> Field: realname The realname form field will allow the user to input his or her real name. This field is useful for identification purposes and will also be put into the From: line of your message header. <input type=text name="realname"> Field: redirect If you wish to redirect the user to a different URL rather than having them see the default response to the fill-out form, you can use this hidden variable to send them to a pre-made HTML page. To choose the URL they will end up at: <input type=hidden name="redirect" value= To allow them to specify a URL they wish to travel to once the form is filled out: <input type=text name="redirect"> 8

11 Altering Input from Viewers Field: required You can require certain fields in your form to be filled in before the user can successfully submit the form. Simply place all field names that you want to be mandatory into this required field. If the required fields are not filled in, the user will be notified of what needs to be filled in, and a link back to the form they just submitted will be provided. If you want to require that they fill in the and phone fields in your form, so that you can reach them once you have received the mail, use a syntax like: <input type=hidden name="required" value=" ,phone"> Field: env_report This field allows you to include the environment variables in the message you receive after a user has filled out your form. This is useful information if you wish to know which browser they were using, which domain they were coming from, or any other attributes associated with environment variables. Following is a short list of valid environment variables that might be useful: REMOTE_HOST REMOTE_ADDR REMOTE_USER REMOTE_IDENT Send the host name making a request Send the IP address of the remote host making the request If server supports authentication and script is protected, this is the user name they have authenticated. This is not usually set. If HTTP server supports RFC 931 identification, then this variable will be set to the remote user name retrieved from the server. This is not usually set. HTTP_USER_AGENT The browser the client is using to send the request. General format: software/version library/version. If you wanted to find the remote host and browser sending the request, you would put the following into your form: <input type=hidden name="env_report" value="remote_host_http_user_agent"> Field: sort This field allows you to choose the order in which you wish your variables to appear in the that FormMail generates. You can choose to have the field sorted alphabetically or specify a set order in which you want the fields to appear in your mail message. By leaving this field out, the order will simply default to the order in which the browser sends the information to the script (which isn t always the exact order they appeared in the form). When sorting by a set order of fields, you should include the phrase order: as the first part of your value for the sort field, and then follow that with the field names you want to be listed in the message, separated by commas. 9

12 To sort alphabetically: <input type=hidden name="sort" value="alphabetic"> To sort by a set field order: <input type=hidden name="sort" value = "order:name1,name2, etc "> Field: print_config Print_config allows you to specify which of the configuration variables you would like to have printed in your messages. By default, no configuration fields are printed to your . This is because the important form fields, like , subject, etc., are included in the header of the message. However, some users have asked for this option so they can have these fields printed in the body of the message. The configuration fields that you wish to have printed should be in the value attribute of your input tag, separated by commas. If you want to print the and subject fields in the body of your message, you would place the following code: <input type=hidden name="print_config" value=" ,subject"> Changing Appearance of Form Page Field: title This form field allows you to specify the title and header that will appear on the resulting page if you do not specify a redirect URL. If you wanted a title of Feedback Form Results : <input type=hidden name="title" value="feedback Form Results"> Field: return_link_url This field allows you to specify a URL that will appear as return_link_title, on the following report page. This field will not be used if you have the redirect field set, but it is useful if you allow the user to receive the report on the following page, but want to offer them a way to get back to your main page. <input type=hidden name="return_link_url" value = > 10

13 Field: return_link_title This is the title that will be used to link the user back to the page you specify with return_link_url. The two fields will be shown on the resulting form page as: return_link_title <input type=hidden name="return_link_title" value="back to Main Page"> Field: background This form field allows you to specify a background image that will appear if you do not have the redirect field set. This image will appear as the background to the form results page. <input type=hidden name="background" value= Adjusting Color Attributes of Form Page Field: bgcolor This form field allows you to specify a background color for the Form Results page in much the same way you specify a background image. This field should not be set if the redirect field has been set: For a background color of white, use the syntax: <input type=hidden name="bgcolor" value="#ffffff"> Field: text_color This field works in the same way as background color, but it will change the color of your text. For a text color of black: <input type=hidden name="text_color" value="#000000"> Field: link_color Link_color changes the color of links on the resulting page. It works in the same way as text_color. This option should not be defined if redirect is defined. For a link color of red... <input type=hidden name="link_color" value="#ff0000"> Field: vlink_color Vlink_color changes the color of visited links on the resulting page. It works exactly the same as link_color. It should not be set if redirect has been set. For a visited link color of blue... <input type=hidden name="vlink_color" value="#0000ff"> 11

14 Field: alink_color Alink_color changes the color of active links on the resulting page, and functions exactly the same as link_color. It should not be set if redirect has been set. For a visited link color of blue... <input type=hidden name="alink_color" value="#0000ff"> Customizing the Appearance of Your Form Any other form fields that appear in your script will be mailed back to you and displayed on the resulting page if you do not have the redirect field set. There is no limit as to how many other form fields you can use with this form, except the limits imposed by browsers and your server. Sample Source Code <HTML> <HEAD><TITLE>Sample Widgets Feedback Form</TITLE> </HEAD> <BODY BGCOLOR="#80FF80"> <H2>Sample Widgets Feedback Form</H2> <form method=post action= <!--DO NOT use this address, use your own specified cgi.share address. -> <input type=hidden name="recipient" value=widgets@widgets.com> <input type=hidden name="subject" value="sample Form Message"> <hr size=4> <p> Please enter your address: <input type=textname=" "> <br> Please enter your full name: <input type=text name="realname"> <br> What is your favorite Internet site? (Please specify the URL) <INPUT NAME="favorite" TYPE="TEXT" ROWS=1 size=50> <textarea name="text"></textarea> </p> <p align=center> Any thing else you would like to <EM> share?</em> <TEXTAREA NAME="share" ROW=4 COLS=50></TEXTAREA> </p> <p> <input type=hidden name="env report" value="http_referrer"> <input type=submit> Thanks!</form> <!--We choose not to use the redirect feature in this sample form, please refer to the instructions to use redirection--.> </BODY> </HTML> <p><br></p> <p align=center><font size=-1>copyright 1996 <atarget="_parent" href= INC.</a> <br> <I><a href=mailto:webmaster@widgets.com>webmaster@widgets.com </a></i></p></bod></html> 12

15 Adding A Message Board Overview The Message Board script will allow you to include an area for people to post comments or messages within your site. It is necessary to install the message board in your site before it will work. You will find the installation form at the following address: A dialog box will pop up authorizing you to enter your account name and Web password. The above text is also a link to the form, for your convenience. Using the Installation Form You must supply your message board title and a unique code for your Message Board in the first two text fields. For example, if Widget wanted to create a message board, they would fill in the first text box with Widget s Message Board and the second text box with board1. There are four general options that you can set, which will affect the features of your message board: 1- Allow HTML in messages If you don t want your users to be able to enter HTML tags into their messages, make sure this option is not checked. This is selected by default. 2- Previous message text in reply This places the text of the previous message, offset by a colon, into the body of the reply. Your users can then choose to edit this as they please. Most everyone will be familiar with this feature; it s fairly standard practice in the newsgroups, for example. This is selected by default. 3- Include the time in replies If you want the time to be included in the date stamp on all the messages, make sure this option is checked. This is selected by default. Note that the date is always there; only the time can be omitted by deselecting this option. This is selected by default. 4- Subject Presentation Method There are three choices. Quote Original Subject, Allow Changes, will allow your viewer to enter a unique subject line for every message on your board, including replies. Using this option also places RE:(previous subject) in the subject field for the user s convenience. If you choose Quote Original Subject, Do Not Allow Changes, then any replies to the message will all follow the RE:(previous subject) convention and the user will not be given a subject field. It will be visible, but the user will be unable to edit it. Finally, if you choose New Subject for Each Message, every message may have a unique subject, just as in the first option, except that nothing is displayed for the user in the subject field. The Quote Subject Uneditable option is selected by default. 13

16 Creating a Link to Your Message Board Creating a link to your Message Board is simple. The URL and syntax for the main script that runs the Message Board is: /cgi.share/wwwboard/wwwboard.cgi?id=[accountname] &board=[unique code] In order to make the script show your Message Board, you should follow the above URL with your account name and unique code. For example, if your account name is widgets and you created a message board that had a unique code of board1 then you would use the following URL to get to your Message Board: /cgi.share/wwwboard/wwwboard.cgi?id=widgets&board=board1 Note that this is an indirect link. You could always include your domain name in front if you want: Resetting Your Message Board In this version of the Message Board, the only way to reset the board is to re-install it. Actually, re-installing only replaces the original four system files; all the remaining message files will need to be deleted by you via FTP. Incidentally, if you modify any of the system.html files, you should back them up before re-installing them, since the install script will simply overwrite any existing files. All of the files used by the Message Board may be found in your Web/messages/ directory. The file name for any message files will always be a number followed by.html. For example, 12.html is the name of the twelfth message created on your board, and you could delete this file after a re-install. However, if you simply re-install and don t delete any files, the Message Board script will overwrite the old files. Customizing Your Message Board s Title Page You may not want to attempt to change the look of your title page unless you are an HTML programmer. Several customizable files are used to build your title page: messages/[board name] title_h.html (header file) messages/[board name] title_f.html (footer file) messages/[board name] title_b.html (main body) messages/[board name] other_f.html (global footer) messages/[board name] other_h.html (global header) 14

17 You will notice that there are other files in the message directory as well: data.txt and [msg id].html. PLEASE DO NOT EDIT OR CHANGE THESE FILES IN ANY WAY. [msg id].html contains the list of messages present on your board and the links to them. The Message Board script automatically updates this file every time one of your visitors leaves a message. Data.txt contains the number of the last message on your Board and is also updated automatically by the script. If you decide to edit these files, keep in mind that they are designed to be combined into one document. For your convenience, each file has been bracketed with comments so you can see where the beginning and end of each individual file is, should you decide to combine the files in your favorite text editor. You accept full responsibility for the maintenance and upkeep of your Message Board. In other words, you may edit your Message Board files AT YOUR OWN RISK. 15

18 Instructions For Using WS FTP Windows Users Only WS_FTP is a user-friendly, Windows-based file transfer program. WS_FTP allows for drag-and-drop FTP sessions similar to using the file manager utility of Windows. Before starting, we recommend that you take a few minutes to go to the support area on WS_FTP s Web site to review WS_FTP and FTP basics ( After you have installed WS_FTP on your machine and have started up the program, a dialog box like the following will appear. The dialog box allows you to create a profile for your FTP site. The above profile has been set up in the program as a default by the developers of WS_FTP. You will need to set up a profile for your own Web site so you can come back to it each time you want to upload new files and improvements to your site. Creating a Profile Profile Name: Host Name/address: Host Type: UserID: To create a profile for your site, select New and enter the following settings for your Web site: Your Web site name ftp.tds.net Select Automatic detect Your account name. If you do not remember your account name, please refer to the start-up letter in your Web packet or contact the Web Hosting Help Desk, at

19 Anonymous check box: Save Pwd check box: Password: Account: Deselect this box Deselect this box Your FTP password. If you do not remember your password, please refer to your start-up letter in your Web packet, or contact the Web Hosting Help Desk, at This field is not required. You may type in any description you wish. If you are dialing out from a stand alone computer, you will not need to change anything on the Startup, Advanced, or Firewall tabs. Otherwise, contact your system administrator. When you are finished entering your information it should appear like the following window: Click Apply to save your new settings. Click OK to connect to the FTP server. Note: Your settings have been saved and are accessible through the pull down menu Profile_name. Each time you connect, select this Profile and click OK. 17

20 Upon connecting, you will automatically be placed into the correct directory on the Web server. It will appear similar to the following window: WS_FTP refers to your PC as the LOCAL SYSTEM, and your directory on the Web server as the REMOTE SYSTEM. In order to access the files on your PC, you will need to change to the directory on your hard drive where you saved your Web files. Use the right arrow button in the center of the window to move the files from your PC to the Web server. Use the left arrow button in the center of the window to move files from the Web server to your PC. **This rename option on the REMOTE SYSTEM will allow you to change the name of your home page to index.html. This is a crucial step, so please refer back to the instructions in your start-up letter under YOUR FIRST UPLOAD*** 18

When you have selected where you would like the form on your web page, insert these lines of code to start:

When you have selected where you would like the form on your web page, insert these lines of code to start: Mail Form Tutorial This tutorial will show you how to make use of SIUE s mail form script to allow web users to contact you via e mail regarding anything you wish. This script if most useful for receiving

More information

Using FTP to Update Your Site

Using FTP to Update Your Site Using FTP to Update Your Site To get started accessing your ServInt account, you will need a computer with Internet access to begin uploading your web files from. Any type of computer which can handle

More information

4. Client-Level Administration

4. Client-Level Administration 4. Client-Level Administration Introduction to Client Usage The Client Home Page Overview Managing Your Client Account o Editing Your Client Record View Account Status Report Domain Administration Page

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

Designing and Implementing Forms 34

Designing and Implementing Forms 34 C H A P T E R 34 Designing and Implementing Forms 34 You can add forms to your site to collect information from site visitors; for example, to survey potential customers, conduct credit-card transactions,

More information

1 Getting Started. Before you can connect to a network

1 Getting Started. Before you can connect to a network 1 Getting Started This chapter contains the information you need to install either the Apple Remote Access Client or Apple Remote Access Personal Server version of Apple Remote Access 3.0. Use Apple Remote

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

Reseller Manual. version 2.0-r1

Reseller Manual. version 2.0-r1 Reseller Manual version 2.0-r1 Contents 1 Definition of Terms 3 2 Sections of the Reseller Interface 3 3 General 4 3.1 Overview.............................. 4 3.2 Change Password.........................

More information

Password Memory 6 User s Guide

Password Memory 6 User s Guide C O D E : A E R O T E C H N O L O G I E S Password Memory 6 User s Guide 2007-2015 by code:aero technologies Phone: +1 (321) 285.7447 E-mail: info@codeaero.com Table of Contents Password Memory 6... 1

More information

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com

VP-ASP Shopping Cart QUICK START GUIDE Version 7.00. 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com VP-ASP Shopping Cart QUICK START GUIDE Version 7.00 18 th Feb 2010 Rocksalt International Pty Ltd www.vpasp.com 2 P a g e Table of Contents INTRODUCTION... 4 1 FEATURES... 5 2 WHAT DO I NEED TO RUN VP-ASP?...

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

DigiDelivery Client Quick Start

DigiDelivery Client Quick Start DigiDelivery Client Quick Start Installing the DigiDelivery Client To download and install the DigiDelivery client software: 1 Launch your Web browser and navigate to www.digidesign.com/digidelivery/clients.

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

Dell SonicWALL SRA 7.5 Secure Virtual Meeting and Secure Virtual Assist

Dell SonicWALL SRA 7.5 Secure Virtual Meeting and Secure Virtual Assist Dell SonicWALL SRA 7.5 Secure Virtual Meeting and Secure Virtual Assist Document Scope This document describes how to configure and use the Dell SonicWALL SRA Secure Virtual Meeting feature and the Dell

More information

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0 Cox Business Premium Online Backup USER'S GUIDE Cox Business VERSION 1.0 Table of Contents ABOUT THIS GUIDE... 4 DOWNLOADING COX BUSINESS PREMIUM ONLINE BACKUP... 5 INSTALLING COX BUSINESS PREMIUM ONLINE

More information

Gladinet Cloud Backup V3.0 User Guide

Gladinet Cloud Backup V3.0 User Guide Gladinet Cloud Backup V3.0 User Guide Foreword The Gladinet User Guide gives step-by-step instructions for end users. Revision History Gladinet User Guide Date Description Version 8/20/2010 Draft Gladinet

More information

enicq 5 System Administrator s Guide

enicq 5 System Administrator s Guide Vermont Oxford Network enicq 5 Documentation enicq 5 System Administrator s Guide Release 2.0 Published November 2014 2014 Vermont Oxford Network. All Rights Reserved. enicq 5 System Administrator s Guide

More information

RSCCD REMOTE PORTAL TABLE OF CONTENTS: Technology Requirements NOTE

RSCCD REMOTE PORTAL TABLE OF CONTENTS: Technology Requirements NOTE RSCCD REMOTE PORTAL The RSCCD Remote Portal allows employees to access their RSCCD Email (via Outlook Web Access), Department (Public) Folders, Personal (H Drive) Folder, and the District Intranet from

More information

WS_FTP Server. User s Guide. Software Version 3.1. Ipswitch, Inc.

WS_FTP Server. User s Guide. Software Version 3.1. Ipswitch, Inc. User s Guide Software Version 3.1 Ipswitch, Inc. Ipswitch, Inc. Phone: 781-676-5700 81 Hartwell Ave Web: http://www.ipswitch.com Lexington, MA 02421-3127 The information in this document is subject to

More information

Dialing Into Dartmouth With Windows 95/98

Dialing Into Dartmouth With Windows 95/98 Dialing Into Dartmouth With Windows 95/98 Who needs this document? Any member of the Dartmouth community who wants to gain access to Dartmouth s network resources, such as electronic mail and the Internet,

More information

A User s Guide to Helm

A User s Guide to Helm A User s Guide to Helm WebHost Automation Ltd http://www.webhostautomation.com/ January 2006 Doc: HELM300.02.09 Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Xythos on Demand Quick Start Guide For Xythos Drive

Xythos on Demand Quick Start Guide For Xythos Drive Xythos on Demand Quick Start Guide For Xythos Drive What is Xythos on Demand? Xythos on Demand is not your ordinary online storage or file sharing web site. Instead, it is an enterprise-class document

More information

PDG Software. Site Design Guide

PDG Software. Site Design Guide PDG Software Site Design Guide PDG Software, Inc. 1751 Montreal Circle, Suite B Tucker, Georgia 30084-6802 Copyright 1998-2007 PDG Software, Inc.; All rights reserved. PDG Software, Inc. ("PDG Software")

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.11 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General

Web Hosting Features. Small Office Premium. Small Office. Basic Premium. Enterprise. Basic. General General Basic Basic Small Office Small Office Enterprise Enterprise RAID Web Storage 200 MB 1.5 MB 3 GB 6 GB 12 GB 42 GB Web Transfer Limit 36 GB 192 GB 288 GB 480 GB 960 GB 1200 GB Mail boxes 0 23 30

More information

Web File Management with SSH Secure Shell 3.2.3

Web File Management with SSH Secure Shell 3.2.3 Web File Management with SSH Secure Shell 3.2.3 June 2003 Information Technologies Copyright 2003 University of Delaware. Permission to copy without fee all or part of this material is granted provided

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 2.23 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

HELP DESK MANUAL INSTALLATION GUIDE

HELP DESK MANUAL INSTALLATION GUIDE Help Desk 6.5 Manual Installation Guide HELP DESK MANUAL INSTALLATION GUIDE Version 6.5 MS SQL (SQL Server), My SQL, and MS Access Help Desk 6.5 Page 1 Valid as of: 1/15/2008 Help Desk 6.5 Manual Installation

More information

CGS 1550 File Transfer Project Revised 3/10/2005

CGS 1550 File Transfer Project Revised 3/10/2005 CGS 1550 File Transfer Project Revised 3/10/2005 PURPOSE: The purpose of this project is to familiarize students with the three major styles of FTP client, which are: Pure (FTP only), character-based,

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Corporate Telephony Toolbar User Guide

Corporate Telephony Toolbar User Guide Corporate Telephony Toolbar User Guide 1 Table of Contents 1 Introduction...6 1.1 About Corporate Telephony Toolbar... 6 1.2 About This Guide... 6 1.3 Accessing The Toolbar... 6 1.4 First Time Login...

More information

When you first login to your reseller account you will see the following on your screen:

When you first login to your reseller account you will see the following on your screen: Step 1 - Creating Your Administrative Account We presume that your Reseller account has been created. Here's how to create your Administrative account which you'll use to create your hosting plans, add

More information

Working with Mail (Hosted Exchange)

Working with Mail (Hosted Exchange) TM Control Panel User Guide Working with Mail (Hosted Exchange) 1 Working with Mail (Hosted Exchange) TM offers Microsoft Exchange hosting as a powerful messaging solution allowing you to create and manage

More information

SMT v4.0 Users Guide (Linux version)

SMT v4.0 Users Guide (Linux version) SMT v4.0 Users Guide (Linux version) Table of Contents 1. Manage Customer Billing 2. Provision Web Services a. Add a virtual host b. Password protect a directory c. Enable virtual host logs d. Change password

More information

Tips and Tricks SAGE ACCPAC INTELLIGENCE

Tips and Tricks SAGE ACCPAC INTELLIGENCE Tips and Tricks SAGE ACCPAC INTELLIGENCE 1 Table of Contents Auto e-mailing reports... 4 Automatically Running Macros... 7 Creating new Macros from Excel... 8 Compact Metadata Functionality... 9 Copying,

More information

Integrated Accounting System for Mac OS X and Windows

Integrated Accounting System for Mac OS X and Windows Integrated Accounting System for Mac OS X and Windows Program version: 6.2 110111 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Books by HansaWorld is a powerful accounting system for the Mac

More information

Sendspace Wizard Desktop Tool Step-By-Step Guide

Sendspace Wizard Desktop Tool Step-By-Step Guide Sendspace Wizard Desktop Tool Step-By-Step Guide Copyright 2007 by sendspace.com This publication is designed to provide accurate and authoritative information for users of sendspace, the easy big file

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

An Introduction To The Web File Manager

An Introduction To The Web File Manager An Introduction To The Web File Manager When clients need to use a Web browser to access your FTP site, use the Web File Manager to provide a more reliable, consistent, and inviting interface. Popular

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

WS_FTP Professional 12

WS_FTP Professional 12 WS_FTP Professional 12 Tools Guide Contents CHAPTER 1 Introduction Ways to Automate Regular File Transfers...5 Check Transfer Status and Logs...6 Building a List of Files for Transfer...6 Transfer Files

More information

General Product Questions... 3. Q. What is the Bell Personal Vault Vault?...4. Q. What is Bell Personal Vault Backup Manager?...4

General Product Questions... 3. Q. What is the Bell Personal Vault Vault?...4. Q. What is Bell Personal Vault Backup Manager?...4 Frequently Asked Questions to be posted at: /faqs/ Table of Contents General Product Questions... 3 Q. What is the Bell Personal Vault Vault?...4 Q. What is Bell Personal Vault Backup Manager?...4 Q. What

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.8 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

The Power Loader GUI

The Power Loader GUI The Power Loader GUI (212) 405.1010 info@1010data.com Follow: @1010data www.1010data.com The Power Loader GUI Contents 2 Contents Pre-Load To-Do List... 3 Login to Power Loader... 4 Upload Data Files to

More information

SimpleFTP. User s Guide. On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America

SimpleFTP. User s Guide. On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America SimpleFTP User s Guide On-Core Software, LLC. 893 Sycamore Ave. Tinton Falls, NJ 07724 United States of America Website: http://www.on-core.com Technical Support: support@on-core.com Information: info@on-core.com

More information

WEB2CS INSTALLATION GUIDE

WEB2CS INSTALLATION GUIDE WEB2CS INSTALLATION GUIDE FOR PARALLELS / POA HTTP://WWW.XANDMAIL.COM XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING

More information

FileCruiser. User Portal Guide

FileCruiser. User Portal Guide FileCruiser User Portal Guide FileCruiser Product Manual Contents Contents Getting Started with FileCruiser 1 Using the FileCruiser Agent 2 Desktop Shortcut 2 Log in to FileCruiser Agent 3 Using the FileCruiser

More information

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Using WS_FTP. This tutorial explains how to use WS_FTP, a File Transfer Program for Microsoft Windows. INFORMATION SYSTEMS SERVICES.

Using WS_FTP. This tutorial explains how to use WS_FTP, a File Transfer Program for Microsoft Windows. INFORMATION SYSTEMS SERVICES. INFORMATION SYSTEMS SERVICES Using WS_FTP This tutorial explains how to use WS_FTP, a File Transfer Program for Microsoft Windows. AUTHOR: Information Systems Services DATE: July 2003 EDITION: 1.1 TUT

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

Chapter 23: Uploading Your Website to the Internet

Chapter 23: Uploading Your Website to the Internet 1 Chapter 23: Uploading Your Website to the Internet After you complete your website, you must upload (save) your site to the internet. Before you upload, Web Studio provides you with options to view your

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

UNIX Web Hosting Support Documentation

UNIX Web Hosting Support Documentation UNIX Web Hosting Support Documentation Web Hosting Basics Control Panel Access your Control Panel at http://your-domain-name.com/stats/ to change your password, setup your e-mail accounts, administer your

More information

FrontDesk Installation And Configuration

FrontDesk Installation And Configuration Chapter 2 FrontDesk Installation And Configuration FrontDesk v4.1.25 FrontDesk Software Install Online Software Activation Installing State Related Databases Setting up a Workstation Internet Transfer

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

Getting Started with KompoZer

Getting Started with KompoZer Getting Started with KompoZer Contents Web Publishing with KompoZer... 1 Objectives... 1 UNIX computer account... 1 Resources for learning more about WWW and HTML... 1 Introduction... 2 Publishing files

More information

Web Extras. Customer Service Description. Version 3.0. February 26, 2002

Web Extras. Customer Service Description. Version 3.0. February 26, 2002 Web Extras Customer Service Description Version 3.0 February 26, 2002 Proprietary: Not for disclosure outside of Interland except under written agreement This document is subject to change without notice.

More information

Working With Your FTP Site

Working With Your FTP Site Working With Your FTP Site Welcome to your FTP Site! The UnlimitedFTP (UFTP) software will allow you to run from any web page using Netscape, Internet Explorer, Opera, Mozilla or Safari browsers. It can

More information

BeamYourScreen User Guide Mac Version

BeamYourScreen User Guide Mac Version BeamYourScreen User Guide Mac Version Table of Contents Registration 3 Download & Installation 4 Start a Session 5 Join a Session 6 Features 7 Participant List 7 Switch Presenter 8 Remote Control 8 Whiteboard

More information

Configuring, Customizing, and Troubleshooting Outlook Express

Configuring, Customizing, and Troubleshooting Outlook Express 3 Configuring, Customizing, and Troubleshooting Outlook Express............................................... Terms you ll need to understand: Outlook Express Newsgroups Address book Email Preview pane

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

XFTP 5 User Guide. The Powerful SFTP/FTP File Transfer Program. NetSarang Computer Inc.

XFTP 5 User Guide. The Powerful SFTP/FTP File Transfer Program. NetSarang Computer Inc. XFTP 5 User Guide The Powerful SFTP/FTP File Transfer Program NetSarang Computer Inc. Copyright 2015 NetSarang Computer, Inc. All rights reserved. Xftp Manual This software and various documents have been

More information

Getting Started with Dynamic Web Sites

Getting Started with Dynamic Web Sites PHP Tutorial 1 Getting Started with Dynamic Web Sites Setting Up Your Computer To follow this tutorial, you ll need to have PHP, MySQL and a Web server up and running on your computer. This will be your

More information

PCRecruiter Resume Inhaler

PCRecruiter Resume Inhaler PCRecruiter Resume Inhaler The PCRecruiter Resume Inhaler is a stand-alone application that can be pointed to a folder and/or to an email inbox containing resumes, and will automatically extract contact

More information

Intel Unite Solution. Standalone User Guide

Intel Unite Solution. Standalone User Guide Intel Unite Solution Standalone User Guide Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Managing Software and Configurations

Managing Software and Configurations 55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Table of Contents. Introduction: 2. Settings: 6. Archive Email: 9. Search Email: 12. Browse Email: 16. Schedule Archiving: 18

Table of Contents. Introduction: 2. Settings: 6. Archive Email: 9. Search Email: 12. Browse Email: 16. Schedule Archiving: 18 MailSteward Manual Page 1 Table of Contents Introduction: 2 Settings: 6 Archive Email: 9 Search Email: 12 Browse Email: 16 Schedule Archiving: 18 Add, Search, & View Tags: 20 Set Rules for Tagging or Excluding:

More information

Mikogo User Guide Mac Version

Mikogo User Guide Mac Version Mikogo User Guide Mac Version Table of Contents Registration... 3 Download & Installation... 4 Start a Session... 5 Join a Session... 5 Features... 6 Participant List... 6 Switch Presenter... 7 Remote

More information

End User Guide The guide for email/ftp account owner

End User Guide The guide for email/ftp account owner End User Guide The guide for email/ftp account owner ServerDirector Version 3.7 Table Of Contents Introduction...1 Logging In...1 Logging Out...3 Installing SSL License...3 System Requirements...4 Navigating...4

More information

Online Backup Client User Manual

Online Backup Client User Manual For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.

More information

Documentum Content Distribution Services TM Administration Guide

Documentum Content Distribution Services TM Administration Guide Documentum Content Distribution Services TM Administration Guide Version 5.3 SP5 August 2007 Copyright 1994-2007 EMC Corporation. All rights reserved. Table of Contents Preface... 7 Chapter 1 Introducing

More information

CPanel User Guide DOCUMENTATION VERSION: 1.2

CPanel User Guide DOCUMENTATION VERSION: 1.2 CPanel User Guide DOCUMENTATION VERSION: 1.2 Table of contents 1 What is CPanel? 8 2 How do I get help? 9 3 CPanel themes 10 4 How do I use CPanel? 11 4.1 Logging on..............................................

More information

Configuring your email client to connect to your Exchange mailbox

Configuring your email client to connect to your Exchange mailbox Configuring your email client to connect to your Exchange mailbox Contents Use Outlook Web Access (OWA) to access your Exchange mailbox... 2 Use Outlook 2003 to connect to your Exchange mailbox... 3 Add

More information

End User Configuration

End User Configuration CHAPTER114 The window in Cisco Unified Communications Manager Administration allows the administrator to add, search, display, and maintain information about Cisco Unified Communications Manager end users.

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Guide to Setting up Docs2Manage using Cloud Services

Guide to Setting up Docs2Manage using Cloud Services COMvantage Solutions Presents: Version 3.x Cloud based Document Management Guide to Setting up Docs2Manage using Cloud Services Docs2Manage Support: Email: service@docs2manage.com Phone: +1.847.690.9900

More information

Telephony Toolbar Corporate. User Guide

Telephony Toolbar Corporate. User Guide Telephony Toolbar Corporate User Guide Release 7.1 March 2011 Table of Contents 1 About This Guide...7 1.1 Open Telephony Toolbar - Corporate... 7 1.2 First Time Login... 8 1.3 Subsequent Use... 11 2 Using

More information

Mikogo User Guide Windows Version

Mikogo User Guide Windows Version Mikogo User Guide Windows Version Table of Contents Registration 3 Download & Installation 4 Start a Session 4 Join a Session 5 Features 6 Participant List 6 Switch Presenter 7 Remote Control 7 Whiteboard

More information

Sysax Multi Server User manual

Sysax Multi Server User manual Sysax Multi Server User manual Table of Contents 1. Introduction to Sysax Multi Server... 1 1.1. Introduction to Sysax Multi Server... 2 2. Minimum System Requirements... 4 2.1. System Requirements...

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

Infoview XIR3. User Guide. 1 of 20

Infoview XIR3. User Guide. 1 of 20 Infoview XIR3 User Guide 1 of 20 1. WHAT IS INFOVIEW?...3 2. LOGGING IN TO INFOVIEW...4 3. NAVIGATING THE INFOVIEW ENVIRONMENT...5 3.1. Home Page... 5 3.2. The Header Panel... 5 3.3. Workspace Panel...

More information

Server Installation, Administration and Integration Guide

Server Installation, Administration and Integration Guide Server Installation, Administration and Integration Guide Version 1.1 Last updated October 2015 2015 sitehelpdesk.com, all rights reserved TABLE OF CONTENTS 1 Introduction to WMI... 2 About Windows Management

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Version: 2.0.8 Updated February 4, 2014 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Ipswitch WS_FTP Server

Ipswitch WS_FTP Server Ipswitch WS_FTP Server User s Guide Software Version 5.0 Ipswitch, Inc Ipswitch Inc. Web: http://www.ipswitch.com 10 Maguire Road Phone: 781.676.5700 Lexington, MA Fax: 781.676.5710 02421 Copyrights The

More information

Legal and Copyright Notice

Legal and Copyright Notice Parallels Confixx Legal and Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 2008, Parallels GmbH

More information

Content Management System User Guide

Content Management System User Guide Content Management System User Guide support@ 07 3102 3155 Logging in: Navigate to your website. Find Login or Admin on your site and enter your details. If there is no Login or Admin area visible select

More information

PCRecruiter Internal Email Client

PCRecruiter Internal Email Client PCRecruiter Internal Email Client The standard email buttons on contact record screens and lists allow PCRecruiter users to send email out to any contact in the database. However, if you are using PCRecruiter

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Spector 360 Deployment Guide. Version 7.3 January 3, 2012

Spector 360 Deployment Guide. Version 7.3 January 3, 2012 Spector 360 Deployment Guide Version 7.3 January 3, 2012 Table of Contents Deploy to All Computers... 48 Step 1: Deploy the Servers... 5 Recorder Requirements... 52 Requirements... 5 Control Center Server

More information

Enterprise Toolbar User s Guide. Revised March 2015

Enterprise Toolbar User s Guide. Revised March 2015 Revised March 2015 Copyright Notice Trademarks Copyright 2007 DSCI, LLC All rights reserved. Any technical documentation that is made available by DSCI, LLC is proprietary and confidential and is considered

More information