<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages</id>
		<title>Hostek.com Wiki - New pages [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/index.php?feed=atom&amp;namespace=0&amp;title=Special%3ANewPages"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Special:NewPages"/>
		<updated>2026-05-08T16:49:13Z</updated>
		<subtitle>From Hostek.com Wiki</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/Lucee_spreadsheet</id>
		<title>Lucee spreadsheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Lucee_spreadsheet"/>
				<updated>2018-03-11T17:12:32Z</updated>
		
		<summary type="html">&lt;p&gt;Briana: Created page with &amp;quot;How to properly instantiate the &amp;quot;lucee-spreadsheet&amp;quot; class.  Reference: https://github.com/cfsimplicity/lucee-spreadsheet#usage    &amp;lt;pre&amp;gt; &amp;lt;cfscript&amp;gt; spreadsheet = New spreadshee...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to properly instantiate the &amp;quot;lucee-spreadsheet&amp;quot; class.&lt;br /&gt;
&lt;br /&gt;
Reference: https://github.com/cfsimplicity/lucee-spreadsheet#usage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;cfscript&amp;gt;&lt;br /&gt;
spreadsheet = New spreadsheetLibrary.Spreadsheet();&lt;br /&gt;
path = ExpandPath(&amp;quot;sample1.xls&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
myQuery = spreadsheet.read( src=path, format=&amp;quot;query&amp;quot;);&lt;br /&gt;
&amp;lt;/cfscript&amp;gt;	&lt;br /&gt;
&lt;br /&gt;
&amp;lt;cfdump var=&amp;quot;#myQuery#&amp;quot; abort&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Briana</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/MS_Access</id>
		<title>MS Access</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/MS_Access"/>
				<updated>2017-12-16T23:01:46Z</updated>
		
		<summary type="html">&lt;p&gt;Codyw: Add new MS Access wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Do you support MS Access? ==&lt;br /&gt;
&lt;br /&gt;
Yes, you can use MS Access datasources on any of our ColdFusion/Windows hosting plans. Our WCP(Windows Control Panel) has full support for MS Access and will allow you to create and manage MS Access datasources as needed.&lt;br /&gt;
&lt;br /&gt;
== What you should know about MS Access. ==&lt;br /&gt;
&lt;br /&gt;
The first and most important thing to know about MS Access is that it's not a production database engine, and should not be considered a suitable choice for a production environment. This essentially means that you will likely experience service or site crashes or hangs when using MS Access. Many legacy ColdFusion apps use MS Access as the datasource.&lt;br /&gt;
&lt;br /&gt;
At Hostek we encourage our customers to use whatever they're most comfortable with. However, it's important to understand that you '''will''' experience issues when relying on MS Access as your site's datasource. MS Access has a use case in the desktop user space, but it was never meant to be used on a server. Additionally, Microsoft stated in a release that has since been removed (due to article age):&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Microsoft Access was not designed for server use. When multiple, concurrent users make requests of a Microsoft Access database (or database driver), unpredictable results may occur.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For these reasons, we strongly discourage the use of MS Access as the database for your ColdFusion application(s). You may be surprised how easy it is to switch to a better database engine.&lt;br /&gt;
&lt;br /&gt;
== Converting your MS Access database. ==&lt;br /&gt;
&lt;br /&gt;
If you're currently using an MS Access database, then we recommend switching to either MSSQL or MySQL. Since MS Access is a Microsoft product, you may find that MSSQL is much more similar in usage and syntax. There are free tools available online that will allow you to convert your MS Access datasource to either MSSQL or MySQL. &lt;br /&gt;
&lt;br /&gt;
[http://www.bullzip.com/products/a2s/info.php Access to MSSQL]&lt;br /&gt;
&lt;br /&gt;
[http://www.bullzip.com/products/a2m/info.php Access to MySQL]&lt;br /&gt;
&lt;br /&gt;
Please note that you may need to test compatibility with your new database engine of choice. In some rare cases you'll have to make changes to your SQL query code itself in order to work with the new database. If any of your SQL queries need to be updated, you will need to do that yourself or consult with your ColdFusion developer.&lt;/div&gt;</summary>
		<author><name>Codyw</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Smartermail_16</id>
		<title>Smartermail 16</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Smartermail_16"/>
				<updated>2017-12-15T06:10:23Z</updated>
		
		<summary type="html">&lt;p&gt;Justinm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==SmarterMail 16 Basic Information==&lt;br /&gt;
===SmarterMail 16 Documentation===&lt;br /&gt;
The link below will send you to the documentation page for Smartermail 16. This is the official documentation for Smartermail 16.&lt;br /&gt;
#https://help.smartertools.com/SmarterMail/v16/&lt;br /&gt;
===Anti-Virus Information===&lt;br /&gt;
Our SmartermMail MailServers use Trend Micro's Server Protection Anti-Virus software along with AVG Cloudcare. These programs are continually updated and they filter all known viruses.&lt;br /&gt;
&lt;br /&gt;
==Basic Interface Functions==&lt;br /&gt;
&lt;br /&gt;
===How to Import Mail from Another Mail Server===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Log into Smartermail as the email user you would like to migrate &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Once logged in, at the top of your screen click on the grid of 9 boxes.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-9grid.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;A drop down menu will appear, click on '''Settings'''.&amp;lt;/li&amp;gt; &lt;br /&gt;
[[file:sm16-Settingsloc.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;On the left side of the page click on the '''Connectivity''' link. &amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-SettingsConn.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;On the right side of the connectivity settings page you will see a link for Mailbox Migration. Click the '''Migrate''' button. &amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-Migrate.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;A box will appear that contains several email providers. Click the appropriate icon (if your email provider is not listed click &amp;quot;other&amp;quot;) and follow the prompts to start the migration process. &amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-Migratemodal.png]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===How to Create a Folder within Your Inbox===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sign into Smartermail as the email user you would like to create the folder for. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that you on the mail tab within the Smartermail interface&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-mailtab.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Next, right click on the Inbox or Parent folder you would like to create a folder within and click on '''New Folder'''. &amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-newfoldercontext.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Enter the desired name of the created folder and then click '''Save'''. ('''Note''': You can change the Parent Folder within this box as well) &amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-newfoldermodal.png]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===How to Move Emails to a Folder===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sign into Smartermail with the user that will be moving mail to another folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that you on the mail tab within the Smartermail interface&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-mailtab.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;At the top of the page click the '''Select''' button, and then click on the email that you would like moved. (Standard selection shortcuts will work on the email list.)&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-inboxselect.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;The '''Selected''' button will reflect how many items are selected. Click on the '''...''' button. A drop down menu will appear.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-inboxelipses.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click the Move link.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-inboxmove.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;In the new box that opens, click the line holding a folder name.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-inboxmovemodal.png]] &lt;br /&gt;
&amp;lt;li&amp;gt;Select the folder you would like the mail moved to.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-inboxmovemodalexpanded.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Finally, click the '''Move''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===How to Perform a Mass Deletion===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Sign into Smartermail with the user who will be deleting emails.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that you on the mail tab within the Smartermail interface&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-mailtab.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;At the top of the page click the '''Select''' button, and then click on the email that you would like deleted. Standard selection shortcuts will work on the email list, you can also click the '''Selected''' button and click Select all.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-inboxselect.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Once you have the email you would like deleted selected, click the '''Delete''' button. This will immediately send the selected email to the '''Deleted Items''' folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-inboxemaildelete.png]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to Setup a Disk Space Event==&lt;br /&gt;
*This will setup a notification to alert the specified email address when a User's Disk Space is close to the defined percentage of the user's quota.&lt;br /&gt;
*This is done through SmarterMail's '''Events''' feature.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to Smartermail using the Primary Adminstrator account (the default is the '''mailadmin@''' user).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Once logged in, at the top of your screen click on the grid of 9 boxes.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-9grid.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Select '''Domain Settings'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-Domainsettings.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;On the right side of the Domain Settings page, click on the '''Events''' link.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-domainsettingsevents.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''New''' button on the Events page.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-eventsnew.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be presented with a form.&amp;lt;/li&amp;gt;&lt;br /&gt;
*For the General Box the following settings will need to be in place.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;For '''Event Name''' enter the desired name you would like to assign to this Event.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Event Status''' will need to stay as '''Enabled'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Event Category''' should be '''User'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Event Type''' should be '''User Disk Space used'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-neweventgeneral.png]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
*For the '''Conditions''' Box the following settings will need to be in place.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''+ New Condition''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-newcondition.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;A box will open, you will need to click on the '''Select Condition''' entry.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-selectnewcondition.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Select '''Mailbox Usage (%)''' or '''Mailbox Usage (MB)''' depending on which you prefer.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-mailusage.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Once '''Mailbox Usage''' is selected 2 new fields will apear. In the Condition operator you will need to set this to '''Greater Than''' and the Value field to 90% (or the specific percentage/disk usage you would like).&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-eventconditions.png]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
*For the '''Actions''' Box the following settings will need to be in place.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''+ Actions''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-eventactions.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;On the '''Select Action''' Field, in the new box that comes up, select '''Send an email'''. New fields will appear.&amp;lt;/li&amp;gt;&lt;br /&gt;
*The '''Maximum Frequency''' field sets how often the email will be sent to the email address.&lt;br /&gt;
*The '''From Address''' will be who the email is sent from.&lt;br /&gt;
*The '''To Address''' is who will receive the email when the event is triggered.&lt;br /&gt;
*The '''Subject''' will be the subject of the email.&lt;br /&gt;
*Finally, the last field is the actual mail being sent. You can customize the wording of the sent email in this field.&lt;br /&gt;
[[file:sm16-eventsendmail.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Once the '''Send an Email''' configuration is complete, cliick save.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;You will now click save in the top left of the page.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-eventsave.png]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to Add a Trusted Sender==&lt;br /&gt;
===User-Level Trusted Sender List===&lt;br /&gt;
*This is sometimes referred to as a [soft-]whitelist for the user. Trusted senders added in this manner are limited to user that it is created with.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to Smartermail&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the grid of 9 squares at the top of the page.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-9grid.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Then click on the settings link.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-Settingsloc.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Next, click on the '''Spam Filter''' link on the left side of the page&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-spamfiltering.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;On the right side of the screen you will see a box that says '''Trusted Senders'''. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*To whitelist all email addresses from a domain:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the pencil next to '''Trusted Domains'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-trusteddomains.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Type the domain name (i.e. example.com) in the box. One domain per line.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-trusteddomainsbox.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click '''OK'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*To whitelist a specific email address:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the pencil next to '''Trusted Email Addresses'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-trustedemail.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Type the email address in the box presented. One email address per line.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-trustedemailbox.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click '''OK'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Domain-Level Trusted Sender List===&lt;br /&gt;
*This is sometimes referred to as a [soft-] whitelist for the whole domain. Trusted senders added in this manner apply all users on the domain.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to Smartermail as the Domain admin.&lt;br /&gt;
  &amp;lt;ol&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;If you have not created an Administrator user, then you will want to start by logging into wcp.hostek.com (using the same credentials you would use to login to cp.hostek.com).&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click on '''Users''' underneath the '''Email''' section.&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;Click on '''Login''' next to the '''mailadmin'''(default admin user generated on account creation) user.&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the grid of 9 squares at the top of the page.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-9grid.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Then click on the settings link.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-Settingsloc.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Next, click on the '''Spam Filter''' link on the left side of the page&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-spamfiltering.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;On the right side of the screen you will see a box that says '''Trusted Senders'''. &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*To whitelist all email addresses from a domain:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the pencil next to '''Trusted Domains'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-trusteddomains.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Type the domain name (i.e. example.com) in the box. One domain per line.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-trusteddomainsbox.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click '''OK'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*To whitelist a specific email address:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the pencil next to '''Trusted Email Addresses'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-trustedemail.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Type the email address in the box presented. One email address per line.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-trustedemailbox.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click '''OK'''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to Add a Signature==&lt;br /&gt;
*A Signature will always appear at the bottom of your next Email. So you'll want to make sure that it is appropriate for all uses.&lt;br /&gt;
===Creating a New Signature===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to Smartermail with the user you would like to edit the Signature for.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the grid of 9 squares at the top of the page.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-9grid.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Then click on the '''Settings''' link.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-Settingsloc.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the '''Signatures''' link on the left side of the page&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-signatures.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the '''+ New Signature''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-newsig.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Type a friendly name (this will not be included in your signature, it is just for identification) in the  Name Field. Create your Signature in the box below.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-sigbox.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''Save''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Now to set your default Signature click the drop-down menu under '''Mapped Field'''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-mappedfield.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Select the friendly name of the Signature you have just created&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-mappeddropdown.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Finally, click the '''Save''' button at the top of the page.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-sigsave.png]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Adding an Image to your Signature===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;First, the image will need to be uploaded to the wwwroot or public folder of your hosting&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;You will need to note the URL of your image, as well as the height and width.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to Smartermail with the user you would like to edit the signature for.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the grid of 9 squares at the top of the page.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-9grid.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the '''Settings''' link.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-Settingsloc.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the '''Signatures''' link on the left side of the page&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-signatures.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Either create a new signature or left click on an existing signature.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the editing window click the ''' + '''. (This opens the advanced editing tools)&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-sigadvopt.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Next click the ''' &amp;lt;/&amp;gt; ''' on the second row. This switches the editor to code view.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-sigcodeview.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Now you will place the following snippet (replacing the sample URL and the ### next to width and height with the link to your image and your preferred image size) within your signature where you would like it positioned.&amp;lt;/li&amp;gt;&lt;br /&gt;
*Code snippet with sample data: &amp;lt;img src='http://example.com/folder/logo.jpg' width='###' height='###' /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Once completed click save.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to Setup Content Filters==&lt;br /&gt;
* Content Filtering is a very powerful method to filter all of your important emails to one folder, or even automatically delete the emails you do not want to see.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Log into Smartermail for the user you would like to setup the filters for.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the grid of 9 squares at the top of the page.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-9grid.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the '''Settings''' link.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-Settingsloc.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Next, click on the '''Content Filtering''' link on the left side.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-contentfilt.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click the '''New''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-contfiltnew.png]]&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be presented with several fields:&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:sm16-contfiltnewform.png]]&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;This field will be the friendly name of the filter.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;This is the order in which the filters will be applied if multiple are present.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The match type will allow you to choose whether '''All''' or '''Any''' condition needs to be met to trigger the filter.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;This toggle will turn on and off the ability to use wildcards in your conditions to search for.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The '''Conditions''' field is the area where you will set the conditions that are required to be met to trigger the filter.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The '''Actions''' are the process that are performed once the above conditions are met and filter is triggered.(i.e. '''Delete Message''', '''Reroute Message''', '''Bounce Message''', etc...)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Once you have completed the configuration of your filter, click the '''Save''' button.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justinm</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/SRS_-_rewrite_sender_email_-_enable_or_disable</id>
		<title>SRS - rewrite sender email - enable or disable</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/SRS_-_rewrite_sender_email_-_enable_or_disable"/>
				<updated>2017-10-26T03:34:40Z</updated>
		
		<summary type="html">&lt;p&gt;Briana: Created page with &amp;quot;With SRS on a Mail Server, you can select to enable or disable SRS, which is the ability for the mail server to re-write the sender's email address.  This is generally done so...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;With SRS on a Mail Server, you can select to enable or disable SRS, which is the ability for the mail server to re-write the sender's email address.  This is generally done so that forwarded messages pass SPF checks.&lt;br /&gt;
&lt;br /&gt;
In theory, this sounds like a great idea.  However, gmail on their &amp;quot;Best practices for forwarding mail to Gmail&amp;quot; help article, specifically says NOT to do this:&lt;br /&gt;
&lt;br /&gt;
Details here on gmail comment: https://support.google.com/mail/answer/175365?hl=en&lt;br /&gt;
&lt;br /&gt;
In SmarterMail, it is possible to set this on a per domain basis in case this is something you want to try to resolve SPF check issues.&lt;/div&gt;</summary>
		<author><name>Briana</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/ElasticSearch_Cluster_-_Best_Practices</id>
		<title>ElasticSearch Cluster - Best Practices</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/ElasticSearch_Cluster_-_Best_Practices"/>
				<updated>2017-10-24T16:26:24Z</updated>
		
		<summary type="html">&lt;p&gt;Briana: Created page with &amp;quot;Three node ElasticSearch cluster  For High Availability and Failover, a three (3) node ElasticSearch cluster is the recommended solution.  Server 1: Data node - master eligibl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Three node ElasticSearch cluster&lt;br /&gt;
&lt;br /&gt;
For High Availability and Failover, a three (3) node ElasticSearch cluster is the recommended solution.&lt;br /&gt;
&lt;br /&gt;
Server 1: Data node - master eligible&lt;br /&gt;
&lt;br /&gt;
Server 2: Data node - master eligible&lt;br /&gt;
&lt;br /&gt;
Server 3: Non-data, non-master eligible - only for quorum&lt;br /&gt;
&lt;br /&gt;
With this setup, any single node can be lost and the other two nodes will continue to function.  This would allow for high availability.&lt;br /&gt;
&lt;br /&gt;
Server 3 doesn't need many resources, as ElasticSearch wouldn't need many resources on that node since it would only be a quorum witness.  Ideally, you would/could use the server (or one of the servers) that will be querying ElasticSearch, which would allow  to send the queries through the local instance so that it could automatically route/load-balance them across the data nodes.&lt;/div&gt;</summary>
		<author><name>Briana</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/.Net_Core</id>
		<title>.Net Core</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/.Net_Core"/>
				<updated>2017-09-16T04:05:38Z</updated>
		
		<summary type="html">&lt;p&gt;Briana: Created page with &amp;quot;This wiki contains details about running ASP.Net Core under IIS.   '''What is ASP.Net Core?'''  ASP.Net Core is an open-source cross-platform version of ASP.Net.  Due to being...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki contains details about running ASP.Net Core under IIS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''What is ASP.Net Core?'''&lt;br /&gt;
&lt;br /&gt;
ASP.Net Core is an open-source cross-platform version of ASP.Net.  Due to being cross-platform, it does not have access to the full &amp;quot;Base Class Library&amp;quot;(BCL) available in the full Windows .Net Framework.  However, Microsoft and the open-source community are actively porting over the most important parts of the BCL so the disparity is getting smaller with each version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''ASP.Net Core Windows Server Hosting Bundle'''&lt;br /&gt;
&lt;br /&gt;
All of our Shared Windows servers have the &amp;quot;ASP.Net Core Windows Server Hosting Bundle&amp;quot; installed.  This IIS module allows ASP.Net Core websites to be hosted behind IIS.  All ASP.Net Core sites run their own http webserver named &amp;quot;kestrel&amp;quot; in the background.  The IIS module passes information to the ASP.Net Core application letting it know which port it should use and then proxies connections to the kestrel webserver.&lt;br /&gt;
&lt;br /&gt;
NOTE:  The &amp;quot;kestrel&amp;quot; webserver used by ASP.Net Core is not designed to be public facing.  It is only designed to be used behind another webserver, such as IIS on Windows or nginx on Linux.  So even for VPS customers who could technically run ASP.Net Core without IIS, it is recommended to use always use IIS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Required web.config settings'''&lt;br /&gt;
&lt;br /&gt;
There are some required web.config settings for the ASP.Net Core application directory that enable the IIS module.  Below is an example configuration that will enable ASP.Net Core within a directory:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
  &amp;lt;system.webServer&amp;gt;&lt;br /&gt;
    &amp;lt;aspNetCore processPath=&amp;quot;dotnet&amp;quot; &lt;br /&gt;
        arguments=&amp;quot;.\MyApp.dll&amp;quot; &lt;br /&gt;
        stdoutLogEnabled=&amp;quot;false&amp;quot; &lt;br /&gt;
        stdoutLogFile=&amp;quot;.\logs\stdout&amp;quot; /&amp;gt;&lt;br /&gt;
  &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When the 'aspNetCore' configuration element is present, all requests underneath that folder will be forwarded to the ASP.Net Core webserver.  This means you may not be able to browse directly to static files underneath that path.  However, you can disable this forwarding/proxying in a sub-folder by explicitly removing the aspNetCore handler in the sub-folders web.config file:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
  &amp;lt;system.webServer&amp;gt;&lt;br /&gt;
    &amp;lt;handlers&amp;gt;&lt;br /&gt;
      &amp;lt;remove name=&amp;quot;aspNetCore&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/handlers&amp;gt;&lt;br /&gt;
  &amp;lt;/system.webServer&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The necessary web.config entries as shown above should be automatically generated by Visual Studio when you use the 'Publish&amp;quot; feature to generate the application files, but it is important to be aware of its need and the possible side-affects.&lt;/div&gt;</summary>
		<author><name>Briana</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/LiteSpeed_Cache_(LSCache)</id>
		<title>LiteSpeed Cache (LSCache)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/LiteSpeed_Cache_(LSCache)"/>
				<updated>2017-09-15T16:36:21Z</updated>
		
		<summary type="html">&lt;p&gt;Daniellem: /* Frequently Asked Questions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Summary==&lt;br /&gt;
&lt;br /&gt;
LiteSpeed Cache (LSCache) is a server-level caching solution offered by an alternative to Apache called LiteSpeed. While LiteSpeed itself offers many advantages, LSCache works hand-in-hand with LiteSpeed to create an even more efficient and fast environment for your website. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==LiteSpeed Cache for WordPress (LSCWP)==&lt;br /&gt;
&lt;br /&gt;
LiteSpeed Cache for WordPress is a highly customizable web server-level caching plugin that utilizes LiteSpeed Cache. It is designed to dramatically increase WordPress site speed with little to no configuration necessary. As mentioned earlier, by caching at the web server layer, overhead is cut drastically allowing caching to be done more quickly and efficiently than in any other caching solution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Installation on a Shared cPanel Server===&lt;br /&gt;
&lt;br /&gt;
If you are on a shared cPanel/Linux server and have been directed to this page via e-mail, you are part of our beta LSCWP program! We strongly encourage you to take advantage of this free speed-boosting plugin. To do so, please perform the following steps:&lt;br /&gt;
&lt;br /&gt;
#Log into your WordPress website.&lt;br /&gt;
#Click 'Plugins' on the left.&amp;lt;br /&amp;gt;[[File:LSCache1r.png]]&lt;br /&gt;
#'''Very Important:''' Deactivate any other caching plugins like W3 Total Cache on your website, so that LiteSpeed Cache is the only WordPress caching plugin enabled. If you skip this step, LiteSpeed Cache will not work.&lt;br /&gt;
#Still within the WordPress admin, scroll down on the left until you see LiteSpeed Cache. Click that.&amp;lt;br /&amp;gt;[[File:LSCache2.png]]&lt;br /&gt;
#Click the 'DB Optimizer' tab on the new page.&amp;lt;br /&amp;gt;[[File:LSCache3.png]]&lt;br /&gt;
#Click the 'Clean All' button. After that, click 'Optimize Tables' button.&amp;lt;br /&amp;gt;[[File:LSCache4.png]]&lt;br /&gt;
#That's it! You have activated LiteSpeed Cache and optimized your WordPress database at the same time. You can either go through all the pages on your site so that they get cached, or you can let the automated crawler do so (see FAQ).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Installation on a VPS===&lt;br /&gt;
&lt;br /&gt;
''Note: This section is for clients whom have purchased their own private server. If your website is on a Hostek.com shared server, please read the section above.'' &lt;br /&gt;
&lt;br /&gt;
As a prerequisite, your server must have LiteSpeed with LSCache. To get this speed-boosting upgrade, [https://support.hostek.com/ please contact Hostek.com support by clicking here] and mention this wiki page.&lt;br /&gt;
&lt;br /&gt;
#Login into WHM for your server (http://&amp;lt;Your Server's IP&amp;gt;:2086/).&lt;br /&gt;
#At the top-left, type in 'LiteSpeed'. There should be one result (LiteSpeed Web Server), click it.&lt;br /&gt;
#Under 'LiteSpeed Cache for WordPress Management', click 'Manage Cache Installations'.&lt;br /&gt;
#In this section, click 'scan'. LiteSpeed will now scan for all of the WordPress sites on the server.&lt;br /&gt;
#Once the scan is finished, go back to the 'Manage Cache Installations' page. &lt;br /&gt;
#Simply check the box on the left for the websites(s) you want to enable LiteSpeed Cache for, then scroll back up and click 'Enable Selected'. This will install the LiteSpeed WordPress plugin and connect configs on the LiteSpeed back-end for the sites you chose.&lt;br /&gt;
#Next, log into the site's WordPress admin, then go to Plugins.&lt;br /&gt;
#'''Very Important:''' Deactivate any other caching plugins like W3 Total Cache on your website, so that LiteSpeed Cache is the only one. If you skip this step, LiteSpeed Cache will not work.&lt;br /&gt;
#Still within the WordPress admin, scroll down on the left until you see LiteSpeed Cache. Click that. &lt;br /&gt;
#Click the 'DB Optimizer' tab on this new page, then click the 'Clean All' button. After that, click 'Optimize Tables' button at the bottom-right. &lt;br /&gt;
#That's it! You have activated LiteSpeed Cache and optimized your WordPress database at the same time. You can either go through all the pages on your site so that they get cached, or you can let the automated crawler do so (see FAQ). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Frequently Asked Questions ===&lt;br /&gt;
&lt;br /&gt;
''Please Note: Other caching plugins are not compatible with LSCache. See final question for more details.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Why is LSCWP/LSCache faster than other caching plugins?&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
Unlike most other caching plugins, LSCache works by caching pages on a server-level. It can do this because it has access to LiteSpeed, and through that the server as a whole. The first time a page loads it may load at normal rates, for that's the time it is getting placed into the server cache. After that, it will load almost instantly for everyone, as it is pulled from the server cache instead of the web server. Normal caching plugins work by caching pages on a client/browser level, which is much less efficient, as every person browsing the site will have to load the pages themselves before they are cached on their local machine instead of the server. &lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;How do I configure LSCache?&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
You can modify a plethora of technical features by going to Plugins -&amp;gt; LiteSpeed Cache -&amp;gt; Settings. There are many tabs of configuration variables you and your developers can modify at that location. This is not to say you need to-- LSCache comes out-of-the-box with many settings already configured to optimal values for most websites.&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;If a page is changed, will the changed be cached again automatically?&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
LSCache comes with what is called a ''crawler'' that checks each page of your website for changes. When it detects that a cached page is changed, it will re-cache the page automatically. It does this every 400 seconds, so changes you make will indeed quickly be cached once more. This 400 second value can be changed by going to Plugins -&amp;gt; LiteSpeed Cache -&amp;gt; Settings as mentioned in the previous question.&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Is there a way to force a page to re-cache?&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
To 'force-reload' a page into the cache, all it will take is simply loading the page once through the browser. LSCache will detect that it hasn't been cached before (or if a different version of it was cached) and it will automatically update. The aforementioned crawler will also do this every 400 seconds.&lt;br /&gt;
&lt;br /&gt;
'''&amp;quot;Why Can't I use other caching plugins in conjunction with LSCache?&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
LSCache uses certain protocols that do not work when other caching plugins like W3 Total Cache are enabled. Please only enable one at a time, though for the reasons above we strongly suggest sticking with LSCache as your main WordPress caching solution.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a question that is not listed, [https://support.hostek.com/ please feel free to contact Hostek.com support by clicking here.]&lt;/div&gt;</summary>
		<author><name>DanielleM</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Exchange_ActiveSync_issue_on_Windows_Server_2016_with_iOS11</id>
		<title>Exchange ActiveSync issue on Windows Server 2016 with iOS11</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Exchange_ActiveSync_issue_on_Windows_Server_2016_with_iOS11"/>
				<updated>2017-09-14T15:31:10Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot;=Exchange ActiveSync issue on Windows Server 2016 with iOS11=  Exchange ActiveSync (EAS) users will not be able to REPLY to, or FORWARD, messages with attachments from the def...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Exchange ActiveSync issue on Windows Server 2016 with iOS11=&lt;br /&gt;
&lt;br /&gt;
Exchange ActiveSync (EAS) users will not be able to REPLY to, or FORWARD, messages with attachments from the default Mail app on iOS 11. This is NOT a SmarterMail issue but an iOS 11 and Windows Server 2016 compatibility issue that affects ALL versions of SmarterMail as well as other mail servers and services, including Microsoft Exchange Server customers using Windows Server 2016.&lt;br /&gt;
&lt;br /&gt;
The cause of the issue is related to the implementation of HTTP/2 in either Windows Server 2016 or in iOS 11. HTTP/2 is a major revision of the HTTP network protocol used for communication across the internet. Windows Server 2016 and Windows 10 both implement, and default to, HTTP/2 versus the more legacy HTTP/1.1. With iOS 11, Apple is now using HTTP/2 because Windows Server 2016 supports it. &lt;br /&gt;
&lt;br /&gt;
If your mail server is running and older version of Windows Server, you will not see this problem as iOS 11 will continue to use HTTP/1.1.&lt;br /&gt;
&lt;br /&gt;
==Workaround==&lt;br /&gt;
&lt;br /&gt;
As a workaround, system administrators can modify the Windows Server 2016 registry to “act as” previous versions of Windows Server, essentially telling iOS 11 to use the HTTP/1.1 protocol. &lt;br /&gt;
&lt;br /&gt;
'''The following keys would need to be modified AND the server rebooted:'''&lt;br /&gt;
&lt;br /&gt;
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters&lt;br /&gt;
&lt;br /&gt;
EnableHTTP2Tls REG_DWORD 0 — the default is 1&lt;br /&gt;
&lt;br /&gt;
EnableHttp2Cleartext REG_DWORD 0 — again, the default is 1&lt;br /&gt;
&lt;br /&gt;
[[Category:Misc-Email]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Distrusting_certificates_issued_by_Symantec</id>
		<title>Distrusting certificates issued by Symantec</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Distrusting_certificates_issued_by_Symantec"/>
				<updated>2017-09-12T16:51:46Z</updated>
		
		<summary type="html">&lt;p&gt;Briana: Created page with &amp;quot;__FORCETOC__  Beginning in 2018 as outlined below, Chrome will begin Distrusting certificates issued before certain dates by Symantec.  - Chrome 66 - Beginning April 17, 2018...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
Beginning in 2018 as outlined below, Chrome will begin Distrusting certificates issued before certain dates by Symantec.&lt;br /&gt;
&lt;br /&gt;
- Chrome 66 - Beginning April 17, 2018 - Distrusting certificates issued by Symantec before June 1, 2016&lt;br /&gt;
&lt;br /&gt;
SOLUTION:  In February to March 2018, all certificates issued before &amp;quot;June 1, 2016&amp;quot; need to be re-issued.  NOTE:  For most certificates this will not be an issue since they get re-issued annually.  Where this applies is multi-year certificates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Chrome 70 - Beginning October 23, 2018 - All Symantec certificates issued from their present roots will not be trusted&lt;br /&gt;
&lt;br /&gt;
SOLUTION:  In August to September 2018, all certificates issued on the old parent roots need re-issued with Symantec's SubCA infrastructure, which should be available starting December 1, 2017.  NOTE:  This would mean certificates issued October 2017 through November 2017 will need to be re-issued in August to September of 2018.&lt;/div&gt;</summary>
		<author><name>Briana</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Manage_PHP_Settings</id>
		<title>Manage PHP Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Manage_PHP_Settings"/>
				<updated>2017-08-27T05:00:55Z</updated>
		
		<summary type="html">&lt;p&gt;Justinm: Created page with &amp;quot;==Managing PHP settings via WCP==  &amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt; &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Managing PHP settings via WCP==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will then click on the PHP settings Icon&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:Php_settings.png]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will be presented with a list of your domain and its subdomains&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:Php_settings_domainselector.png]]&lt;br /&gt;
&amp;lt;p&amp;gt;Click on the configuration button for the site you would like to configure.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;A box will open that contains general configuration options as well as another tab for php.ini options&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
===General PHP settings===&lt;br /&gt;
[[file:Php settings general.png]]&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;'''Site:''' The domain name that you are editing the php settings for.&amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;'''PHP Version:''' In this field you will be able to select from all the php versions available on the server your site is hosted on.&amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;'''Custom php.ini:''' If this is checked, php options will be pulled from the php.ini located within the root folder.&amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;/ul&amp;gt;&lt;br /&gt;
[[file:Php_settings_phpini.png]]&lt;br /&gt;
    &amp;lt;ul&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;'''Log Errors:''' Enabling this option will log errors to the location specified within the php.ini file. &amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;'''Memory Limit:''' This sets the maximum amount of memory in bytes that a script is allowed to allocate. &amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;'''POST Max Size:''' This sets the max size of post data allowed. This settings will also affect file uploads. This value must be larger than the upload_max_filesize. &amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
        &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;'''Upload MAX Filesize:''' This is the maximum size of an uploaded file.&amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/li&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justinm</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Manage_ASP.net_Settings</id>
		<title>Manage ASP.net Settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Manage_ASP.net_Settings"/>
				<updated>2017-08-26T05:32:25Z</updated>
		
		<summary type="html">&lt;p&gt;Justinm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Managing ASP.net Settings via WCP==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will then click on the ASP.net Settings Icon&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:Aspnet_settings.png]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will then be presented with a list of your domain and it's subdomains&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:Aspnet_configuration.png]]&lt;br /&gt;
&amp;lt;p&amp;gt;Click on the configuration button for the site you would like to configure.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will then be presented with a new box with multiple options to configure. Listed below are explanations of each option.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Aspnet settingsbox.png]]&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
===Site Name===&lt;br /&gt;
       &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;This field is self-explanatory. This will list the site name that is currently being configured&amp;lt;/p&amp;gt;&lt;br /&gt;
       &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
===ASP.Net Version===&lt;br /&gt;
[[file:Aspnet_version.png]]&lt;br /&gt;
    &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;This field allows you to choose between 2.0/3.5 and 4.0-4.5.2 versions of ASP.Net&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
===Managed Pipeline===&lt;br /&gt;
[[file:Aspnet_managedpipeline.png]]&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;p&amp;gt; '''Integrated''' - The IIS pipeline is integrated with the ASP.net request pipeline. The ASP.net service is no longer treated as an external plugin but as a part of IIS.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
    &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;p&amp;gt; '''Classic''' - In this mode IIS will only interact with ISAPI filters and extensions. ASP.net acts as an ISAPI filter and is treated as an external plugin by IIS.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===File Permissions===&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;p&amp;gt; This is a legacy setting for 2003 servers. This can be disregarded &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Wildcard Mapping (Required for MVC)===&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;p&amp;gt; This settings is used to configure a wildcard handler to intercept every request before being routed to the extensions specific handler (https://technet.microsoft.com/en-us/library/cc754606(v=ws.10).aspx)&amp;lt;/p&amp;gt;&lt;br /&gt;
    &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Full Trust===&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;&amp;lt;p&amp;gt; Gives the asp.net application the same permissions as the user assigned to the site rather than the more limited permissions allowed by the asp.net medium trust security policy. &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justinm</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/URL_Forwarding</id>
		<title>URL Forwarding</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/URL_Forwarding"/>
				<updated>2017-08-25T04:31:42Z</updated>
		
		<summary type="html">&lt;p&gt;Kalana: Created page with &amp;quot;This wiki article will show how Forward your domains URL. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;   =URL forwarding using WCP=  &amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt; &amp;lt;li&amp;gt;First login to your WCP control...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki article will show how Forward your domains URL.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=URL forwarding using WCP=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now click on the icon labeled ''''IIS Settings'''' under the '''Website Settings Tab''' &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:IISSETTINGS.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see Multiple options to include URL Forwarding this will be the Middle Option&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:URL_Forwarding.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Once on the URL Forwards tab choose the ''''ADD'''' button located on per screenshot below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:URLForwardsave.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If you need a specific folder to redirect somewhere, you can find it using the  ''''Browse'''' button&lt;br /&gt;
      ##If you simply want the whole site to redirect, leave this box '''blank''&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:URLOptions.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click ''''Save'''' &lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
*'''Permanent Redirect''' -    specifies that the server should return the redirect status code 301 rather than the default 302. A 301 status code lets search engines know that the content has been permanently moved and that only the new URL should be indexed.&lt;br /&gt;
*'''Exact URL''' - If this is unchecked, then the request URL without the server name is passed along with the query string to the destination URL. This is equivalent to appending the $V$Q variables at the end of the destination URL.&lt;br /&gt;
*'''Exclude Sub Directories''' -  This means that the folder you choose will not redirect... &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;br /&gt;
&lt;br /&gt;
* [http://meta.wikimedia.org/wiki/Help:Editing MediaWiki editing help]&lt;/div&gt;</summary>
		<author><name>Kalana</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Domain_Notes</id>
		<title>Domain Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Domain_Notes"/>
				<updated>2017-08-25T02:52:28Z</updated>
		
		<summary type="html">&lt;p&gt;Mikey.armstrong: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Domain Notes is a WCP feature that allows Resellers and their clients to leave notes.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;In the control panel click on the ''''Domain Notes'''' icon under the ''''Domain Settings'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:DomainNotes_Location_WCP.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once clicked you will see an interface similar to the following where you may enter in notes either for the domain or for the Reseller.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:DomainNotes_Notes_Section_WCP.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Please Note:''' Only Resellers can see the ''''Reseller Notes'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;After you enter in the note click the ''''Save'''' icon as shown.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:DomainNotes_Save_Note_WCP.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mikey.armstrong</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Change_Domain_to_Manage</id>
		<title>Change Domain to Manage</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Change_Domain_to_Manage"/>
				<updated>2017-08-23T07:41:38Z</updated>
		
		<summary type="html">&lt;p&gt;Justinm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''To change the domain that you are managing (if you have multiple domains) please follow the steps below.'''&amp;lt;/p&amp;gt;&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Login to WCP.&amp;lt;br /&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;In the top right of the window, just to the left of the logout button is a drop down menu for hosted domains. Click this box.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Managedomain.png]]&amp;lt;br&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Select the domain you would like to manage.&amp;lt;br&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once you have clicked the desired domain, you will be re-directed to the WCP console for that domain.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justinm</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/MSSQL_Tools</id>
		<title>MSSQL Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/MSSQL_Tools"/>
				<updated>2017-08-22T15:13:10Z</updated>
		
		<summary type="html">&lt;p&gt;Seanc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==MSSQL Tools Alternative==&lt;br /&gt;
An alternative to MSSQL Tools is to simply use the free Microsoft SQL Management Studio, which is used to connect and manage databases manually.&lt;br /&gt;
*Note: This program is installed by default if MSSQL was ordered with your VPS. So you can simply remote in to your VPS and launch this program from the desktop of start menu.&lt;br /&gt;
&lt;br /&gt;
#Microsoft SQL Management Studio download page: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms&lt;br /&gt;
#Microsoft SQL Management Studio official tutorial: https://docs.microsoft.com/en-us/sql/ssms/tutorials/tutorial-sql-server-management-studio&lt;br /&gt;
&lt;br /&gt;
==MSSQL Tools on a Windows VPS==&lt;br /&gt;
&lt;br /&gt;
Our Shared Hosting Plans include MSSQL Tools, so some of our customers have grown accustomed to using this software to manage their databases. In order for you to utilize these tools on your own Virtual Private Server (VPS) you'll need to purchase a license from the creators of MSSQL Tools.&lt;br /&gt;
&lt;br /&gt;
Below, you can review the myLittleAdmin and myLittleBackup software licenses and pricing, which are purchased separately:&lt;br /&gt;
&lt;br /&gt;
*myLittleAdmin - http://mylittleadmin.com/en/welcome.aspx&lt;br /&gt;
&lt;br /&gt;
*myLittleBackup - http://www.mylittlebackup.com/mlb/en/welcome.aspx&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;If you decide to purchase a license, simply submit a ticket to our 24/7 Support Team with your license information so we can integrate this with WCP (MochaPanel) on your server.&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Seanc</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Manage_DataSources_(DSNs)_in_Windows_Environment</id>
		<title>Manage DataSources (DSNs) in Windows Environment</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Manage_DataSources_(DSNs)_in_Windows_Environment"/>
				<updated>2017-08-07T14:52:10Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;__FORCETOC__  &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;  =Navigating to DataSources (DSNs)= &amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt; &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain i...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Navigating to DataSources (DSNs)=&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the icon in the control panel labeled ''''DataSources (DSNs)'''' under the '''Databases''' section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_dsn_icon.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of any existing DSNs (if any).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Add a new DataSource=&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The above section gave instructions on navigating to DataSources in the control panel. Let's now show how to add a new datasource.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the icon in the control panel labeled ''''DataSources (DSNs)'''' under the '''Databases''' section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_dsn_icon.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of any existing DSNs (if any). Now to add a new Datasource click on the ''''Add'''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_dsn_add_bttn.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now see a list of available DSN types.. depending on what kind of database this DSN is going to connect to. See a screenshot of the different types of DSNs you can create in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_dsn_add_type.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the ''''Add'''' button next to the type of DSN you want to add as shown in the above screenshot.. the next few sections will show the options listed for each of the different DSN types:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Access Database==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''DataSource Name:''' The DataSource name is the actual name of the DSN that you'll be calling within your websites code (PHP,CF, etc.)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Database Path:''' The path field is the location within your website files to the Access database you're attempting to connect this DSN to. To the right of this field is a '''Browse''' button that you can use to navigate the directories of your website for this access database file.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Username (Optional):''' The username field is an optional field.. unless the access database you're attempting to connect to is a 2007 Access database (.accdb file).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Password (Optional):''' The password field is an optional field.. unless the access database you're attempting to connect to is a 2007 Access database (.accdb file).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''ColdFusion DataSource:''' If your website is on a server that has ColdFusion installed then you will have a checkbox for '''ColdFusion DataSource'''. When this field is checked then the datasource will be created within ColdFusion as well as the default ODBC service.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Automatically Compact and Repair (Recommended):''' This option will do exactly what is sounds like. It will run a 'compact &amp;amp; repair' function on the access database. This will sometimes help in cases where the database is locked or user connections are stuck.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[file:wcp_dsn_access.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==MySQL/MariaDB Database==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''DataSource Name:'''The DataSource name is the actual name of the DSN that you'll be calling within your websites code (PHP,CF, etc.)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Database Name:''' Enter in the database name that you are connecting to (You can obtain from the '''MySQL''' section of the control panel).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Server:''' Enter in the server name for the database you are connecting to (You can obtain from the '''MySQL''' section of the control panel).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Port:''' Enter in the port for the MySQL server (All of our shared servers and VPS use the default MySQL port of ''''3306'''').&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Username (Optional):''' Enter in the user name for the database you are wanting to connect to (You can obtain from the '''MySQL''' section of the control panel).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Password (Optional):''' Enter in the password to the user name you provided in the 'Username' field.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''ColdFusion DataSource:''' If your website is on a server that has ColdFusion installed then you will have a checkbox for '''ColdFusion DataSource'''. When this field is checked then the datasource will be created within ColdFusion as well as the default ODBC service.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Unicode Support:''' Adds JDBC query parameters for Unicode character support.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable CLOB:''' Allows you to enable CLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable BLOB:''' Allows you to enable BLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''JDBC Query Parameters:''' Allows custom JDBC query parameters to be added. These are name=value pairs. Multiple settings can be separated by the '&amp;amp;' character. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Example of JDBC Query Parameters:'''  zeroDateTimeBehavior=convertToNull&amp;amp;characterEncoding=UTF-8&lt;br /&gt;
&lt;br /&gt;
The full list of supported properties can be found at http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[file:Dsn mysql.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==MS SQL Database==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''DataSource Name:'''The DataSource name is the actual name of the DSN that you'll be calling within your websites code (PHP,CF, etc.)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Database Name:''' Enter in the database name that you are connecting to (You can obtain from the '''MS SQL''' section of the control panel).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Server:''' Enter in the server name for the database you are connecting to (You can obtain from the '''MS SQL''' section of the control panel).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Port:''' Enter in the port for the MS SQL server (All of our shared servers and VPS use the default MS SQL port of ''''1433'''').&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Username (Optional):''' Enter in the user name for the database you are wanting to connect to (You can obtain from the '''MySQL''' section of the control panel).&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Password (Optional):''' Enter in the password to the user name you provided in the 'Username' field.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''ColdFusion DataSource:''' If your website is on a server that has ColdFusion installed then you will have a checkbox for '''ColdFusion DataSource'''. When this field is checked then the datasource will be created within ColdFusion as well as the default ODBC service.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable CLOB:''' Allows you to enable CLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable BLOB:''' Allows you to enable BLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[file:wcp_dsn_mssql.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==PostgreSQL==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''DataSource Name:'''The DataSource name is the actual name of the DSN that you'll be calling within your websites code (PHP,CF, etc.)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Database Name:''' Enter in the database name that you are connecting to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Server:''' Enter in the server name for the database you are connecting to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Port:''' Enter in the port for the PostgreSQL server (defaults to port ''''5432'''').&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Username (Optional):''' Enter in the user name for the database you are wanting to connect to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Password (Optional):''' Enter in the password to the user name you provided in the 'Username' field.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable CLOB:''' Allows you to enable CLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable BLOB:''' Allows you to enable BLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This is only an option if the domain is on a ColdFusion server. We do not have any shared PostgreSQL servers so this would be an external connection to a PostgreSQL database.. and not a connection to any of our servers.&lt;br /&gt;
&lt;br /&gt;
[[file:wcp_dsn_postgreSQL.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sybase==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''DataSource Name:'''The DataSource name is the actual name of the DSN that you'll be calling within your websites code (PHP,CF, etc.)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Database Name:''' Enter in the database name that you are connecting to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Server:''' Enter in the server name for the database you are connecting to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Port:''' Enter in the port for the Sybase server (defaults to port ''''5000'''').&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Username (Optional):''' Enter in the user name for the database you are wanting to connect to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Password (Optional):''' Enter in the password to the user name you provided in the 'Username' field.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable CLOB:''' Allows you to enable CLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable BLOB:''' Allows you to enable BLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This is only an option if the domain is on a ColdFusion server. We do not have any shared PostgreSQL servers so this would be an external connection to a PostgreSQL database.. and not a connection to any of our servers.&lt;br /&gt;
&lt;br /&gt;
[[file:wcp_dsn_sybase.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Oracle==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''DataSource Name:'''The DataSource name is the actual name of the DSN that you'll be calling within your websites code (PHP,CF, etc.)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Database Name:''' Enter in the database name that you are connecting to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Server:''' Enter in the server name for the database you are connecting to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''SID Name:''' Enter the SID Name from your Oracle host here.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Port:''' Enter in the port for the Oracle server (defaults to port ''''1521'''').&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Username (Optional):''' Enter in the user name for the database you are wanting to connect to.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Password (Optional):''' Enter in the password to the user name you provided in the 'Username' field.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable CLOB:''' Allows you to enable CLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Enable BLOB:''' Allows you to enable BLOB strings.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This is only an option if the domain is on a ColdFusion server. We do not have any shared PostgreSQL servers so this would be an external connection to a PostgreSQL database.. and not a connection to any of our servers.&lt;br /&gt;
&lt;br /&gt;
[[file:wcp_dsn_oracle.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Updating a DSN=&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the icon in the control panel labeled ''''DataSources (DSNs)'''' under the '''Databases''' section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_dsn_icon.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of any existing DSNs (if any). To update a DSN click the pencil icon to the left of the DSN name as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_dsn_edit_icon.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be able to update the values for the DSN such as the password if needed... click on the ''''Save'''' button to save any changes you make to a DSN.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Deleting a DSN=&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the icon in the control panel labeled ''''DataSources (DSNs)'''' under the '''Databases''' section.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_dsn_icon.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of any existing DSNs (if any). To delete a DSN click on the trash can icon to the right of the DSN as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_dsn_delete_icon.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;A prompt should appear asking if you want to confirm the deletion of the DSN. Click ''''OK'''' to proceed with the removal or click ''''Cancel'''' to cancel the deletion of the DSN.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/MyLittleAdmin_/_myLittleBackup</id>
		<title>MyLittleAdmin / myLittleBackup</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/MyLittleAdmin_/_myLittleBackup"/>
				<updated>2017-08-06T18:33:24Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;This wiki article will show how to login to your myLittleAdmin or myLittleBackup via your WCP control panel. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;  =What is myLittleAdmin / myLittleBackup?=  '''myLitt...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki article will show how to login to your myLittleAdmin or myLittleBackup via your WCP control panel.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=What is myLittleAdmin / myLittleBackup?=&lt;br /&gt;
&lt;br /&gt;
'''myLittleAdmin''' - The '''myLittleAdmin''' feature is an application that allows you to login to your database and view and manage your MS SQL database. You can run queries via your database(s) as well as view, create, update, and delete table information for your database.&lt;br /&gt;
&lt;br /&gt;
This is an alternative option for those that don't want to use SQL Server Management Studio.. which is the main tool used for managing Microsoft SQL databases.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''myLittleBackup''' - The '''myLittleBackup''' feature is an application that allows you to backup and / or restore your database. If you are moving your database from one host machine to another (such as from another hosting provider) then you can use this tool to upload your backup file and restore the database on our servers.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''These two tools are only an option for those on our shared platforms.. as these tools are licensed for the use for our shared MS SQL servers. For dedicated (VPS) customers please connect to your database(s) via SQL Server Management Studio directly on your local computer or directly on the desktop of your server via RDP.&lt;br /&gt;
&lt;br /&gt;
=Navigating to myLittleAdmin / myLittleBackup=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now click on the icon labeled ''''MS SQL Tools'''' under the '''Databases''' section&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_mssql_tools.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of available database users you can login to for each database and it's associated server. Click on the ''''Login'''' button next to either '''myLittleAdmin''' or '''myLittleBackup'''.. depending on which tool you're wanting to access.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mssql_tools_login_btn.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Backing up Database (myLittleBackup)==&lt;br /&gt;
In the above section we covered how to login to myLittleBackup.. let's now show how to backup the database.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the menu on the left-navigation panel click on the ''''Backup Database'''' option as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_backup_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now click the drop-down and select the database you want to backup as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_backup_db_option.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Next click on ''''OK'''', then click on ''''Backup'''' as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_backup_bttn.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now you should see a message stating the backup was successful and link to download the backup. Click the link and the file will download to the location your browser has set as the default downloads folder on your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_backup_download.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Restoring Database (myLittlebackup)==&lt;br /&gt;
In the above section we covered how to login to myLittlebackup.. let's now show how to restore a database.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the menu on the left-navigation menu click on the ''''Restore Database'''' option as shown in the below screenshot:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_restore_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now click on the drop-down and select the database you wish to restore to as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_restore_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the ''''OK'''' button. A new field will appear asking you to select the backup file (or upload one) to use to restore the database from. Click ''''Choose File'''' and select your database backup file and then click ''''OK'''' again to start the upload.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_restore_file.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now you should see the file you uploaded in the list of available files to choose from. Click on the file you wish to select and then click on ''''OK'''' to use that file.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_restore_choosefile.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now click on the ''''Restore'''' button as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mLB_restore_bttn.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will receive a prompt in your browser asking if you're sure that you want to restore / overwrite your existing database with the file you selected. Click ''''OK'''' to proceed and ''''Cancel'''' to cancel.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Post Restore Common Issue===&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is known that when restoring an MS SQL database that this can cause the database owner (DBO) to become lost and needing to be set back to the actual database user. If you find that your database becomes inaccessible or has permissions issues after this restore please set the Database Owner (DBO) back to the user it should be assigned to. You can see the wiki article on managing your [[Manage_MS_SQL_Databases#Update_MS_SQL_Database_Settings|database settings]] if needed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Manage_MS_SQL_Databases</id>
		<title>Manage MS SQL Databases</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Manage_MS_SQL_Databases"/>
				<updated>2017-08-06T17:34:48Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;__FORCETOC__  In this tutorial we will show how to create and manage MSSQL Databases and their respective users in WCP.  = Navigate to MSSQL Database Section = &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;  &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
In this tutorial we will show how to create and manage MSSQL Databases and their respective users in WCP.&lt;br /&gt;
&lt;br /&gt;
= Navigate to MSSQL Database Section =&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;In your control panel click on the ''''MS SQL'''' icon under the ''''Databases'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_mssql_icon.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Add MS SQL Database==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If you don't have any existing databases then skip to step 3, as you'll automatically be on the '''new database''' screen. If you do already have existing database(s) then you should see them listed here, along with the server they reside on. Click on the ''''Add Database'''' button to create a new database.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_add_db_bttn.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will now be asked for the below database information to be created:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_mssql_add_db.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''MSSQL Version:''' This '''MSSQL Version''' field will show the server that your MS SQL database will be created on, along with the version of MS SQL that the server is using.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Database Name:''' Enter the desired database name that you wish to create.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''User:''' This '''User''' drop-down allows you to select an already existing user if you have a MS SQL user that is already on the server that your new database is being created on. If you do not have a pre-existing user or you don't wish to use a pre-existing user then you'll need to fill in the ''username'' and ''password'' fields.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''''Note'':''' ''If you do select a pre-existing user then the 'username' and 'password' fields will disappear.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Username:''' Enter the username you wish to create that you'll use to login to the MS SQL database.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Password:''' Enter the password for the new MS SQL user that you are creating. You'll use this password to login to the MS SQL database user.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Default Collation:''' In the 'Default Collation' drop-down menu, select the default collation for this database. Our default collation is usually sufficient, and you likely won't need to change it. If you're unsure, you'll need to consult with your application developer.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Recovery Model:''' A recovery model is a database property that controls how transactions are logged, whether the transaction log requires (and allows) backing up, and what kinds of restore operations are available. In the '''Recovery Model''' drop-down menu, you can set your recovery model to either 'Full' or 'Simple'. We recommend keeping this as 'Simple' to prevent large log files that can cause the database to fill up. We have backups on our shared servers for MS SQL if needed so setting to 'Simple' would be our recommendation.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''ColdFusion DataSource:''' This checkbox option is only visible if your site resides on a ColdFusion server. Selecting the checkbox will automatically create a data source (DSN) within ColdFusion Admin with the configuration details of the database you're creating. After selecting the checkbox a field will appear which you can enter the name of the data source that you'll call within your sites application (code).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Double check the values you have entered, then click the ''''Save'''' button to add this MSSQL database.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Update MS SQL Database Settings==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;If you have databases on multiple database servers, you may need to click on the pencil icon next to the related MS SQL database server (you should see a list of databases on each database server in order to differentiate). Now to update an existing MS SQL database click on the pencil icon next to the MS SQL database that you would like to manage.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_edit_database.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You should now have the option to update the following:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_edit_mssql_database.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Database Size:''' Use this drop-down to change your database's maximum size.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Default Collation:''' Use this drop-down to change your databases default collation for tables. A collation is a set of rules for comparing characters in a character set. The application developer for the site should know which collation is needed, which if not the pre-set default collation of '''SQL''Latin1_General_CP1_CI_AS_''' would probably be best.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Recovery Model:''' Use this drop-down to change the way transaction logs are stored for the database. Keep in mind that setting this option to 'Full' can cause the transaction logs for the database to become full which would result in the database being non-functional until the logs were shrunk or more space was allocated to the database.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''''Note:''' Please also note that we keep backups for databases already for shared servers. Depending on the add-ons you have selected for backups we may have database backups for VPS servers as well.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Database Owner (DBO):''' Use this drop-down to change which user is the owner of the database. The database owner has special permissions, which commonly is needed for any updates to the database via a sites application or even by logging into the database with tools such as SQL Server Management Studio.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''''Note:''' If you login successfully to an application but cannot see the database then it's usually a sign that the user you're connected with is not set as the DBO.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Double check the values you have selected, then click the ''''Save'''' button to finish modifying this MS SQL database.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Add an MSSQL User==&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click on the ''''Add User'''' button to create a new user.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_add_mssqluser_btn.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''''Note:''' If you have databases on multiple database servers, you may need to click on the pencil icon next to the related MS SQL database server first (you should see a list of databases on each database server in order to differentiate).''&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You should now see the below requested fields for the new MS SQL user:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_mssql_new_user_info.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Username:''' ''Enter the name of the new MS SQL user you would like to add.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Password:''' ''Enter the password for the new MS SQL user you would like to add.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Permissions:''' ''The 'Permissions' section allows you to choose which databases the MS SQL user has access to. Select the checkbox for each database this user should have basic permissions to.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''''Note:''' The user does not automatically get assigned as DBO, which most task in MS SQL requires the user to be set as, so you'll have to follow the instructions in the above section ''''Update MS SQL Database Settings''''.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Double check the values you have entered, then click the ''''Save'''' button to add this MySQL database user and it's respective permissions.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Updating MSSQL User Password &amp;amp;amp; Permissions===&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click on the pencil icon next to the user.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_edit_db_user.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''''Note:''' If you have databases on multiple database servers, you may need to click on the pencil icon next to the related MS SQL database server first (you should see a list of databases on each database server in order to differentiate).''&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Now you will be able to update the MS SQL users password and / or permissions.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_edit_mssql_user_info.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;To update your password enter in the newly desired password into the ''''Password'''' field. Passwords must:&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Be at least 6 characters long&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Have a lowercase letter&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Have a uppercase letter&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Have a number&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Have a symbol&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You may update this user's default database by selecting the new default database in the drop-down menu next to ''''Default Database''''.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;The permissions section allows you to select the checkbox next to each database you wan the user to have basic permissions to. Please note that most MS SQL database functions and applications require that the user be set as the DBO, which you'll have to do through the above section for [[#Update_MS_SQL_Database_Settings| Updating Database Settings]].&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Double check the values you have entered, then click the ''''Save'''' button.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP_(Windows_based_Control_Panel)]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/WCP_-_Login_to_phpMyAdmin</id>
		<title>WCP - Login to phpMyAdmin</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/WCP_-_Login_to_phpMyAdmin"/>
				<updated>2017-08-06T16:24:38Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;In this tutorial we'll show how to login to phpMyAdmin via your WCP control panel. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;   &amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt; &amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In this tutorial we'll show how to login to phpMyAdmin via your WCP control panel.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;In the &amp;amp;quot;Databases&amp;amp;quot; section, click on &amp;amp;quot;phpMyAdmin&amp;amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_phpmyadmin_icon.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Here you'll see a list of each MySQL user you've setup for this domain. You will only see each user listed once, unless you have the same username created on multiple MySQL servers ( Each server can only have the user listed once ). You can see the database(s) this user is assigned to in the &amp;amp;quot;Databases&amp;amp;quot; column.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_phpmyadmin_users.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click ''''Login'''' next to the MySQL user you would like to login to phpMyAdmin with.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_phpmyadmin_login.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;''You should now be logged into phpMyAdmin where you can manage your MySQL databases.''&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP_(Windows_based_Control_Panel)]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Manage_MySQL/MariaDB_Databases_(Windows_Environment)</id>
		<title>Manage MySQL/MariaDB Databases (Windows Environment)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Manage_MySQL/MariaDB_Databases_(Windows_Environment)"/>
				<updated>2017-08-03T16:58:37Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;==What is MySQL?== '''MySQL''' is an available open source Relational Database Management System (RDBMS) that uses SQL (Structured Query Language).  Why is SQL popular? MySQL...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is MySQL?==&lt;br /&gt;
'''MySQL''' is an available open source Relational Database Management System (RDBMS) that uses SQL (Structured Query Language).&lt;br /&gt;
&lt;br /&gt;
Why is SQL popular? MySQL is one of the easiest languages for adding, accessing and managing content in a database. It is known for its quick query processing, reliability, and easy management. A lot of popular software used by a majority of the internet uses MySQL / MariaDB databases including WordPress (Most blog sites use WordPress), Joomla, osCommerce, phpBB, etc.&lt;br /&gt;
&lt;br /&gt;
==What is MariaDB?==&lt;br /&gt;
&lt;br /&gt;
'''MariaDB''' is a fork of the MySQL database engine. It is developed on by many developers including some of the original MySQL creators of the MySQL Database Engine. It is also a free open-source project available to the public. This is the engine that is used on all of our newer shared database servers for MySQL/MariaDB.&lt;br /&gt;
&lt;br /&gt;
==Manage MySQL/MariaDB Databases via WCP==&lt;br /&gt;
&lt;br /&gt;
Let's go ahead and show how to create and manage MySQL/MariaDB databases via the WCP control panel.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;In your control panel click on the ''''MySQL'''' icon under the ''''Databases'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_mysql.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;If you don't have any existing databases then skip to step 3, as you'll automatically be on the 'new database' screen.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;If you do already have existing database(s) then you should see them listed here, along with the server they reside on. Click on the ''''Add Database'''' button to create a new database.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mysql_add_db_bttn.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will now be asked for the below database information to be created:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Server:''' This '''Server''' field will show the server that your MySQL database will be created on, along with the version of MySQL / MariaDB that the server is using.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Database Name:''' Enter the desired database name that you wish to create.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''User:''' This '''User''' drop-down allows you to select an already existing user if you have a MySQL user that is already on the server that your new database is being created on. If you do not have a pre-existing user or you don't wish to use a pre-existing user then you'll need to fill in the ''username'' and ''password'' fields.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Username:''' Enter the username you wish to create that you'll use to login to the MySQL database.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Password:''' Enter the password for the new MySQL user that you are creating. You'll use this password to login to the MySQL database user.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mysql_add_db.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;When selecting the ''''ColdFusion DataSource'''' checkbox a field will appear for the ''''DataSource Name''''.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;A data source is a saved configuration of database connection information including the Database Name, Username, Password, Port, Server, ect. This is used so you do not have to specify the connection information within your sites code and can instead just reference the singular data source name.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Note:''' ''This feature is only viewable if your site resides on a ColdFusion server.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Note:''' ''When selecting this option the database information you create on this page will be stored with the given DataSource Name you provide.''&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:mysql_add_dsn_checkbox.png]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Double check the values you have entered, then click the ''''Save'''' button to add this MySQL database.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
== Managing MySQL Users ==&lt;br /&gt;
&lt;br /&gt;
As you could see in the above section for creating a database you can create a MySQL user during the process of creating a new database. The following steps are for creating MySQL users after the database(s) have already been created and how to manage them.&lt;br /&gt;
&lt;br /&gt;
=== Navigating to MySQL Users ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;In your control panel click on the ''''MySQL'''' icon under the ''''Databases'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_mysql.png]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;If you have databases that reside on multiple database servers, you may need to click on the pencil icon next to the related MySQL database server (you should see a list of databases on each database server in order to differentiate).&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;''As shown in the below screenshot we have a database on our MySQL19 server and we have a database on our MySQL20 server, so we would need to click the pencil icon next to the server we wish to manage the users for.''&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:mysql_server_dbs.png]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Add MySQL User ====&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click on the ''''Add User'''' button to a add a new user.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:add_mysql_user.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You should now see the below requested fields for the new MySQL user:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''Username:''' ''Enter the name of the new MySQL user you would like to add.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Password:''' ''Enter the password for the new MySQL user you would like to add.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;'''Permissions:''' ''The 'Permissions' section allows you to choose which databases the MySQL user has access to, as well as to what type of permissions it will have access to for that database.. for example you can enable the user to ONLY have 'Select' permissions so that the user can only view existing data in the database but not actually update, add, or delete any new content within the database.''&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:mysql_new_user_info.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Double check the values you have entered, then click the ''''Save'''' button to add this MySQL database user and it's respective permissions.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Update MySQL User ====&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click on the pencil icon next to the MySQL user you wish to edit.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:edit_mysql_db_user.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Now you will be able to update the MySQL users password and / or permissions.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:edit_mysql_user_info.png]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Double check the values you have entered, then click the ''''Save'''' button to save any changes you've made to the MySQL user.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Delete MySQL User ====&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click the trash can icon next to the user you wish to delete.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[file:wcp_delete_mysql_user.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should receive a prompt asking if you are sure you wish to delete the selected user. Click 'OK' to delete, or 'Cancel' to cancel the deletion of the MySQL user.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_mysql_userdelete_confirm.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP_(Windows_based_Control_Panel)]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/ColdFusion_Scheduled_Task</id>
		<title>ColdFusion Scheduled Task</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/ColdFusion_Scheduled_Task"/>
				<updated>2017-08-01T11:34:42Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot;==What is a ColdFusion Scheduled Task?== &amp;lt;p&amp;gt;A ''''ColdFusion Scheduled Task'''' allows you to schedule a task to be completed at a specific time or at specific time intervals....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is a ColdFusion Scheduled Task?==&lt;br /&gt;
&amp;lt;p&amp;gt;A ''''ColdFusion Scheduled Task'''' allows you to schedule a task to be completed at a specific time or at specific time intervals.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Let's go ahead and show how to setup a ColdFusion scheduled task for your domain.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to access ColdFusion scheduled tasks in WCP==&lt;br /&gt;
&lt;br /&gt;
We'll share the steps needed to get to the ColdFusion scheduled tasks section below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;3&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once in the correct domains WCP control panel click on the ''''Cron Jobs'''' icon under the ''''ColdFusion'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:CronJobsButton.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Create a new scheduled task===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the ''''Add'''' button.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Add_Cron_Job_Button.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will now enter the specific information for your scheduled task.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;''''Name''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Enter the name of your task.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''URL''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Enter the URL your task will run.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Easy''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Choose time enterval from drop down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Advanced''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Allows you to run task at any specific minute, hour, day, month or specific day of the week.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Add_Cron_Job.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Save''''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:SaveButton.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Edit an existing scheduled task===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the ''''pencil'''' icon to the left of the task you wish to edit.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Edit_Existing_Task.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will now be able to edit your exiting task.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;''''Name''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Edit the name of your task.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''URL''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Edit the URL your task will run.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Easy''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Edit the time interval from drop down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Advanced''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Allows you to edit the task to any specific minute, hour, day, month or specific day of the week.&lt;br /&gt;
&lt;br /&gt;
[[File:EditTask.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Save''''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:SaveButton2.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/IIS_Password_Protect</id>
		<title>IIS Password Protect</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/IIS_Password_Protect"/>
				<updated>2017-07-31T18:35:19Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Manage Password Protect ( WCP ) =&lt;br /&gt;
&lt;br /&gt;
The 'Password Protect' feature we provide with the WCP control panel can be quite useful, especially if you want to restrict a specific folder or folders to only be accessible by a couple of people with a username and password.&lt;br /&gt;
&lt;br /&gt;
This 'password protect' feature is not using the licensed version on any of our windows servers by default, so the max amount of users you can add per domain for this feature is 3 due to the non-licensed version. If you need more than 3 users then you may look into an alternative authentication measure to put in place in your sites code (web.config, .htacess, etc.).&lt;br /&gt;
&lt;br /&gt;
Let's go ahead and show how to manage this 'password protect' feature by using the custom built WCP control panel.&lt;br /&gt;
&lt;br /&gt;
== How to access 'Password Protect’ in WCP==&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We'll share the steps needed in order to navigate to password protect in your WCP below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;3&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once in the correct domains WCP control panel click on the ''''Password Protect'''' icon under the ''''Files'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:password_protect.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Manage password protect users ==&lt;br /&gt;
&lt;br /&gt;
As we mentioned in the introduction to this 'password protect' feature we mentioned this feature is by default limited to 3 users, so be sure that you create the users your site is needed. You can delete and create users provided by the steps below:&lt;br /&gt;
&lt;br /&gt;
=== Create a new user ===&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We provided the steps to get to the 'password protect' feature in the above section. Now let's show the steps to create a new user below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click on the ''''Manage Users'''' button within the ''''Password Protect'''' feature.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:passwordprotect_manage_users.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You should now see a list of existing users (if any). Click the ''''Add'''' button to add a new user.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:passwordprotect_add_user_bttn.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;3&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will now be presented with a form asking for the username and password for this user. This user/pass combo will be used to login to any password protected folder this user is assigned to.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Enter in the desired username and password and then click the ''''Save'''' button.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:passwordprotect_add_user_view.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Edit existing users password ===&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sometimes you may forget a password you had set for a user, we'll go ahead and show you how to reset the password for a password-protected user below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the '''pencil icon''' next to the user you wish to edit.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:edit__passwordprotect_user.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will then be able to change the password and click ''''Save''''. You'll note you cannot change the username. To change the username you must delete the user and then re-create with a new name.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:edit_passwordprotect_user_view.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Delete existing user ===&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sometimes you don't need a user anylonger, or perhaps you'd just like to make room for another user by removing an existing one. Let's show below how you can delete an existing user:&lt;br /&gt;
&lt;br /&gt;
# Click the '''trash can icon''' next to the desired user you wish to delete as shown in the screenshot below:&lt;br /&gt;
&lt;br /&gt;
[[file:delete_password_protect_user.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;You will then be presented with a confirmation pop-up asking if you're sure you wish to delete the user as shown in the screenshot below. Click ''''OK'''' to confirm the deletion or click ''''Cancel'''' to cancel the deletion.&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[file:confirm_passwordprotect-delete.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Password Protect Folders ==&lt;br /&gt;
We learned in the above sections how to manage password protected users.. so let's not show how to use them to password protect a directory:&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the ''''Password Protect'''' feature click on ''''Password Protected Folders'''' as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_protected_folders.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of folders that are present on your site. Your websites ROOT directory is by default the '''wwwroot''' folder, so it should display a list of possible folders to password protect under the '''wwwroot''' directory.&lt;br /&gt;
 If a folder has multiple levels then you can click the ''''+'''' icon on the folder to expand it and view it's listed sub-folders. Click on the name of the folder you wish to password protect as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:passwordprotect_choosefolder.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now see a checkbox next to ''''Enable Protection''''. Check this box and you'll then be able to choose from your existing list of users for which users will have access to this folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:protect_folder_confirm.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click on the ''''Save'''' button in order to save the changes to the folders protection.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you ever need to remove the protection then follow the same steps above and uncheck the box for ''''Enable Protection''''. Additionally if you just need to edit the users that have access you can follow the same steps above and adjust the users checkboxes accordingly.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;With password protect feature enabled on the folder.. when you try accessing that directory on the site you'll be requested a user / pass prompt as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:passwordprotect_auth.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If you click on the cancel button you'll be presented with an IIS Password security error page.. since authentication wasn't successful. You can see an example of this in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:iispassword_error.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP_(Windows_based_Control_Panel)]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Enable_/_Disable_Application_extensions</id>
		<title>Enable / Disable Application extensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Enable_/_Disable_Application_extensions"/>
				<updated>2017-07-31T17:54:43Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot; ==What is a Application Extension?== &amp;lt;p&amp;gt;An ''''Application Extension'''' allows you to choose what types of pages will be served (.php, .asp, etc.) for your domain. &amp;lt;br /&amp;gt;&amp;lt;br...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==What is a Application Extension?==&lt;br /&gt;
&amp;lt;p&amp;gt;An ''''Application Extension'''' allows you to choose what types of pages will be served (.php, .asp, etc.) for your domain.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Let's go ahead and show how to create a new or edit an existing application extension.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to access application extensions in WCP==&lt;br /&gt;
&lt;br /&gt;
We'll share the steps needed to get to the application extensions section below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;3&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once in the correct domains WCP control panel click on the ''''Application Extensions'''' icon under the ''''Reporting and Applications'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:ApplicationExtensionIcon.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Create a new application extension===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Choose the Application Extension Type.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Type.PNG]]&lt;br /&gt;
&amp;lt;p&amp;gt;If choosing ''''Custom'''' as your extension type you will be able to enter your extension in the Extension box [[File:Custom.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You can then choose if this extension is to be enabled or disabled.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Action2.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the Save button to save your edits.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:SaveButton.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Edit an existing application extension===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the ''''pencil'''' icon next to the application extension you wish to edit.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:AEEdit.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will then be able to edit the extension.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:EditExtension.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You can also Enable or Disable the specific extension.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Action2.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the Save button to save your edits.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:SaveButton.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/ColdFusion_Error_Log</id>
		<title>ColdFusion Error Log</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/ColdFusion_Error_Log"/>
				<updated>2017-07-31T14:36:39Z</updated>
		
		<summary type="html">&lt;p&gt;Caleb.williamson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is the ColdFusion Error Log?==&lt;br /&gt;
&amp;lt;p&amp;gt;There are two types of logs that could contain information about your site. First on the list here is the Server error logs, and the second is logs created by using the cflog tag..&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;''''ColdFusion Server Errors'''': The errors reported here are errors that your site are throwing in ColdFusion. NOTE: Our production servers should not be used for development, so you should be doing your development work on your local machine. However, if your site is throwing an error, this will give you the ability to see that error.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;''''cflog tag logging'''': NOTE: We strongly suggest to not use the &amp;quot;information&amp;quot; type. We also suggest to only set the type to &amp;quot;error&amp;quot; or &amp;quot;fatal&amp;quot; on the production servers. ColdFusion writes the logs to a system path. For security purposes, your cflog logs will only appear here if you have given the file name in the cflog tag the name of your domain, without the www. For example, if your domain is your_domain.com you would set the file attribute for the cflog tag like: file=&amp;quot;your_domain.com&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let's go ahead and show how to view your domains server and application error logs.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to access the ColdFusion error logs in WCP==&lt;br /&gt;
&lt;br /&gt;
We'll share the steps needed to get to the ColdFusion error logs below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;3&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once in the correct domains WCP control panel click on the ''''ColdFusion Error Logs'''' icon under the ''''ColdFusion'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:CFErrorButton.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View Server Error Logs===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Choose the Server Error Logs tab..&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:ServerLogs.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;''''Wrap Text''''&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This will allow the error text to be wrapped within the text frame to prevent the need for scrolling to see the entire message.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:WrapText.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;''''Hours''''&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Allows you to choose the amount of hours you wish to view logs for. (1-24 hours)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Hours.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the ''''Update'''' button.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This will populate the Server Error Logs text box with any related error logs.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Update.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;''''Server Error Logs'''' text box.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This box will display the server error logs for your domain within the time frame you have choosen.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:ServerLogs2.PNG]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===View Application Error Logs===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Choose the Application Error Logs tab.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:ApplicationLogs.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;''''Wrap Text''''&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This will allow the error text to be wrapped within the text frame to prevent the need for scrolling to see the entire message.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:WrapText.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;''''Hours''''&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Allows you to choose the amount of hours you wish to view logs for. (1-24 hours)&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Hours.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;''''Purge Logs''''&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The purge logs button allows you to clear out all application error logs for your domain.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Purge.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the ''''Update'''' button.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This will populate the Server Error Logs text box with any related error logs.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Update.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;''''Application Logs'''' text box.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This box will display the server error logs for your domain within the time frame you have choosen.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:ApplicationLogsText1.PNG]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Clear_Template_Cache</id>
		<title>Clear Template Cache</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Clear_Template_Cache"/>
				<updated>2017-07-31T14:23:24Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==What is the ColdFusion Template Cache?==&lt;br /&gt;
&amp;lt;p&amp;gt;For performance, we have the ColdFusion server cache pages.  If you make a change to a page and the server doesn't seem to be picking up the change, click the Clear Template Cache button, which will clear the templates cached only for your site. The pages will then be cached the next time they are accessed.).&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Let's go ahead and show how to clear the ColdFusion template cache for your site using WCP.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to access the clear template cache button in your WCP==&lt;br /&gt;
&lt;br /&gt;
We'll share the steps needed to get to the clear template cache button below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;3&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once in the correct domains WCP control panel click on the ''''Clear Template Cache'''' icon under the ''''ColdFusion'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:TemplateCacheIcon1.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will then click the ''''Clear Template Cache'''' button.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:ClearButton.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once the template cache is cleared for your site you will receive a ''''Template Cache Cleared SUccessfully'''' message.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Success.PNG]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Manage_Scheduled_Task_(Cron_Jobs)</id>
		<title>Manage Scheduled Task (Cron Jobs)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Manage_Scheduled_Task_(Cron_Jobs)"/>
				<updated>2017-07-31T12:40:10Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What is a ColdFusion Scheduled Task?==&lt;br /&gt;
&amp;lt;p&amp;gt;A ''''ColdFusion Scheduled Task'''' allows you to schedule a task to be completed at a specific time or at specific time intervals.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Let's go ahead and show how to setup a ColdFusion scheduled task for your domain.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to access ColdFusion scheduled tasks in WCP==&lt;br /&gt;
&lt;br /&gt;
We'll share the steps needed to get to the ColdFusion scheduled tasks section below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;First login to your WCP control panel for the account the domain is under: https://wcp.hostek.com&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_url_secure.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;Br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you have any issues with logging into WCP then please see our tutorials on [[Forgot_WCP_Password|recovering your password]] if necessary&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;2&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once logged into WCP if you have multiple domains you may need to select the appropriate domain to manage using the ''''Hosted Domains'''' drop-down in the top-right of the page as shown in the screenshot below:&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:wcp_change_domain.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol start=&amp;quot;3&amp;quot; style=&amp;quot;list-style-type: decimal;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once in the correct domains WCP control panel click on the ''''Cron Jobs'''' icon under the ''''ColdFusion'''' section.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:CronJobsButton.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Create a new scheduled task===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the ''''Add'''' button.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Add_Cron_Job_Button.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will now enter the specific information for your scheduled task.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;''''Name''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Enter the name of your task.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''URL''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Enter the URL your task will run.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Easy''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Choose time enterval from drop down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Advanced''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Allows you to run task at any specific minute, hour, day, month or specific day of the week.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Add_Cron_Job.PNG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Save''''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:SaveButton.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Edit an existing scheduled task===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click the ''''pencil'''' icon to the left of the task you wish to edit.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[File:Edit_Existing_Task.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You will now be able to edit your exiting task.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;''''Name''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Edit the name of your task.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''URL''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Edit the URL your task will run.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Easy''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Edit the time interval from drop down.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Advanced''''&amp;lt;/li&amp;gt;&lt;br /&gt;
Allows you to edit the task to any specific minute, hour, day, month or specific day of the week.&lt;br /&gt;
&lt;br /&gt;
[[File:EditTask.PNG]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;''''Save''''&amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:SaveButton2.PNG]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Switching_Between_WCP_Management_Options</id>
		<title>Switching Between WCP Management Options</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Switching_Between_WCP_Management_Options"/>
				<updated>2017-07-30T21:38:16Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot; &amp;lt;p&amp;gt;In this tutorial we will show you how to switch between the different WCP Management Options available to you inside your control panel.&amp;lt;/p&amp;gt;  This tutorial assumes that yo...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will show you how to switch between the different WCP Management Options available to you inside your control panel.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This tutorial assumes that you are already logged in to WCP. You can see our tutorials on [[How_to_login_to_WCP|logging in]] or [[Forgot_WCP_Password| recovering your password]] if necessary.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu of the WCP control panel click on the drop-down for ''''Manage'''.'&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_manage_dropdown.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now you can click on the menu option for whichever management access you want the control panel to go to. The options are listed below with a summary of what each lets you manage:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:wcp_manage_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Account Settings''' - Allows you to see account logs and settings for the domains in your accounts control. If major settings were changed via the control panel then those should show up in the 'Account Logs' on this page. This management section also gives you a run-down of the different domains under the main accounts ownership, etc.&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Account Manager''' - The ''''Account Manager'''' section gives you control of all the re-seller settings and controls. You can create customer accounts to assign your domains to so your customers can login with their e-mail address and password and manage websites you assign under their control. You also having reseller branding settings available to you which you can read more about in the [[:Category:WCP Account Management| WCP Account Management]] category.&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''Server Manager''' - The ''''Server Manager'''' section gives you control over all the most common server settings that you'd need to touch or update as well as some other awesome features such as the '''Windows Firewall''', '''Windows Updates''', '''Rebooting Server''',  '''Global FTP Users''', and so much more. This section of the WCP control panel also allows you to list all domains across your server(s) with us and allows you to add additional domains. For more information on this see the [[:Category:WCP Server Management| WCP Server Management]] category.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel) ]]&lt;br /&gt;
[[Category:WCP Server Management]]&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP Account Management]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Forgot_WCP_Password</id>
		<title>Forgot WCP Password</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Forgot_WCP_Password"/>
				<updated>2017-07-30T20:46:14Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;==Resetting Password to WCP==  &amp;lt;p&amp;gt;The WCP control panel has two different login options. You can either login with the main account information, which uses the same login cred...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Resetting Password to WCP==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The WCP control panel has two different login options. You can either login with the main account information, which uses the same login credentials as your billing control panel, or you can login with a user-created additional control panel login.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Resetting password for main control panel user===&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; The '''main''' control panel user is actually just the same login information as the billing control panel. So attempt to locate your username (e-mail on file) and password for the billing control panel and try logging into WCP with that information. If you need to reset the password to your billing control panel then you can follow our tutorial on [[Billing_-_Password_Reset| resetting the billing account password]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Resetting password for additional control panel users===&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Resetting the password for any additional control panel users requires you to first login to the control panel with the main account user or with a user with the needed permissions. You can follow our tutorial on [[How_to_create_additional_WCP_login_accounts#Update_Existing_User| resetting the password to additional control panel users]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:WCP (Windows based Control Panel)]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/SSL_Assurance_Levels</id>
		<title>SSL Assurance Levels</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/SSL_Assurance_Levels"/>
				<updated>2017-07-28T14:17:05Z</updated>
		
		<summary type="html">&lt;p&gt;Scottm: Created page with &amp;quot;'''Low-Assurance''' is the easiest to obtain (RapidSSL), and is often the cheapest. While encryption is theoretically the same for the Low-Assurance SSL as it is for the Very...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Low-Assurance''' is the easiest to obtain (RapidSSL), and is often the cheapest. While encryption is theoretically the same for the Low-Assurance SSL as it is for the Very High-Assurance, the validation is not. In the case of Low-Assurance, you just prove you own the domain, or at the very least, are able to access certain portions that only the owner, or trusted members should be able to access. &lt;br /&gt;
&lt;br /&gt;
'''Medium-Assurance''' SSL is similar to a Low-Assurance SSL in many aspects, however generally provides a seal you can place on your site (Similar to a seal that might say &amp;quot;Secured by GeoTrust Premium SSL&amp;quot; to show your validation publicly.&lt;br /&gt;
&lt;br /&gt;
'''High-Assurance''' includes validation of your domain and business registration when issuing, and will not issue if there are inconsistencies. Due to the validation process being more rigorous they can take a little longer. These generally provide visitors with a higher degree of trust that your site is what you say it is. &lt;br /&gt;
&lt;br /&gt;
'''Very High-Assurance''' would be Extended Validation Certificates (EV/GreenBar SSL), similar to what a bank or other major organization might use. PayPal is a good example of correctly utilizing a Very High-Assurance SSL. It will say your company name in the top left of the URL. This will instill the greatest amount of trust in a first time visitor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:EV_SSL.png]]&lt;br /&gt;
&lt;br /&gt;
The above is an example of utilizing the EV SSL.&lt;/div&gt;</summary>
		<author><name>Scottm</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Transfer_a_domain_away_from_us</id>
		<title>Transfer a domain away from us</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Transfer_a_domain_away_from_us"/>
				<updated>2017-07-27T14:22:47Z</updated>
		
		<summary type="html">&lt;p&gt;Austinc: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Get EPP Code (Transfer Authorization Code)&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how to obtain the transfer EPP code to transfer a domain registered with us.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The transfer EPP code is an authorization code that is required when transferring a domain from one registrar to another.&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to your [https://cp.hostek.com Client Area]&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Billing-account-register-01.png|400px|Click to expand]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the left side menu choose the link ''''Registrar Lock''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:RegistrarLock.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click the Disable Registrar Lock button.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Disable.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the left side menu choose the link ''''Contact Information''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:ContactInfo.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will need to update the Admin contact email address to an email address that you can receive emails at and click Save Changes&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:AdminContact.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will then need to obtain the Transfer EPP code, please follow our wiki on obtaining this transfer code at [https://wiki.hostek.com/Get_EEP_Code_(Transfer_Authorization_Code) Get EPP Code]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Once you have initiated the transfer with the new registrar and provided the EPP code you will receive a transfer approval email at the email address you specified.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Get_EEP_Code_(Transfer_Authorization_Code)</id>
		<title>Get EEP Code (Transfer Authorization Code)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Get_EEP_Code_(Transfer_Authorization_Code)"/>
				<updated>2017-07-27T13:57:05Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot;&amp;lt;h1&amp;gt;Get EEP Code (Transfer Authorization Code)&amp;lt;/h1&amp;gt;   &amp;lt;p&amp;gt;In this tutorial we will be showing how to obtain the transfer EPP code to transfer a domain registered with us.&amp;lt;/p&amp;gt; &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Get EEP Code (Transfer Authorization Code)&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how to obtain the transfer EPP code to transfer a domain registered with us.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
The transfer EPP code is an authorization code that is required when transferring a domain from one registrar to another.&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to your [https://cp.hostek.com Client Area]&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Billing-account-register-01.png|400px|Click to expand]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the left side menu choose the link ''''Get EPP Code''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:EPPLink.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now see the EPP code for your domains transfer.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Code.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Transfer_Domains_to_Us</id>
		<title>Transfer Domains to Us</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Transfer_Domains_to_Us"/>
				<updated>2017-07-26T20:09:15Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;p&amp;gt;In this tutorial we will show how to transfer a domain registration to Hostek.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  '''IMPORTANT:''' If your domain you're needing to transfer is a .co.uk TLD, then...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;In this tutorial we will show how to transfer a domain registration to Hostek.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT:''' If your domain you're needing to transfer is a .co.uk TLD, then please first view the wiki article for [[Transfering_.CO.UK_Domain| Transferring a .co.uk Domain]] before ordering your domain registration.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;What you need PRIOR to placing the transfer order&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;'''EPP Code''' (Transfer Authorization Code) - You need to get this code from your current registrar. You may have to contact their support department for this code if they do not give you an option to obtain this code within your control panel with them.&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Unlock the domain''' - You need to make sure that the domain you're wanting to transfer is in the 'unlocked' state. If the domain is locked then it will prevent any main functions such as a domain transfer from going through.&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;'''Update admin contact''' (if necessary) - During the transfer process an e-mail will be sent to the admin contact on file for the domain ( WHOIS lookup will determine who admin contact is for a domain ) asking if you approve the transfer. You will have to approve this transfer request in order for the domain to be accepted to transfer to our registrar. &amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;That is all.. so if you have the domain unlocked, already have the EPP Code, and are able to receive e-mails at the admin contact on file for the domain then you're all set to place an order for the transfer of the domain to our registry. See the below section on how to place this order.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Ordering a Domain Transfer&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to your account at https://cp.hostek.com&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Secure_url.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''Transfer Domains to Us''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:transfer_tous_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now have a form asking for the domain name you wish to transfer to us, as well as the form will ask for the '''EPP Code (Transfer Authorization Code)'''. Enter in the domain and the EPP code in their corresponding fields now.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:transfer_tous_form.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now once you confirm you've entered in the correct spelling for the domain and EPP Code click on the ''''Add to Cart'''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be taken to a page asking you to confirm the EPP Code as well as a couple other options for the domain. The first option is whether you wish to add ID Protection (Whois Privacy) to keep your information secure. You can see more information on WHOIS privacy and how to order it in the future if needed as well by looking at our wiki article for [[Domain_WHOIS_Privacy|WHOIS Privacy]].&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:transfer_tous_privacy.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Underneath the whois privacy add-on option you'll see where you can configure the name servers this domain is going to point to once the domain finishes transferring to our registry. We have this option so you can make sure the DNS remains pointing where you need it to both during and after the successful finish of the domain transfer.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' ''New domains will default to using our ns1.hostek.com &amp;amp; ns2.hostek.com name servers unless you change the fields to your own custom name servers.''&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:transfer_tous_ns.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now look over everything to make sure everything looks accurate and no mispellings and then click the ''''Continue'''' button at the bottom of the page (shown in above screenshot).&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be taken to the '''Review &amp;amp; Checkout''' screen and you can continue through the checkout process.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Transferring .CO.UK&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain_Registrations]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Transfering_.CO.UK_Domain</id>
		<title>Transfering .CO.UK Domain</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Transfering_.CO.UK_Domain"/>
				<updated>2017-07-26T20:07:12Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;p&amp;gt;In this tutorial we will show how to transfer a .co.uk domain registration to Hostek.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  &amp;lt;ol&amp;gt;  &amp;lt;li&amp;gt;You will need to contact your current registrar for the .co.uk d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;In this tutorial we will show how to transfer a .co.uk domain registration to Hostek.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will need to contact your current registrar for the .co.uk domain and have them update the IPS Tag for the domain to ''''TUCOWS-CA''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' ''This will put the domain under our registry.. but in order for it to be under our account you must perform the below steps as well.''&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Once the IPS Tags have been updated to ''''TUCOWS-CA'''', then follow the below WIKI article on placing an order. Since the IPS Tags will be under OpenSRS once you place the order with us the domain will sync up to our account and renew for an additional year as well.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' Following the steps in the below wiki will show you need to enter a EPP Code. Since .co.uk domains do not have an EPP code you can enter in a fake / random string of text in this box.. since the EPP code field is required.&lt;br /&gt;
&lt;br /&gt;
[[Transfer_Domains_to_Us| Transfer Domain to Us]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Domain_Management</id>
		<title>Domain Management</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Domain_Management"/>
				<updated>2017-07-26T17:10:34Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot;&amp;lt;h1&amp;gt;Domain Management&amp;lt;/h1&amp;gt;   &amp;lt;p&amp;gt;In this tutorial we will be showing how to order and access Domain Management.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt; Domain Management is a $10.00 per year addon for your...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Domain Management&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how to order and access Domain Management.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Domain Management is a $10.00 per year addon for your domain registration that will allow you to setup DNS records for a domain you have registred with us that does not have a hosting pacakge.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;How to order Domain Management&amp;lt;/H2&amp;gt;&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;To order Domain Management for your domain please submit a ticket with this request to our [https://support.hostek.com Support], within the ticket provide the domain you wish to have Domain Management added to as well as the answer to your account security question for verification of the request.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;You will need to update your domains name servers to the name servers below in order for your domain to point correctly for the use of Domain Management.  (Assistance with editing your name servers can be found at https://wiki.hostek.com/Manage_Name_Servers&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;ns1.systemdns.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;ns2.systemdns.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;ns3.systemdns.com&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Once Domain Management is setup you will have access to the DNS Management section within your client area.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;H2&amp;gt;Accessing your DNS Management&amp;lt;/H2&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;To access your DNS Manager please follow our wiki at [https://wiki.hostek.com/Domain_DNS(Domain_Management) DNS Management]&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Domain_WHOIS_Privacy</id>
		<title>Domain WHOIS Privacy</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Domain_WHOIS_Privacy"/>
				<updated>2017-07-26T16:49:17Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot; &amp;lt;p&amp;gt;In this tutorial we will show how to enable domain WHOIS privacy (ID Protection) in your billing control panel.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  &amp;lt;h2&amp;gt;What is WHOIS?&amp;lt;/h2&amp;gt; &amp;lt;br /&amp;gt; &amp;lt;p&amp;gt;Every time a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will show how to enable domain WHOIS privacy (ID Protection) in your billing control panel.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;What is WHOIS?&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Every time a domain gets registered it is registered under a '''registrant''' (''The individual whom purchases the domain''). That registrants contact information is sent to the registry for the domain, which anyone in the entire world can lookup through a simple WHOIS lookup request for a domain.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;For example see the below image that shows what this information might look like:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:whois_registrant_info.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;As you can see this gives the contacts real contact information. This can be threatening for your personal security so they registry allows for an add-on service to be enabled for ''''WHOIS Privacy''''.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;'''WHOIS Privacy''' will hide your personal information and will use the registrars 'whois privacy' information in place of your actual contact information, etc..&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' It is against the law to change the contact information for a domain to fake information without having this WHOIS Privacy option enabled at the registrar. Penalties can be extended to those that try to bypass whois privacy add-ons by changing the contact information to fake information. Additionally if someone else in the world wants your domain and you have fake information ICANN has the authority to immediately transfer ownership of that domain to someone elses hands.. which can be bad for your company, organization, or whatever else your site is used for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Ordering WHOIS Privacy&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Login to your account at https://cp.hostek.com&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Secure_url.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be in the management portal for the domain in question. You will see a menu bar on the left side of the page with all the available options to manage for a domain. Click on the menu item labeled ''''Addons''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:whois_privacy_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now click on the green button labeled ''''Buy Now for $9.95 USD'''' also shown within the above screenshot.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will be directed to a page that will confirm that you are wanting to purchase ID Protection (WHOIS Privacy). Click the green button labeled ''''Buy Now for $9.95 USD/Year'''' to confirm and place the order. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:confirm_whois_purchase.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now be presented with an invoice on the next page which you can pay with the credit card on file or via PayPal. Once paid this change should immediately activate within our system. However WHOIS lookups might take up to 24 hours to propagate the changes so please be patient.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Domain_DNS(Domain_Management)</id>
		<title>Domain DNS(Domain Management)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Domain_DNS(Domain_Management)"/>
				<updated>2017-07-26T16:24:19Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot;&amp;lt;h1 id=&amp;quot;Domain DNS(Domain Management)&amp;quot;&amp;gt;Domain DNS(Domain Management)&amp;lt;/h1&amp;gt;   &amp;lt;p&amp;gt;In this tutorial we will be showing how you can setup/edit DNS records with your domain manageme...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 id=&amp;quot;Domain DNS(Domain Management)&amp;quot;&amp;gt;Domain DNS(Domain Management)&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how you can setup/edit DNS records with your domain management enabled domain.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to your [https://cp.hostek.com Client Area]&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Billing-account-register-01.png|400px|Click to expand]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the left side menu choose the link ''''DNS Management''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:DNSManagement.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click the Record Type drop down and choose the type of DNS record you would like to set for your domain.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:DNS_Record_Type.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Enter information for the new DNS record.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host Name&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Leave the Host Name space empty if you wish to set this DNS record for yourdomain.com, enter www in the Host Name space if you wish the DNS record to be set for www.yourdomain.com.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;If you wish to have a DNS record set for both the www and non www versions of your domain forward you will need to create a DNS record for each of these.&amp;lt;/p&amp;gt;  &amp;lt;p&amp;gt;For MX and SPF records the Host Name field will be left blank.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Address&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A Record&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The A record will be set to the IP address you wish for this to resolve to.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:A_Record.PNG]]&lt;br /&gt;
&amp;lt;li&amp;gt;CNAME Record&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The CNAME record will be set to a canonical name you wish for this to resolve to.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:CNAME_Record.PNG]]&lt;br /&gt;
&amp;lt;li&amp;gt;MX Record&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The MX record will be set to the mail server you wish for this to resolve to.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:MX_Record.PNG]]&lt;br /&gt;
&amp;lt;li&amp;gt;SPF Record&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The SPF record will be set for the SPF data specific for your domain and email server.&amp;lt;/p&amp;gt;&lt;br /&gt;
[[file:SPF_Record.PNG]]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Priority&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This field is to be left blank unless you are adding MX records.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;For MX records you will add the specific priority for each of your records (example: 10, 20, 30)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click the ''''Save Changes'''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Save_Changes.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Domain_Registrar_Lock</id>
		<title>Domain Registrar Lock</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Domain_Registrar_Lock"/>
				<updated>2017-07-26T16:06:14Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;p&amp;gt;In this tutorial we will show how to manage your domain registrar lock in your billing control panel.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  The domain registrar lock is a setting on the registry lev...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p&amp;gt;In this tutorial we will show how to manage your domain registrar lock in your billing control panel.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The domain registrar lock is a setting on the registry level that prevents any major changes to the domain such as domain transfers (prevents domain theft), contact information changes, etc. We default every new domain to having the registrar lock enabled for security purposes. Please follow the below steps on enabling / disabling this registrar lock.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Login to your account at https://cp.hostek.com&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Secure_url.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be in the management portal for the domain in question. You will see a menu bar on the left side of the page with all the available options to manage for a domain. Click on the menu item labeled ''''Registrar Lock''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:registrar_lock_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see the current status of the registrar lock (''enabled or disabled''). If it's currently enabled and you want to disable the registrar lock temporary then click the red button labeled ''''Disable Registrar Lock'''' as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:disable_registrar_lock.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' ''If you disable the registrar lock for a quick task that needs to be done be sure to enable the registrar back once that task is complete for your domains security.''&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If the regitsrar lock is currently disabled and you want to enable the registrar lock then click the green button labeled ''''Enable Registrar Lock'''' as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:enable_registrar_lock.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Domain_Forwarding(Domain_Management)</id>
		<title>Domain Forwarding(Domain Management)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Domain_Forwarding(Domain_Management)"/>
				<updated>2017-07-26T16:04:13Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot;&amp;lt;h1 id=&amp;quot;Domain Forwarding(Domain Management)&amp;quot;&amp;gt;Domain Forwarding(Domain Management)&amp;lt;/h1&amp;gt;   &amp;lt;p&amp;gt;In this tutorial we will be showing how you can setup domain forwarding with your...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 id=&amp;quot;Domain Forwarding(Domain Management)&amp;quot;&amp;gt;Domain Forwarding(Domain Management)&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how you can setup domain forwarding with your domain management enabled domain.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to your [https://cp.hostek.com Client Area]&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Billing-account-register-01.png|400px|Click to expand]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the left side menu choose the link ''''DNS Management''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:DNSManagement.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click the Record Type drop down and choose ''''URL Redirect''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:URL_Redirect.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Enter information for domain to forward to.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Host Name&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Leave the Host Name space empty if you wish to set the forward for yourdomain.com, enter www in the Host Name space if you wish the redirect to be for www.yourdomain.com.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;If you wish to have both the www and non www versions of your domain forward you will need to create a forward for each of these.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Address&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Enter the URL that you wish to have your domain forwarded to.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Priority&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This field is to be left blank as this field is for MX records only&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[file:Record_Entry.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Click the ''''Save Changes'''' button.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Save_Changes.PNG]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Manage_Name_Servers</id>
		<title>Manage Name Servers</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Manage_Name_Servers"/>
				<updated>2017-07-26T15:49:44Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;h1&amp;gt;Manage Domain Name Servers&amp;lt;/h1&amp;gt; &amp;lt;p&amp;gt;In this tutorial we will show how to manage your domains Name Servers (authoratative name servers ) in your billing control panel.&amp;lt;/p&amp;gt; &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Manage Domain Name Servers&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will show how to manage your domains Name Servers (authoratative name servers ) in your billing control panel.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Login to your account at https://cp.hostek.com&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Secure_url.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' ''You can also click on ''''Manage Nameservers'''' if desired. If you do so skip to step 6.''&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be in the management portal for the domain in question. You will see a menu bar on the left side of the page with all the available options to manage for a domain. Click on the menu item labeled ''''Nameservers''''. &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:nameservers_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You can now select the radio button for ''''Use custom nameservers (enter below)'''' and then enter in each name server you wish the domain to point to.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' ''If you do not select the ''''Use custom nameservers'''' radio button then when you save your name servers it will default back to the default name servers we have setup.''&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:change_nameserver.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Once you enter in the new pair of name servers you want the domain to point to and / or select the appropriate radio button then you can save your changes by clicking on ''''Save Nameservers'''' as shown in the screenshot below.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:change_nameserver_button.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/What_is_a_premium_Domain</id>
		<title>What is a premium Domain</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/What_is_a_premium_Domain"/>
				<updated>2017-07-26T15:29:36Z</updated>
		
		<summary type="html">&lt;p&gt;Briana: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 id=&amp;quot;What is a Premium Domain?&amp;quot;&amp;gt;What is a Premium Domain?&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will explain what a Premium Domain is.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Premium domains offered by some TLD's can be short character names or common names that they believe will demand a higher value.  With the common .com, .org and .net names taken already, when a new TLD is released, the owner of that new TLD extension can determine to mark certain domains as Premium Domains.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Premium domains may also be domains that are already registered and owned by someone. These domains are listed through aftermarket partners and their prices are set by the current owners of the domains. Once purchased, an aftermarket premium domain is transferred to the new registrant and from that point onwards it is dealt with as a regular domain. A commission is then paid to the reseller on aftermarket premium domain purchases.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;As the price of a premium domain is set by the current owner if you are interested in purchasing a premium domain please contact [https://support.hostek.com support] with the premium domain you wish to register and we will provide you with the current registration price of the domain.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Cancel_Domain_Registration</id>
		<title>Cancel Domain Registration</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Cancel_Domain_Registration"/>
				<updated>2017-07-26T15:05:32Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot;&amp;lt;h1 id=&amp;quot;Cancel Domain Registration&amp;quot;&amp;gt;Cancel Domain Registration&amp;lt;/h1&amp;gt;  &amp;lt;p&amp;gt;In this tutorial we will be showing how to cancel a domain registration.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  &amp;lt;ol style=&amp;quot;list-st...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 id=&amp;quot;Cancel Domain Registration&amp;quot;&amp;gt;Cancel Domain Registration&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how to cancel a domain registration.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Log into your [https://cp.hostek.com Client Area}&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Billing-account-register-01.png|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click on Domain Registrations then My Domains.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:MyDomains.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;Find the domain name that you no longer wish to renew.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:LocateDomain.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of that domain name click the arrow and choose Auto Renewal Status.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Arrow.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click the Disable Auto Renew button&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:DisableAutoRenew.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;p&amp;gt;This will disable the Auto Renew feature and allow your domain to expire at the domains registration expiry date.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Ordering_SSL_Certificate</id>
		<title>Ordering SSL Certificate</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Ordering_SSL_Certificate"/>
				<updated>2017-07-26T13:02:10Z</updated>
		
		<summary type="html">&lt;p&gt;Chrisd: Created page with &amp;quot;&amp;lt;h1 id=&amp;quot;Ordering SSL Certificate&amp;quot;&amp;gt;Ordering SSL Certificate&amp;lt;/h1&amp;gt;  &amp;lt;p&amp;gt;In this tutorial we will be showing how to order a SSL Certificate.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  &amp;lt;ol style=&amp;quot;list-style-type:...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 id=&amp;quot;Ordering SSL Certificate&amp;quot;&amp;gt;Ordering SSL Certificate&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how to order a SSL Certificate.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Log into your [https://cp.hostek.com Client Area}&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Billing-account-register-01.png|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;Click on Services then Order New Services&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:ServicesOrderNewServices.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;Find the Certificate you would like to order and click 'Order Now'.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:OrderNow.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;Fill in the necessary information in the text boxes accurately, then click 'Continue'.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:SSLinfo.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Approval Email Address&amp;lt;/li&amp;gt;&lt;br /&gt;
The email addresses below are the only email addresses we can assign for the SSL approval email&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;admin@&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;administrator@&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;hostmaster@&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;postmaster@&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;webmaster@&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
If you choose &amp;quot;hostmaster@&amp;quot; an approval email will be sent to hostmaster@yourdomain.com , where yourdomain.com is your actual domain.&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;URL to Secure&amp;lt;/li&amp;gt;&lt;br /&gt;
This is the URL that will be secured by the SSL Certificate.  Our GeoTrust Rapid SSL and GeoTrust QuickSSL Premium Certificates will allow you to secure both the www and non www version of your domain by entering the www version of your domain within this field.  All other SSL certificates will only secure the specific URL entered.&lt;br /&gt;
&amp;lt;li&amp;gt;Your Company Name&amp;lt;/li&amp;gt;&lt;br /&gt;
Enter the name of your Company&lt;br /&gt;
&amp;lt;li&amp;gt;Organization within Company&amp;lt;/li&amp;gt;&lt;br /&gt;
Enter the name of the organization within your company, example: IT, WEB, SALES.&lt;br /&gt;
&amp;lt;li&amp;gt;Company State&amp;lt;/li&amp;gt;&lt;br /&gt;
Enter the State that your company resides in.&lt;br /&gt;
&amp;lt;li&amp;gt;Company City&amp;lt;/li&amp;gt;&lt;br /&gt;
Enter the City that your company resides in.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
You will be contacted via Email/Phone, if needed, for any further information.&lt;br /&gt;
&amp;lt;li&amp;gt;Review your order and the click Checkout to complete order and submit payment&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Review.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;p&amp;gt;Once order is paid our support team will order the SSL certificate for you, once you receive the SSL approval email at the address you chose please approve this.  Once the SSL is approved our support team will receive and install the certificate on the server for your domain.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/What_is_an_affiliate</id>
		<title>What is an affiliate</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/What_is_an_affiliate"/>
				<updated>2017-07-26T12:06:44Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 id=&amp;quot;What is an affiliate?&amp;quot;&amp;gt;What is an affiliate?&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;We offer an affiliate account to allow you to earn money for customer referrals.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Affiliate Program Summary&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Full [https://hostek.com/afftos.html Affiliate Terms and Conditions] (TOS)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The referred customer must be a new and unique customer and domain name, with the new customer responsible for their billing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The commission rate is a recurring 7.5% meaning you will earn a commission as long as the customer remains active.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;You can receive a payout when the account has a balance of $100 or greater.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;information appears in the portal 90 days after that affiliate pays an invoice.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;To activate your affiliate account, login to your [https://cp.hostek.com Client Area] and click on the '''Affiliate tab''' and activate there.&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Affiliates Tab.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;To earn affiliate funds an active hosting plan is not necessary but the WHMCS billing account must remain active.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Once the affiliate balance reaches $100 the customer can request a [https://wiki.hostek.com/Requesting_Withdrawal_from_Affiliate_Balance withdrawal] per our Affiliate Terms.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;No payout will occur on any account with less than $100 balance in the affiliate account.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Affiliate Program]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Obtain_Affiliate_Links_%26_Banners</id>
		<title>Obtain Affiliate Links &amp; Banners</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Obtain_Affiliate_Links_%26_Banners"/>
				<updated>2017-07-26T11:28:05Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 id=&amp;quot;Obtain Affiliate Links &amp;amp; Banners&amp;quot;&amp;gt;Obtain Affiliate Links &amp;amp; Banners.&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how to obtain affiliate links and banners.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to your [https://cp.hostek.com Client Area]&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Billing-account-register-01.png|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click on the Affiliates tab.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Affiliates Tab.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Here you can obtain your affiliate links and banners.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Your unique referral link&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Referral_link.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;Specific hosting links with your unique referral code&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Hosting_referral_links.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;Banners&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Banners.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Affiliate Program]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/How_to_Check_Affiliate_Balance</id>
		<title>How to Check Affiliate Balance</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/How_to_Check_Affiliate_Balance"/>
				<updated>2017-07-26T11:15:26Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1 id=&amp;quot;How to Check Affiliate Balance&amp;quot;&amp;gt;How to Check Affiliate Balance.&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how you can check the balance of your affiliate account.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Login to your [https://cp.hostek.com Client Area]&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Billing-account-register-01.png|400px|Click to expand]]&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Click on the Affiliates tab.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Affiliates Tab.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Here you can view your affiliate account balance and other affiliate information.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
[[file:Affiliate_Information.PNG|400px|Click to expand]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Affiliate Program]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Domain_Auto_Renew</id>
		<title>Domain Auto Renew</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Domain_Auto_Renew"/>
				<updated>2017-07-25T19:57:01Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;h1&amp;gt;Manage Domain Auto Renew&amp;lt;/h1&amp;gt; &amp;lt;p&amp;gt;In this tutorial we will show how to manage the domains 'Auto Renew' feature within your billing control panel.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  &amp;lt;ol style=&amp;quot;lis...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Manage Domain Auto Renew&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will show how to manage the domains 'Auto Renew' feature within your billing control panel.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Login to your account at https://cp.hostek.com&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Secure_url.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' ''You can also click on ''''Auto Renewal Status'''' if desired. If you do so skip to step 6.''&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be in the management portal for the domain in question. You will see a menu bar on the left side of the page with all the available options to manage for a domain. Please select the menu option for ''''Auto Renew''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' ''You can also see details about the domain including the registration date, future due date (expiration date), the status of the domain, and the annual fee for the domain each year.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:auto_renew_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;YOu will now see the current status of the domains auto-renew feature. We default all domains to have auto-renew turned '''on''', however you can click on the red button labeled ''''Disable Auto Renew'''' if desired as shown in the screenshot below.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:disable_autorenew.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If you ever set this feature to 'Disabled' then you can re-enable auto renew by following the same above steps and click the green button labeled ''''Enable Auto Renew''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:enable_autorenew.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Requesting_Withdrawal_from_Affiliate_Balance</id>
		<title>Requesting Withdrawal from Affiliate Balance</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Requesting_Withdrawal_from_Affiliate_Balance"/>
				<updated>2017-07-25T18:24:11Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will be showing how you can request a withdrawal from your affiliate account, in order to request a withdrawal you must have at least $100 within your affiliate account.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Is your affiliate balance &amp;gt;= $100&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;If yes, please proceed to step 2.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Request_Withdrawl.PNG|400px|Click to expand]]]]&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;If no, a withdrawal is not possible as your affiliate balance must be &amp;gt;=$100.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Where do you live?&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;If in the United States, make sure to first provide us with a W-9&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Please complete and fax back a W-9. You can get the W-9 at:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://www.irs.gov/pub/irs-pdf/fw9.pdf&amp;lt;/p&amp;gt;&lt;br /&gt;
You can fax the W9 to:&lt;br /&gt;
1-866-565-5138&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;If you live outside of the United States, make sure you first provide us with a W-8BEN&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Please complete and fax back a W-8BEN. You can get the W-8BEN at:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;http://hostek.com/forms/w-8ben.pdf&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Instructions for form: http://hostek.com/forms/instructions-form-w-8ben.pdf&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;You can fax the W-8BEN to:&amp;lt;/p&amp;gt;&lt;br /&gt;
1-866-565-5138&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Once all of the above is verified and completed, then you can submit a [https://support.hostek.com Support Ticket] to billing requesting the withdrawal. &amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Be sure to include how you prefer the withdrawal handled within your ticket to billing:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;applied as a credit to your account&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;paid via paypal (if so, what email address)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;sent via check&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Affiliate Program]]&lt;/div&gt;</summary>
		<author><name>Chrisd</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Manage_Domain_Registration</id>
		<title>Manage Domain Registration</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Manage_Domain_Registration"/>
				<updated>2017-07-25T18:23:56Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;h1&amp;gt;Manage Domain Registration&amp;lt;/h1&amp;gt; &amp;lt;p&amp;gt;In this tutorial we will show how to manage your domain registrations in your billing control panel.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  &amp;lt;ol style=&amp;quot;list-style-t...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Manage Domain Registration&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will show how to manage your domain registrations in your billing control panel.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Login to your account at https://cp.hostek.com&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Secure_url.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu click on ''''Domain Registrations'''', then click on ''''My Domains''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your '''active''', '''cancelled''', and '''expired''' domains that you've had in your account as shown in the screenshot below:&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_list.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;To the right of the domain you wish to manage click the wrench icon, or select the drop-down and choose ''''Manage Domain''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:manage_domain_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be in the management portal for the domain in question. You will see a menu bar on the left side of the page with all the available options to manage for a domain. Please see our wiki articles for a specific feature settings you wish to see if you need further guidance by going to our [[:Category:Domain Registrations| Domain Registrations]] category page.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Note:''' ''You can also see details about the domain including the registration date, future due date (expiration date), the status of the domain, and the annual fee for the domain each year.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_domains_options.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;br /&gt;
[[Category:Domain Registrations]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Cancel_Hosting</id>
		<title>Cancel Hosting</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Cancel_Hosting"/>
				<updated>2017-07-24T21:51:34Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;h1&amp;gt;Cancelling Hosting / Packages&amp;lt;/h1&amp;gt; &amp;lt;p&amp;gt;In this tutorial we will show you how to place a cancellation request for your web hosting packages.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  &amp;lt;ol style=&amp;quot;list-styl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Cancelling Hosting / Packages&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will show you how to place a cancellation request for your web hosting packages.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Login to your account at https://cp.hostek.com&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Secure_url.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-navigation menu of the billing control panel click on ''''Services'''', then click on ''''My Services''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_services_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now see a list of your existing services / packages that you have in this account. This may show '''active''', '''cancelled''', '''suspended''', or even '''terminated''' services so you may have to search for the domain in the search / filter. Click on the package you wish to cancel.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:my_services.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You should now be presented with a page to manage this product / package. Click on either ''''Request Cancellation'''' button of your choice on the page.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:request_cancellation.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;You will now be asked to describe the reason for cancelling this product. Please provide as much information as possible so we can have good feedback on how are services met your expectations and what may have brought you to cancel.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:cancellation_confirm.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;After filling in the reason for cancelling please select the drop-down for ''''Cancellation Type'''' and choose either '''Immediate''' or '''End of Billing Period'''. Then click on ''''Request Cancellation''''.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Note:''' ''If you choose ''''Immediate'''' as the cancellation type then your service will be terminated immediately. Choosing ''''End of Billing Period'''' will terminate the service / package only on the expiration date (due date).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Ordering_a_Domain_Registration</id>
		<title>Ordering a Domain Registration</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Ordering_a_Domain_Registration"/>
				<updated>2017-07-24T20:28:07Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;h1&amp;gt;Ordering a domain registration&amp;lt;/h1&amp;gt; &amp;lt;p&amp;gt;In this tutorial we will show you how to register a new domain within your billing control panel.&amp;lt;/p&amp;gt; &amp;lt;br /&amp;gt;  &amp;lt;ol style=&amp;quot;list-style-...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Ordering a domain registration&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;In this tutorial we will show you how to register a new domain within your billing control panel.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Login to your account at https://cp.hostek.com&amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;'''Note''' ''If needed view our tutorial on [[Billing_-_Register_Account| creating a new account]].&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:Secure_url.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;In the top-navigation menu click on the drop-down for ''''Domain Registrations'''', then click on ''''Register a New Domain''''.&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:register_domain_menu.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;You should now see a search field which you can search for the domain you want to purchase.&amp;lt;/p&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Underneath the search box you'll see different categories consisting of different types of domain options. Underneath this is a list of domains that meet the search criteria in the categories you have chosen. For example the screenshot below shows the '''popular''' domain TLDs only.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:search_domain.png]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Now click ''''Search'''' once you enter the domain you wish to see is available. The page should return whether or not the domain is available or not.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the domain IS available then you'll see a price for the domain and a checkout option as shown in screenshot below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:domain_addto_cart.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the domain is NOT available then you'll see an ''''unavailable'''' message pop up next to the domain as shown in the screenshot below:&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[file:domain_unavailable.png]]&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If you found the domain you want to proceed with then as mentioned in above steps click the ''''Add to Cart'''' button next to the domain and then just proceed through the checkout process for purchasing the domain.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/Transfer_service_to_another_billing_account</id>
		<title>Transfer service to another billing account</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Transfer_service_to_another_billing_account"/>
				<updated>2017-07-24T18:06:50Z</updated>
		
		<summary type="html">&lt;p&gt;Kaseya: Created page with &amp;quot;&amp;lt;h1&amp;gt;Transfer service to another account&amp;lt;/h1&amp;gt; &amp;lt;br /&amp;gt; &amp;lt;p&amp;gt;There are some occurrences when it might be necessary or useful to transfer hosting, domain registrations, etc. to anoth...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Transfer service to another account&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;There are some occurrences when it might be necessary or useful to transfer hosting, domain registrations, etc. to another billing account. This wiki article will be outlining what is needed in order for this change to occur.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Making the request &amp;amp; what we'll need from you&amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All account ownership changes have to be done via our ticketing system ( not via chat, or phones ). This change is also only going to be performed by our administrative staff so please be patient with this request.&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol style=&amp;quot;list-style-type: decimal&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;p&amp;gt;Create a ticket by e-mailing our support team at support@hostek.com, or by using our [https://support.hostek.com| ticketing system interface]. The required information in this ticket is below:&amp;lt;/p&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The service(s) or domain registration(s) that need to be moved over to the new account.&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;E-mail on file for the &amp;lt;u&amp;gt;current&amp;lt;/u&amp;gt; account the service(s) are under.&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Security question answer for the current account the service(s) are under.&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; E-mail on file for the &amp;lt;u&amp;gt;new&amp;lt;/u&amp;gt; account the service(s) should be moved to. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;'''Note:''' ''If they haven't yet signed up for an account please have them create a new account at https://cp.hostek.com ''&amp;lt;/li&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Security question answer for the account the service(s) are needing to be moved over to. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;'''Note:''' ''In most cases the old account owner can't know the answer to the new account security question, so please have them (the new account owner) create a ticket with us providing the answer to their account security question and referencing the account migration that you are performing.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Our support team will then get this account transfer request into the hands of an administrator that can perform this task and we'll respond to your request once this has been completed.&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;We've provided below an example image of what this request might look like so that you can get a better idea:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[file:account_ownership_change_request.png]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Billing]]&lt;/div&gt;</summary>
		<author><name>Kaseya</name></author>	</entry>

	</feed>