Welcome To Advanced Topics in WordPress: Beyond the Bootcamp

Size: px
Start display at page:

Download "Welcome To Advanced Topics in WordPress: Beyond the Bootcamp"

Transcription

1 Welcome To : Beyond the Bootcamp To access class slides, go to Advanced-topics-class-documents Password = expert April 2012 Class 2 Presented by: Jonathan W. May

2 Agenda for Class 2 Review of Class 1 Plugins 101 Securing Your Site Page 2

3 Review of Class 1 Course Overview Introductions Housekeeping Items Round Table Discussion Setting Up Your Privately Hosted Site Page 3

4 Plugins, Plugins, Plugins Plugins can extend WordPress to do almost anything you can imagine. - wordpress.org Over 19,000 free plugins available at Many more premium plugins available from various software vendors Install and manage plugins from the Plugins dashboard menu View Active, Inactive and Updates Available Add New plugin Search/browse/install plugins from wordpress.org/extend/plugins, OR... Upload a plugin.zip file download from another site On activation, the plugin may create various new elements, e.g., widgets, dashboard menus, Settings or Tools submenus, new attributes/icons on the page/post editing window Learn how to use the plugin from the notes on wordpress.org and the plugin site, the plugin settings menu (if one exists), and just playing with it Page 4

5 Plugins, Plugins, Plugins Most Downloaded Plugins at WordPress.org 1) Akismet divert potential spam comments (10+ million downloads) 2) Google XML Sitemaps enable search engines to quickly recognize changes to the site 3) Contact Form 7 create custom forms 4) Jetpack by WordPress.com a dozen miscellaneous useful features, e.g., custom contact forms, subscriptions, site statistics, spelling & grammar checking, sharing to social network sites 5) All-in-One SEO Pack improve site visibiilty in search engine results. (Will discuss in future class.) 6) WordPress Importer import content from a WP export file Page 5

6 Plugins, Plugins, Plugins Other Recommended Plugins: Content Creation and Rendering Ultimate TinyMCE enhance WP Visual Editor's capabilities Easy Columns create columns within an article Special Text Boxes display content within colored boxes NextGEN Gallery and SmoothGallery display photo galleries in articles Featured Item Slider display featured posts/pages in a slideshow Polldaddy Polls & Ratings similar to Polls and Ratings features in WordPress.com WordPress PayPal Donation display a PayPal donation button Really Simple Captcha captcha feature designed for Contact Form 7 Mingle Forum members-only discussion forum Theme My Login render the login page in the active theme WP-Print display a printer-friendly version of an article Subscribe2 enable subscription to notifications of new posts Widget Logic (not Widget Context) selectively show widgets on certain pages Page 6

7 Plugins, Plugins, Plugins Other Recommended Plugins: Site Administration W3 Total Cache maximize site performance (Will discuss in future class.) Ultimate Google Analytics enable Google Analytics for all articles (Will discuss in future class.) Postie enhanced post-by- capability Online Backup for Wordpress create site backups WP-DBManager perform a variety of database maintenance tasks WP-Members Restrict selected articles to logged in users Maintenance Mode Make the site inaccessible to anyone other than the administrator Page 7

8 Securing Your Site Site security is a boring but essential topic! WordPress sites, like any other software, are vulnerable to hijacking. But if you take some simple measures, you can minimize the vulnerabilities, and most hijackers will move on to other, more vulnerable sites. Q: Would you leave your uninsured car intimes Square with the door open and the engine running? A: Probably not, unless you are hoping someone will hijack it. Q: If you turned the car off, removed the keys and locked the doors, could your car still be hijacked? A: Yes, but much less likely than if you didn't! And buy some theft insurance (i.e., site backups). It's cheap! Page 8

9 Securing Your Site Top 9 Commandments Thou shalt: #1: Cast out thine admin account #2: Backup thy file system and database #3: Keep thy software updated #4: Secure thy surrounding ecosystem #5: Use trusted sources #6: Test in a separate test environment #7: Minimize loopholes and peepholes #8: Keep thy site lean and mean #9: Be vigilant If you do NOTHING ELSE this week, do these! (At least you will have removed the keys from the ignition and bought some insurance.) Page 9

10 Securing Your Site Commandment #1 Eliminate the Admin Account You make life too easy for a hacker if you have a WP administrator account named admin. All they need to do is repeatedly guess at the password. So... Don't create an account with the name admin in the first place when you install WordPress OR If you already do have an admin account, create another account with administrator privileges, then delete the admin account. During the account deletion process, request that all content owned by the admin account be transferred the new account Page 10

11 Securing Your Site Commandment #2 Take Backups Here's your theft insurance : recent, concurrent backups of both the WP file system and the MySQL database. Take backups regularly, and prior to any major upgrade. The more often you update your site, the more often you should take backups Keep copies of the backups in at least two places (e.g., on Web server, on your laptop/desktop, on an external drive, on a cloud drive, like Dropbox or Google Cloud Servics) Keep the last three revisions, just in case the most recent one is corrupted Page 11

12 Securing Your Site Commandment #2 Take Backups There are many right ways to take backups. Pick one and do it consistently. Manual method using the Control Panel (varies by hosting vendor) Method 1 (see examples in the next two slides) Use the File Manager to create and download a compressed file of the entire file system. Use phpmyadmin to export the database. Method 2: Use the hosting vendor's proprietary backup tools, e.g., Backup Wizard Free plugins See Try Online Backup for WordPress Premium plugins Backup Buddy from ithemes/plugin Buddy (the gold standard ), or Vaultpress from Automattic (software is included in Jetpack) plugin) Page 12

13 Securing Your Site Commandment #2 Take Backups Manual Backups Using cpanel 1) Backup the WordPress files 1. From File Manager, navigate to the WordPress root directory (normally, in the public_html folder) 2. Select and compress all files/folders 3. Copy.zip file to local hard drive 4. Delete.zip file from server 2) Backup the MySQL database 1. From phpmyadmin, select the database and all tables 2. Export the tables in SQL format and save to local hard drive Page 13

14 Securing Your Site Commandment #2 Take Backups Restoring from a Manual Backup Using cpanel 1. Restore the WordPress files 1. From File Manager, navigate to WordPress root directory 2. Select and delete all files/folders 3. Upload backup.zip file from local hard drive 4. Select all files and move them up one level to the WordPress root directory 2. Restore the MySQL database 1. From phpmyadmin, select the database and all tables 2. Drop (delete) all the tables 3. Import the datbase backup file from the local hard drive Page 14

15 Securing Your Site Commandment #3 Keep Software Updated Why update your software? New features Bug fixes MOST IMPORTANT: Security patches What to update? Themes Plugins WordPress core software When will you know an update is available? WordPress will tell you: Dashboard => Updates Page 15

16 Securing Your Site Commandment #3 Keep Software Updated When should you perform an update? Generally speaking, as soon as update is available However, updates can occasionally introduce new bugs, unexpected changes to feature, or incompatibilities with the other software. Proceed with caution. Recommendations Research theme and core softare updates before you install them Determine if a theme or core software update is major or minor Minor update example: v3.3.1 to v3.3.2 Major update example: v3.3 to 3.4 If a major update, check out the buzz by looking at the theme site or Facebook page, run Google searches, etc. For major updates to WP core software, wait to update at least three or four weeks until the release settles down. Page 16

17 Securing Your Site Commandment #3 Keep Software Updated How to perform an update Minor updates: Just do it! Major updates: 0)Before you start: Take a complete backup! 1)Perform any minor outstanding updates to themes/plugins 2)Deativate any non-essential plugins 3)Perform the update 4)Test the site to see if any problems 5)One at a time, re-activate each non-essential plugin that you deactivated, testing after activating each one. Repeat until all required plugins are active again. 6)Open a new browser session using incognito mode (e.g.,use Google Chrome, click on the wrench icon and select New Incognito Window ). Attempt to login to the site. If successful logging in, you are done! Page 17

18 Securing Your Site Commandment #3 Keep Software Updated If there is a problem with your update, normally the theme or one of the plugins is the culprit. Is it your theme? Go to theme's support site, contact the developer directly, or use Google to see if others are having similar issues and, if so, what they are doing about them? Is it one of your plugins? Try to isolate the problem by deactivating all your plugins, then reactivating them one by one, checking to make sure the site is working before activating the next. If the site breaks after activating a plugin, either deactivate the plugin and do without it, or replace it with a similar plugin. At last resort...if you can't isolate and resolve the problem quickly, restore the site from your last backup. Use your test environment (see Commandment #6) to conduct further research and testing. Page 18

19 Securing Your Site Commandment #4 Secure the Ecosystem Every WordPress site is a component in an entire software ecosystem. Any point of failure in the system could affect the integrity of the site. Secure Server Use a trusted Web hosting vendor Secure Network Connection Use Secure HTTP (https) for any application where data transfer should be private, especially when you're on a public network Use Secure FTP (sftp) to upload/download files between your local system and your site Secure Client (the laptop/desktop/mobile device you use to administer the site) Too much to talk about here beyond the scope of this course. Page 19

20 Securing Your Site Commandment #5 Use Trusted Sources for Software Research themes and plugins before deploying them. Look at the Changelog to see what has changed, how regularly the developer is updating the thing. Best source for free themes: wordpress.org/extend/themes Other trusted soruces for free themes: woothemes.com/themes/free themeshaper.com graphpaperpress.com/themes Generally speaking, do not download free themes found at other sites using a search engine Trusted sources for free plugins: Examine user ratings, It Works/It's Broken votes, quality of documentation, availability of and activity on support forum Page 20

21 Securing Your Site Commandment #6 Test in a Separate Test Environment As with any software, it's always best to introduce major changes and research problems in a controlled, non-production environment. Option #1: Install a second instance of WP on your Web hosting vendor's server Advantages: Easy to do just install WP in a subdirectory. Server-side infrastructure is exactly the same as production. Disadvantage: Clutters up your server environment. Option #2: Install a locally hosted WP instance on your desktop/laptop Advantages: No unwanted clutter on the server. You don't need Internet access to run the site. Disadvantages: A little more technically challenging need to download and install the software stack, per the AMPPS Installation Instructions document. Will not be able to test certain features locally, e.g., anything dependent on a mailserver process. Page 21

22 Securing Your Site Commandment #7 Minimize Loopholes and Peepholes Restrict # of failed login attempts, e.g, using the Login Lockdown plugin Change the default database prefix from wp_ to something unique, e.g., using the Better WP Security plugin. (NOTE: Be sure to take a DB backup beforehand!) NOTE: The Better WP Security plugin also recommends and addresses several other vulnerabilities, including automated backups Don't use the one-step automated installation of WP (e.g., using Fantastico), which leaves clues about your site that hackers can use to their advantage. Move/modify the wp-config.php file Move this file one level up in the directory structure on the server Enforce SSL (https) access on login and on all admin pages See: Insert Secret Keys How to: Key generator: Page 22

23 Securing Your Site Commandment #7 Minimize Loopholes and Peepholes Example Warning Messages from Better WP Security Plugin Page 23

24 Securing Your Site Commandment #8 Maintain a Lean and Mean Site Delete unused themes and plugins Limit the number of post revisions stored by WP Use a plugin (e.g., Better Delete Revision) to clean up, OR Avoid the mess entirely: Page 24

25 Securing Your Site Commandment #9 Be Vigilant Pay attention. Monitor your own site, inside and out. If something looks off, check it out. Periodically scan the site for: Malware (e.g., using or Outdated versions of the TimThumb image thumbnail creation library using the TimThumb Vulnerability Scanner plugin Scan for and fix/remove broken links, e.g., using the Broken Link Checker plugin,or external tool (This isn't a security issue so much as a generally good maintenace practice.) Page 25

26 Securing Your Site For further reading: Page 26

Welcome To Advanced Topics in WordPress: Beyond the Bootcamp April 2013

Welcome To Advanced Topics in WordPress: Beyond the Bootcamp April 2013 Welcome To Advanced Topics in WordPress: Beyond the Bootcamp April 2013 Class 2 Presented by: Jonathan W. May These slides are posted at: http://yourpresenceontheweb.com/class-docs-adv-topics-apr-2013/

More information

Hacking the WordpressEcosystem

Hacking the WordpressEcosystem Hacking the WordpressEcosystem About Me Dan Catalin VASILE Information Security Consultant Researcher / Writer / Presenter OWASP Romania Board Member Online presence http://www.pentest.ro dan@pentest.ro/

More information

2011 ithemes Media LLC. All rights reserved in all media. May be shared with copyright and credit left intact.!

2011 ithemes Media LLC. All rights reserved in all media. May be shared with copyright and credit left intact.! Meet BackupBuddy. ithemes Media, LLC was founded in 2008 by Cory Miller, a former newspaper journalist and public relations/communication practitioner, turned freelance moonlighting web designer, turned

More information

THE PLAN FOR TODAY. Welcome to Camp Tech!

THE PLAN FOR TODAY. Welcome to Camp Tech! CAMPTECH.CA THE PLAN FOR TODAY 1. What s the Internet? What s a website? 2. WordPress basics What is WordPress? WordPress.org vs WordPress.com Installing WordPress 3. Add your content Posts, pages, menus,

More information

uilding a Branch Website using Wordpress

uilding a Branch Website using Wordpress Building a branch website using WordPress Building uilding a Branch Website using Wordpress WordPress is a Free and Open Source (FOSS) Content Management System (CMS). It allows you to build websites without

More information

WordPress Security Scan Configuration

WordPress Security Scan Configuration WordPress Security Scan Configuration To configure the - WordPress Security Scan - plugin in your WordPress driven Blog, login to WordPress as administrator, by simply entering the url_of_your_website/wp-admin

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

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

Nikolay Zaynelov Annual LUG-БГ Meeting 2015. nikolay.zaynelov.com nikolay@zaynelov.com

Nikolay Zaynelov Annual LUG-БГ Meeting 2015. nikolay.zaynelov.com nikolay@zaynelov.com Nikolay Zaynelov Annual LUG-БГ Meeting 2015 nikolay.zaynelov.com nikolay@zaynelov.com Introduction What is WordPress WordPress is a free and open source content management system (CMS). It is the most

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

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

1. Black Studio TinyMCE Widget Adds a new "Visual Editor" widget type based on the native WordPress TinyMCE editor.

1. Black Studio TinyMCE Widget Adds a new Visual Editor widget type based on the native WordPress TinyMCE editor. 1. Black Studio TinyMCE Widget Adds a new "Visual Editor" widget type based on the native WordPress TinyMCE editor. 2. Broken Link Checker Checks your blog for broken links and missing images and notifies

More information

Support Documentation

Support Documentation Support Documentation WP-Live-Chat-Support 2/5/2014 This document is here to help WordPress Users and Developers Install and Troubleshoot WP-Live- Chat-Support Contents General Info Before you begin...

More information

BT MAGAZINE. JOOMLA 3.x TEMPLATE. Total User Guide Version 1.0. Copyright 2013 Bowthemes.com support@bowthemes.com. www.bowthemes.

BT MAGAZINE. JOOMLA 3.x TEMPLATE. Total User Guide Version 1.0. Copyright 2013 Bowthemes.com support@bowthemes.com. www.bowthemes. 1 BT MAGAZINE JOOMLA 3.x TEMPLATE Total User Guide Version 1.0 Copyright 2013 Bowthemes.com support@bowthemes.com 1 Table of Contents INTRODUCTION... 2 Template Features... 2 Compressed File Contents...

More information

ProjectPier v0.8.8. Getting Started Guide

ProjectPier v0.8.8. Getting Started Guide ProjectPier v0.8.8 Getting Started Guide Updated October 2014 Contents Contents... 2 Overview... 4 License... 4 Installation... 4 Who should perform the installation?... 4 Requirements... 5 Enabling InnoDB

More information

How to Setup, Install & Run a Website on your Local Computer. For WordPress - on an Offline Server - WAMP

How to Setup, Install & Run a Website on your Local Computer. For WordPress - on an Offline Server - WAMP How to Setup, Install & Run a Website on your Local Computer For WordPress - on an Offline Server - WAMP Index: Determine Operating System Status Download WAMP Server Download Latest WordPress Installing

More information

The Social Accelerator Setup Guide

The Social Accelerator Setup Guide The Social Accelerator Setup Guide Welcome! Welcome to the Social Accelerator setup guide. This guide covers 2 ways to setup SA. Most likely, you will want to use the easy setup wizard. In that case, you

More information

WordPress 2.9 e-commerce

WordPress 2.9 e-commerce WordPress 2.9 e-commerce Build a proficient online store to sell and services products Brian Bondari Table of Contents Preface 1 Chapter 1: Getting Started with WordPress and e-commerce 7 Why WordPress

More information

WordPress and HTML Basics

WordPress and HTML Basics WordPress and HTML Basics Intro: Jennifer Stuart Graphic Design background - switched to Web Design (1998) Started blogging in 2001 Became Interested in Javascript, PHP, etc. 2004 - Moved to WordPress

More information

Choosing the Right Plugins. Ira Horowitz Cornershop Creative @ira_horowitz

Choosing the Right Plugins. Ira Horowitz Cornershop Creative @ira_horowitz Choosing the Right Plugins Ira Horowitz Cornershop Creative @ira_horowitz About Cornershop Creative Online services company that provides excellent design, expert web development, and innovative online

More information

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21 Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting

More information

The easy way to a nice looking website design. By a total non-designer (Me!)

The easy way to a nice looking website design. By a total non-designer (Me!) The easy way to a nice looking website design By a total non-designer (Me!) Website Refresher Three types of Website 1.Hand rolled HTML. Lightweight static pages. 2.Scripted Website. (PHP, ASP.NET etc.)

More information

SB Custom ecommerce Package Custom Website Design 1 Year Unlimited Support

SB Custom ecommerce Package Custom Website Design 1 Year Unlimited Support SB Custom ecommerce Package Custom Website Design 1 Year Unlimited Support Turnaround Time: 2-4 Months Expedited: $500 1.5-3 Months Payment Options: $3000 FLAT FEE $2000 Down Payment/$100 month (1 Year)

More information

download THE l o v e

download THE l o v e download THE love online footprint Social media sharing + Advertising e-mail opt-in +Regular e-mail marketing activities 1300 123 456 Your website Self hosted Wordpress website E-mail Get it Offline advertising

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

$920+ GST Paid Annually. e-commerce Website Hosting Service HOSTING:: WHAT YOU GET WORDPRESS:: THEME + PLUG-IN UPDATES

$920+ GST Paid Annually. e-commerce Website Hosting Service HOSTING:: WHAT YOU GET WORDPRESS:: THEME + PLUG-IN UPDATES e-commerce Website Hosting Service HOSTING:: WHAT YOU GET Where you host your website is an extremely important decision to make, if you choose simply on price, you may be making a huge mistake. We encourage

More information

Synthesis Migration Guide

Synthesis Migration Guide Synthesis Migration Guide The purpose of this guide is to provide you with simple step- by- step instructions for migrating your WordPress website from its current hosting to a premium managed Synthesis

More information

How to Create a WordPress web site at www.blacksun.ca

How to Create a WordPress web site at www.blacksun.ca How to Create a WordPress web site at www.blacksun.ca by R. Berdan Dec 1, 2012 What you need. 1. Web Host & Domain name www.blacksun.ca with support for PHP 5.2.4 or greater, MySQL 5.0 or greater (you

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Authorize.net for WordPress

Authorize.net for WordPress Authorize.net for WordPress Authorize.net for WordPress 1 Install and Upgrade 1.1 1.2 Install The Plugin 5 Upgrading the plugin 8 2 General Settings 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.10 2.11 Connecting

More information

Application Performance Monitoring for WhatsUp Gold v16.1 User Guide

Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Application Performance Monitoring for WhatsUp Gold v16.1 User Guide Contents Table of Contents Introduction APM Overview... 1 Learning about APM terminology... 2 Getting Started with APM... 3 Application

More information

Installing buzztouch Self Hosted

Installing buzztouch Self Hosted Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).

More information

Getting Started with WordPress. A Guide to Building Your Website

Getting Started with WordPress. A Guide to Building Your Website Getting Started with WordPress A Guide to Building Your Website dfsdsdf WordPress is an amazing website building tool. The goal of this ebook is to help you get started building your personal or business

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

Build a Joomla Website The fastest and easiest way to learn how to build a Joomla website.

Build a Joomla Website The fastest and easiest way to learn how to build a Joomla website. Build a Joomla Website The fastest and easiest way to learn how to build a Joomla website. Joomla 2.5 By Richard Pearce To be used in conjunction with the free companion video tutorials at Build a Joomla

More information

User Guide. User Guide Title Page Page i

User Guide. User Guide Title Page Page i User Guide User Guide Title Page Page i Table of Contents Welcome 1 Welcome to Avvo Websites 1 Getting Started 2 Accessing your Avvo Website Dashboard 2 Dashboard Features 3 Screen Options 4 Submitting

More information

Lisa Sabin-Wilson WILEY. Wiley Publishing, Inc.

Lisa Sabin-Wilson WILEY. Wiley Publishing, Inc. by Lisa Sabin-Wilson WILEY Wiley Publishing, Inc. Table of Contents Introduction 1 About This Book 1 Foolish Assumptions 2 Conventions Used in This Book 3 What You Are Not to Read 4 How This Book Is Organized

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

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

How to work with the WordPress themes

How to work with the WordPress themes How to work with the WordPress themes The WordPress themes work on the same basic principle as our regular store templates - they connect to our system and get data about the web hosting services, which

More information

How to Install WordPress Manually: Securing and De-Bloating WordPress

How to Install WordPress Manually: Securing and De-Bloating WordPress How to Install WordPress Manually: Securing and De-Bloating WordPress Meet ithemes. ithemes Media, LLC was founded in 2008 by Cory Miller, a former newspaper journalist and public relations/communication

More information

Backup and Restore MySQL Databases

Backup and Restore MySQL Databases Backup and Restore MySQL Databases As you use XAMPP, you might find that you need to backup or restore a MySQL database. There are two easy ways to do this with XAMPP: using the browser-based phpmyadmin

More information

BlitzMetrics Personal Blog Setup Guide

BlitzMetrics Personal Blog Setup Guide BlitzMetrics Personal Blog Setup Guide Welcome! So you've decided to get into blogging and help customers set up a personal blog. You will learn a lot while working on this guide. You will get in touch

More information

SmallBiz Dynamic Theme User Guide

SmallBiz Dynamic Theme User Guide SmallBiz Dynamic Theme User Guide Table of Contents Introduction... 3 Create Your Website in Just 5 Minutes... 3 Before Your Installation Begins... 4 Installing the Small Biz Theme... 4 Customizing the

More information

Description of Services for Basic, Intermediate, and Advanced Website Packages

Description of Services for Basic, Intermediate, and Advanced Website Packages Description of Services for Basic, Intermediate, and Advanced Website Packages We provide this document to define services covered in our WordPress packages. It is very important you understand exactly

More information

DiamondStream Data Security Policy Summary

DiamondStream Data Security Policy Summary DiamondStream Data Security Policy Summary Overview This document describes DiamondStream s standard security policy for accessing and interacting with proprietary and third-party client data. This covers

More information

Amazon Minisite Megaprofits Video Series Outline

Amazon Minisite Megaprofits Video Series Outline Amazon Minisite Megaprofits Video Series Outline Domain: Hst Hdr Thm Img FMC SU SS PP FMA / NS AOD EM FMC Amaz BU SM Research: 1. Topics a. What do you need/want? i. High-dollar items, babies/kids/pets

More information

Terms and Rights. Thank you for your purchase. These are your rights to this package.

Terms and Rights. Thank you for your purchase. These are your rights to this package. WP Voting Wiz v 2.1 Table of Contents Terms and Rights...1 Thank you for your purchase...1 These are your rights to this package...1 Introduction...2 What You Get...2 In Addition...2 Installing...3 Alternatively...3

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Introduction Thank you so much for your purchase! We're excited to present you with the most magical popup solution for WordPress! If you have any questions, please email us at

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

Agile ICT Website Starter Guides

Agile ICT Website Starter Guides Agile ICT Website Guide V1.0 1 Agile ICT Website Starter Guides 2 The purpose of this guide is to show you how to edit some of the basics of the website you have purchased through Agile ICT. The website

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 2.40 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

SysPatrol - Server Security Monitor

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

More information

TIMETABLE ADMINISTRATOR S MANUAL

TIMETABLE ADMINISTRATOR S MANUAL 2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP

More information

Graduate to Self Hosting

Graduate to Self Hosting Graduate to Self Hosting Joanne Waltham Magenta Sky Solutions Detailed Notes & Screenshots Available at / food-blogger-connect Why migrate to self hosted? With WordPress.com you can t Install any theme

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

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

ez Agent Administrator s Guide

ez Agent Administrator s Guide ez Agent Administrator s Guide Copyright This document is protected by the United States copyright laws, and is proprietary to Zscaler Inc. Copying, reproducing, integrating, translating, modifying, enhancing,

More information

Application Performance Monitoring for WhatsUp Gold v16.2 User Guide

Application Performance Monitoring for WhatsUp Gold v16.2 User Guide Application Performance Monitoring for WhatsUp Gold v16.2 User Guide C o n t e n t s CHAPTER 1 Introduction APM Overview... 1 Learning about APM terminology... 2 Getting Started with APM... 3 Application

More information

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2

Personal Cloud. Support Guide for Mac Computers. Storing and sharing your content 2 Personal Cloud Support Guide for Mac Computers Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 3 Renaming files 3 Moving

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Web Hosting & Wordpress! for Artists

Web Hosting & Wordpress! for Artists Web Hosting & Wordpress for Artists What is Web Hosting? Web Hosting is like owning a home photo by Michael Kumm Web Hosting A domain is the address of your house A domain name is a web address (ex: flickr.com

More information

G-Lock WPNewsman WordPress Plugin Reviewer s Guide

G-Lock WPNewsman WordPress Plugin Reviewer s Guide G-Lock WPNewsman WordPress Plugin Reviewer s Guide 1 Table of Contents This document is your reviewer's guide for G-Lock WPNewsman WordPress Plugin. It is designed to provide you with information you need

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical

More information

Website Security: What do I need to know? What do I need to do?

Website Security: What do I need to know? What do I need to do? Website Security: What do I need to know? What do I need to do? This document describes some of the emerging security issues for and threats to websites as well as some of the options to address them.

More information

FRIENDS OF SEARCH HARDENING WORDPRESS VARIOUS TWEAKS FOR BETTER WP SECURITY

FRIENDS OF SEARCH HARDENING WORDPRESS VARIOUS TWEAKS FOR BETTER WP SECURITY FRIENDS OF SEARCH HARDENING WORDPRESS VARIOUS TWEAKS FOR BETTER WP SECURITY WHO HAD (TO FIX) A HACKED WORDPRESS? bg.vu/fos14 WHAT REALLY MATTERS: TOP 3! IF YOU HAVE 5 MINS TO SPARE, JUST DO THESE 92% (of

More information

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website.

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website. This tutorial will show you how to migrate your website using FTP. The majority of websites are just files, and you can move these using a process called FTP (File Transfer Protocol). The first thing this

More information

Website Maintenance Information For My Clients Bob Spies, Flying Seal Systems, LLC Updated: 08- Nov- 2015

Website Maintenance Information For My Clients Bob Spies, Flying Seal Systems, LLC Updated: 08- Nov- 2015 Website Maintenance Information For My Clients Bob Spies, Flying Seal Systems, LLC Updated: 08- Nov- 2015 This document has several purposes: To explain what website maintenance is and why it's critical

More information

PayPal Integration Instructions

PayPal Integration Instructions PayPal Integration Instructions Table of Contents Overview... 1 Option 1: Adding a Shopping Cart Wordpress simple PayPal Shopping Cart... 2 Step 1: Navigate to the Plugins Page... 2 Step 2: Click the Add

More information

WEB2CS INSTALLATION GUIDE

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

More information

V I S U AL QUI C K START G UID E. WordPress. Third Edition JESSICA NEUMAN BECK EBOOK

V I S U AL QUI C K START G UID E. WordPress. Third Edition JESSICA NEUMAN BECK EBOOK V I S U AL QUI C K START G UID E WordPress Third Edition JESSICA NEUMAN BECK M AT T B E C K L E A R N T H E Q U I C K A N D E A S Y WAY! EBOOK VISUAL QUICKstart GUIDE WordPress Third Edition Jessica Neuman

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

Meet BackupBuddy. More Getting Started with BackupBuddy Resources

Meet BackupBuddy. More Getting Started with BackupBuddy Resources Meet BackupBuddy. More Getting Started with BackupBuddy Resources BackupBuddy is the all-in-one solution for WordPress backup, restore and migrations. Whether you re an enduser or developer, BackupBuddy

More information

The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration

The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration The Beginner s Guide to G-Lock WPNewsman Plugin for WordPress: Installation and Configuration Summary G-Lock WPNewsman is a nice WordPress plugin for collecting subscribers using the confirmed opt-in method

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

User manual for the visitors of Interreg Danube Programme website

User manual for the visitors of Interreg Danube Programme website User manual for the visitors of Interreg Danube Programme website Table of contents National contact points... 2 Newsletter subscription... 2 Subscribe... 2 Unsubscribe... 2 Forum... 2 Approved projects...

More information

JTouch Mobile Extension for Joomla! User Guide

JTouch Mobile Extension for Joomla! User Guide JTouch Mobile Extension for Joomla! User Guide A Mobilization Plugin & Touch Friendly Template for Joomla! 2.5 Author: Huy Nguyen Co- Author: John Nguyen ABSTRACT The JTouch Mobile extension was developed

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

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

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 1 Table of Contents Table of Contents: 1. Introduction to Google+ All in One... 3 2. How to Install... 4 3. How to Create Google+ App... 5 4. How to Configure... 8 5. How to Use... 13 2 Introduction to

More information

This book is solely for personal use. You do not have the right to resell or distribute in any form. E-Design LLC

This book is solely for personal use. You do not have the right to resell or distribute in any form. E-Design LLC Disclaimer All Rights Reserved. No part of this publication may be reproduced or transmitted in any form, by any means (graphic, electronic or mechanical), without prior written permission by the publisher.

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

Digital Downloads Pro

Digital Downloads Pro Digital Downloads Pro [Install Manual] Start Requirements Install What s New About Created: 24/09/2014 By: wojoscripts.com http://wojoscripts.com/ddp/ Thank you for your purchase! If you have any questions

More information

Liferay Portal 4.0 - User Guide. Joseph Shum Alexander Chow

Liferay Portal 4.0 - User Guide. Joseph Shum Alexander Chow Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Table of Contents Preface... viii User Administration... 1 Overview... 1 Administration

More information

FEATURES LIST. cms.moveable.com

FEATURES LIST. cms.moveable.com PAGES AND CONTENT AUTHORING Unlimited Site Pages* Spell Check* Unlimited Concurrent CMS Users* Find and Replace* Unlimited Content Items* Task Manager* Unlimited Templates* Unlimited Layouts Open-Ended

More information

AJ Matrix V5. Installation Manual

AJ Matrix V5. Installation Manual AJ Matrix V5 Installation Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-3917717, 3917790. Fax : 2484600

More information

Authorize.net for WordPress

Authorize.net for WordPress Authorize.net for WordPress Authorize.net for WordPress 1 Install and Upgrade 1.1 1.2 Install The Plugin 5 Upgrading the plugin 8 2 General Settings 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 Connecting to Authorize.net

More information

What is FTH 2.0? replacement for

What is FTH 2.0? replacement for Free Toast Host 2.0 What is FTH 2.0? FreeToastHost 2.0 is the replacement for FreeToastHost 1.0. It is not a competitor of FTH, or a alternative for FTH. It is a complete rebuild using the latest web

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Web24 Web Hosting Guide

Web24 Web Hosting Guide Web24 Web Hosting Guide Welcome Dear Web24 customer, We would like to thank you for choosing Web24 as your preferred web hosting provider. To make your experience as enjoyable as possible, we have prepared

More information

Installing and Activating Smaart 7

Installing and Activating Smaart 7 Rational Acoustics, LLC 241 Church Street, Suite H Putnam, CT 06260 USA Tel. (+1) 860 928-7828 www.rationalacoustics.com Installing and Activating Smaart 7 Installation of Rational Acoustics Smaart 7 is

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

USER GUIDE CLOUDME FOR WD SENTINEL

USER GUIDE CLOUDME FOR WD SENTINEL USER GUIDE CLOUDME FOR WD SENTINEL Page 2 of 18 TABLE OF CONTENTS INTRODUCTION 3 Safe European Storage How does this really work? 3 3 GETTING STARTED 4 Setting up an account Setting up a company account

More information

Introduction to cpanel

Introduction to cpanel Introduction to cpanel Thank you for hosting your domain with Sierra Tel Internet. In order to provide modern and efficient service, we are housing your website s files on a server running the Linux operating

More information

Installation Tutorial Script: The Real Estate Script. 1. Please login to download script. On PHP Classifieds Script web site.

Installation Tutorial Script: The Real Estate Script. 1. Please login to download script. On PHP Classifieds Script web site. Installation Tutorial Script: The Real Estate Script Thank you for your purchase of The Real Estate Script. This tutorial will guide you threw the installation process. In this install example we use CPanel

More information

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5

Parallels Plesk Automation. Customer s Guide. Parallels Plesk Automation 11.5 Parallels Plesk Automation Customer s Guide Parallels Plesk Automation 11.5 Last updated: 17 March 2015 Contents Quick Start with Hosting Panel 4 Set Up Your First Website... 4 1. Create Your Site... 5

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information