HELP DESK MANUAL INSTALLATION GUIDE

Size: px
Start display at page:

Download "HELP DESK MANUAL INSTALLATION GUIDE"

Transcription

1 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

2 Help Desk 6.5 Manual Installation Guide Table of Contents: Installation by Expinion.net... 3 Installing Help Desk Yourself Write Permissions on Database, and on the Upload (Export) folders: Unzip the downloaded file to any folder on your computer In Notepad, open the file called config.asp to make the following changes 'Create Your SQL Database Set Your Database Connection Save Your Config.asp and Upload Your Help Desk Folder: Verify Write Permissions on Database (Access), and on the export (Upload) folders: Initializing Help Desk via Administration: Login to Admin: Help Desk Settings: Agents Tab: Categories Tab: Security Levels: Agents Tab (Update Screen ) Add Issues: Customize Messages: Language Translations: Customizing the Header & Footer: Link Your Site: Optional Config.asp Settings: Trouble Shooting Guide Incorrect Server Path: Component: Common Installation Error Messages Other questions? Help Desk 6.5 Page 2 Valid as of: 1/15/2008

3 Help Desk 6.5 Manual Installation Guide Welcome to the manual installation guide for Help Desk 6.5 by Expinion.net, released January 18 th Please note that this installation guide is compatible only with version 6.5 and not with any previous versions. If you intend on using the automated installation utility, please use the Automatic Installation Guide instead of this one. (The manual installation guide can be found in the same download zip as you found this guide.) Installation by Expinion.net Expinion.net offers installation free of charge with any purchase; if you are interested please fill out the following form on our web site. Once we receive your request, it usually takes us between 24 and 48 hours to do the installation. You will be notified once we are finished. Note: After installation by Expinion.net, you should still go to the section below called Initializing Help Desk via Administration. (To change your password and to verify that messages are appropriate for your business, etc.) Expinion does not customize Help Desk to include your headers, nor does it add links to Help Desk from other pages on your site. For more information on adding custom headers etc. to your Help Desk, please visit our support area here. Help Desk 6.5 Page 3 Valid as of: 1/15/2008

4 Installing Help Desk Yourself If you can set write permissions on your server s help desk folder, then you don t have to do this install manually. You can probably use the Automatic Installation Utility. (See the Automatic Installation Guide that was also included in the download zip.) To continue with the manual installation, please read the next few steps. 1. Write Permissions on Database, and on the Upload (Export) folders: In step 7 below, you will be asked to verify write permissions on two folders. If you re using MS Access, the database folder must be both read and write enabled for internet users this is critical to the operation of your Help Desk. Your server may provide a control panel for this purpose. If not, and you are remotely hosted, you will need to ask your host to have these folders write enabled. Or to tell you which folders are write enabled. (You may wish to begin this process now, while you are working.) 2. Unzip the downloaded file to any folder on your computer. Open your editor of choice, or if you don t have one, open Windows Notepad application. Please note, that you should not use editors such as MS Front Page, which replaces certain characters and can corrupt the configuration file. 3. In Notepad, open the file called config.asp to make the following changes. The config.asp file is located in the main program folder (Help Desk 6.5), root directory. Notes: Please ensure that all variables containing text (characters or commas, etc.) have both quotes when you have finished editing. Note the comments (text beginning with a single ) above each setting, which contain helpful information. Ensure that all paths are changed to match your domain (virtual) and server (physical) paths. PURCHASE_ID Replace the text in the quotes with the purchase ID given to you by Expinion.net. This purchase ID can be found in the that contains the download links for this application. If you have lost this information you can try to find it with this utility: PURCHASE_ID = Your Purchase ID Here SET_BASE_PATH This variable expects a virtual path to the location where Help Desk is installed. Please make sure to include a back slash on the end of the path. (Quotes are required.) Ex: SET_BASE_PATH = Help Desk 6.5 Page 4 Valid as of: 1/15/2008

5 SET_ _COMP This variable allows you to select from supported pre-programmed components. The following are supported components and their corresponding SET_FROM_COMP value: 2 = Persits (ASP ) 3 = SMTPsvg 4 = CDONTS 5 = CDOSYS 1 6 = JMail 7 = Dundas 8 = CODSYS 2 - Windows 2003 Server 9 = CODSYS 3 - Windows 2003 Server 10= CODSYS 4 Windows 2003 Server, Exchange Server The following example enables CDONTS component. (No quotes.) SET_ _COMP = 4 As you have probably noticed we have 3 different values for CDOSYS component. This is done because the Windows 2003 might require a little different syntax. Please try value 8 or 9 at first when using Windows 2003 server. 1 Having trouble with your component? See the footnote below. DB_TO_USE Set this variable according to what database you will be using, if you will be using the MS Access database, then remove the from the line that is set to value 1; remove the from the line set to value 2, if MS SQL will be used. DB_TO_USE = 1 Don t leave the config.asp file yet, there s one more thing to do. Set the database connection. 1 If you aren t sure which component to choose, skip this step for now (leave it as the default component number 8.) You can modify this portion of the config.asp file when you ve had an opportunity to test whether or not the setting works! (The setting will affect s but will not prevent you from completing the rest of the settings.) You can view which types of components your server supports from your administration area, Tools tab, Help Desk Settings link. This form will show you a list of available features and components on your server, including components and paths. Once you see which components your server supports, you can go back to the config.asp file and change this setting. If you re having trouble receiving s, or are getting errors submitting an issue but can add an agent or category, see the troubleshooting portion of this document. Help Desk 6.5 Page 5 Valid as of: 1/15/2008

6 4. 'Create Your SQL Database You only need to read this step if you are using MS SQL database, if you are using MS Access please skip this step. (Proceed to step 5, below.) Before you can access your installation of Help Desk you need to create the necessary database structure on your SQL server. To do so please open the DB folder and open the file called MSSQL.sql. This file contains an SQL script that will create the necessary tables etc. for you. Simply run it against your database using the SQL Query Analyzer and make sure you have not received any errors. NOTE: This MS SQL script will NOT create a new database for you due to the fact that many hosts allow only one database per account and this database might already be created. So if you do not have a database yet create one now then run the MS SQL script, which will create the necessary structure on an existing database. 5 Set Your Database Connection This is the final and most important setting for your config.asp file. First, you have to identify which type of database you are using, and in the case of MS ACCESS whether or not you are accessing it from a DSN connection (which you have already set up), or you can simply point to the database included with your download. Please note that if you are using MS SQL database, you will need to create the database structure using the SQL script located in the DB folder. Please read step 4. Locate procedure OPEN_DB, remove the at the beginning of the two lines you will be using (the line beginning with '// is just instructional text and shouldn t have the removed). Then correct the paths to point to your domain. A copy of this portion of config.asp text is on the following page, with more details. The database connection area of your config.asp file will look similar to the clipping below the line. (Although they may not be in the same order.) Note the color-coding assigned to each database type, in this install guide only. Each database connection option begins with these characters // // PATH TO DATABASE Access Option 1 Set MyConn = Server.CreateObject("ADODB.Connection") MyConn.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=E:\your_host_info\your_site.com\db\HD60.mdb" '// SAMPLE MapPath CONNECTION Access Option 2 'Set MyConn = Server.CreateObject("ADODB.Connection") 'MyConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("\path\db\HD60.mdb") & ";Persist Security Info=False" '// DSN CONNECTION ACCESS Access Option 3 'Set MyConn = Server.CreateObject("ADODB.Connection") 'MyConn.open = "DSN=helpdesk" Help Desk 6.5 Page 6 Valid as of: 1/15/2008

7 '// MS SQL CONNECTION 'Set MyConn = Server.CreateObject("ADODB.Connection") 'MyConn.Open "Provider=sqloledb;Network Library=DBMSSOCN;Data Source=server.example.com,1433;Initial Catalog=DB_NAME;User ID=USERNAME;Password=PASSWORD;" // MySQL Connection Set MyConn = Server.CreateObject("ADODB.Connection") MyConn.Open " Driver={MySQL ODBC 3.51 Driver}; Server=YOUR.MySQL.SERVER; uid=username; pwd=password; database=database_name; option=3; port=3306;" In all cases above, replace the text shown in red with that appropriate for your server. More details are provided below. Help Desk 6.5 Page 7 Valid as of: 1/15/2008

8 For MS SQL: 1. Locate the portion of your config.asp file, which is shown on the previous page in orange. 2. Remove the from the two lines below the title //MS SQL CONNECTION. The before the words Set and MyConn.Open, should not have a. Add any missing s. to the lines above, for the default Access database. 3. Change the SQL particulars to match your server s. That s it. (If you completed step 3 (Create your SQL database, above.) For MS ACCESS: Access connections can be made by selecting any one of the three remaining MS ACCESS connections (not the MS SQL one) shown above, depending on how you prefer to reach the database which is included. (Any of the first three color options, shown here as blue, red or green.) After choosing the single option, ensure that all other options have a at the front of the line (to rem out that line, as being information only). Change the portion shown in bright red to the path in your server. Descriptions of setting up each possible option, can be found on the next page. Where s my database? Your download folder already contains the database entitled HD60.mdb. It can be found in the program/db folder. (When uploading the files later, ensure that the database can be write enabled, but copy protected in this location if you plan to leave it here.) If your server will not allow write permissions to be set with the database located here, you will have to move it and change the path accordingly. For sites with Front Page extensions enabled, this is usually a folder named FPDB. What s my server path? To determine the correct server path, try uploading the setup.asp utility located in the download folder, next. Then call it in your browser from its new location on your site, to see some of your current server settings. (Read about using this utility here.) Or, contact your host for more information. Help Desk 6.5 Page 8 Valid as of: 1/15/2008

9 MS ACCESS: This is the simplest option for MS ACCESS, and can be used without setting up any DSN connection. To use this option: 1. Locate the portion of your config.asp file that is shown here in red. 2. Remove the from the two lines below the title //PATH TO DATABASE. (The before the words Set and MyConn.Open, should not have a.) 3. At this portion: SOURCE=E:\your_host_info\your_site.com\db\HD58.mdb;" change the path in red, to that of your server. This is the default location of the mdb file, but it may need to be moved if you can t set write permissions to it here. 4. Ensure that both characters ; are still at the end of the file changed in number 3 above. 5. If your server is unable to provide you with the physical path required in line 3 above, try using the setup.asp utility included with this application, and described here: MS ACCESS: This is another option for MS ACCESS that can be used, without setting up a DSN connection. To use this option: 1. Locate the portion of your config.asp file, which is shown here in green. 2. Remove the from the two lines below the title //PATH TO DATABASE. (The before the words Set and MyConn.Open, should not have a.) 3. At this portion: Server.MapPath("\path_to_HD_Folder\db\HD58.mdb;") Change the path in red, to that of your server. The db folder is the default location of the mdb file, but it may need to be moved if you can t set write permissions to it here. 4. Ensure that the ; is still at the end of the file changed in number 3 above. MS ACCESS: A third MS ACCESS option can be used if you already have a DSN connection. To use this option: 1. Locate the portion of your config.asp file, which is shown here in blue. 2. Remove the from the two lines below the title //PATH TO DATABASE. (The before the words Set and MyConn.Open, should not have a.) 3. At this portion: 'MyConn.open = "DSN=helpdesk" Change the DSN name to the one assigned in your DNS connection. 4. Ensure that the is still at the end of the file changed in number 3 above. Optionally you can add your own connection while reming (leave at the beginning of the line) the default four sample connections. When adding your own custom connection string, please make sure that the object variable is called MyConn. For MySQL Change the information in this connection string as required. Remove the at the beginning of the following line, and ensure that each line in all of the other MS Access (and MS SQL) path strings begin with. (MS Access is usually our default setting, and may have the removed by default.) Set MyConn = Server.CreateObject("ADODB.Connection") MyConn.Open " Driver={MySQL ODBC 3.51 Driver}; Server=YOUR.MySQL.SERVER; uid=username; pwd=password; database=database_name; option=3; port=3306;" Help Desk 6.5 Page 9 Valid as of: 1/15/2008

10 You can read more about the connection string here: If you are using MySQL database, you can find the SQL script, which creates the necessary database structure in the DB folder. An explanation about executing the SQL script, can be found here: Only one connection can be enabled at the time, ensure that all other connections in the config.asp file are commented (rem ed) out. 6. Save Your Config.asp and Upload Your Help Desk Folder: You re now finished with the config.asp file. Save it, close your editor, and if you are using a remote server, upload the entire contents of the Help Desk program folder (with the changed config.asp file) to your website using your FTP utility. (You don t have to name the folder program.) Note: There are also optional config.asp settings. These don t require any action from you at this time, but may prove valuable in the future. 7. Verify Write Permissions on Database (Access), and on the export (Upload) folders: This is critical. Your server may provide a control panel for this purpose. If not, and you are remotely hosted, you will need to ask your host to have these folders write enabled. Or to tell you which folders are write enabled. (If you need to move your MS Access database, then you will have to go back and change your database path accordingly.) Initializing Help Desk via Administration: In order for the Help Desk to work correctly, you will need to add categories, agents and other items that are necessary for its successful operation. Please read the following carefully as it might save you some headaches. Login to Admin: When you first install your copy of Help Desk, an agent profile is added already by default. You will need to use this profile in order to set-up your own personalized profile. The typical login area is: The default username and password are both: admin. (not case sensitive.) Login with the username and password mentioned above, then follow the instructions below. Help Desk Settings: Click on the Tools Tab, then on Help Desk Settings to access some additional settings, which will be used to customize your Help Desk. From here you can add optional fields to your issues (ticket) submission, add, edit and view areas, what the upload paths will be (for use with the Upload Manager tools on both the public and admin sides), whether files are checked for duplicate filenames (also for Upload Manager), what the client s default username and password Help Desk 6.5 Page 10 Valid as of: 1/15/2008

11 will be set to (for issues submitted internally), and whether the glossary is active and set to show each word/definition combination once only or for each occurrence. None of the settings here are essential to getting started, unless you really need one of the optional fields, and the upload manager immediately. *Once more, the folder that you want to use for uploading files (admin & public sides) will need to be write enabled before they can be used.* Hints: Since this is a new install, start with the [setting suggestions ] text link. The recommended settings will be pre-filled for you, and HD will attempt to discern your upload paths, etc. Use the Other Variables report at the bottom of the page to help determine server variables and paths. Part of the actual path for your server, will mostly be shown near the bottom of the page. You can copy this and add the correct (write enabled) folder name to the end of the path. Use the icons to see short online help text associated with each area. Agents Tab: Change the password and address of the default profile. Be sure to change the default admin agent password (or add a new agent and delete the old) because the default username and password is admin for every copy installed! (Avoid others fraudulently logging into your system.) Log out of the Help Desk administration (logout button on bottom of all pages) and log back in using your newly set-up profile. Categories Tab: The next thing you will need to do is add appropriate categories to your system. (Categories are used to sort issues/questions. Example Categories: Computers, Software, Games, Business ) At least one category must be added (Add New Categories button) in order for the Help Desk to function properly. (Note: Category names can be edited later, and further categories added; there is no need for the names to be perfect on the first try!) Security Levels: If all the agents should not have access to all features of Help Desk, you may want to establish some additional security levels with some restrictions. (Example: Can t delete any issues.) To do this: 1. Click on the Tools Tab, then on Security Levels; then on Add New Security Level. 2. Name the security level either after a group of agents who will use the security, or a feature of the security. Examples: Accounting or Fred or Junior Agent. 3. Select which features this agent should be able to perform. (Note: Access to tabs only, is for view only rights.) 4. Select the order. (This is the order in which security levels will be displayed in your multiple-choice menu.) 5. Click Add Level button. * Be sure to leave at least one agent with administrator access rights. (Rights to all activities.) Help Desk 6.5 Page 11 Valid as of: 1/15/2008

12 Agents Tab (Update Screen ) All agents assigned to a category will each receive notification when a new issue has been submitted to that category. (To ensure that at least one agent is assigned to a category, the agent who adds a category is automatically assigned as the supervisor. If no other agent is assigned, the supervisor will receive the notifications.) If you are the only agent for Help Desk, you will need to assign yourself to every category using Update Agent screen. Add other agents as required. Add Issues: You may wish to add some issues to get your Knowledge Base started. (See your Admin Guide for detailed instructions.) If you can t add an issue, but can add a category or agent, there may be a problem with your component. See the troubleshooting area at the end of this document. Customize Messages: You can get started populating your messages by clicking on the Apply Default System Templates button near the bottom of the page. These messages should then be customized to your preferences. You should also verify your URL where contained in the message. (You may have to use the scrollbar to see the entire message.) If you set the config.asp file to use HTML messages, you may use HTML tags to customize your message. An example is shown in this KB issue. Hint: Test your messages and your component installation at the same time by going to the public area and submitting an issue. You should get an as an issue submitter, and the agent(s) assigned to this category should receive an notification. Your application installation and set up is done! Once you are satisfied, you will want to implement the Help Desk by completing these last two items. Language Translations: Help Desk has been designed with the majority of visible text contained in one file for the public side, and one file for the admin side. Read KB issue for more about translating your help desk. Customizing the Header & Footer: Help Desk 6.5 is designed with one header and one footer file for the entire public side. So, you can include your site s menu by simply adding one include statement into each of these files (if your menus are also designed to be in a separate file). Otherwise you ll need to paste the code into the top of each of these two files. Read KB issue for more info. From the help desk root folder, look for these two files: inc_header.asp and inc_footer.asp. Help Desk 6.5 Page 12 Valid as of: 1/15/2008

13 Link Your Site: Once you successfully go through the above, you can put a link on your site to your new Help Desk! Then you can add issues that you anticipate, and/or receive support issues/questions from your visitors. (Note: Use the [Submit an Issue] button for faster KB populating, being sure to select Public in the Availability field.) Print or save a copy of the Admin Guide onto your PC. This will answer most questions you may have as an administrator of Help Desk 6.5. This version also has a brief End User Guide that you can modify slightly for your clients use. Optional Config.asp Settings: The following settings are not critical to the operation of Help Desk, and are therefore placed at the bottom of the config.asp file where they are set to a recommended default. You do not need to change these settings at this time, or ever. However, once you re familiar with your new Help Desk, you may find that changing one or more of these settings is desirable. COLLECT_ISSUE_HISTORY When set to 1, a history of events related to an issue will be kept. When set to 0, the log will not be kept. The recommended setting is 1. COLLECT_ISSUE_HISTORY = 1 blsend_internal When issues are being added by other agents (example, initially adding knowledgebase issues), it isn t usually desirable to have all agents that are assigned to that category get an for each new addition. To turn internally added issue s off, set this to False. If you wish all agents to receive an for even internally added issues, set this to True. blsend_internal = False BACK_TO_BACK_RELATIONS This setting affects program behavior when marking an issue as being related to another issue. When set to True, both issues will be marked as related to each other. When set to False, the one issue that you are working on will be marked as being related to the second issue, but the second issue will not be marked as being related to the first. BACK_TO_BACK_RELATIONS = True bluse_mms This setting is optional when Help Desk will be used together with Expinion Member Management System versions 3.5 and higher. When set to True, the HD will not require the username and password when submitting an issue, if the user is a logged in member. If not logged in, the submitter will need to enter the username and password. bluse_mms = False Help Desk 6.5 Page 13 Valid as of: 1/15/2008

14 Note: MMS can be used to also protect the entire KB from being accessed by non-members. This would require the protection code as described in the MMS/Example folder to be pasted into the Help Desk root s inc_header.asp file. ING_MODE Set this variable to either 1 or 2, when set to 1 all out going s will be formatted in plain text, while when set to 2 the out going s will be formatted as HTM, giving you more freedom over the messages style. ING_MODE = 2 USE_DEBUG Set this variable to true in order for Help Desk to handle any errors that might occur, set to False to see any errors that might occur in their natural state. (No quotes are required.) USE_DEBUG = True USE_SHORT_FORM Remove the from the line set to the value of 1 - if you'd like the public issue submit form to be a 1 step process. Remove the from the line set to the value of 2 - to have a 3 steps process, which queries the database for similar issues as the one being submitted, thus saving on the number of duplicate issues submitted. (No quotes should be around the number 1 or 2.) (This selection will show issue submitters a list of possible solutions to their issue.) USE_SHORT_FORM = 2 SEARCH_ALL Setting this variable affect the way public search is done. Set to 0 to search on issue titles only, this is recommended only if you have lots of issues in your public KB. Set to 1 to search on all available fields. 1 is the default setting. SEARCH_ALL = 0 TURN_OFF_LANGUAGE_OPT Set this to True to not give the user the option of changing the user interface language on the public side. Set to False to allow multi language user interface. TURN_OFF_LANGUAGE_OPT = True Help Desk 6.5 Page 14 Valid as of: 1/15/2008

15 Trouble Shooting Guide Incorrect Server Path: To determine the correct server path, try uploading the setup.asp utility; then call it in your browser from its new location on your site, to see some of your current server settings. You can find the setup.asp file in the unzipped download file, Guides folder. Or, contact your host for more information. Component: After completing your installation test your component by submitting an issue. If set incorrectly, the issue submitter and agent won t receive their s! Also, you ll get errors when adding an issue from either the public or admin areas, because you server is called from here. Here are some options to help determine what the correct component setting should be. a. Ask your host (or intranet administration) for the correct component b. Your server may also have this information stored in a control panel. c. Using your browser, login to the administration area. * Click on the Tools Tab found at the top of all pages. * Click on the Help Desk Settings tab. * Look near the bottom of the page to see if your Help Desk can determine the correct component for you. (Please note, this utility may not include the last two components on the list, for Windows 2003 servers. If no components are shown here, try using 9, then 8.) d. Or, simply try setting a different component number in your config.asp file, and test it. Notes: Admin login area can be found here: Default Username: admin, Default Password: admin Public area (test submissions) can be found here: If it doesn t work, try the next component. Common Installation Error Messages Microsoft OLE DB Provider for ODBC Drivers error ' ' [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. Solution: Make sure that you have set read and write attributes to the database, or that you have rights as a user to write to the database. To set read/write permissions for the database on a localhost, please do the following: Help Desk 6.5 Page 15 Valid as of: 1/15/2008

16 - Right click on the DB, select properties - Click on Security Tab, click on Add... button - Select IUSR_MACHINENAME account click on Add and OK - Click OK one more time. Microsoft OLE DB Provider for SQL Server error '80040e14' The name '#XX' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted. Solution: Make sure that you have correctly set the DB_TO_USE variable in the config.asp file to 2 for MS SQL or to 1 for MS Access database. Server object error 'ASP 0177 : f3' Server.CreateObject Failed Solution: Make sure that the variable SET_ _COMP is set to an component that is installed on your server. If you are using a component that is not supported by default, please contact us at service@expinion.net and we will provide support for it free of charge. Disallowed Parent Path /path/to/file.asp, line number The Include file '../config.asp' cannot contain '..' to indicate the parent directory. Solution: This is an error caused by the server settings. Some servers don t allow include files to be referenced by their virtual path, but rather must be referenced by direct path taken from the root. For example: A reference like this: <!--#include file="../config.asp"--> change to a reference like this: <!--#include virtual="/path_to/helpdesk/config.asp"--> If you need to replace the include statements throughout your helpdesk, you may wish to use a find/replace utility such as this: (available for free). We have provided a version of the Help Desk 6.5 for you already prepared for server with parent path disabled. See the Other folder. Please note that this version must be installed in a folder called HelpDesk placed in the root of your web site. Other questions? If your question has not been answered here, please check your Admin (Users) Guide, which is also included with the download. If you still have questions, please check our support area here: Help Desk 6.5 Page 16 Valid as of: 1/15/2008

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

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

aspwebcalendar FREE / Quick Start Guide 1

aspwebcalendar FREE / Quick Start Guide 1 aspwebcalendar FREE / Quick Start Guide 1 TABLE OF CONTENTS Quick Start Guide Table of Contents 2 About this guide 3 Chapter 1 4 System Requirements 5 Installation 7 Configuration 9 Other Notes 12 aspwebcalendar

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

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server page of 4 oit UMass Office of Information Technologies Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server This includes Web sites on: https://webadmin.oit.umass.edu/~user http://people.umass.edu/

More information

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011

Version 1.7. Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide. Last updated October 2011 Version 1.7 Inbound Email Integration (POP3 and IMAP) Installation, Configuration and User Guide Last updated October 2011 1 Introduction and Overview... 1 2 The Case for Email monitoring... 2 3 Installation

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

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10

SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 3245 University Avenue, Suite 1122 San Diego, California 92104 USA SOFTWARE INSTALLATION INSTRUCTIONS CLIENT/SERVER EDITION AND WEB COMPONENT VERSION 10 Document Number: SII-TT-002 Date Issued: July 8,

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

Web Hosting Getting Started Guide

Web Hosting Getting Started Guide Web Hosting Getting Started Guide This guide describes: - Hosting Terms and Definitions - How to sync a domain with your hosting account - How to change your domain s nameservers - How to use FTP to upload

More information

We begin with a number of definitions, and follow through to the conclusion of the installation.

We begin with a number of definitions, and follow through to the conclusion of the installation. Owl-Hosted Server Version 0.9x HOW TO Set up Owl using cpanel Introduction Much of the documentation for the installation of Owl Intranet Knowledgebase assumes a knowledge of servers, and that the installation

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY

More information

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO: INTRODUCTION: You can extract data (i.e. the total cost report) directly from the Truck Tracker SQL Server database by using a 3 rd party data tools such as Excel or Crystal Reports. Basically any software

More information

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) Contents Installation Procedure... 4 What is in the zip file?... 4 Installing from Extension Manager... 6 Updating

More information

How to Copy A SQL Database SQL Server Express (Making a History Company)

How to Copy A SQL Database SQL Server Express (Making a History Company) How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you

More information

Your complete guide to installing the info@hand Self-Service Portal and estore.

Your complete guide to installing the info@hand Self-Service Portal and estore. Your complete guide to installing the info@hand Self-Service Portal and estore. Install the Portal & estore as shrink-wrapped software, or as add-ons to an existing Joomla! installation. Then configure

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com.

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com. Terms of Use: All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com. Table of Contents 1- Introduction 3 2- Installing the theme

More information

Installation / Migration Guide for Windows 2000/2003 Servers

Installation / Migration Guide for Windows 2000/2003 Servers PSQL v9 SP1 (9.1) & Installation / Migration Guide for Windows 2000/2003 Servers Ebix, Inc. Corporate Headquarters Concourse Parkway, Suite 3200 Atlanta, GA 30328 USA Phone: 678-281-2020 Fax: 678-281-2019

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

HowTo. Planning table online

HowTo. Planning table online HowTo Project: Description: Planning table online Installation Version: 1.0 Date: 04.09.2008 Short description: With this document you will get information how to install the online planning table on your

More information

Google Docs A Tutorial

Google Docs A Tutorial Google Docs A Tutorial What is it? Google Docs is a free online program that allows users to create documents, spreadsheets and presentations online and share them with others for collaboration. This allows

More information

IceWarp Server. Log Analyzer. Version 10

IceWarp Server. Log Analyzer. Version 10 IceWarp Server Log Analyzer Version 10 Printed on 23 June, 2009 i Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 2 Advanced Configuration... 5 Log Importer... 6 General...

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

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

The Web Pro Miami, Inc. 615 Santander Ave, Unit C Coral Gables, FL 33134 6505. T: 786.273.7774 info@thewebpro.com www.thewebpro.

The Web Pro Miami, Inc. 615 Santander Ave, Unit C Coral Gables, FL 33134 6505. T: 786.273.7774 info@thewebpro.com www.thewebpro. 615 Santander Ave, Unit C Coral Gables, FL 33134 6505 T: 786.273.7774 info@thewebpro.com www.thewebpro.com for v.1.06 and above Web Pro Manager is an open source website management platform that is easy

More information

CloudCTI Recognition Configuration Tool Manual

CloudCTI Recognition Configuration Tool Manual CloudCTI Recognition Configuration Tool Manual 2014 v1.0 Contents Recognition Configuration Tool... 2 Welcome to the Recognition Configuration Tool... 2 Getting started... 2 Listed applications... 4 Other

More information

Reseller Panel Step-by-Step Guide

Reseller Panel Step-by-Step Guide 1. Legal notice setup. Alternative language setup. Enter legal notice as text. Enter legal notice as link 2. ResellerPanel design. Edit colors and layout. Edit themes and icons 3. Create a new customer.

More information

Admin Reference Guide. PinPoint Document Management System

Admin Reference Guide. PinPoint Document Management System Admin Reference Guide PinPoint Document Management System 1 Contents Introduction... 2 Managing Departments... 3 Managing Languages... 4 Managing Users... 5 Managing User Groups... 7 Managing Tags... 9

More information

How to Create and Send a Froogle Data Feed

How to Create and Send a Froogle Data Feed How to Create and Send a Froogle Data Feed Welcome to Froogle! The quickest way to get your products on Froogle is to send a data feed. A data feed is a file that contains a listing of your products. Froogle

More information

New Help Desk Ticketing System

New Help Desk Ticketing System New Help Desk Ticketing System Starting Monday, November 30, 2009 at 6 am the University will be going live with their new help desk ticketing system. The website to access the new ticketing system is

More information

Web Hosting Control Panel Guide

Web Hosting Control Panel Guide Web Hosting Control Panel Guide 10/17/2014 CONTENTS Login URL 2 Domains List 3 Control Panel 4 Database Management 5 FTP Management 7 TelePacific s Web Hosting Control Panel is designed to enhance your

More information

Connect to MySQL or Microsoft SQL Server using R

Connect to MySQL or Microsoft SQL Server using R Connect to MySQL or Microsoft SQL Server using R 1 Introduction Connecting to a MySQL database or Microsoft SQL Server from the R environment can be extremely useful. It allows a research direct access

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.2 Updated March 16, 2012 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

VIP Help Desk Web Application User Guide Version 3.0

VIP Help Desk Web Application User Guide Version 3.0 1 VIP Help Desk Web Application User Guide Version 3.0 2 Table of Contents-... New Features of VIP Help Desk 3.0 New features of Admin panel New features of Operator panel New features of User panel How

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Updated November 20, 2009 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage 7 Main

More information

CounterPoint SQL and Magento ecommerce Interface

CounterPoint SQL and Magento ecommerce Interface CounterPoint SQL and Magento ecommerce Interface Requirements: CounterPoint SQL: 8.3.9, 8.4.2 Magento Community Edition: 1.5.1+ (older versions are not compatible due to changes in Magento s API) MagentoGo

More information

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later Copyright 2015, Lucid Innovations Limited. All Rights Reserved Lucid Research

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

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, *MX-M850, *MX-M950,

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein PROJECTIONS SUITE Database Setup Utility (and Prerequisites) Installation and General Instructions v0.9 draft prepared by David Weinstein Introduction These are the instructions for installing, updating,

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

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

1 Classified Script. User Guide v1.0

1 Classified Script. User Guide v1.0 1 Classified Script User Guide v1.0 Installation... 3 Create Database... 3 Grant Rights... 4 Configure Settings... 5 Step 1... 5 Step 2... 6 Step 3... 7 Post Sponsored Ad... 8 Step 1... 8 Step 2... 9 Manage

More information

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin: CONTENT MANAGER GUIDELINES Content Manager is a web-based application created by Scala that allows users to have the media they upload be sent out to individual players in many locations. It includes many

More information

Transferring Your Internet Services

Transferring Your Internet Services Page 1 of 6 Transferring Your Internet Services Below you will find the instructions necessary to move your web hosting, email, and DNS services to NuVox. The Basics Transferring your domain name Preparing

More information

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Log Analyzer Reference Version 10.4 Printed on 27 February, 2012 Contents Log Analyzer 1 Quick Start... 2 Required Steps... 2 Optional Steps... 3 Advanced Configuration...

More information

Job Board Integration with eempact

Job Board Integration with eempact Job Board Integration with eempact The purpose of this document is to provide you with all of the details necessary to successfully integrate eempact with the Haley Marketing Group Job Board on your website.

More information

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later

for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later for Networks Installation Guide for the application on the server August 2014 (GUIDE 2) Lucid Exact Version 1.7-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

Administrator s Manual

Administrator s Manual Administrator s Manual Absolute Banner Manager XE V2.0 The Powerful Banner Administration Server Developed by XIGLA SOFTWARE Copyright 2002 All Rights Reserved Visit our site at http://www.xigla.com TABLE

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

Reference Manual. FootPrints version 5.5. UniPress Software Inc.

Reference Manual. FootPrints version 5.5. UniPress Software Inc. Reference Manual FootPrints version 5.5 UniPress Software Inc. FootPrints Reference Manual FootPrints Reference Manual FootPrints version 5.5 from UniPress Software FootPrints Reference Manual: Rev 5.5

More information

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University Instructions for MAC users MAC users have not been joined to the Active Directory Domain. ICT is unable to capture GroupWise archives you may have on your computer automatically or confirm if you have

More information

User Guide Microsoft Exchange Remote Test Instructions

User Guide Microsoft Exchange Remote Test Instructions User Guide Microsoft Exchange Remote Test Instructions University of Louisville Information Technology 1.1 Who Should Use It This guide is intended for University of Louisville Faculty and Staff participating

More information

A Reseller s Guide to Using Helm

A Reseller s Guide to Using Helm tm H E L M A Reseller s Guide to Using Helm Table of Contents About HELM & This Guide 3 Logging Into HELM 3 Changing Your Password 4 Customizing Your Control Panel 4 Step 1: Global Settings 5 Step 2: Domain

More information

Email Marketing Software

Email Marketing Software Email Marketing Software I Email Marketing Software Table of Contents Foreword 0 Part I Mailer Utilities 1 1 Main Page... 1 2 Troubleshooting... 1 3 Translate... 6 Part II Manage News. List 6 1 Getting

More information

IBM FileNet eforms Designer

IBM FileNet eforms Designer IBM FileNet eforms Designer Version 5.0.2 Advanced Tutorial for Desktop eforms Design GC31-5506-00 IBM FileNet eforms Designer Version 5.0.2 Advanced Tutorial for Desktop eforms Design GC31-5506-00 Note

More information

Administrator s Upgrade Guide.

Administrator s Upgrade Guide. Administrator s Upgrade Guide. InfoRouter Version 6.0 to Version 7.0 1 T hank you for upgrading inforouter. This guide will take you through the step-by-step upgrade procedures required for a successful

More information

Sentral servers provide a wide range of services to school networks.

Sentral servers provide a wide range of services to school networks. Wazza s QuickStart Publishing iweb Sites to a Sentral Server Background Mac OS X, Sentral, iweb 09 Sentral servers provide a wide range of services to school networks. A Sentral server provides a publishing

More information

XMailer Reference Guide

XMailer Reference Guide XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this

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

Insert Survey Data into a Database: Dreamweaver & Access 2007

Insert Survey Data into a Database: Dreamweaver & Access 2007 Insert Survey Data into a Database: Dreamweaver & Access 2007 Site Preparation 1. Open your User folder and create a folder titled InsertData_Local. Do NOT place this folder inside PUB. If you are working

More information

Contents First Time Setup... 2 Setting up the Legal Vault Client (KiteDrive)... 3 Setting up the KiteDrive Outlook Plugin... 10 Using the Legal Vault

Contents First Time Setup... 2 Setting up the Legal Vault Client (KiteDrive)... 3 Setting up the KiteDrive Outlook Plugin... 10 Using the Legal Vault Contents First Time Setup... 2 Setting up the Legal Vault Client (KiteDrive)... 3 Setting up the KiteDrive Outlook Plugin... 10 Using the Legal Vault Outlook Plugin... 13 Using KiteDrive to Send Large

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

CEFNS Web Hosting a Guide for CS212

CEFNS Web Hosting a Guide for CS212 CEFNS Web Hosting a Guide for CS212 INTRODUCTION: TOOLS: In CS212, you will be learning the basics of web development. Therefore, you want to keep your tools to a minimum so that you understand how things

More information

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next.

5. At the Windows Component panel, select the Internet Information Services (IIS) checkbox, and then hit Next. Installing IIS on Windows XP 1. Start 2. Go to Control Panel 3. Go to Add or RemovePrograms 4. Go to Add/Remove Windows Components 5. At the Windows Component panel, select the Internet Information Services

More information

MailEnable Web Mail End User Manual V 2.x

MailEnable Web Mail End User Manual V 2.x MailEnable Web Mail End User Manual V 2.x MailEnable Messaging Services for Microsoft Windows NT/2000/2003 MailEnable Pty. Ltd. 486 Neerim Road Murrumbeena VIC 3163 Australia t: +61 3 9569 0772 f: +61

More information

Transferring Your Hosting Account

Transferring Your Hosting Account Transferring Your Hosting Account Setting up your Web site on our secure hosting servers So you want to host your Web site on our secure servers, but you want to avoid costly mistakes and excessive site

More information

How to use SURA in three simple steps:

How to use SURA in three simple steps: How to use SURA in three simple steps: Most of SURA s functionality can be accessed through these three steps. 1) Download SURA to your computer Go to the SU Downloads page to obtain the SURA utility.

More information

Admin Guide Web Hosting (Windows Websites) MailStreet Hosting Control Panel (CP)

Admin Guide Web Hosting (Windows Websites) MailStreet Hosting Control Panel (CP) Admin Guide Web Hosting (Windows Websites) MailStreet Hosting Control Panel (CP) DOCUMENT REVISION DATE: October, 2009 Web Hosting Admin Guide / Table of Contents Page 2 of 112 Table of Contents HOW TO

More information

Welcome to EMP Monitor (Employee monitoring system):

Welcome to EMP Monitor (Employee monitoring system): Welcome to EMP Monitor (Employee monitoring system): Overview: Admin End. User End. 1.0 Admin End: Introduction to Admin panel. Admin panel log in. Introduction to UI. Adding an Employee. Getting and editing

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

econtrol 3.5 for Active Directory & Exchange Self-Service Guide

econtrol 3.5 for Active Directory & Exchange Self-Service Guide econtrol 3.5 for Active Directory & Exchange Self-Service Guide This Guide Welcome to the econtrol 3.5 for Active Directory and Exchange Self-Service Guide. This guide is econtrol end-users who have been

More information

User Manual Web DataLink for Sage Line 50. Version 1.0.1

User Manual Web DataLink for Sage Line 50. Version 1.0.1 User Manual Web DataLink for Sage Line 50 Version 1.0.1 Table of Contents About this manual...3 Customer support...3 Purpose of the software...3 Installation...6 Settings and Configuration...7 Sage Details...7

More information

Schools Remote Access Server

Schools Remote Access Server Schools Remote Access Server This system is for school use only. Not for personal or private file use. Please observe all of the school district IT rules. 6076 State Farm Rd., Guilderland, NY 12084 Phone:

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

How-To: MySQL as a linked server in MS SQL Server

How-To: MySQL as a linked server in MS SQL Server How-To: MySQL as a linked server in MS SQL Server 1 Introduction... 2 2 Why do I want to do this?... 3 3 How?... 4 3.1 Step 1: Create table in SQL Server... 4 3.2 Step 2: Create an identical table in MySQL...

More information

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012

Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 Web+Center Version 7.x Windows Quick Install Guide 2 Tech Free Version Rev March 7, 2012 1996-2012 Internet Software Sciences Welcome to the Web+Center Installation and Configuration guide. This document

More information

How To Set Up A Webhosting Website On Windstream.Com

How To Set Up A Webhosting Website On Windstream.Com E-commerce Web Hosting Package Welcome To Your Windstream Hosting Service! We are pleased you have chosen us as your solutions provider to help your business become even more successful. We recognize your

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

PDshop.NET Installation Guides (ASP.NET Edition)

PDshop.NET Installation Guides (ASP.NET Edition) PDshop.NET Installation Guides (ASP.NET Edition) PageDown Technology, LLC / Copyright 2003-2007 All Rights Reserved. Last Updated: 7/25/07 Written for Revision: 1.014 1 Table of Contents Table of Contents...2

More information

This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package.

This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package. Introduction This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package. There are 2 ways of installing the theme: 1- Using the Clone Installer Package

More information

Distributor Control Center Private Label/Channel Administrators

Distributor Control Center Private Label/Channel Administrators March 13, 2014 Distributor Control Center Private Label/Channel Administrators Version 2.6.3 Everyone.net Table of Contents Distributor Control Center... 1 1 The Distributor Control Center... 4 1.1 Introduction...

More information

Virtual Communities Operations Manual

Virtual Communities Operations Manual Virtual Communities Operations Manual The Chapter Virtual Communities (VC) have been developed to improve communication among chapter leaders and members, to facilitate networking and communication among

More information

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

Shasta College SharePoint Tutorial. Create an HTML Form

Shasta College SharePoint Tutorial. Create an HTML Form Create an HTML Form SharePoint HTML forms are based on Lists. Lists are like mini-databases inside of SharePoint that define the form s fields and stores the data submitted from the form. Before you can

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

ExDesk s Quick Start Account Configuration Guide

ExDesk s Quick Start Account Configuration Guide ExDesk s Quick Start Account Configuration Guide 1. Some Quick Definitions 2. Account Creation 3. The Decisions 4. Customizing your ExDesk account 5. Creating Admins 6. Creating additional Clients 7. Sharing

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

GoDaddy (CentriqHosting): Data driven Web Application Deployment

GoDaddy (CentriqHosting): Data driven Web Application Deployment GoDaddy (CentriqHosting): Data driven Web Application Deployment Process Summary There a several steps to deploying an ASP.NET website that includes databases (for membership and/or for site content and

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Server Prerequisites Internet Information Server (IIS). It may be enabled in Windows Features (see Enabling IIS section).

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information