Host at 2freehosting.Com

Size: px
Start display at page:

Download "Host at 2freehosting.Com"

Transcription

1 Host at 2freehosting.Com This document will help you to upload your website to a free website hosting account at Follow all the steps carefully in the order that they appear to ensure your website is uploaded correctly. Part 1: Create a new account 1. Visit 2. Click on the Register Free button Version 2.0 Page 1 of 28

2 3. Complete the registration form ***Important*** Write down your 2freehosting address and 2freehosting password so that you can login to your 2freehosting account again 4. Click the Signup Now! button 5. Visit your and click on the account activation link Version 2.0 Page 2 of 28

3 6. After you have activated your account, login and select cpanel 7. Click the Create new account button Version 2.0 Page 3 of 28

4 8. Select Free Hosting plan Version 2.0 Page 4 of 28

5 9. Sign-up using a free subdomain (any subdomain is fine to use) Try to use your case study name with your initials e.g., southbankcupcakestms. You will need to remember this website address as it is where your site will be available online. 10. Click the Create button Version 2.0 Page 5 of 28

6 Note on Account Activation After you create your account it can take up to 12 hours before your subdomain is active. You can see the status of your account in the Active Accounts and Inactive Accounts under the cpanel option in the menu bar. Version 2.0 Page 6 of 28

7 Part 2: Record your FTP details 1. Login to your 2freehosting account 2. Select cpanel in the main menu 3. Record your website address 4. Click the Switch button beside your active website to visit your cpanel ***Important*** Write down your website address so that you visit your website Version 2.0 Page 7 of 28

8 5. The cpanel is the Control Panel that allows you to manage your website e.g., set up a database, manage the database, view FTP details, etc. Version 2.0 Page 8 of 28

9 6. Scroll down to Files > FTP Access Version 2.0 Page 9 of 28

10 7. Click the FTP Access option 8. Write down your FTP IP Address and FTP Username ***Important*** Write down your IP Address and Username so you can upload to the 2freehosting web server using FTP. Your FTP password is the password you used to create the account. Version 2.0 Page 10 of 28

11 Part 3: Create a database 1. Return to the cpanel 2. Scroll down to Advanced > MySQL Databases Version 2.0 Page 11 of 28

12 3. Click on MySQL Databases and create your database Version 2.0 Page 12 of 28

13 4. You should see a List of Current MySQL Databases 5. Write down your MySQL database name, MySQL username, MySQL password and MySQL Host ***Important*** Write down your MySQL database name, MySQL username, MySQL password and MySQL Host so you can access your MySQL database Version 2.0 Page 13 of 28

14 Part 4: Update your database file 1. Open your database connection file e.g., database.php 2. Update your database connection file with your 2freehosting details ***Important*** If you are following the steps in this document you should have recorded all these details for your account. For example: MySQL Password MySQL Host MySQL Username <?php $con = mysqli_connect( mysql.2freehosting.com, u _south, your mysql password, u _south ); if (mysqli_connect_errno($con)) { echo Unable to connect to the database:. mysqli_connect_error(); exit(); }?> MySQL Database name Version 2.0 Page 14 of 28

15 Part 5: Create index.php If you have not done so already, in the root directory of your main website folder create an index.php with the following code to redirect to login.php in the pages subfolder. <?php header('location: pages/login.php');?> Version 2.0 Page 15 of 28

16 Part 6: Export your database tables The steps above helped you to create a database on the 2freehosting web server. Now we need to populate it with our database tables. Throughout the semester we have been carefully exporting our whole database by returning to Home in phpmyadmin before selecting the Export option and selecting the ADD CREATE DATABASE option. However, this time we only need the tables. So we will have to enter our database (rather than return Home) before selecting Export and we do NOT want to select the ADD CREATE DATABASE option. The steps below will help you to export your database tables. 1. Open phpmyadmin on your local machine 2. Click on your database in the left vertical menu Version 2.0 Page 16 of 28

17 3. Click on Export in the main menu 4. Click on Custom and select all your database tables 5. Type a file name Version 2.0 Page 17 of 28

18 6. Click Go at the bottom of the screen to export your database tables only 7. Save a copy of your database tables on your USB Version 2.0 Page 18 of 28

19 Part 7: Import your database tables Now that we have an exported copy of our database tables we can import them to the 2freehosting web server. 1. Login to your 2freehosting account 2. Select cpanel in the main menu 3. Click the Switch button to enter the cpanel for your active website Version 2.0 Page 19 of 28

20 4. Scroll down to Advanced > phpmyadmin 5. Click on the phpmyadmin option Version 2.0 Page 20 of 28

21 6. Click on the Enter phpmyadmin link Version 2.0 Page 21 of 28

22 7. Click on the Import tab at the top of the screen 8. Use the Browse button to select your SQL tables only database file 9. Click Go Version 2.0 Page 22 of 28

23 10. Check your database tables have been imported correctly Version 2.0 Page 23 of 28

24 Part 8: Upload your website files The easiest way to upload your website files to a web hosting sever is to use an FTP program. The most used FTP program is FileZilla. This is a free FTP program available at The steps below will help you to use FileZilla to upload our files to 000webhost. 1. Download a copy of the FileZilla Client from S-Drive and install it on your PC 2. Open FileZilla 3. Enter the following FTP details into FileZilla: a. Host: your 2freehosting FTP IP Address b. Username: your 2freehosting FTP Username c. Password: your 2freehosting Account Password 4. Click the Quickconnect button Version 2.0 Page 24 of 28

25 5. On the left panel, navigate to the copy of your website folder on your USB 6. Open your website folder so you can see all the subfolders 7. Highlight all the subfolders and the index.php 8. Drag and drop a copy of all your subfolders and the index.php from the left panel (i.e., local) to the right panel (i.e., web server) Files on PC Files on Web Host Server Version 2.0 Page 25 of 28

26 9. Delete the default.php file from the web server Files on PC Files on Web Host Server Files on PC Files on Web Host Server Version 2.0 Page 26 of 28

27 Part 5: Test your website 1. Open a new tab in your web browser 2. Type your 2freehosting website address in the address bar For example Version 2.0 Page 27 of 28

28 3. Login to your website and test that it is functioning correctly 4. If you cannot login, or your website is not displaying the database content, you have have not uploaded your database and/or website correctly 5. Go back and try again being sure to read each step carefully Version 2.0 Page 28 of 28

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih

OpenCart. E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih OpenCart E-commerce platform Prepared by: Abeer AlDayel and Nouf AlRomaih Introduction OpenCart is free open source ecommerce platform for online merchants. It is a module based system which allows users

More information

K-RATE INSTALLATION MANUAL

K-RATE INSTALLATION MANUAL K-RATE INSTALLATION MANUAL K-Rate Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-RATE... 4 STEP 1: LOGIN TO YOUR MEMBER ACCOUNT... 4 STEP 2: ENTER DOMAIN NAME... 5 STEP 3: DOWNLOAD

More information

FTP UPLOADS/DOWNLOADS

FTP UPLOADS/DOWNLOADS FileZilla Download and Installation Instructions FileZilla is a free software that uses SourceForge as an installation provider. SourceForge is bundling the FileZilla software with other products that

More information

2015 PMF. Data Collection and Validation. A Guide to FTP and SharePoint. Released April Questions? Please contact

2015 PMF. Data Collection and Validation. A Guide to FTP and SharePoint. Released April Questions? Please contact 2015 PMF Data Collection and Validation A Guide to FTP and SharePoint Released April 2015 Questions? Please contact datatickets@dcpcsb.org. Outline 1. Year End Collection and Validation Overview 2. What

More information

Getting Started with Web Hosting, & FTP

Getting Started with Web Hosting,  & FTP Getting Started with Web Hosting, Email & FTP Issue 1.01 Table of Contents Table of Contents... 1 Remove Parking from a Domain & Add Web Hosting... 3 Step 1... 3 Step 2... 3 Step 3... 4 Step 4... 4 Step

More information

SO, ARE YOU READY? HERE WE GO:

SO, ARE YOU READY? HERE WE GO: Date: 28/09/2012 Procedure: How To Move WordPress To A New Server Or Host Source: LINK Permalink: LINK Created by: HeelpBook Staff Document Version: 1.0 HOW TO MOVE WORDPRESS TO A NEW SERVER OR HOST It

More information

Uploading a Submission

Uploading a Submission CESP provides 4 ways to upload via 3 Web Transfer Clients or via a local sftp client. WEB Transfer Clients 1. Integraged Upload (HTML5): Select Integrated Upload for Auto Login to HTML5 Client. (Modern

More information

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders. Backup & Restore 0. Introduction..2 1. On-demand. Manual Backups..3 1.1 Full Backup...3 1.2 Custom Backup 5 1.2.1 Store Your Data Only...5 1.2.2 Exclude Folders.6 1.3 Restore Your Backup..7 2. On Schedule.

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications . phpmyadmin is a web-based application used to manage a MySQL database. It is free and open-source software. We have modified phpmyadmin so that it functions without errors on a shared hosting platform.

More information

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

1 Login AppServ Hosting Control System

1 Login AppServ Hosting Control System Login -1- AppServ Hosting Control System 1. /vhcs2 Control System http://www.yourdomainname.com/vhcs2 2. Username Login appservhosting.com 3. Password Login 4. AppServ Hosting Control System 1 Login AppServ

More information

Step by Step Guide Domain Security Pro

Step by Step Guide Domain Security Pro Step by Step Guide Domain Security Pro by Mark Dulisse Copyright 2013 DomainSecurityPro.com Page 1 Copyright 2013 by DomainSecurityPro.com All rights reserved. No part of this publication may be reproduced,

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

Setting up the Master Computer

Setting up the Master Computer Setting up the Master Computer for gofish the O FISH-AL Sales Program Be forwarned, non-technical translation for what is to come: blah, blah, doze off and blah-blah. Last updated March 12, 2016 I appologize

More information

Importing Merit Calendar to Outlook 2010

Importing Merit Calendar to Outlook 2010 Page 1 of 12 Importing Merit Calendar to Outlook 2010 Transferring your calendar from the Merit Mail system to your new Outlook Exchange account is a quick and easy process. There are only two steps to

More information

Selectively Cloning Courses in Moodle

Selectively Cloning Courses in Moodle Selectively Cloning Courses in Moodle Use the following procedure to clone (copy) some but not all of the contents of a course in Moodle from one course to another. 1. Open your Firefox browser, and navigate

More information

Courtesy of Clayton Fyfe. Lab 2 Runthrough

Courtesy of Clayton Fyfe. Lab 2 Runthrough Courtesy of Clayton Fyfe Lab 2 Runthrough Highlights 1. Accessing and Using phpmyadmin 2. CRUD for phpmyadmin 3. Microsoft expression WEB 3 Overview 4. CRUD for PHP 5. Adding Files to the playground Accessing

More information

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector SIMICART USER GUIDE SERIES Install SimiConnector TABLE OF CONTENTS I. INSTALL SIMICONNECTOR 3 II. CHECK CONNECTOR AFTER INSTALL 12 I. INSTALL SIMICONNECTOR 1) Download SimiConnector: https://github.com/simicart/simicart-magento2.x

More information

Publishing with Adobe Presenter 10 (Detailed)

Publishing with Adobe Presenter 10 (Detailed) Publishing with Adobe Presenter 10 (Detailed) Open PowerPoint Find PowerPoint and open it by clicking its icon. The PowerPoint icon may be found in one of the following locations: 1. Desktop 2. Start Menu

More information

Mobile Login extension User Manual

Mobile Login extension User Manual extension User Manual Magento 2 allows your customers convenience and security of login through mobile number and OTP. Table of Content 1. Extension Installation Guide 2. Configuration 3. API Settings

More information

University of Mary Washington. FOC Planning Tool User s Guide Kwadwo Brobbey, Kelly Brown, Rebecca Wright

University of Mary Washington. FOC Planning Tool User s Guide Kwadwo Brobbey, Kelly Brown, Rebecca Wright University of Mary Washington FOC Planning Tool User s Guide Kwadwo Brobbey, Kelly Brown, Rebecca Wright 2013 2 Table of Contents 1: Initial Setup and Running the Software... 3 1.1: Initial Setup...3 1.2:

More information

Support Backups and Secure Transfer Server Changes - i-cam

Support Backups and Secure Transfer Server Changes - i-cam Support Backups and Secure Transfer Server Changes - i-cam 3.1.24 Contents What is the Secure Transfer Server?... 2 Initial Setup in i-cam 3.1.24... 2 Getting your account credentials... 2 Setting your

More information

Once you log in, you'll see the Dashboard. It immediately shows the number of orders, customer accounts, and product views.

Once you log in, you'll see the Dashboard. It immediately shows the number of orders, customer accounts, and product views. Ann Gish Back End Guide 2/17/11 Site: http://dev.ispirto.us/ann/admin/ Once you log in, you'll see the Dashboard. It immediately shows the number of orders, customer accounts, and product views. To the

More information

User Manual. version 1.6-r1

User Manual. version 1.6-r1 User Manual version 1.6-r1 Contents 1 What is Confixx? - General Information 4 1.1 Login................................ 4 1.2 Settings Lag............................ 5 2 The Sections of the Web Interface

More information

Student Website Setup

Student Website Setup In this course, students upload assignments to their websites hosted on the coislinux.austincc.edu server. Each student is supplied with a password protected account to access their individual websites.

More information

How To Clone, Backup & Move Your WordPress Blog! Step By Step Guide by Marian Krajcovic

How To Clone, Backup & Move Your WordPress Blog! Step By Step Guide by Marian Krajcovic How To Clone, Backup & Move Your WordPress Blog! Step By Step Guide by Marian Krajcovic 2010 Marian Krajcovic You may NOT resell or giveaway this ebook! 1 If you have many WordPress blogs and especially

More information

Center for Academic Excellence engaging faculty inspiring learning. WordPress Quick-Reference Manual

Center for Academic Excellence engaging faculty inspiring learning. WordPress Quick-Reference Manual Center for Academic Excellence engaging faculty inspiring learning WordPress Quick-Reference Manual Contents Signing up for a WordPress account... 2 Adding a new blog... 2 Changing the theme of your blog...

More information

Part 1: Setting up Your Office 365 Account in Outlook

Part 1: Setting up Your Office 365 Account in Outlook Part 1: Setting up Your Office 365 Account in Outlook Step 1: Go to Control Panel > Mail > Show Profiles > Add. You will need to give a name to your new Outlook profile. You can name it anything you d

More information

File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site

File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site In order to upload files to our FTP site, you will need a Java-enabled web browser for Microsoft Windows and Mac OS

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

Advanced Web Tutorial 10

Advanced Web Tutorial 10 Advanced Web Tutorial 10 Editor Brackets / Visual Studio Code Goals Creating a blog with PHP and MySql. - Set up and configuration of Xampp - Learning Data flow using Create/Read/Update and Delete Things

More information

TOTAL Online. Setup Guide. Converting from Desktop to Online Edition. moneytree.com Toll free

TOTAL Online. Setup Guide. Converting from Desktop to Online Edition. moneytree.com Toll free TOTAL Online EASY MONEY GOLDEN YEARS Setup Guide Converting from Desktop to Online Edition 1 Your Step-by-Step Guide Convert to TOTAL Online in 6 easy steps 1. Create a TOTAL Online Account 2. Define Users,

More information

K-SEARCH TRIAL INSTALLATION MANUAL

K-SEARCH TRIAL INSTALLATION MANUAL K-SEARCH TRIAL INSTALLATION MANUAL Qsoft Inc, 2006-2009, All Rights Reserved Page 1 of 32 K-Search Trial Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-SEARCH 15 DAYS TRIAL... 4

More information

This FAQ is only applicable for hostings ordered after 23/6/2010

This FAQ is only applicable for hostings ordered after 23/6/2010 Webhosting FAQ This FAQ is only applicable for hostings ordered after 23/6/2010 1. How do I access my Webhosting control panel?... 1 2. On which server is my hosting set up (IP)?... 4 3. How do I install

More information

Guide to Using FileZilla

Guide to Using FileZilla Guide to When files are too large to transfer over regular Windows Explorer FTP or if a more intuitive interface is desired, many clients choose to use FileZilla. Below is a step-by-step of how to install

More information

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit:

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit: SHARPSCHOOL USER MANUAL CHAPTER 7 EXTERNAL LINK PAGE For more information, please visit: www.customernet.sharpschool.com www.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. INTRODUCTION... 1 KEY INFORMATION...

More information

Installing Joomla

Installing Joomla Installing Joomla 3.0.11 To start installing Joomla 3.X you have to copy the zipped file Joomla_3.0.1-Stable-Full_Package.zip to the folder in which you want to install Joomla 3.X. On a web host this is

More information

General Document Exchange via ShareFile

General Document Exchange via ShareFile General Document Exchange via ShareFile For security reasons, Ringgold uses the ShareFile portal for all documents exchange. We provide a choice of two different ways to submit files to Ringgold via ShareFile:

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Installing and Confi guring Joomla! 1.5 and Jobs! Pro 1.3.2

Installing and Confi guring Joomla! 1.5 and Jobs! Pro 1.3.2 Installing and Confi guring Joomla! 1.5 and Jobs! Pro 1.3.2 Joomla! has earned a reputation of being one of the most powerful CMS programs around, as its core team emerged from another popular open source

More information

We have created 9 steps to ensure a smooth transition from your current hosting provider to AT&T Website Solutions

We have created 9 steps to ensure a smooth transition from your current hosting provider to AT&T Website Solutions We have created 9 steps to ensure a smooth transition from your current hosting provider to AT&T Website Solutions Contents Step 1: Planning... 3 Step 2: Back up your website!... 3 Using FileZilla... 3

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Fixed Header edream Market

Fixed Header edream Market User s Manual Magento Extension Fixed Header edream Market www.edreamag.com support@edreamag.com Fixed Header for Magento MODERN, SIMPLE AND PROFESSIONAL edream Fixed Header is a unique extension that

More information

Downloading LiDAR For North Dakota Ordering

Downloading LiDAR For North Dakota Ordering 335 Requesting Data LiDAR data can be downloaded for a large part of North Dakota from the ND LiDAR Dissemination Mapservice. To get started first navigate to their website: http://lidar.swc.nd.gov/ For

More information

Using.htaccess to Restrict OU Directory by Usernames and Passwords in an.htpasswd File

Using.htaccess to Restrict OU Directory by Usernames and Passwords in an.htpasswd File Using.htaccess to Restrict OU Directory by Usernames and Passwords in an.htpasswd File (Last updated on 9/3/2015 by lucero@uark.edu) This method requires the management of three files,.htaccess,.htpasswd,

More information

Hello everyone! Page 1. Your folder should look like this. To start with Run your XAMPP app and start your Apache and MySQL.

Hello everyone! Page 1. Your folder should look like this. To start with Run your XAMPP app and start your Apache and MySQL. Hello everyone! Welcome to our PHP + MySQL (Easy to learn) E.T.L. free online course Hope you have installed your XAMPP? And you have created your forms inside the studio file in the htdocs folder using

More information

LATITUDE. Downloading your files with FTP

LATITUDE. Downloading your files with FTP LATITUDE PHOTOGRAPHY Downloading your files with FTP What is FTP?: File Transfer Protocol (FTP) is a standard network protocol used to transfer files from one host to another host over a network, such

More information

JSN Dona Portfolio User's Guide

JSN Dona Portfolio User's Guide JSN Dona Portfolio User's Guide Getting Started Template Package Installation 1. Download the template installation package Log in JoomlaShine Customer Area to download the template package that you have

More information

Uploading Branch Newsletters

Uploading Branch Newsletters Uploading Branch Newsletters First, login to the backend using the username and password that you have been supplied with. The login address is: https://direct.birdlife.org.au/system Once logged in, you

More information

Website Setup & Assignment Publishing (Tomcat)

Website Setup & Assignment Publishing (Tomcat) In this course, students upload assignments to their websites hosted on the coislinux.austincc.edu server (in addition to submitting to Blackboard (Bb)). Each student is supplied with a password protected

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

Registration, Data Download, and Online Homework

Registration, Data Download, and Online Homework Registration, Data Download, and Online Homework Register on the Armond Dalton Resources Website... E-2 Download the Project Data Files to a USB drive... E-5 Online Homework... E-6 Lab Computer: You will

More information

MySQL: Access Via PHP

MySQL: Access Via PHP MySQL: Access Via PHP CISC 282 November 15, 2017 phpmyadmin: Login http://cisc282.caslab. queensu.ca/phpmyadmin/ Use your NetID and CISC 282 password to log in 2 phpmyadmin: Select DB Clicking on this

More information

INSTALLING RACHEL ON SYNOLOGY GIAKONDA IT

INSTALLING RACHEL ON SYNOLOGY GIAKONDA IT INSTALLING RACHEL ON SYNOLOGY GIAKONDA IT To add RACHEL to a Synology server there are a few stages to go through. First we need to ready the server for web use. Then we have to obtain a copy of the RACHEL

More information

Document Container Guide

Document Container Guide PRESENCE Document Container Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents Introduction... 3 Key Information... 3 Create a Document

More information

SUPPLIERS - SMARTSOURCE QUICK REFERENCE GUIDE

SUPPLIERS - SMARTSOURCE QUICK REFERENCE GUIDE SUPPLIERS - SMARTSOURCE QUICK REFERENCE GUIDE ACCESSING SMARTSOURCE Supplier Self Registration steps As a supplier there will be a link within the advertisement for Tenders/EOI s etc. will redirect you

More information

Website Hosting Windows. Getting Started Guide

Website Hosting Windows. Getting Started Guide Website Hosting Windows Getting Started Guide May 2012 Telstra Corporation Limited, Melbourne, 2011 All rights reserved. No part of this publication may be reprinted, reproduced, stored in a retrieval

More information

The OHMS Plugin Suite User Guide

The OHMS Plugin Suite User Guide The OHMS Plugin Suite User Guide The OHMS Plugin Suite Initial Recommendations Configure Oral History Item Type in Omeka Plugin Installation and Configuration Prior to plugin installation Config file edit

More information

Protect My Ministry Integrated Background Checks for Church Community Builder

Protect My Ministry Integrated Background Checks for Church Community Builder Protect My Ministry Integrated Background Checks for Church Community Builder Integration and User Guide Page 1 Introduction Background Check functionality through Protect My Ministry has been integrated

More information

How can I view my W2 on Vibe?

How can I view my W2 on Vibe? How can I view my W2 on Vibe? Within this document you will find easy How To, step by step instructions for logging onto Vibe and accessing your W2. How to Logon: In your browser s address bar, type the

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1 Quick Note 24 Extracting the debug.txt file from a TransPort Digi Technical Support February 2016 Page 1 Contents 1 Introduction... 3 2 Version... 4 3 FTP method... 5 3.1 FTP Using FileZilla FTP Client...

More information

Game Server Administration Guide. Contents Page

Game Server Administration Guide. Contents Page http://www.fragnetics.com ACRA Reg. No.: LL0500002C Fragnetics LLP 420 North Bridge Road #05-13 North Bridge Centre Singapore 188727 Game Server Administration Guide Author: Christopher Choo Date: 6 January

More information

Documentation of Woocommerce Login / Sign up Premium. Installation of Woocommerce Login / Sign up Premium

Documentation of Woocommerce Login / Sign up Premium. Installation of Woocommerce Login / Sign up Premium Documentation of Woocommerce Login / Sign up Premium Installation of Woocommerce Login / Sign up Premium Installation Install Word Press from http://codex.wordpress.org/installing_wordpress. Upload via

More information

Joomla 2.5 Kunena Component Installation

Joomla 2.5 Kunena Component Installation Joomla 2.5 Kunena Component Installation For installing the Kunena component in Joomla 2.5, you have to first login through the administrative panel of joomla by simply entering the url_of_your_website/administrator

More information

Microsoft OneDrive. How to login to OneDrive:

Microsoft OneDrive. How to login to OneDrive: Microsoft OneDrive The beauty of OneDrive is that is accessible from anywhere you have an Internet connection. You can access it from a Mac or Windows computer. You can even access it on your SmartPhone

More information

Installing WordPress CMS

Installing WordPress CMS Installing WordPress CMS Extract the contents of the wordpress zip file to D:/public_html/wordpress folder as shown in diagram 1. D:/public_html/wordpress is a virtual domain controlled by Apache Web server

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

Joomla Pre-install Tasks

Joomla Pre-install Tasks Joomla 3.0.1 Pre-install Tasks Before commencing the actual installation of Joomla CMS on your webhost you have to create: A MySQL database A MySQL user ( with password based access to the MySQL database

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

Using. Quick Guide. Contents. Connecting to an FTP server. Using the Quick Connect bar. From FileZilla Wiki

Using. Quick Guide. Contents. Connecting to an FTP server. Using the Quick Connect bar. From FileZilla Wiki Using From FileZilla Wiki Contents 1 Quick Guide 1.1 Connecting to an FTP server 1.1.1 Using the Quick Connect bar 1.1.2 Using Site Manager 1.1.3 Special case: Servers in LAN 1.2 Navigating on the server

More information

SharePoint Guidelines (Be sure you are using Internet Explorer (or Safari for Mac users) when accessing SharePoint.)

SharePoint Guidelines (Be sure you are using Internet Explorer (or Safari for Mac users) when accessing SharePoint.) SharePoint Guidelines (Be sure you are using Internet Explorer (or Safari for Mac users) when accessing SharePoint.) This guide includes: Application Folder an introduction to your customized folder in

More information

Blackboard Content Collection Overview

Blackboard Content Collection Overview CONTENTS Accessing the Blackboard Content Collection 1 Uploading Files 2 Creating Subfolders 2 About Permissions 3 Assigning Permissions to Specific Users 3 Making a Folder Public to all Winthrop Faculty/Staff

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

File Uploader Application

File Uploader Application File Uploader Application Contents Introduction... 1 Opening File Uploader... 2 Logging In... 2 The Menu Screen... 2 Uploading Files... 3 Sending Files... 4 Opening a Download... 5 Temporary Logins...

More information

KEIL software. Index of contents UPDATE. 1. Important information 1.1. What has changed?

KEIL software. Index of contents UPDATE. 1. Important information 1.1. What has changed? Index of contents 1. Important information 1.1. What has changed? 2. Update 2.1. Settings and file backup 2.2. FTP Upload 2.3. Permissions 2.4. Do update 3. Possible problems 2003-2007,, all rights reserved

More information

User Manual Version

User Manual Version User Manual Version 14.5.3 Contents KeyHelp User - Manual Contents 1. The current KeyHelp 4 1.1. KeyHelp Version 14...4 1.2. Finding a fault and being stuck with it?...4 1.3. Who is this manual for?...4

More information

VIVVO CMS Plug-in Manual

VIVVO CMS Plug-in Manual VIVVO CMS Plug-in Manual www.vivvo.net 1 TABLE OF CONTENTS INTRODUCTION...4 PLUGIN: CONTACT FORM BUILDER PLUG-IN...5 DESCRIPTION:...5 HOW TO INSTALL?...5 ACTIVATION:...5 ACCESS:...5 USER LEVEL:...5 ACTIONS:...6

More information

JULIET Version /14/2016

JULIET Version /14/2016 Version 1.0 08/14/2016 Juliet Pro Check out the pro version at https://www.lyrathemes.com/juliet-pro INSTALLING WORDPRESS INSTALLING THE THEME Using the Administration Panel Using cpanel Manually Using

More information

Accommodations Upload Quick Guide Oklahoma School Testing Program & College and Career Readiness Assessments Spring 2018

Accommodations Upload Quick Guide Oklahoma School Testing Program & College and Career Readiness Assessments Spring 2018 Accommodations Upload Quick Guide Oklahoma School Testing Program & College and Career Readiness Assessments Spring 2018 1 Table of Contents Extracting the emetric Report in OK EdPlan... 3 Uploading to

More information

Wordpress & Theme Installation

Wordpress & Theme Installation Wordpress & Theme Installation At this point you have already completed all of the planning for your new website so it is time to start installing the software you need to run it. Today we will be installing

More information

CVLS Legal Server Tutorial

CVLS Legal Server Tutorial 1 CVLS Legal Server Tutorial Thank you for taking the time to learn about CVLS case management system, LegalServer. This is a basic tutorial. There is more help within the system, and CVLS staff can assist

More information

Getting Started Quick Start Guide

Getting Started Quick Start Guide Getting Started Quick Start Guide This guide provides tips for users new to using the Learning Environment. It discusses how to navigate the main areas and how to change your personal preferences and settings.

More information

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs

CEU Online System, The Friday Center for Continuing Education, UNC-Chapel Hill How to Obtain Participant IDs for Awarding of CEUs The Friday Center for Continuing Education has the responsibility of approving continuing education activities for which CEUs are recorded and maintained as a permanent record for individual participants.

More information

Registration and account management. NPDA User Guide: How to register to use the NPDA data capture system

Registration and account management. NPDA User Guide: How to register to use the NPDA data capture system NPDA User Guide: How to register to use the NPDA data capture system Register an account on the system PLEASE NOTE: If you have already registered to submit data to the NPDA in 2017, your login details

More information

Use the login credentials and the primary domain name that were sent to you on account activation.

Use the login credentials and the primary domain name that were sent to you on account activation. Getting Started To login to the Interworx Control Panel, in a web browser go to: https://webhosting.it.ubc.ca:2443/siteworx/ Use the login credentials and the primary domain name that were sent to you

More information

VEGA Version /27/2017

VEGA Version /27/2017 Version 2.2.1 01/27/2017 Vega Pro Check out the pro version at https://www.lyrathemes.com/vega-pro INSTALLING WORDPRESS INSTALLING THE THEME Using the Administration Panel Using cpanel Manually Using FTP

More information

Web Design Competition File Upload Tutorial

Web Design Competition File Upload Tutorial Web Design Competition File Upload Tutorial Designed for use by the Michigan Council of Women in Technology Copyright 2016 Patricia Howard All Rights Reserved Welcome. We ll start with a quick overview

More information

FileZilla FTP Instructions. FileZilla FTP Instructions

FileZilla FTP Instructions. FileZilla FTP Instructions FileZilla FTP Instructions 1 EMS FileZilla FTP Instructions 1, FileZilla Installation 2, Opening FileZilla 3, FileZilla Settings 4, Downloading Your Website 5, Uploading Your Website 6, More Help EMS Internet

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications MySQL Manager is a web based MySQL client that allows you to create and manipulate a maximum of two MySQL databases. MySQL Manager is designed for advanced users.. 1 Contents Locate your Advanced Tools

More information

User manual. SmartPSS. Manual includes

User manual. SmartPSS. Manual includes User manual software is used for viewing, playing back and exporting video footage from IP video surveillance systems. Manual includes Logging In Starting Live View Adding a Custom View Using Digital Zoom

More information

Retrieve Download File from CSDI Installation Instructions

Retrieve Download File from CSDI Installation Instructions Retrieve Download File from CSDI Installation Instructions Rev. 12-001 FOOD & NUTRITION MANAGEMENT SYSTEMS This instruction sheet provides instructions for installing our Retrieve Download File from CSDI

More information

CREATING A GRANT PROFILE

CREATING A GRANT PROFILE CREATING A GRANT PROFILE LOGON PAGE: https://www.grantinterface.com/home/logon?urlkey=cfozarksgrants You will access the system via the log on page. It s recommend that you bookmark this page in your internet

More information

Documentation of Woocommerce Login / Sign up Premium. Installation of Woocommerce Login / Sign up Premium

Documentation of Woocommerce Login / Sign up Premium. Installation of Woocommerce Login / Sign up Premium Documentation of Woocommerce Login / Sign up Premium Installation of Woocommerce Login / Sign up Premium Installation 1. Install Word Press from http://codex.wordpress.org/installing_wordpress. 2. Upload

More information

Design and development of GUI for Mobile App with MS Phone SDK. Bridging Windows Mobile GUI with php mysql. Lab Manual (for Windows 7 OS)

Design and development of GUI for Mobile App with MS Phone SDK. Bridging Windows Mobile GUI with php mysql. Lab Manual (for Windows 7 OS) Design and development of GUI for Mobile App with MS Phone SDK. Bridging Windows Mobile GUI with php mysql Lab Manual (for Windows 7 OS) Required Software for Windows 7 1. MS Visual Studio 2010 or Higher(better

More information

HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK

HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK QUARTER TO SEMESTER ICON VERSIONS: 2016, 2013 & OFFICE 365 HOW TO SAVE ICON TO COMPUTER Step 1: Open Email containing Quarters to Semesters Icon Click Here

More information

Upload Tests from Respondus to Blackboard

Upload Tests from Respondus to Blackboard Upload Tests from Respondus to Blackboard Before uploading your tests to Blackboard, verify that you have the current version of Respondus. If you do not have the current version of Respondus, you will

More information

Welcome to Converge! Online Ordering User Guide Page 1

Welcome to Converge! Online Ordering User Guide Page 1 Welcome to Converge! Online Ordering User Guide Page 1 First Time Users Our fastest registration to date! Simply enter your Email Address, First and Last Name. You will be sent an email which contains

More information