<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.hostek.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Coryme</id>
		<title>Hostek.com Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.hostek.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Coryme"/>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/Special:Contributions/Coryme"/>
		<updated>2026-04-17T11:02:54Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Enable_Detailed_Errors&amp;diff=2478</id>
		<title>Enable Detailed Errors</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Enable_Detailed_Errors&amp;diff=2478"/>
				<updated>2015-05-08T18:04:30Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* How do I enable / disable Robust Exception Information on my site? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to enable detailed errors (ColdFusion, Railo, .Net) on IIS 7+ (Windows 2008 and 2012)==&lt;br /&gt;
&lt;br /&gt;
*Edit or create the file '''web.config''' within the folder in which detailed errors should be enabled.&lt;br /&gt;
*Add the following:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
    &amp;lt;system.webServer&amp;gt;&lt;br /&gt;
       &amp;lt;httpErrors errorMode=&amp;quot;Detailed&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;
NOTE:  If any of the above sections already exist in the '''web.config&amp;quot;''' file, edit the existing sections.  '''Do not duplicate'''.&lt;br /&gt;
&lt;br /&gt;
*To re-enable custom errors (or non-detailed errors), update the '''web.config''' file changing the '''errorMode''' attribute from '''Detailed''' to '''Custom'''.&lt;br /&gt;
&lt;br /&gt;
==How do I enable / disable Robust Exception Information on my site?==&lt;br /&gt;
To enable Robust Exception Information on a ColdFusion site, you will need to add the following to the top of your Application.cfc file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;cfset this.enablerobustexception = true /&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
However, if the site is on a server with Robust Exception Information enabled, and you wish to disable Robust Exception Information, add this to the site's Application.cfc:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;cfset this.enablerobustexception = false /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
If no Applciation.cfc exists, make a file called Application.cfc and take the code below. Paste it in and save.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;cfcomponent displayname=&amp;quot;Application&amp;quot; output=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;cfset THIS.Name = &amp;quot;Debugging&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;cfset this.enablerobustexception = true /&amp;gt;&lt;br /&gt;
&amp;lt;/cfcomponent&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to enable Railo Debugging==&lt;br /&gt;
===Enable Railo Debug Logging===&lt;br /&gt;
To enable Railo debug logging do the following: &lt;br /&gt;
*Log-in to your site's Railo Web Administrator through your control panel. &lt;br /&gt;
*Click the ''Debugging -&amp;gt; Settings'' link in the left-hand navigation menu&lt;br /&gt;
*On the next page, select the ''Yes'' radio button and select the type of details you want logged. &amp;lt;br /&amp;gt; [[File:Railo-debug-log.png]]&lt;br /&gt;
*Click ''Update'' to save your changes.&lt;br /&gt;
&lt;br /&gt;
Debug info will be logged to the log files accessible within the Railo Web Administrator. To see the debug output on your site, you'll need to create a debug output template as shown below.&lt;br /&gt;
===Enable Railo Debug Output Template===&lt;br /&gt;
To enable Railo debug output,  you'll need to create a debug template:&lt;br /&gt;
*Log-in to your site's Railo Web Administrator through your control panel. &lt;br /&gt;
*Click the ''Debugging -&amp;gt; Templates'' link in the left-hand navigation menu&lt;br /&gt;
*On the next page enter a ''Label'' for the new template, select the type of template you want (''Classic, Comment, or Modern'') then click ''Create''. &amp;lt;br /&amp;gt; [[File:Railo-debug-output1.png]]&lt;br /&gt;
*On the next page, you can choose the type of output you want, and you can also restrict the debug output to only be shown to a set of IP addresses.  &amp;lt;br /&amp;gt; [[File:Railo-debug-output2.png]]&lt;br /&gt;
*Click ''submit'' to save your changes.&lt;br /&gt;
&lt;br /&gt;
Now you'll see debug output for the pages on your site. &lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Frontpage_Extensions&amp;diff=2463</id>
		<title>Frontpage Extensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Frontpage_Extensions&amp;diff=2463"/>
				<updated>2015-04-10T00:34:35Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''FrontPage Extensions'''&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Do you support Frontpage Extensions?==&lt;br /&gt;
&lt;br /&gt;
Yes, we support Frontpage Extensions on our Windows 2003 servers.  Microsoft is phasing out FrontPage so with Windows 2008 servers and after we do not support Frontpage Extensions.  If you need to use Frontpage Extensions, include that in the notes of your order or contact support by submitting a ticket at http://support.hostek.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I publish with Frontpage?==&lt;br /&gt;
&lt;br /&gt;
In order to publish with Frontpage, you will first need to enable Frontpage Extensions. &lt;br /&gt;
&lt;br /&gt;
To do this, follow these steps:&lt;br /&gt;
&lt;br /&gt;
#Log into your WCP control panel at http://wcp.hostek.com and load your domain.&lt;br /&gt;
#Click on the Frontpage Extensions icon.&lt;br /&gt;
#If it is not enabled you will be able to enter the requested information and click on Enable Extensions. Once it has finished installing you will see your Frontpage Username.&lt;br /&gt;
#If this is already installed but you are having trouble using it you can enter a new password and click on Update Settings.&lt;br /&gt;
#If you still have issues after resetting the password you can try clicking on Check Extensions.&lt;br /&gt;
#If none of these options help you can click on the Uninstall Extensions and once it has been installed you can reinstall it. &lt;br /&gt;
&lt;br /&gt;
Now that the Extensions are installed, to publish with FrontPage, load your local web, then go to the &amp;quot;File&amp;quot; menu and then select &amp;quot;Publish Web&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In the prompt that comes up, enter the location as: http://123.123.123.123 (use your actual IP or domain name if the domain is already pointed to our servers).&lt;br /&gt;
&lt;br /&gt;
Then, when it asks for your username and password, you will enter your FP username and password that you set when you setup the Extensions.&lt;br /&gt;
&lt;br /&gt;
==How do I switch FrontPage to Use FTP?==&lt;br /&gt;
If you're on one of our newer servers but still want to use FrontPage, you'll need to enable FTP connections.&lt;br /&gt;
&lt;br /&gt;
To do so:&lt;br /&gt;
# Click Tools, then Page Options&lt;br /&gt;
# Under FrontPage and SharePoint technologies select &amp;quot;None&amp;quot;&lt;br /&gt;
# Under Browsers select &amp;quot;Both Internet Explorer and Navigator&amp;quot;&lt;br /&gt;
# Under Browser Version select &amp;quot;5.0/6.0 browsers and later&amp;quot;&lt;br /&gt;
# Click OK&lt;br /&gt;
&lt;br /&gt;
FrontPage now knows to use FTP, but you will still need to put in your FTP credentials&lt;br /&gt;
&lt;br /&gt;
To do this:&lt;br /&gt;
# Click File, then Publish Site...&lt;br /&gt;
# In the new window select FTP from the Remote Web Site tab&lt;br /&gt;
# Enter in your server host (E.g. ftp.mydomain.com or IP 123.45.6.78)&lt;br /&gt;
# Leave the FTP Directory empty. This will use the server default&lt;br /&gt;
# Click OK&lt;br /&gt;
&lt;br /&gt;
You should now see both your local files and the remote server's files. Test the connection before making any major changes.&lt;br /&gt;
&lt;br /&gt;
==How do I delete a file or page with Frontpage?==&lt;br /&gt;
&lt;br /&gt;
In Front Page, open the copy of your website on your&lt;br /&gt;
hard drive. In the Folder List window on the left side,&lt;br /&gt;
locate the file you would like to delete. Single click on&lt;br /&gt;
the file to select it and right click for a menu. Select&lt;br /&gt;
delete and a Confirm Delete box will appear. Click Yes to&lt;br /&gt;
delete the file.&lt;br /&gt;
&lt;br /&gt;
After deleting all the files you no longer need, publish your site as usual. As the site is publishing, confirmation boxes will appear asking if you&lt;br /&gt;
want to delete the same files off of the server. Click Yes&lt;br /&gt;
and the matching files will be removed from the server. &lt;br /&gt;
&lt;br /&gt;
==FrontPage Errors==&lt;br /&gt;
===The folder is no longer available?'===&lt;br /&gt;
&lt;br /&gt;
To fix this:&lt;br /&gt;
&lt;br /&gt;
#Login to your control panel (wcp.hostek.com)&lt;br /&gt;
#Click on Front Page Extensions&lt;br /&gt;
#Click on Check Extensions, this may take a few minutes&lt;br /&gt;
&lt;br /&gt;
When that completes, if you still get an error you should submit a support ticket at http://support.hostek.com.&lt;br /&gt;
&lt;br /&gt;
===Cannot run FrontPage Server Extensions Smart HTML interpreter non-HTML front page extensions?===&lt;br /&gt;
&lt;br /&gt;
First, make sure you have published to the http:// location, and not to an ftp:// location.&lt;br /&gt;
&lt;br /&gt;
If that is not the issue:&lt;br /&gt;
&lt;br /&gt;
#Login to your control panel (wcp.hostek.com)&lt;br /&gt;
#Click on Frontpage Extensions&lt;br /&gt;
#Click on Check Extensions, this may take a few minutes&lt;br /&gt;
&lt;br /&gt;
If this does not fix the issue, submit a support ticket at http://support.hostek.com&lt;br /&gt;
&lt;br /&gt;
===FrontPage Error Unexpectedly Closed Connection===&lt;br /&gt;
&lt;br /&gt;
This could be one of a couple of things.&lt;br /&gt;
&lt;br /&gt;
1) Norton Internet security can be causing the problem.&lt;br /&gt;
In Norton Internet security Intrusion Detection / Configure Signatures&lt;br /&gt;
Excluded Signatures : HTTP_MS_SQL_XML_CrossSiteScripting&lt;br /&gt;
(exclude this string)&lt;br /&gt;
&lt;br /&gt;
2) This http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q265/0/44.ASP&amp;amp;NoWebContent=1 may also help.&lt;br /&gt;
&lt;br /&gt;
==Still seeing the Welcome page after uploading files==&lt;br /&gt;
&lt;br /&gt;
This is because our default file is still in your root folder. You can simply delete our default file from your site by deleting the &amp;quot;index.htm&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
You should then see your default document displayed when you visit your site.&lt;br /&gt;
&lt;br /&gt;
If you get a &amp;quot;Directory Listing Denied&amp;quot; error, this is likely due to your default file not having a recognized default file name. You can simply change the name of that file to a recognized default file name. Here is a list of some file names you can use:&lt;br /&gt;
&lt;br /&gt;
index.htm&lt;br /&gt;
index.html&lt;br /&gt;
default.htm&lt;br /&gt;
default.html&lt;br /&gt;
home.htm&lt;br /&gt;
home.html&lt;br /&gt;
index.asp&lt;br /&gt;
default.asp&lt;br /&gt;
home.asp&lt;br /&gt;
index.shtml&lt;br /&gt;
&lt;br /&gt;
==Editing Online Pages using FrontPage==&lt;br /&gt;
&lt;br /&gt;
To edit sites in FrontPage, simply open the FrontPage Explorer and navigate to your site.&lt;br /&gt;
&lt;br /&gt;
To do so, select &amp;quot;File&amp;quot; from the menu at the top of the screen...then choose &amp;quot;Open Frontpage Web,&amp;quot; a box will then popup.&lt;br /&gt;
&lt;br /&gt;
Select &amp;quot;More Webs&amp;quot; from the box. Another box will then popup.&lt;br /&gt;
&lt;br /&gt;
At the top of this box, there is a pull-down menu.&lt;br /&gt;
&lt;br /&gt;
In the space provided, type the directory that your web site is in. (example: C:\FrontPage Webs\Test Site\).&lt;br /&gt;
&lt;br /&gt;
If a dialog box pops up saying &amp;quot;This directory is not a FrontPage web...FrontPage needs to add the necessary folders and files. Convert now?&amp;quot; choose YES.&lt;br /&gt;
&lt;br /&gt;
If a dialog box does not pop up, you are now in your FrontPage web where the site that you need to edit resides.&lt;br /&gt;
&lt;br /&gt;
==FrontPage Counters==&lt;br /&gt;
&lt;br /&gt;
Create an ASP page and add the following code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;%dim fso, ts, p, s Const ForReading = 1, ForWriting = 2, ForAppending = 8 ' FSO constants p = &amp;quot;_private\&amp;quot; ' all FP counters are located in your&lt;br /&gt;
\_private directory set fso = CreateObject(&amp;quot;Scripting.FileSystemObject&amp;quot;) ' Create the File System Object ' Main Index Page s = p &amp;amp; &amp;quot;index.htm.cnt&amp;quot; ' your counter name here s = Server.MapPath(s) ' get actual file location set ts = fso.OpenTextFile(s, ForReading) s = ts.ReadAll s = right(s, 5) ' just get the last 5 digits, skipping the 'FPCountFile 000...' response.write &amp;quot;Index.htm counter = &amp;quot; &amp;amp; s &amp;amp; &amp;quot;&amp;lt;br&amp;gt;&amp;quot;&lt;br /&gt;
' Demo Page s = p &amp;amp; &amp;quot;demo.htm.cnt&amp;quot; ' your counter name here s = Server.MapPath(s) set ts = fso.OpenTextFile(s, ForReading) s = ts.ReadAll s = right(s, 5) response.write &amp;quot;Demo.htm counter = &amp;quot; &amp;amp; s &amp;amp; &amp;quot;&amp;lt;br&amp;gt;&amp;quot; ' etc%&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Keywords with FrontPage==&lt;br /&gt;
&lt;br /&gt;
Here's how to use FrontPage to add your META keywords to your home page:&lt;br /&gt;
&lt;br /&gt;
1. Click on File on the menu bar and then select Page Properties&lt;br /&gt;
&lt;br /&gt;
2. Click on the Custom tab and then click on the Add button under User Variables&lt;br /&gt;
&lt;br /&gt;
3. Enter the word &amp;quot;keywords&amp;quot; (no quotes) in the &amp;quot;Name&amp;quot; box&lt;br /&gt;
&lt;br /&gt;
4. Enter your list of keywords in the &amp;quot;Value&amp;quot; box, separating keyword phrases with commas&lt;br /&gt;
&lt;br /&gt;
5. Click OK in each of the dialog boxes&lt;br /&gt;
&lt;br /&gt;
==Downloading files fron the server to your computer using FrontPage==&lt;br /&gt;
&lt;br /&gt;
To download the files from the server to your local computer with FrontPage follow these steps:&lt;br /&gt;
#In FrontPage go to the &amp;quot;File&amp;quot; menu&lt;br /&gt;
#Select &amp;quot;Open&amp;quot;, type in &amp;quot;http://your_domain.com&amp;quot; (without the quote marks and replacing 'your_domain.com' with your actual domain name or IP address) &lt;br /&gt;
#Select &amp;quot;Enter.&amp;quot; &lt;br /&gt;
#After it opens the web, Go to the &amp;quot;File&amp;quot; menu &lt;br /&gt;
#Select &amp;quot;Publish Web&amp;quot;. &lt;br /&gt;
#For the location, choose the space on YOUR computer to which you wish to download the files.&lt;br /&gt;
&lt;br /&gt;
==Password Protection with Frontpage==&lt;br /&gt;
&lt;br /&gt;
Because the authentication are totally different for FrontPage and IISPassword customers cannot use these together. This poses a problem customers wanting to use FrontPage but password protect their site.&lt;br /&gt;
&lt;br /&gt;
When using FrontPage to publish a site we suggest using one of the methods described in this MSDN post for password protecting your FrontPage website and or directories of the site.&lt;br /&gt;
&lt;br /&gt;
http://blogs.msdn.com/lisawoll/archive/2005/06/24/432429.aspx&amp;quot; rel=&amp;quot;nofollow&amp;quot;&amp;gt;http://blogs.msdn.com/lisawoll/archive/2005/06/24/432429.aspx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2420</id>
		<title>Security Best Practices</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2420"/>
				<updated>2015-03-14T18:49:42Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* SmarterMail */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Security Practices==&lt;br /&gt;
===Password Protection===&lt;br /&gt;
Every password with internal access should have a strong yet memorable password. The easiest way for a hacker to gain entrance to a domain or database is through the front door, so keeping that door locked and locked tight is your first line of defense.&lt;br /&gt;
&lt;br /&gt;
The best passwords use a capital letter, a lowercase letter, a number, and a symbol. To test your passwords for strength, try [https://howsecureismypassword.net/ this link].&lt;br /&gt;
&lt;br /&gt;
===Software Version Management===&lt;br /&gt;
Most people use some type of software to manage their domains. Whether it's WordPress. Joomla!, Drupal, or any of the other types of content management software (CMS), they all need to be kept up-to-date to prevent a possible attack. &lt;br /&gt;
&lt;br /&gt;
===Encrypt FTP Traffic===&lt;br /&gt;
There are two best practices to encrypt and protect FTP traffic. First is to cut off any unwanted IPs from use. By default, WCP allow all IP traffic through the domains as an ease of access for new clients, however, it's beneficial to limit the IPs to just those that need access. &lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click FTP Accounts&lt;br /&gt;
#Click Default Access&lt;br /&gt;
#Change the drop down menu to Blocked&lt;br /&gt;
#Click on IP List&lt;br /&gt;
#Click Add&lt;br /&gt;
#Add your IP (You can find it [https://hostek.com/ip here].)&lt;br /&gt;
&lt;br /&gt;
The second best option is to encrypt the FTP traffic using TLS. By default, FTP users are forced to use TLS on cPanel servers, but not for WCP servers. To enable TLS [https://wiki.hostek.com/Enabling_TLS_on_Common_FTP_Software follow this wiki].&lt;br /&gt;
&lt;br /&gt;
===Read Your Access Logs===&lt;br /&gt;
Both WCP and cPanel utilize server logs to keep track of who visits the domain and what they do while there. For the most part, this is a &amp;quot;set it and forget it&amp;quot; file, but if you get breached this can tell you what was accessed and when. In both the WCP and cPanel, the logs folders are above the domain root folder. (wwwroot for WCP and public_html for cPanel).&lt;br /&gt;
&lt;br /&gt;
====Block Unwanted Traffic====&lt;br /&gt;
Much like keeping the traffic limited to who needs to be on FTP, keeping unwanted IPs from accessing your server at all is an important tool. For most users, this will want to be used as little as possible so as to not disturb your regular visitors, but if you get breached and recover an IP address in the process it's vital to keep those attackers at bay.&lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click Manage IPs in the bottom right menu&lt;br /&gt;
#Click Add under the IP List&lt;br /&gt;
#Add the IP address&lt;br /&gt;
#Select whether to block or allow this IP&lt;br /&gt;
#(optional) Type a reason&lt;br /&gt;
&lt;br /&gt;
To do this in cPanel:&lt;br /&gt;
#Click IP Address Deny Manager&lt;br /&gt;
#Type an IP address or Domain&lt;br /&gt;
#Click Add&lt;br /&gt;
&lt;br /&gt;
====Install Software to Mitigate Attacks====&lt;br /&gt;
For those that use CMS to manage their domains, it's preferred to download a plugin to help mitigate an attack. Below are some well known plugins for various CMS applications.&lt;br /&gt;
&lt;br /&gt;
#WordPress - iThemes&lt;br /&gt;
#Joomla! - kSecure&lt;br /&gt;
#Magento - MageFirewall&lt;br /&gt;
&lt;br /&gt;
==Reseller Security Practices==&lt;br /&gt;
===Encrypt Client Data===&lt;br /&gt;
For those that use a central domain to handle client transactions, it's best to make sure you keep whatever software used encrypted. The best practice for doing this is getting an SSL installed wherever you have your software. You may also want to make sure that IP access to the software is limited to only those that directly need it.&lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
==VPS Security Practices==&lt;br /&gt;
===Lock Down Unused Ports===&lt;br /&gt;
By default, all major VPS ports are open for initial ease of access, but it's highly recommended to close off the major prots to either have no traffic or limited traffic. You can go about doing this in one of two ways, manually or by our admin level IPS filtering.&lt;br /&gt;
&lt;br /&gt;
====Manually====&lt;br /&gt;
To manually lock down the ports in a Windows server:&lt;br /&gt;
#Go to the VPS Manager in WCP&lt;br /&gt;
#Click the Firewall Manager tool&lt;br /&gt;
#Click the pencil icon next to the major port&lt;br /&gt;
#Either restrict or close the port. If restricting the port, it will automatically add your local IP, but you will need to add any further IPs.&lt;br /&gt;
&lt;br /&gt;
====From Support IPS====&lt;br /&gt;
To block major ports in IPS:&lt;br /&gt;
#Contact Support at support@hostek.com&lt;br /&gt;
#Give them your security qeustion and answer, billing password, or last 4 of your Credit Card&lt;br /&gt;
#Request to be placed in the PCI Compliance zone of the IPS (Note: This can be removed at any time with another ticket)&lt;br /&gt;
&lt;br /&gt;
===Install Anti Virus===&lt;br /&gt;
By default, AVG and ClamAV are installed on our Windows and cPanel servers respectively.&lt;br /&gt;
&lt;br /&gt;
It is recommended that you always maintain an Anti Virus solution on your local workstation/desktop/laptop too.&lt;br /&gt;
&lt;br /&gt;
===Encrypt Outgoing Traffic===&lt;br /&gt;
Like encrypting FTP and HTTP traffic, encrypting other forms of traffic such as SMTP is recommended, and can usually be handled by an SSL certificate. &lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
===Set Up Automated Updates===&lt;br /&gt;
Most installed softwares on a server also have an automatic update feature, or at least a way to easily update it. Set a scheduled task for Windows or a cron in cPanel to automatically update all browsers, anti virus, and other essentials. Non web related software are just as vulnerable to attack as CMS applications.&lt;br /&gt;
&lt;br /&gt;
===Secure Your Mail Server===&lt;br /&gt;
If you don't use mail on your VPS, make sure your ports (25, 26, 110, 143, 587, 993, 994) are all blocked. Even if you don't use the server for mail, it may be possible to get out.&lt;br /&gt;
&lt;br /&gt;
====SmarterMail====&lt;br /&gt;
If you utilize a SmarterMail instance on your server, please follow the below best practices to keep your server secured.&lt;br /&gt;
&lt;br /&gt;
=====Force Strong Password Use=====&lt;br /&gt;
#Login to the admin user (The credentials will be in the welcome email sent at purchase)&lt;br /&gt;
#Click on Security (sheild icon)&lt;br /&gt;
#Find the Advanced Settings subsection, click Password Requirements&lt;br /&gt;
#Change the minimum password length (Note: a good length is between 8-16 characters)&lt;br /&gt;
#Select Require a number, a capital, a lower case, and a symbol in the password&lt;br /&gt;
#Click Save (Note: This will cause the users that fail their password requirements to get locked out of their inbox until they update their password to one that's secure enough. In the meantime, they will still get email service)&lt;br /&gt;
&lt;br /&gt;
=====Add SPF and DKIM records to Domains=====&lt;br /&gt;
#Within [https://wiki.hostek.com/index.php?title=WCP#How_To_Login_To_My_WCP_Control_Panel WCP], find the Email subsection&lt;br /&gt;
#Click Advanced&lt;br /&gt;
#Click SPF, then Enable (Note: This will add a DNS record to your domain that acts as a shield against unauthorized sending on your server)&lt;br /&gt;
#Click Domain Keys, then Enable (Note: This will add a DNS record to your domain that acts as a shield against unfamiliar domains. This does not stop new senders, but limits senders using false or forged DNS credentials)&lt;br /&gt;
&lt;br /&gt;
=====Update AntiSpam Settings=====&lt;br /&gt;
By default, the SmarterMail instance will be setup to avoid spam, but it is not optimized to what you may need. &lt;br /&gt;
&lt;br /&gt;
To update these settings:&lt;br /&gt;
#Login to SmarterMail as admin user&lt;br /&gt;
#Click on Security (sheild icon)&lt;br /&gt;
#Click on AntiSpam Administration (Note: You'll see several items under the Spam Check column. These are the spam rules and weights on the server.)&lt;br /&gt;
#Depending on how strict you want to be, check the Bayesian Filtering, URIBL:SURBL, and URIBL:URIBL check boxes. These are the three most common spam filters, but for added filtering you can check more URIBL filters.&lt;br /&gt;
&lt;br /&gt;
=====Block Unwanted IPs=====&lt;br /&gt;
#Click the Security (shield icon) button&lt;br /&gt;
#Click on Blacklist&lt;br /&gt;
#Click New&lt;br /&gt;
#Type in the IP or IP Range&lt;br /&gt;
#Specify which ports to block&lt;br /&gt;
#Add a description (E.g. Brute Force IP)&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=MacMail_Troubleshooting&amp;diff=2415</id>
		<title>MacMail Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=MacMail_Troubleshooting&amp;diff=2415"/>
				<updated>2015-03-10T22:27:41Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: Created page with &amp;quot;==Server Certificate Rejected== This error is common when using mail.[yourdomain].com if you do not have an SSL installed to cover that domain. Instead, use the full mail serv...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Server Certificate Rejected==&lt;br /&gt;
This error is common when using mail.[yourdomain].com if you do not have an SSL installed to cover that domain. Instead, use the full mail server name. You can find this in your Site Details on WCP or in your Welcome Email we send out.&lt;br /&gt;
&lt;br /&gt;
==Password Rejected==&lt;br /&gt;
If you know you've copied over the password correctly, but are still getting password rejection alerts, then try clearing your Keychain Cache. &lt;br /&gt;
&lt;br /&gt;
To do this:&lt;br /&gt;
#Click Go (Upper left corner most commonly)&lt;br /&gt;
#Click Go to Folder...&lt;br /&gt;
#Type in ~/Library/Caches&lt;br /&gt;
#Select all items in the cache&lt;br /&gt;
#Delete all items&lt;br /&gt;
#Restart your computer&lt;br /&gt;
&lt;br /&gt;
[[Category:Misc-Email]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=WCP_(Windows_based_Control_Panel)&amp;diff=2414</id>
		<title>WCP (Windows based Control Panel)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=WCP_(Windows_based_Control_Panel)&amp;diff=2414"/>
				<updated>2015-03-10T21:08:05Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* VPS Manager (VPS Accounts) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How To Login To My WCP Control Panel==&lt;br /&gt;
#To manage your domain, login to the WCP Control Panel, using the details below&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: &lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
*You can also login to the control panel through your billing control panel https://cp.hostek.com/clientarea.php&lt;br /&gt;
#Click on  ''''My Services'''' 'Click the '''small Green arrow''' on the the notepad to the right'&lt;br /&gt;
#Now click the '''Login to Control Panel''' Icon'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Custom URL for the WCP Control Panel==&lt;br /&gt;
The WCP can als be accessed by wcp.your_domain.com&lt;br /&gt;
&lt;br /&gt;
Setup wcp.your_domain.com as an A record for &amp;quot;184.175.108.65&amp;quot; or as a CName record for &amp;quot;wcp.ezhostingserver.com&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Resellers and VPS - WCP White label Settings===&lt;br /&gt;
Resellers and VPS customers can setup their logo in their Reseller control panel, however those additional features will only be available when accessing the control panel using the specific domain they configured within the Reseller Setttings of the control panel. The Reseller settings will be available using '''any''' URL, and as mentioned within these settings the reseller '''URL''' can be setup and other whitelabel options (custom control panel logo, favicon, etc.) making WCP the ultimate Windows Control Panel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Windows VPS]]&lt;br /&gt;
[[Category:Resellers]]&lt;br /&gt;
&lt;br /&gt;
==Adding Additional Control Panel Logins==&lt;br /&gt;
*This will allow you to set up additional control panel logins for you or for others involved in editing or managing your account. You can limit the Permissions or options available for them to manage.&lt;br /&gt;
#Login to the WCP Control Panel, using the details below&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: &lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
#Click on the '''Control panel Logins''' tab, then click on the '''Add''' icon.&lt;br /&gt;
#Put the &amp;quot;Username, Password and if you want them to have Limited Permission.&lt;br /&gt;
#If you want them to have Limited Permission then check the '''Limited Permission''' box. This will load a dropdown where you can select what privlages they have to manage.&lt;br /&gt;
#Once you are done click the '''Save''' icon at the bottom of the screen.&lt;br /&gt;
#Once it has been added you or they can login by going to https://wcp.hostek.com/Login.aspx and using the username and password that you set for it.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Unlimited Plans - Add Additional Domains==&lt;br /&gt;
You will want to follow these steps in to generate a +1 Control Panel for a separate Domain. (Please note the difference between Registration and Hosting: [https://wiki.hostek.com/Domain_Registration_and_Domain_Name_Management#Domain_Registration_Information_vs._Domain_Hosting_Information  '''here''')] &amp;lt;br clear=all&amp;gt; This would be under your Windows Unlimited account, or your Windows Business/Pro plan.&lt;br /&gt;
&lt;br /&gt;
#Login to your WCP control panel&lt;br /&gt;
#*Windows Unlimited: For adding a third (or more) domain select any domain from the upper right hand corner dropdown box &amp;quot;Domains&amp;quot;.&lt;br /&gt;
#Within the &amp;quot;Domains&amp;quot; box click the &amp;quot;Addon Domains&amp;quot; icon.&lt;br /&gt;
#Click &amp;quot;Add&amp;quot; and enter the following:&lt;br /&gt;
#*Domain Name&lt;br /&gt;
#*Username&lt;br /&gt;
#*Password&lt;br /&gt;
#Click &amp;quot;Save&amp;quot;&lt;br /&gt;
#To manage the domain, you can now select it from the '''Domains''' drop-down list/box.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==Site Details==&lt;br /&gt;
We recommend you review the &amp;quot;Site Settings&amp;quot; which includes many important details about your domain including:&lt;br /&gt;
&lt;br /&gt;
WCP (login and select domain) &amp;gt; Website Settings &amp;gt; '''Site Details'''&lt;br /&gt;
&lt;br /&gt;
*Testing URL&lt;br /&gt;
*Primary and Secondary DNS&lt;br /&gt;
*Site IP&lt;br /&gt;
*Web Root Path&lt;br /&gt;
*FTP Root Path&lt;br /&gt;
===IIS Version &amp;amp; ColdFusion Version (if applicable)===&lt;br /&gt;
To get your domain's IIS Version and ColdFusion Version (if applicable) log in to WCP and under the Settings section, click on the Site Details option.&lt;br /&gt;
&lt;br /&gt;
==FTP Accounts==&lt;br /&gt;
*Adding or editing FTP accounts.&lt;br /&gt;
#click on the '''FTP Accounts''' tab.&lt;br /&gt;
#To edit one click on the little '''Pencil Icon''' to the left, to add one click on the '''Add FTP User''' tab.&lt;br /&gt;
#If you are adding one you will set the Username:, Password: and folder then click the #Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==Virtual Directories==&lt;br /&gt;
*Adding virtual directories to your site.&lt;br /&gt;
#Log in to WCP&lt;br /&gt;
#Click on Virtual Directories under the Files section&lt;br /&gt;
#Click Add&lt;br /&gt;
#Enter the virtual path you need&lt;br /&gt;
#Enter in the actual physical path it is mapped to&lt;br /&gt;
#If this is to be an application, check the Create Application Folder check box&lt;br /&gt;
#Click Save&lt;br /&gt;
&lt;br /&gt;
==Application Folders==&lt;br /&gt;
To create and manage Application Folders on your site&lt;br /&gt;
#Log in to WCP&lt;br /&gt;
#Click on Application Folders under the Files section&lt;br /&gt;
#Select the site or sub-domain from the drop down box&lt;br /&gt;
#Click continue&lt;br /&gt;
#Select a folder&lt;br /&gt;
#Click Add Application to make it an application folder&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==File Manager== &lt;br /&gt;
*Basic File Operations, file uploading and editing now supported- Zip, GZip, and Tar Archive support.&lt;br /&gt;
#Click on the '''File Manager icon''', then the '''Login icon''' on the next screen.&lt;br /&gt;
#To create files or Directory's outside the WWW root folder right click and click on the '''Create File''' or '''Create Directory''' option.&lt;br /&gt;
#Click the '''Continue Icon''' to add this.&lt;br /&gt;
#To add/edit files in the WWWroot click on the '''wwwroot file'''.&lt;br /&gt;
#once you are in you can add, edit or delete by right clicking and clicking on the options given.&lt;br /&gt;
&lt;br /&gt;
*Upload and Download functions&lt;br /&gt;
#To upload a file, right click the File Manager page, and click Upload&lt;br /&gt;
#Select the file you wish to upload by clicking Choose File&lt;br /&gt;
#Give this file a new name or keep the existing default name&lt;br /&gt;
&lt;br /&gt;
#To download a file, right click the file you want to download&lt;br /&gt;
#Click Download File. Note: This will send you to a new page.&lt;br /&gt;
#Now your browser will be downloading the file in question. Simply check your Downloads folder or hit Ctrl+J to open the Downloads section of your browser and move this file where you want it.&lt;br /&gt;
&lt;br /&gt;
*NEW: Use the search bar at the top of the File Manager to quickly search the file you're looking for.&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==Password Protect Folders==&lt;br /&gt;
#Under the Files section click on '''Password Protect'''.&lt;br /&gt;
#Click on '''Manage Protected Folders'''.&lt;br /&gt;
#Browse to and click on the folder that you want to set this up on and check '''Enable Protection'''. &lt;br /&gt;
#Select a user from the list or click on '''Manage Users''', then click '''Add''', and enter username and password then Save. &lt;br /&gt;
&lt;br /&gt;
==IIS Settings==&lt;br /&gt;
*Setting up error pages, default pages, advanced settings, etc.&lt;br /&gt;
===Custom Error pages===&lt;br /&gt;
#Click on '''IIS Settings''' in your WCP&lt;br /&gt;
#Click the edit button next to the error page you want to change&lt;br /&gt;
#Uncheck the '''Use System Default''' checkbox &lt;br /&gt;
#Enter the path to your custom error page &lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
===Mime Types===&lt;br /&gt;
#Click on '''IIS Settings''' in your WCP&lt;br /&gt;
#Scroll to the bottom of the window and click '''Add Mime Type'''&lt;br /&gt;
#Enter the extension for the Mime Type&lt;br /&gt;
#Enter the Mime Type information&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
*An example Mime Type is below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Extension: .mp3&lt;br /&gt;
Mime Type: audio/mpeg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information here: [https://wiki.hostek.com/Mime_types Mime Types]&lt;br /&gt;
&lt;br /&gt;
===Default Docs===&lt;br /&gt;
*Select a default document and drag it to the top position to set it as top priority&lt;br /&gt;
*Click '''Add''' to add a default doc&lt;br /&gt;
*Click the red '''X''' to delete a default doc&lt;br /&gt;
*Click a default doc and change the name&lt;br /&gt;
*For example: change '''&amp;quot;index.htm&amp;quot;''' to '''&amp;quot;index.asp&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
===URL Forwarding===&lt;br /&gt;
#In your [https://wcp.hostek.com/ '''WCP'''] click on the '''IIS Settings''' button&lt;br /&gt;
#Navigate to the '''Redirects''' tab&lt;br /&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;
#Click '''Save'''. (See below for details on the other options.)&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 equivelent 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;
===Advanced===&lt;br /&gt;
====Recycle Application Pool====&lt;br /&gt;
If you see a Service Unavailable message on your site, or have a general need to recycle a site's IIS Application Pool, you can do so through this section of WCP. &lt;br /&gt;
#Click the '''IIS Settings''' icon in WCP&lt;br /&gt;
#Click the '''Advanced''' tab in the '''IIS Settings''' section&lt;br /&gt;
#Click the '''Recycle''' button.&lt;br /&gt;
&lt;br /&gt;
==PHP Settings==&lt;br /&gt;
If you notice you need a different version of php or want to check what version you are using you can update it to that version if it is installed to the server or can enable custom php.ini settings to use specifically for your domain.&lt;br /&gt;
#Click the configuration for the domain or subdomain you want updated.&lt;br /&gt;
#Select the version you wish to use.&lt;br /&gt;
#Check the checkbox if you want to enable a custom php.ini file&lt;br /&gt;
#Click save to save the settings.&lt;br /&gt;
&lt;br /&gt;
==ColdFusion==&lt;br /&gt;
===ColdFusion Error Logs===&lt;br /&gt;
====Server Error Logs====&lt;br /&gt;
This section will show any recent errors for your site that were found within ColdFusion's server-wide exception log. Use the dropdown to choose how many hours back you'd like errors retrieved. &lt;br /&gt;
====Application Error Logs====&lt;br /&gt;
This section will show errors created via the cflog tag on your site. For security purposes, your cflog logs will only appear hear 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;''.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
''Note'': Please set the ''type'' of the ''cflog'' tag to either '''error''' or '''fatal''' on our production servers. Use of the ''information'' type is strongly discouraged. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
'''Reference''': [https://wikidocs.adobe.com/wiki/display/coldfusionen/cflog CFLog Documentation]&lt;br /&gt;
&lt;br /&gt;
===Clear Template Cache===&lt;br /&gt;
Within this section you can click the '''Clear Template Cache''' button to clear cached ColdFusion pages for your site. &lt;br /&gt;
&lt;br /&gt;
===ColdFusion Version===&lt;br /&gt;
Within this section of WCP, you can choose which version of ColdFusion you'd like your site to use. &lt;br /&gt;
&lt;br /&gt;
''Note'': You can also specify different ColdFusion versions for different subdomains on your site.&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==DNS Editor==&lt;br /&gt;
'''READ FIRST''' When a new domain is added to WCP all DNS records are also created (in most cases). Clicking on the DNS Editor will open a window with these records, for editing, adding and deleting. Most times nothing needs to be done other than pointing your domain to the Primary and Secondary DNS Servers listed under [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details].&lt;br /&gt;
&lt;br /&gt;
===Create a new DNS record===&lt;br /&gt;
#Click '''Add DNS''' Record button&lt;br /&gt;
#Enter Name for record (If DNS record name is your domain name please leave this Name - text box blank as the control panel will automatically add your domain name)&lt;br /&gt;
#Choose the Record type (A, CNAME, MX, NS, TXT, SPF, SRV)&lt;br /&gt;
#Enter Data Type&lt;br /&gt;
#Generally leave the TTL (Time To Live) as the default 86400&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===Update DNS records===&lt;br /&gt;
#To update an existing DNS record click the '''Pencil''' icon next to the record you would like to update.&lt;br /&gt;
#You will then be able to change the Name of the record, the Type of record, Data of the record, and Time to Live.&lt;br /&gt;
#Once updated Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===SVR Record Fields===&lt;br /&gt;
*A SVR Record is a &amp;quot;'''S'''er'''v'''ice '''R'''ecord&amp;quot;. It's a specification of data in the Domain Name System defining the location (i.e. the hostname and port number) of servers for specified services.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: _service._protocol&lt;br /&gt;
Type: SRV&lt;br /&gt;
Data: Address/Hostname&lt;br /&gt;
Priority: Priority Number&lt;br /&gt;
Weight: Weight Number&lt;br /&gt;
Port: Port Number&lt;br /&gt;
TTL: 86400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: _sip._udp&lt;br /&gt;
Type: SRV&lt;br /&gt;
Data: sip.mydomain.com&lt;br /&gt;
Priority: 10&lt;br /&gt;
Weight: 5&lt;br /&gt;
Port: 4030&lt;br /&gt;
TTL: 86400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*If you are a '''VPS Client''' with a Windows Server and a SmarterMail Active Sync license wanting to use Autodiscover for Outlook, please refer to this SmarterMail Article [https://portal.smartertools.com/kb/a2752/set-up-autodiscover-for-smartermail.aspx here].&lt;br /&gt;
&lt;br /&gt;
===MX Records===&lt;br /&gt;
Here are steps to setup the correct MX Records for our MailSystem:&lt;br /&gt;
*Note: These are setup by Default, and shouldn't need to be added unless changes were made.&lt;br /&gt;
#Go into  the '''DNS Editor''' in WCP.&lt;br /&gt;
#Click '''Add Record'''.&lt;br /&gt;
#In the '''Record Name''' form put &amp;quot; '''mail''' &amp;quot;.&lt;br /&gt;
#Beside '''Type''' select '''A'''.&lt;br /&gt;
#Beside '''Data''' put the IP Address of your MailServer.&lt;br /&gt;
##You can find your MailServer by clicking the '''Site Details''' button in WCP.&lt;br /&gt;
##The IP Address can be found by PINGing the server, or by performing a WHOIS search.&lt;br /&gt;
#Once this is done click '''Save'''. Now you have an '''A Record''' labeled &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
#You'll want to click '''Add Record''' again.&lt;br /&gt;
#Leave the Record Name blank this time.&lt;br /&gt;
#Beside '''Type''' select '''MX'''.&lt;br /&gt;
#Beside '''Data''' put &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
#Once you click '''Save''', you will then have an '''MX Record''', which points to &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
*Congratulations! Now all you need to do is wait for DNS Propagation, which is the 2-to-12hr time period it takes for the internet to update with these new changes.&lt;br /&gt;
&lt;br /&gt;
===SPF Records===&lt;br /&gt;
An SPF Record (simply an entry into the DNS records) is used by mail servers to know if mail coming from an address at your domain is really allowed to be sent from the sending mail server.&lt;br /&gt;
&lt;br /&gt;
To have WCP create an SPF record for you, you can click '''SPF Record''' under the '''Email Section''' and then click the '''Create''' button, or you can use the steps below to create one manually.&lt;br /&gt;
&lt;br /&gt;
If you will be using our servers send email related to your domain, you would generally use an SPF record like the following:&amp;lt;pre&amp;gt;&amp;quot;v=spf1 a mx include:spf.hostek.com -all&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For our Resellers that don't want to use hostek.com, use an SPF Record like:&amp;lt;pre&amp;gt;&amp;quot;v=spf1 a mx include:spf.ezhostingserver.com -all&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Steps to add an SPF Record to your domain:'''&lt;br /&gt;
Assuming that your DNS is managed with us:&lt;br /&gt;
#Log in to your hosting control panel at wcp.hostek.com&lt;br /&gt;
#Open the DNS Editor (DNS Manager) section&lt;br /&gt;
#Click on Add Record. &lt;br /&gt;
#Leave the Name field blank. &lt;br /&gt;
#For the Type, choose TXT&lt;br /&gt;
#For the Data enter the SPF Record detail as you need, using the sample provided above.&lt;br /&gt;
&lt;br /&gt;
'''Basic information related to some SPF Record options:'''&lt;br /&gt;
&lt;br /&gt;
The '''&amp;quot;-all&amp;quot;''' may be adjusted on a per customer basis to any of the following depending on their needs:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''-all''' = mail not sent from an address listed in the SPF record should be completely rejected (Hard Fail). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
'''~all''' = mail not sent from an address listed in the SPF record should be given a higher spam score(Soft Fail). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
'''?all''' = mail not sent from an address listed in the SPF record should be treated normally as if the domain did not have an spf record (Neutral). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Sub Domains==&lt;br /&gt;
*A sub-domain is like an extension of your domain name. For example, if your domain name were myfamily.com, a sub-domain would be in the following form: dad.myfamily.com or mom.myfamily.com etc.&lt;br /&gt;
*You can have a sub-domain pointed to any folder within your web site. If a visitor goes directly to that sub-domain he will be taken to that folder, not to your site's main page.&lt;br /&gt;
#Click on the '''Sub Domains icon'''&lt;br /&gt;
#Click &amp;quot;'''Add'''&amp;quot; sub Domain button &lt;br /&gt;
#Enter sub domain name in Name text box. This will automatically populate the Folder text box to a folder with the same name as the subdomain.&lt;br /&gt;
#If you wish this Subdomain to point to a different folder you can click on the folder icon and choose the directory you would like your Sub Domain to point to.&lt;br /&gt;
#Click on the &amp;quot;'''Save'''&amp;quot; Icon.&lt;br /&gt;
#This will create the sub domain record within your domains DNS zone, &lt;br /&gt;
*If the domains name servers are not pointed to us you will need to manually create this record where your domains DNS is hosted.&lt;br /&gt;
[[Category:Control-Panels]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Domain Alias==&lt;br /&gt;
*This will allow you to point 2 domains to the same website. How to create a Domain&lt;br /&gt;
#To create a domain alias you will click on the ''Domain Aliases icon''&lt;br /&gt;
#Click '''Add Domain Alias''' button&lt;br /&gt;
#Enter your Alias Name&lt;br /&gt;
#Click on the &amp;quot;'''Save'''&amp;quot; Icon.&lt;br /&gt;
*You will need to be sure that your Domain Alias has been registered and has the name servers pointed to the name servers found beneath the Site Details icon.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
# Some helpful video tutorials showing how to install a select few applications easily within the WCP Control Panel are below:&lt;br /&gt;
&lt;br /&gt;
*Joomla - [http://hostek.com/tutorials/joomla_Installation_tutorial.html Installing Joomla Application]&lt;br /&gt;
&lt;br /&gt;
*Wordpress - [http://hostek.com/tutorials/wordpress_Installation_tutorial.html Installing Wordpress Application]&lt;br /&gt;
&lt;br /&gt;
*Mura - [http://hostek.com/tutorials/mura_Installation_tutorial.html Installing Mura Application]&lt;br /&gt;
&lt;br /&gt;
*Magento - [http://hostek.com/tutorials/magento_Installation_tutorial.html Installing Magento Application]&lt;br /&gt;
&lt;br /&gt;
*Oscommerce - [http://hostek.com/tutorials/oscommerce_Installation_tutorial.html Installing OsCommerce Application]&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*Below is information on how to manage your email account within the WCP.&lt;br /&gt;
*'''FOR VPS''' You will also have &amp;quot;Admin&amp;quot; access to SmarterMail. Access webmail (click the webmail link in WCP) and login with user &amp;quot;admin&amp;quot; and the primary VPS password.&lt;br /&gt;
&lt;br /&gt;
==Email Users==&lt;br /&gt;
*Allows you to create Email users as well as log directly into users Webmail account&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click '''Add Email User''' button&lt;br /&gt;
#Enter email user name (Example: if you need the email address &amp;quot;admin@domain.com&amp;quot; enter the user &amp;quot;admin&amp;quot;)&lt;br /&gt;
#Enter password for Email user (**See note below regarding password requirements)&lt;br /&gt;
#Enter Display name (Usually set to the name of the person using the specific email account)&lt;br /&gt;
#Choose if you would like this user to have administrator rights&lt;br /&gt;
#Choose mail box size limit for this specific user&lt;br /&gt;
#Click on the '''Save'''&lt;br /&gt;
#'''NOTE Password requirements''' &lt;br /&gt;
*Minimum Length 6 Characters&lt;br /&gt;
*Must include Uppercase&lt;br /&gt;
*Must include Lowercase&lt;br /&gt;
*Must include Number&lt;br /&gt;
*Must include Special character&lt;br /&gt;
*Password cannot match username&lt;br /&gt;
&lt;br /&gt;
==Edit existing Email user==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click '''pencil icon''' next to user to update&lt;br /&gt;
#Update information&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
==Web mail==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Login button''' next to user you would like access the mail for&lt;br /&gt;
*Web Mail Provides links to access the Webmail program as well as to access mail before domain propagation to our mail server&lt;br /&gt;
#Click '''Web Mail icon'''&lt;br /&gt;
#If domain is propagated and pointed to our mail server you can click the '''webmail''' link to access the SmarterMail webmail log in screen.&lt;br /&gt;
#If you domain has not yet propagated to our mail server click the &amp;quot;Pr-Propagation Web Mail&amp;quot; link to access the SmarterMail webmail log in screen.&lt;br /&gt;
&lt;br /&gt;
==Mail Forwarding==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up an email alias.&lt;br /&gt;
#Click on the '''Forwarding button'''&lt;br /&gt;
#Enter Alias name&lt;br /&gt;
#Enter address for email to this Alias to be forwarded to&lt;br /&gt;
#Click on the '''Save Icon'''&lt;br /&gt;
&lt;br /&gt;
==SPF Records==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up a SPF record&lt;br /&gt;
#Click on the '''Advanced''' button and then the '''SPF Record''' button&lt;br /&gt;
#Click the '''Create''' button&lt;br /&gt;
&lt;br /&gt;
==Domain Keys==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up Domain Keys&lt;br /&gt;
#Click on the '''Advanced''' button and then the '''Domain Keys''' button&lt;br /&gt;
#Click '''Enable'''&lt;br /&gt;
&lt;br /&gt;
==Mail Logs==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click on the '''Advanced''' button and then the '''Mail Logs''' button&lt;br /&gt;
#Select an email account&lt;br /&gt;
#Select a date and log type&lt;br /&gt;
#Click on Search&lt;br /&gt;
&lt;br /&gt;
==MySQL database==&lt;br /&gt;
*MySQL Allow you to create a MySQL database under your domain&lt;br /&gt;
#Click on '''MySQL icon'''&lt;br /&gt;
#To add new database click '''Add MySQL Database'''&lt;br /&gt;
#Enter Database Name&lt;br /&gt;
#Enter Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#(If you need a coldfusion DSN place check in check box and provide Coldfusion DSN name)&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
*To create new user for existing database&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click '''Add new user button'''&lt;br /&gt;
#Enter Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#Place check mark in check box for each database you would like this user to have access to.&lt;br /&gt;
#To update the password on existing database user.&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click '''pencil icon next to Username'''&lt;br /&gt;
#enter new password&lt;br /&gt;
#Click on the '''Save Icon'''.&lt;br /&gt;
&lt;br /&gt;
*To update the password on existing database user.&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click pencil '''icon next to Username'''&lt;br /&gt;
#Enter new password&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==PhpMyAdmin==&lt;br /&gt;
*Allows you to log directly into your MySQL database to manage.&lt;br /&gt;
#Click on '''PhpMyAdmin link'''&lt;br /&gt;
#If you are not logged directly into your MySQL database simply enter the server your database is located on (Can be found by clicking the MySQL icon) and enter your Username and Password.&lt;br /&gt;
#Once logged in your Databases will be displayed on the Left, click on '''database name''' to manage that database.&lt;br /&gt;
*Here is a Video that will show how to create a MySQL database and how to Backup / Restore the database through PhpMyAdmin: [http://hostek.com/tutorials/managing_mysql.html PhpMyAdmin Backup and Restore Video]&lt;br /&gt;
&lt;br /&gt;
==MSSQL==&lt;br /&gt;
===To create MSSQL databases and users===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#To add a new database click '''Add MSSQL''' database&lt;br /&gt;
#Enter Database Name&lt;br /&gt;
#Choose database size&lt;br /&gt;
#Enter or Choose existing Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#Choose '''Default Collation''' (Usually left as default)&lt;br /&gt;
#Choose '''Recovery Model''' (Usually left as Simple as we make daily full backups of all #databases which we keep for 7 days)&lt;br /&gt;
#Place a Check mark in the box for Coldfusion DataSource if ColdFusion DSN is needed.&lt;br /&gt;
#Enter ColdFusion DSN name.&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To edit an existing MSSQL database===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Edit field necessary&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===Changing the MSSQL Transaction Log (Recovery Model) Settings===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Click the dropdown menu next to '''Recovery Model''' and select either '''Full''' or '''Simple'''&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To edit password for existing MSSQL user===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil next''' to user to edit&lt;br /&gt;
#Update password&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To add new MSSQL user===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Add MSSQL''' User button&lt;br /&gt;
#Enter username&lt;br /&gt;
#Enter password&lt;br /&gt;
#Place checkmark next to each database this users needs access to&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To make an MS SQL user the DB Owner===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Select the owner you wish to be the DB Owner&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==MSSQL Tools (Shared Hosting)==&lt;br /&gt;
*Allows you to log directly into MyLittleAdmin to manage your MSSQL database or MyLittleBackup to backup or restore your MSSQL database.&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Manage/Backup/Restore&lt;br /&gt;
#Select User with access to database needed&lt;br /&gt;
#Choose myLittleAdmin button to manage your MSSQL database&lt;br /&gt;
#Choose myLittleBackup button to backup/restore your database&lt;br /&gt;
&lt;br /&gt;
===To Backup and Download Your MSSQL Database===&lt;br /&gt;
&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Backup.&lt;br /&gt;
#Select User with access to database.&lt;br /&gt;
#Choose the myLittleBackup button.&lt;br /&gt;
#Click 'Backup Databases' at the top left of the new page.&lt;br /&gt;
#Select your database from the drop-down.&lt;br /&gt;
#Click 'OK' on Step 2 if the information looks correct.&lt;br /&gt;
#Name your backup and give it a description.&lt;br /&gt;
#Click 'Backup'.&lt;br /&gt;
#Click the link provided to download your SQL backup file.&lt;br /&gt;
&lt;br /&gt;
===To Restore an MSSQL Backup===&lt;br /&gt;
&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Backup.&lt;br /&gt;
#Select User with access to database.&lt;br /&gt;
#Choose the myLittleBackup button.&lt;br /&gt;
#Click 'Restore databases'&lt;br /&gt;
#Choose the database you want to restore into.&lt;br /&gt;
#Click 'Choose File' and select the SQL backup file on your computer. (Example SQL backup format: Backupname.bak)&lt;br /&gt;
#Click Upload.&lt;br /&gt;
#Click the backup file you just uploaded and press OK. &lt;br /&gt;
#Click Restore.&lt;br /&gt;
&lt;br /&gt;
==DataSources(DSN's)==&lt;br /&gt;
===Create a MySQL or MS SQL Server DSN===&lt;br /&gt;
*Allows to create a DSN for an existing database for your domain.&lt;br /&gt;
#To create a MySQL or MSSQL DataSource&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Choose MySQL or MSSQL from drop down depending on the database this is connecting to&lt;br /&gt;
#Click '''Add DSN'''&lt;br /&gt;
#Choose DSN type Access/MySQL/MSSQL&lt;br /&gt;
#Enter DSN name&lt;br /&gt;
#Enter Database name DSN will be connecting to&lt;br /&gt;
#Enter Server (Can by found by viewing database DSN is for)&lt;br /&gt;
#Enter Username for database DSN is connecting to&lt;br /&gt;
#Enter Password for database DSN is connecting to&lt;br /&gt;
#Choose if it is a ColdFusion DSN&lt;br /&gt;
#Choose if you need Unicode Support&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
===Create an Access DSN===&lt;br /&gt;
*To create an Access DataSource&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Choose '''Access''' from drop down menu&lt;br /&gt;
#Enter DSN Name&lt;br /&gt;
#Click on Folder icon to choose correct directory Access Database is located in&lt;br /&gt;
#Enter Username (If one is set for your Access Database, if not this can be left blank)&lt;br /&gt;
#Enter Password (If one is protecting your Database, if not this can be left blank)&lt;br /&gt;
#Choose if it needs to be a ColdFusion DSN&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
===Editing DSNs===&lt;br /&gt;
*To edit existing DSN&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Click pencil next to DSN to edit&lt;br /&gt;
#Update information&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==Railo Web Administrator==&lt;br /&gt;
The Railo Web Administrator gives you access to Railo-specific settings for your account such as Railo Datasources and other configuration options.&lt;br /&gt;
===Create a Railo Datasource (DSN)===&lt;br /&gt;
#From within your control panel, click on the &amp;quot;Railo Web Administrator&amp;quot; icon&lt;br /&gt;
#Inside the Railo Web Administrator click the &amp;quot;Datasources&amp;quot; link from the lefthand navigation menu. &lt;br /&gt;
#Select the database type, enter a name, and click ''Create''.&lt;br /&gt;
#Configure your datasource with all the correct server, username and password. &lt;br /&gt;
#*'''IMPORTANT''': If using MySQL also make sure the option for '''Alias Handling''' is enabled.&lt;br /&gt;
#Click the ''Create'' button, and your DSN will be available for use on your site.&lt;br /&gt;
&lt;br /&gt;
==Security and SSL==&lt;br /&gt;
Installing a new certificate, or re-keying an existing certificate.&lt;br /&gt;
&lt;br /&gt;
===Dedicated SSL===&lt;br /&gt;
'''VPS Hosting''' Request a static IP for sites added to your server which require SSL, we will provision the IP on the server and assign it in WCP for use with installing a Dedicated SSL.&lt;br /&gt;
&lt;br /&gt;
'''Shared Hosting''' If ordering a new certificate from Hostek.com you will be assigned a static IP, if importing from another provider you will need to request a static IP be assigned before the certificate can be activated.&lt;br /&gt;
&lt;br /&gt;
#Login to WCP, (select the domain, in some cases), Security and SSL, '''Dedicated SSL (click)'''&lt;br /&gt;
#Click '''Generate CSR (Certificate Signing Request)'''&lt;br /&gt;
#Fill in the requested information.&lt;br /&gt;
#Click Create&lt;br /&gt;
#Copy the '''Certificate Signing Request (CSR)''', which should be used when placing a new SSL order or re-keying an existing certificate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Shared SSL(shared hosting)===&lt;br /&gt;
#Login to WCP, (select the domain, in some cases), Security and SSL, '''Shared SSL (click)'''&lt;br /&gt;
#Click '''Enable'''&lt;br /&gt;
#The URL for your sites shared SSL will be provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Manage IPs===&lt;br /&gt;
This tool allows you to specify if an IP is blocked or allowed, and whether your site is by default denying access.&lt;br /&gt;
&lt;br /&gt;
To block an IP:&lt;br /&gt;
#Grab the IP you need blocked from a log or from an email&lt;br /&gt;
#In the Deny IPs tool click Add&lt;br /&gt;
#Paste or type in the IP&lt;br /&gt;
#Choose Block in the drop down menu (By default it's set to Block)&lt;br /&gt;
#Click Save&lt;br /&gt;
&lt;br /&gt;
To block all IPs (Useful if your site is not live yet):&lt;br /&gt;
#Click the Settings tab at the top&lt;br /&gt;
#Open up the drop down menu next to Default Access&lt;br /&gt;
#Choose Block (By default this is Allow)&lt;br /&gt;
&lt;br /&gt;
==Stats==&lt;br /&gt;
*SmarterStats provides very detailed traffic information about your site's day-to-day activities for up to 14-months.&lt;br /&gt;
&lt;br /&gt;
===Enabling SmarterStats===&lt;br /&gt;
#Login to WCP here https://wcp.hostek.com/&lt;br /&gt;
#Click on the '''Stats''' button&lt;br /&gt;
#Click '''Enable SmarterStats'''&lt;br /&gt;
*This will start processing log information from now on, and will report it's findings for your review.&lt;br /&gt;
&lt;br /&gt;
===Resetting a SmarterStats Account Password===&lt;br /&gt;
#Login to WCP here https://wcp.hostek.com/&lt;br /&gt;
#Click on the '''Stats''' button&lt;br /&gt;
#Select the '''Pencil''' icon on the left-side of the chosen user&lt;br /&gt;
#Type a new password in the password box and click '''Save'''&lt;br /&gt;
#Select '''Login''' (on the right-side of the chosen user)&lt;br /&gt;
#Type in the new password that was just setup and click '''Login'''&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To view your account's quotas and how much resources you have available:&lt;br /&gt;
#Log in to WCP&lt;br /&gt;
#Click the '''Usage''' icon&lt;br /&gt;
&lt;br /&gt;
Here you can see the limits and amount used for the following resources: '''Site Disk Space, Site Bandwidth, Mail Disk Space, MySQL Disk Space,''' and '''MS SQL Disk Space''' (if applicable)&lt;br /&gt;
&lt;br /&gt;
==Cron Jobs==&lt;br /&gt;
To add Cron Jobs to your site:&lt;br /&gt;
#Log in to WCP&lt;br /&gt;
#Click on the Cron Jobs button under the ColdFusion section&lt;br /&gt;
#Click Add&lt;br /&gt;
#Enter a name&lt;br /&gt;
#Enter the URL to be executed&lt;br /&gt;
#Select a  quick time interval or click advanced and set up your interval&lt;br /&gt;
#Click save&lt;br /&gt;
&lt;br /&gt;
==VPS Manager (VPS Accounts)==&lt;br /&gt;
&lt;br /&gt;
Overview of the '''VPS Manager''' section in the control panel.&lt;br /&gt;
&lt;br /&gt;
===Service Groups===&lt;br /&gt;
&lt;br /&gt;
The service groups section allows you to specify which services a domain should use when being created or when databases are added to the domain.  If you only have a single VPS server, the default service group will usually be used for everything.  However, if you have multiple servers, you can use this section to allow new domains to use services on both servers (I.E. Use one server for the website and another for the database).  It is also possible to create service groups that offers fewer services in-case you want to create domains with no dns, no mail, or no website.&lt;br /&gt;
&lt;br /&gt;
Options overview:&lt;br /&gt;
* '''Name''': A name you will use to reference this group of services when creating or modifying a domain&lt;br /&gt;
* '''Site Service''': The server on which the website for this domain will be created.&lt;br /&gt;
* '''Mail Service''': The server on which the mail account for this domain will be created.&lt;br /&gt;
* '''DNS Service''': The server on which the DNS zone for this domain will be created.&lt;br /&gt;
* '''MSSQL Service''': The server on which new MSSQL databases will be created.&lt;br /&gt;
* '''MySQL Service''': The server on which new MySQL databases will be created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Server Details===&lt;br /&gt;
&lt;br /&gt;
This page gives a brief overview of resource resource usage on the server and the server's 'Computer Name' as configured in Windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Firewall Management===&lt;br /&gt;
This page allows you to manage the Windows Firewall rules for some common ports.&lt;br /&gt;
[[File:Firewall mgmt.png]]&lt;br /&gt;
&lt;br /&gt;
===Restricting Access to a Port===&lt;br /&gt;
If you wish to restrict access to a port on your VPS do the following&lt;br /&gt;
*Open the Firewall Management section within your control panel's VPS Manager&lt;br /&gt;
*Click the pencil icon (edit) next to the service you wish to secure ''(eg. SQL Server, MySQL, Remote Desktop)''&lt;br /&gt;
*In the window that appears, choose one of the following from the ''Port Status'' dropdown menu:&lt;br /&gt;
**'''Closed''': Prevent any public access to the port&lt;br /&gt;
**'''Restricted''': Only allow select IPs access to the port&lt;br /&gt;
*Click ''Save'' once you've made your changes. &amp;lt;br&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
''Example: Restricting Access to SQL Server Port'' &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Firewall sql.png]]&lt;br /&gt;
&lt;br /&gt;
===Service Manager===&lt;br /&gt;
&lt;br /&gt;
This page allows you to start, restart, or stop some common services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Add Domain===&lt;br /&gt;
&lt;br /&gt;
This page allows you to add new VPS domains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===List Domains===&lt;br /&gt;
&lt;br /&gt;
This page lists existing VPS domains and allows you to remove or modify them.&lt;br /&gt;
&lt;br /&gt;
===Adding Static IPs===&lt;br /&gt;
#Click List Domains&lt;br /&gt;
#Click the Pencil icon next to the domain you want&lt;br /&gt;
#Under the IP click the drop down box (Note: you will need a static IP first. To order one, email support@hostek.com to request one added to your VPS)&lt;br /&gt;
#Click Save&lt;br /&gt;
&lt;br /&gt;
[[Category:Control-Panels]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2412</id>
		<title>Security Best Practices</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2412"/>
				<updated>2015-03-09T20:18:54Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Add SPF and DKIM records to Domains */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Security Practices==&lt;br /&gt;
===Password Protection===&lt;br /&gt;
Every password with internal access should have a strong yet memorable password. The easiest way for a hacker to gain entrance to a domain or database is through the front door, so keeping that door locked and locked tight is your first line of defense.&lt;br /&gt;
&lt;br /&gt;
The best passwords use a capital letter, a lowercase letter, a number, and a symbol. To test your passwords for strength, try [https://howsecureismypassword.net/ this link].&lt;br /&gt;
&lt;br /&gt;
===Software Version Management===&lt;br /&gt;
Most people use some type of software to manage their domains. Whether it's WordPress. Joomla!, Drupal, or any of the other types of content management software (CMS), they all need to be kept up-to-date to prevent a possible attack. &lt;br /&gt;
&lt;br /&gt;
===Encrypt FTP Traffic===&lt;br /&gt;
There are two best practices to encrypt and protect FTP traffic. First is to cut off any unwanted IPs from use. By default, WCP allow all IP traffic through the domains as an ease of access for new clients, however, it's beneficial to limit the IPs to just those that need access. &lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click FTP Accounts&lt;br /&gt;
#Click Default Access&lt;br /&gt;
#Change the drop down menu to Blocked&lt;br /&gt;
#Click on IP List&lt;br /&gt;
#Click Add&lt;br /&gt;
#Add your IP (You can find it [https://hostek.com/ip here].)&lt;br /&gt;
&lt;br /&gt;
The second best option is to encrypt the FTP traffic using TLS. By default, FTP users are forced to use TLS on cPanel servers, but not for WCP servers. To enable TLS [https://wiki.hostek.com/Enabling_TLS_on_Common_FTP_Software follow this wiki].&lt;br /&gt;
&lt;br /&gt;
===Read Your Access Logs===&lt;br /&gt;
Both WCP and cPanel utilize server logs to keep track of who visits the domain and what they do while there. For the most part, this is a &amp;quot;set it and forget it&amp;quot; file, but if you get breached this can tell you what was accessed and when. In both the WCP and cPanel, the logs folders are above the domain root folder. (wwwroot for WCP and public_html for cPanel).&lt;br /&gt;
&lt;br /&gt;
====Block Unwanted Traffic====&lt;br /&gt;
Much like keeping the traffic limited to who needs to be on FTP, keeping unwanted IPs from accessing your server at all is an important tool. For most users, this will want to be used as little as possible so as to not disturb your regular visitors, but if you get breached and recover an IP address in the process it's vital to keep those attackers at bay.&lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click Manage IPs in the bottom right menu&lt;br /&gt;
#Click Add under the IP List&lt;br /&gt;
#Add the IP address&lt;br /&gt;
#Select whether to block or allow this IP&lt;br /&gt;
#(optional) Type a reason&lt;br /&gt;
&lt;br /&gt;
To do this in cPanel:&lt;br /&gt;
#Click IP Address Deny Manager&lt;br /&gt;
#Type an IP address or Domain&lt;br /&gt;
#Click Add&lt;br /&gt;
&lt;br /&gt;
====Install Software to Mitigate Attacks====&lt;br /&gt;
For those that use CMS to manage their domains, it's preferred to download a plugin to help mitigate an attack. Below are some well known plugins for various CMS applications.&lt;br /&gt;
&lt;br /&gt;
#WordPress - iThemes&lt;br /&gt;
#Joomla! - kSecure&lt;br /&gt;
#Magento - MageFirewall&lt;br /&gt;
&lt;br /&gt;
==Reseller Security Practices==&lt;br /&gt;
===Encrypt Client Data===&lt;br /&gt;
For those that use a central domain to handle client transactions, it's best to make sure you keep whatever software used encrypted. The best practice for doing this is getting an SSL installed wherever you have your software. You may also want to make sure that IP access to the software is limited to only those that directly need it.&lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
==VPS Security Practices==&lt;br /&gt;
===Lock Down Unused Ports===&lt;br /&gt;
By default, all major VPS ports are open for initial ease of access, but it's highly recommended to close off the major prots to either have no traffic or limited traffic. You can go about doing this in one of two ways, manually or by our admin level IPS filtering.&lt;br /&gt;
&lt;br /&gt;
====Manually====&lt;br /&gt;
To manually lock down the ports in a Windows server:&lt;br /&gt;
#Go to the VPS Manager in WCP&lt;br /&gt;
#Click the Firewall Manager tool&lt;br /&gt;
#Click the pencil icon next to the major port&lt;br /&gt;
#Either restrict or close the port. If restricting the port, it will automatically add your local IP, but you will need to add any further IPs.&lt;br /&gt;
&lt;br /&gt;
====From Support IPS====&lt;br /&gt;
To block major ports in IPS:&lt;br /&gt;
#Contact Support at support@hostek.com&lt;br /&gt;
#Give them your security qeustion and answer, billing password, or last 4 of your Credit Card&lt;br /&gt;
#Request to be placed in the PCI Compliance zone of the IPS (Note: This can be removed at any time with another ticket)&lt;br /&gt;
&lt;br /&gt;
===Install Anti Virus===&lt;br /&gt;
By default, AVG and ClamAV are installed on our Windows and cPanel servers respectively.&lt;br /&gt;
&lt;br /&gt;
It is recommended that you always maintain an Anti Virus solution on your local workstation/desktop/laptop too.&lt;br /&gt;
&lt;br /&gt;
===Encrypt Outgoing Traffic===&lt;br /&gt;
Like encrypting FTP and HTTP traffic, encrypting other forms of traffic such as SMTP is recommended, and can usually be handled by an SSL certificate. &lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
===Set Up Automated Updates===&lt;br /&gt;
Most installed softwares on a server also have an automatic update feature, or at least a way to easily update it. Set a scheduled task for Windows or a cron in cPanel to automatically update all browsers, anti virus, and other essentials. Non web related software are just as vulnerable to attack as CMS applications.&lt;br /&gt;
&lt;br /&gt;
===Secure Your Mail Server===&lt;br /&gt;
If you don't use mail on your VPS, make sure your ports (25, 26, 110, 143, 587, 993, 994) are all blocked. Even if you don't use the server for mail, it may be possible to get out.&lt;br /&gt;
&lt;br /&gt;
====SmarterMail====&lt;br /&gt;
If you utilize a SmarterMail instance on your server, please follow the below best practices to keep your server secured.&lt;br /&gt;
&lt;br /&gt;
=====Force Strong Password Use=====&lt;br /&gt;
#Login to the admin user (The credentials will be in the welcome email sent at purchase)&lt;br /&gt;
#Click on Security (sheild icon)&lt;br /&gt;
#Find the Advanced Settings subsection, click Password Requirements&lt;br /&gt;
#Change the minimum password length (Note: a good length is between 8-16 characters)&lt;br /&gt;
#Select Require a number, a capital, a lower case, and a symbol in the password&lt;br /&gt;
#Click Save (Note: This will cause the users that fail their password requirements to get locked out of their inbox until they update their password to one that's secure enough. In the meantime, they will still get email service)&lt;br /&gt;
&lt;br /&gt;
=====Add SPF and DKIM records to Domains=====&lt;br /&gt;
#Within [https://wiki.hostek.com/index.php?title=WCP#How_To_Login_To_My_WCP_Control_Panel WCP], find the Email subsection&lt;br /&gt;
#Click Advanced&lt;br /&gt;
#Click SPF, then Enable (Note: This will add a DNS record to your domain that acts as a shield against unauthorized sending on your server)&lt;br /&gt;
#Click Domain Keys, then Enable (Note: This will add a DNS record to your domain that acts as a shield against unfamiliar domains. This does not stop new senders, but limits senders using false or forged DNS credentials)&lt;br /&gt;
&lt;br /&gt;
=====Update AntiSpam Settings=====&lt;br /&gt;
By default, the SmarterMail instance will be setup to avoid spam, but it is not optimized to what you may need. &lt;br /&gt;
&lt;br /&gt;
To update these settings:&lt;br /&gt;
#Login to SmarterMail as admin user&lt;br /&gt;
#Click on Security (sheild icon)&lt;br /&gt;
#Click on AntiSpam Administration (Note: You'll see several items under the Spam Check column. These are the spam rules and weights on the server.)&lt;br /&gt;
#Depending on how strict you want to be, check the Bayesian Filtering, URIBL:SURBL, and URIBL:URIBL check boxes. These are the three most common spam filters, but for added filtering you can check more URIBL filters.&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2411</id>
		<title>Security Best Practices</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2411"/>
				<updated>2015-03-09T20:12:38Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* VPS Security Practices */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Security Practices==&lt;br /&gt;
===Password Protection===&lt;br /&gt;
Every password with internal access should have a strong yet memorable password. The easiest way for a hacker to gain entrance to a domain or database is through the front door, so keeping that door locked and locked tight is your first line of defense.&lt;br /&gt;
&lt;br /&gt;
The best passwords use a capital letter, a lowercase letter, a number, and a symbol. To test your passwords for strength, try [https://howsecureismypassword.net/ this link].&lt;br /&gt;
&lt;br /&gt;
===Software Version Management===&lt;br /&gt;
Most people use some type of software to manage their domains. Whether it's WordPress. Joomla!, Drupal, or any of the other types of content management software (CMS), they all need to be kept up-to-date to prevent a possible attack. &lt;br /&gt;
&lt;br /&gt;
===Encrypt FTP Traffic===&lt;br /&gt;
There are two best practices to encrypt and protect FTP traffic. First is to cut off any unwanted IPs from use. By default, WCP allow all IP traffic through the domains as an ease of access for new clients, however, it's beneficial to limit the IPs to just those that need access. &lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click FTP Accounts&lt;br /&gt;
#Click Default Access&lt;br /&gt;
#Change the drop down menu to Blocked&lt;br /&gt;
#Click on IP List&lt;br /&gt;
#Click Add&lt;br /&gt;
#Add your IP (You can find it [https://hostek.com/ip here].)&lt;br /&gt;
&lt;br /&gt;
The second best option is to encrypt the FTP traffic using TLS. By default, FTP users are forced to use TLS on cPanel servers, but not for WCP servers. To enable TLS [https://wiki.hostek.com/Enabling_TLS_on_Common_FTP_Software follow this wiki].&lt;br /&gt;
&lt;br /&gt;
===Read Your Access Logs===&lt;br /&gt;
Both WCP and cPanel utilize server logs to keep track of who visits the domain and what they do while there. For the most part, this is a &amp;quot;set it and forget it&amp;quot; file, but if you get breached this can tell you what was accessed and when. In both the WCP and cPanel, the logs folders are above the domain root folder. (wwwroot for WCP and public_html for cPanel).&lt;br /&gt;
&lt;br /&gt;
====Block Unwanted Traffic====&lt;br /&gt;
Much like keeping the traffic limited to who needs to be on FTP, keeping unwanted IPs from accessing your server at all is an important tool. For most users, this will want to be used as little as possible so as to not disturb your regular visitors, but if you get breached and recover an IP address in the process it's vital to keep those attackers at bay.&lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click Manage IPs in the bottom right menu&lt;br /&gt;
#Click Add under the IP List&lt;br /&gt;
#Add the IP address&lt;br /&gt;
#Select whether to block or allow this IP&lt;br /&gt;
#(optional) Type a reason&lt;br /&gt;
&lt;br /&gt;
To do this in cPanel:&lt;br /&gt;
#Click IP Address Deny Manager&lt;br /&gt;
#Type an IP address or Domain&lt;br /&gt;
#Click Add&lt;br /&gt;
&lt;br /&gt;
====Install Software to Mitigate Attacks====&lt;br /&gt;
For those that use CMS to manage their domains, it's preferred to download a plugin to help mitigate an attack. Below are some well known plugins for various CMS applications.&lt;br /&gt;
&lt;br /&gt;
#WordPress - iThemes&lt;br /&gt;
#Joomla! - kSecure&lt;br /&gt;
#Magento - MageFirewall&lt;br /&gt;
&lt;br /&gt;
==Reseller Security Practices==&lt;br /&gt;
===Encrypt Client Data===&lt;br /&gt;
For those that use a central domain to handle client transactions, it's best to make sure you keep whatever software used encrypted. The best practice for doing this is getting an SSL installed wherever you have your software. You may also want to make sure that IP access to the software is limited to only those that directly need it.&lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
==VPS Security Practices==&lt;br /&gt;
===Lock Down Unused Ports===&lt;br /&gt;
By default, all major VPS ports are open for initial ease of access, but it's highly recommended to close off the major prots to either have no traffic or limited traffic. You can go about doing this in one of two ways, manually or by our admin level IPS filtering.&lt;br /&gt;
&lt;br /&gt;
====Manually====&lt;br /&gt;
To manually lock down the ports in a Windows server:&lt;br /&gt;
#Go to the VPS Manager in WCP&lt;br /&gt;
#Click the Firewall Manager tool&lt;br /&gt;
#Click the pencil icon next to the major port&lt;br /&gt;
#Either restrict or close the port. If restricting the port, it will automatically add your local IP, but you will need to add any further IPs.&lt;br /&gt;
&lt;br /&gt;
====From Support IPS====&lt;br /&gt;
To block major ports in IPS:&lt;br /&gt;
#Contact Support at support@hostek.com&lt;br /&gt;
#Give them your security qeustion and answer, billing password, or last 4 of your Credit Card&lt;br /&gt;
#Request to be placed in the PCI Compliance zone of the IPS (Note: This can be removed at any time with another ticket)&lt;br /&gt;
&lt;br /&gt;
===Install Anti Virus===&lt;br /&gt;
By default, AVG and ClamAV are installed on our Windows and cPanel servers respectively.&lt;br /&gt;
&lt;br /&gt;
It is recommended that you always maintain an Anti Virus solution on your local workstation/desktop/laptop too.&lt;br /&gt;
&lt;br /&gt;
===Encrypt Outgoing Traffic===&lt;br /&gt;
Like encrypting FTP and HTTP traffic, encrypting other forms of traffic such as SMTP is recommended, and can usually be handled by an SSL certificate. &lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
===Set Up Automated Updates===&lt;br /&gt;
Most installed softwares on a server also have an automatic update feature, or at least a way to easily update it. Set a scheduled task for Windows or a cron in cPanel to automatically update all browsers, anti virus, and other essentials. Non web related software are just as vulnerable to attack as CMS applications.&lt;br /&gt;
&lt;br /&gt;
===Secure Your Mail Server===&lt;br /&gt;
If you don't use mail on your VPS, make sure your ports (25, 26, 110, 143, 587, 993, 994) are all blocked. Even if you don't use the server for mail, it may be possible to get out.&lt;br /&gt;
&lt;br /&gt;
====SmarterMail====&lt;br /&gt;
If you utilize a SmarterMail instance on your server, please follow the below best practices to keep your server secured.&lt;br /&gt;
&lt;br /&gt;
=====Force Strong Password Use=====&lt;br /&gt;
#Login to the admin user (The credentials will be in the welcome email sent at purchase)&lt;br /&gt;
#Click on Security (sheild icon)&lt;br /&gt;
#Find the Advanced Settings subsection, click Password Requirements&lt;br /&gt;
#Change the minimum password length (Note: a good length is between 8-16 characters)&lt;br /&gt;
#Select Require a number, a capital, a lower case, and a symbol in the password&lt;br /&gt;
#Click Save (Note: This will cause the users that fail their password requirements to get locked out of their inbox until they update their password to one that's secure enough. In the meantime, they will still get email service)&lt;br /&gt;
&lt;br /&gt;
=====Add SPF and DKIM records to Domains=====&lt;br /&gt;
#Within WCP, find the Email subsection&lt;br /&gt;
#Click Advanced&lt;br /&gt;
#Click SPF, then Enable (Note: This will add a DNS record to your domain that acts as a shield against unauthorized sending on your server)&lt;br /&gt;
#Click Domain Keys, then Enable (Note: This will add a DNS record to your domain that acts as a shield against unfamiliar domains. This does not stop new senders, but limits senders using false or forged DNS credentials)&lt;br /&gt;
&lt;br /&gt;
=====Update AntiSpam Settings=====&lt;br /&gt;
By default, the SmarterMail instance will be setup to avoid spam, but it is not optimized to what you may need. &lt;br /&gt;
&lt;br /&gt;
To update these settings:&lt;br /&gt;
#Login to SmarterMail as admin user&lt;br /&gt;
#Click on Security (sheild icon)&lt;br /&gt;
#Click on AntiSpam Administration (Note: You'll see several items under the Spam Check column. These are the spam rules and weights on the server.)&lt;br /&gt;
#Depending on how strict you want to be, check the Bayesian Filtering, URIBL:SURBL, and URIBL:URIBL check boxes. These are the three most common spam filters, but for added filtering you can check more URIBL filters.&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Managing_Your_Sites&amp;diff=2394</id>
		<title>Managing Your Sites</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Managing_Your_Sites&amp;diff=2394"/>
				<updated>2015-02-24T16:58:50Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Adding Service PAckages to your VPS==&lt;br /&gt;
&lt;br /&gt;
===WCP===&lt;br /&gt;
# Within the VPS Manager, click Service Groups&lt;br /&gt;
# Click Add (Note: there should be a default already in place. This section is for custom groups.)&lt;br /&gt;
## Give the group a descriptive name&lt;br /&gt;
## Click the drop down to select Site Service&lt;br /&gt;
## Click the drop down to select Mail Service&lt;br /&gt;
## Click the drop down to select DNS Service&lt;br /&gt;
## Click the drop down to select MSSQL / MySQL Service&lt;br /&gt;
## Click Save&lt;br /&gt;
&lt;br /&gt;
===cPanel===&lt;br /&gt;
# Within WHM search for Packages&lt;br /&gt;
# Click on Add a Package&lt;br /&gt;
# Give the package a descriptive name&lt;br /&gt;
# Depending on what resource limitations are needed, fill out the Resources section, either giving limited or unlimited access&lt;br /&gt;
# Within the settings section, you can set what type of access and themes are defaulted on the cPanel instance. Below are a few descriptions of each section.&lt;br /&gt;
## Dedicated IP: These are best used with domains using SSLs, as they cost a monthly fee. &lt;br /&gt;
## Shell Access: Gives access to an SSH terminal into the server. Warning: This can lead to security breaches if the domain's shell access is not jailed.&lt;br /&gt;
## CGI Access: Common Gateway Interface (CGI) allows users access to scripts and software that make their sites more dynamic&lt;br /&gt;
## Digest Authentication: Enables Digest Authentication support for Web Disk access.&lt;br /&gt;
## cPanel Theme: Vanity display of the cPanel interface&lt;br /&gt;
## Feature List: Select a Feature list for the new package to use&lt;br /&gt;
## Locale: Changes the default language for the account&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Adding Sites to your VPS==&lt;br /&gt;
&lt;br /&gt;
===WCP===&lt;br /&gt;
# Log in to the WCP for your VPS at http://wcp.hostek.com&lt;br /&gt;
# Click &amp;lt;b&amp;gt;&amp;quot;Add-On Domains&amp;quot;&amp;lt;/b&amp;gt; ''(This is where you will see the domain listed after you've followed these steps)''&lt;br /&gt;
# Enter the name of the domain, FTP username, password, and click &amp;lt;b&amp;gt;&amp;quot;Save&amp;quot;&amp;lt;/b&amp;gt; ''(make sure to use a strong password containing an upper and lowercase letter, a number, and a symbol)''&lt;br /&gt;
# That's it, you're done!&lt;br /&gt;
&lt;br /&gt;
===cPanel===&lt;br /&gt;
# Log in to the cPanel for your VPS at &amp;lt;nowiki&amp;gt;http://YOURVPS.com/whm&amp;lt;/nowiki&amp;gt; ''(make sure to replace YOURVPS with your VPS hostname)''&lt;br /&gt;
# Click &amp;lt;b&amp;gt;&amp;quot;Account Functions&amp;quot;&amp;lt;/b&amp;gt;&lt;br /&gt;
# Click &amp;lt;b&amp;gt;&amp;quot;Create a New Account&amp;quot;&amp;lt;/b&amp;gt;&lt;br /&gt;
# Enter the Domain, username, password, and email address&lt;br /&gt;
# Select Package ''(most cPanel VPS setups just have a default package available, however you can set up additional packages if you'd prefer)''&lt;br /&gt;
# ''For a basic setup you can leave the rest of the settings on their defaults ''&lt;br /&gt;
# Done!&lt;br /&gt;
&lt;br /&gt;
==Removing Sites From Your VPS==&lt;br /&gt;
&lt;br /&gt;
===WCP===&lt;br /&gt;
# Click &amp;lt;b&amp;gt;&amp;quot;Add-On Domains&amp;quot;&amp;lt;/b&amp;gt;&lt;br /&gt;
# Click the orange &amp;lt;b&amp;gt;&amp;quot;Trash Can&amp;quot;&amp;lt;/b&amp;gt; button to remove the site from your VPS&lt;br /&gt;
# This will delete all email, databases, DNS entries, and content for the site so only do this if you're sure you want to remove the site&lt;br /&gt;
&lt;br /&gt;
===cPanel===&lt;br /&gt;
# Log in to the cPanel for your VPS at &amp;lt;nowiki&amp;gt;http://YOURVPS.com/whm&amp;lt;/nowiki&amp;gt; ''(make sure to replace YOURVPS with your VPS hostname)''&lt;br /&gt;
# Click &amp;lt;b&amp;gt;&amp;quot;Account Functions&amp;quot;&amp;lt;/b&amp;gt;&lt;br /&gt;
# Click &amp;lt;b&amp;gt;&amp;quot;Terminate an Account&amp;quot;&amp;lt;/b&amp;gt;&lt;br /&gt;
# Select the domain you want to remove and click &amp;lt;b&amp;gt;&amp;quot;Terminate&amp;quot;&amp;lt;/b&amp;gt;&lt;br /&gt;
# This will delete all email, databases, DNS entries, and content for the site so only do this if you're sure you want to remove the site&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:VPS]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2388</id>
		<title>Security Best Practices</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2388"/>
				<updated>2015-02-17T01:00:53Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Install Software to Mitigate Attacks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Security Practices==&lt;br /&gt;
===Password Protection===&lt;br /&gt;
Every password with internal access should have a strong yet memorable password. The easiest way for a hacker to gain entrance to a domain or database is through the front door, so keeping that door locked and locked tight is your first line of defense.&lt;br /&gt;
&lt;br /&gt;
The best passwords use a capital letter, a lowercase letter, a number, and a symbol. To test your passwords for strength, try [https://howsecureismypassword.net/ this link].&lt;br /&gt;
&lt;br /&gt;
===Software Version Management===&lt;br /&gt;
Most people use some type of software to manage their domains. Whether it's WordPress. Joomla!, Drupal, or any of the other types of content management software (CMS), they all need to be kept up-to-date to prevent a possible attack. &lt;br /&gt;
&lt;br /&gt;
===Encrypt FTP Traffic===&lt;br /&gt;
There are two best practices to encrypt and protect FTP traffic. First is to cut off any unwanted IPs from use. By default, WCP allow all IP traffic through the domains as an ease of access for new clients, however, it's beneficial to limit the IPs to just those that need access. &lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click FTP Accounts&lt;br /&gt;
#Click Default Access&lt;br /&gt;
#Change the drop down menu to Blocked&lt;br /&gt;
#Click on IP List&lt;br /&gt;
#Click Add&lt;br /&gt;
#Add your IP (You can find it [https://hostek.com/ip here].)&lt;br /&gt;
&lt;br /&gt;
The second best option is to encrypt the FTP traffic using TLS. By default, FTP users are forced to use TLS on cPanel servers, but not for WCP servers. To enable TLS [https://wiki.hostek.com/Enabling_TLS_on_Common_FTP_Software follow this wiki].&lt;br /&gt;
&lt;br /&gt;
===Read Your Access Logs===&lt;br /&gt;
Both WCP and cPanel utilize server logs to keep track of who visits the domain and what they do while there. For the most part, this is a &amp;quot;set it and forget it&amp;quot; file, but if you get breached this can tell you what was accessed and when. In both the WCP and cPanel, the logs folders are above the domain root folder. (wwwroot for WCP and public_html for cPanel).&lt;br /&gt;
&lt;br /&gt;
====Block Unwanted Traffic====&lt;br /&gt;
Much like keeping the traffic limited to who needs to be on FTP, keeping unwanted IPs from accessing your server at all is an important tool. For most users, this will want to be used as little as possible so as to not disturb your regular visitors, but if you get breached and recover an IP address in the process it's vital to keep those attackers at bay.&lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click Manage IPs in the bottom right menu&lt;br /&gt;
#Click Add under the IP List&lt;br /&gt;
#Add the IP address&lt;br /&gt;
#Select whether to block or allow this IP&lt;br /&gt;
#(optional) Type a reason&lt;br /&gt;
&lt;br /&gt;
To do this in cPanel:&lt;br /&gt;
#Click IP Address Deny Manager&lt;br /&gt;
#Type an IP address or Domain&lt;br /&gt;
#Click Add&lt;br /&gt;
&lt;br /&gt;
====Install Software to Mitigate Attacks====&lt;br /&gt;
For those that use CMS to manage their domains, it's preferred to download a plugin to help mitigate an attack. Below are some well known plugins for various CMS applications.&lt;br /&gt;
&lt;br /&gt;
#WordPress - iThemes&lt;br /&gt;
#Joomla! - kSecure&lt;br /&gt;
#Magento - MageFirewall&lt;br /&gt;
&lt;br /&gt;
==Reseller Security Practices==&lt;br /&gt;
===Encrypt Client Data===&lt;br /&gt;
For those that use a central domain to handle client transactions, it's best to make sure you keep whatever software used encrypted. The best practice for doing this is getting an SSL installed wherever you have your software. You may also want to make sure that IP access to the software is limited to only those that directly need it.&lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
==VPS Security Practices==&lt;br /&gt;
===Lock Down Unused Ports===&lt;br /&gt;
By default, all major VPS ports are open for initial ease of access, but it's highly recommended to close off the major prots to either have no traffic or limited traffic. You can go about doing this in one of two ways, manually or by our admin level IPS filtering.&lt;br /&gt;
&lt;br /&gt;
====Manually====&lt;br /&gt;
To manually lock down the ports in a Windows server:&lt;br /&gt;
#Go to the VPS Manager in WCP&lt;br /&gt;
#Click the Firewall Manager tool&lt;br /&gt;
#Click the pencil icon next to the major port&lt;br /&gt;
#Either restrict or close the port. If restricting the port, it will automatically add your local IP, but you will need to add any further IPs.&lt;br /&gt;
&lt;br /&gt;
====From Support IPS====&lt;br /&gt;
To block major ports in IPS:&lt;br /&gt;
#Contact Support at support@hostek.com&lt;br /&gt;
#Give them your security qeustion and answer, billing password, or last 4 of your Credit Card&lt;br /&gt;
#Request to be placed in the PCI Compliance zone of the IPS (Note: This can be removed at any time with another ticket)&lt;br /&gt;
&lt;br /&gt;
===Install Anti Virus===&lt;br /&gt;
By default, AVG and ClamAV are installed on Windows and cPanel servers respectively, but it's recommended to upgrade to a beefier version of anti virus. We allow the installation of almost all major anti virus softwares, and can help with the installation if required.&lt;br /&gt;
&lt;br /&gt;
===Encrypt Outgoing Traffic===&lt;br /&gt;
Like encrypting FTP and HTTP traffic, encrypting other forms of traffic such as SMTP is recommended, and can usually be handled by an SSL certificate. &lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
===Set Up Automated Updates===&lt;br /&gt;
Most installed softwares on a server also have an automatic update feature, or at least a way to easily update it. Set a scheduled task for Windows or a cron in cPanel to automatically update all browsers, anti virus, and other essentials. Non web related software are just as vulnerable to attack as CMS applications.&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2387</id>
		<title>Security Best Practices</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Security_Best_Practices&amp;diff=2387"/>
				<updated>2015-02-17T01:00:24Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: Created page with &amp;quot;==General Security Practices== ===Password Protection=== Every password with internal access should have a strong yet memorable password. The easiest way for a hacker to gain ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General Security Practices==&lt;br /&gt;
===Password Protection===&lt;br /&gt;
Every password with internal access should have a strong yet memorable password. The easiest way for a hacker to gain entrance to a domain or database is through the front door, so keeping that door locked and locked tight is your first line of defense.&lt;br /&gt;
&lt;br /&gt;
The best passwords use a capital letter, a lowercase letter, a number, and a symbol. To test your passwords for strength, try [https://howsecureismypassword.net/ this link].&lt;br /&gt;
&lt;br /&gt;
===Software Version Management===&lt;br /&gt;
Most people use some type of software to manage their domains. Whether it's WordPress. Joomla!, Drupal, or any of the other types of content management software (CMS), they all need to be kept up-to-date to prevent a possible attack. &lt;br /&gt;
&lt;br /&gt;
===Encrypt FTP Traffic===&lt;br /&gt;
There are two best practices to encrypt and protect FTP traffic. First is to cut off any unwanted IPs from use. By default, WCP allow all IP traffic through the domains as an ease of access for new clients, however, it's beneficial to limit the IPs to just those that need access. &lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click FTP Accounts&lt;br /&gt;
#Click Default Access&lt;br /&gt;
#Change the drop down menu to Blocked&lt;br /&gt;
#Click on IP List&lt;br /&gt;
#Click Add&lt;br /&gt;
#Add your IP (You can find it [https://hostek.com/ip here].)&lt;br /&gt;
&lt;br /&gt;
The second best option is to encrypt the FTP traffic using TLS. By default, FTP users are forced to use TLS on cPanel servers, but not for WCP servers. To enable TLS [https://wiki.hostek.com/Enabling_TLS_on_Common_FTP_Software follow this wiki].&lt;br /&gt;
&lt;br /&gt;
===Read Your Access Logs===&lt;br /&gt;
Both WCP and cPanel utilize server logs to keep track of who visits the domain and what they do while there. For the most part, this is a &amp;quot;set it and forget it&amp;quot; file, but if you get breached this can tell you what was accessed and when. In both the WCP and cPanel, the logs folders are above the domain root folder. (wwwroot for WCP and public_html for cPanel).&lt;br /&gt;
&lt;br /&gt;
====Block Unwanted Traffic====&lt;br /&gt;
Much like keeping the traffic limited to who needs to be on FTP, keeping unwanted IPs from accessing your server at all is an important tool. For most users, this will want to be used as little as possible so as to not disturb your regular visitors, but if you get breached and recover an IP address in the process it's vital to keep those attackers at bay.&lt;br /&gt;
&lt;br /&gt;
To do this in WCP:&lt;br /&gt;
#Click Manage IPs in the bottom right menu&lt;br /&gt;
#Click Add under the IP List&lt;br /&gt;
#Add the IP address&lt;br /&gt;
#Select whether to block or allow this IP&lt;br /&gt;
#(optional) Type a reason&lt;br /&gt;
&lt;br /&gt;
To do this in cPanel:&lt;br /&gt;
#Click IP Address Deny Manager&lt;br /&gt;
#Type an IP address or Domain&lt;br /&gt;
#Click Add&lt;br /&gt;
&lt;br /&gt;
====Install Software to Mitigate Attacks====&lt;br /&gt;
For those that use CMS to manage their domains, it's preferred to download a plugin to help mitigate an attack. Below are some well known plugins for various CMS applications.&lt;br /&gt;
&lt;br /&gt;
WordPress - iThemes&lt;br /&gt;
Joomla! - kSecure&lt;br /&gt;
Magento - MageFirewall&lt;br /&gt;
&lt;br /&gt;
==Reseller Security Practices==&lt;br /&gt;
===Encrypt Client Data===&lt;br /&gt;
For those that use a central domain to handle client transactions, it's best to make sure you keep whatever software used encrypted. The best practice for doing this is getting an SSL installed wherever you have your software. You may also want to make sure that IP access to the software is limited to only those that directly need it.&lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
==VPS Security Practices==&lt;br /&gt;
===Lock Down Unused Ports===&lt;br /&gt;
By default, all major VPS ports are open for initial ease of access, but it's highly recommended to close off the major prots to either have no traffic or limited traffic. You can go about doing this in one of two ways, manually or by our admin level IPS filtering.&lt;br /&gt;
&lt;br /&gt;
====Manually====&lt;br /&gt;
To manually lock down the ports in a Windows server:&lt;br /&gt;
#Go to the VPS Manager in WCP&lt;br /&gt;
#Click the Firewall Manager tool&lt;br /&gt;
#Click the pencil icon next to the major port&lt;br /&gt;
#Either restrict or close the port. If restricting the port, it will automatically add your local IP, but you will need to add any further IPs.&lt;br /&gt;
&lt;br /&gt;
====From Support IPS====&lt;br /&gt;
To block major ports in IPS:&lt;br /&gt;
#Contact Support at support@hostek.com&lt;br /&gt;
#Give them your security qeustion and answer, billing password, or last 4 of your Credit Card&lt;br /&gt;
#Request to be placed in the PCI Compliance zone of the IPS (Note: This can be removed at any time with another ticket)&lt;br /&gt;
&lt;br /&gt;
===Install Anti Virus===&lt;br /&gt;
By default, AVG and ClamAV are installed on Windows and cPanel servers respectively, but it's recommended to upgrade to a beefier version of anti virus. We allow the installation of almost all major anti virus softwares, and can help with the installation if required.&lt;br /&gt;
&lt;br /&gt;
===Encrypt Outgoing Traffic===&lt;br /&gt;
Like encrypting FTP and HTTP traffic, encrypting other forms of traffic such as SMTP is recommended, and can usually be handled by an SSL certificate. &lt;br /&gt;
&lt;br /&gt;
To order an SSL click [https://cp.hostek.com/cart.php?gid=16 here].&lt;br /&gt;
&lt;br /&gt;
===Set Up Automated Updates===&lt;br /&gt;
Most installed softwares on a server also have an automatic update feature, or at least a way to easily update it. Set a scheduled task for Windows or a cron in cPanel to automatically update all browsers, anti virus, and other essentials. Non web related software are just as vulnerable to attack as CMS applications.&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=.htaccess&amp;diff=2362</id>
		<title>.htaccess</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=.htaccess&amp;diff=2362"/>
				<updated>2015-01-23T00:23:06Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Can I use a .htaccess file to password protect a directory?==&lt;br /&gt;
Yes, on our LINUX servers you can use a .htaccess file to password protect a directory.&lt;br /&gt;
&lt;br /&gt;
The code to perform this is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
AuthUserFile /usr/local/you/safedir/.htpasswd&lt;br /&gt;
AuthGroupFile /dev/null&lt;br /&gt;
AuthName EnterPassword&lt;br /&gt;
AuthType Basic&lt;br /&gt;
&lt;br /&gt;
require user wsabstract&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the File directory to the directory listed in your File Manager.&lt;br /&gt;
&lt;br /&gt;
==Enabling Case Insensitive URLs for my Linux site==&lt;br /&gt;
Add the following to your .htaccess file:&lt;br /&gt;
&amp;lt;pre&amp;gt;CheckSpelling on&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rewriting all URL requests to WWW.==&lt;br /&gt;
Add the following to your .htaccess code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{HTTP_HOST} !^www\.&lt;br /&gt;
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rewriting HTTP requests to HTTPS==&lt;br /&gt;
Add the following to your .htaccess code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{HTTPS} !^on$&lt;br /&gt;
RewriteRule (.*) https://yourdomain/$1 [R,L]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Create a Wildcard Subdomain Redirect==&lt;br /&gt;
Add the following to your .htaccess code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{HTTP_HOST} !^www\.mydomain\.dk$ [NC]&lt;br /&gt;
RewriteCond %{HTTP_HOST} ^(.*)\.mydomain.dk$ [NC]&lt;br /&gt;
RewriteRule ^(.*)$ http://mydomain.dk/ [P,L,QSA]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Cron_Jobs&amp;diff=2361</id>
		<title>Cron Jobs</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Cron_Jobs&amp;diff=2361"/>
				<updated>2015-01-21T17:25:13Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==cPanel/Linux - Setting up Cron Jobs==&lt;br /&gt;
*[http://hostek.com/tutorials/cpanel-x3-cronjob.html How to setup a cron job]&lt;br /&gt;
&lt;br /&gt;
#Please keep in mind that you may have to have a cron job be executed by a specific service.&amp;lt;br /&amp;gt;&lt;br /&gt;
#For Example a PHP File to be run:&lt;br /&gt;
 /usr/bin/php -q /home/user/public_html/cron.php&lt;br /&gt;
&lt;br /&gt;
#If you do not want the email to be received for confirmation you will need to add the following to the end of your request:&lt;br /&gt;
&lt;br /&gt;
 /usr/bin/php -q /home/user/public_html/cron.php &amp;gt; /dev/null&lt;br /&gt;
&lt;br /&gt;
#If you are using get for a http request it would be like this:&lt;br /&gt;
 /usr/bin/curl --silent --output /dev/null &amp;lt;nowiki&amp;gt;http://yourdomain.com/cron.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==WCP/Windows - Setting up Cron Jobs==&lt;br /&gt;
#With a recent update to Windows Control Panel (WCP) we've added Windows cron jobs. To make use of these, login to WCP and find the Cron Jobs tool (clock icon). It'll be on the bottom of the panel. To set up a cron on Windows:&lt;br /&gt;
##Click Add&lt;br /&gt;
##Choose a name for the Cron&lt;br /&gt;
##Place a URL to be executed&lt;br /&gt;
##If this is a simple cron, keep the Easy mode selected. Advanced gives you complete control over when your cron runs.&lt;br /&gt;
##Choose the interval at which the cron runs&lt;br /&gt;
##Click Save&lt;br /&gt;
&lt;br /&gt;
==Common Cron Failures==&lt;br /&gt;
*Not Firing: When You Specified Make sure your time format is correct. Sometimes extra zeroes or an extra asterisk (*) makes their way into the mix. This will cause the cron to fire at the wrong time, or a complete failure.&lt;br /&gt;
&lt;br /&gt;
*Long Wait Times: If your script has long processes it handles and you've manually changed the timeout time in the configurations, this may not be passed to the cron. See if you can shorten the processing time. If you need to try and lengthen the timeout time on the cron, send an email to support@hostek.com with the details of your cron job.&lt;br /&gt;
&lt;br /&gt;
*Multiple Firings: Most time when you see multiple firings it's actually that the cron is executing an initial part of the script, failing somewhere after that, and trying again. Try setting up a flag, most usually a simple email, at the very end of the code to determine if this is what's causing the double firings.&lt;br /&gt;
&lt;br /&gt;
*No Firings: If your cron is not failing at all, you may need to look at the logs as to why. To do this, send an email to support@hostek.com. However, the most common reasons for why a cron wouldn't fire at all are below.&lt;br /&gt;
&lt;br /&gt;
**Missing/invalid script path: If you need the script at D:\home\domain.com\wwwroot\myscript.php to fire, but you say it's at D:\home\domain.com\myscript.php then nothing will fire.&lt;br /&gt;
**Bad URL: Most crons need to have HTTP:// in front of the URL path. Make sure to check the URL you're using.&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Cron_Jobs&amp;diff=2360</id>
		<title>Cron Jobs</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Cron_Jobs&amp;diff=2360"/>
				<updated>2015-01-21T17:18:33Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==cPanel/Linux - Setting up Cron Jobs==&lt;br /&gt;
*[http://hostek.com/tutorials/cpanel-x3-cronjob.html How to setup a cron job]&lt;br /&gt;
&lt;br /&gt;
#Please keep in mind that you may have to have a cron job be executed by a specific service.&amp;lt;br /&amp;gt;&lt;br /&gt;
#For Example a PHP File to be run:&lt;br /&gt;
 /usr/bin/php -q /home/user/public_html/cron.php&lt;br /&gt;
&lt;br /&gt;
#If you do not want the email to be received for confirmation you will need to add the following to the end of your request:&lt;br /&gt;
&lt;br /&gt;
 /usr/bin/php -q /home/user/public_html/cron.php &amp;gt; /dev/null&lt;br /&gt;
&lt;br /&gt;
#If you are using get for a http request it would be like this:&lt;br /&gt;
 /usr/bin/curl --silent --output /dev/null &amp;lt;nowiki&amp;gt;http://yourdomain.com/cron.php&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==WCP/Windows - Setting up Cron Jobs==&lt;br /&gt;
#This option is currently not available within our Windows plans, which utilize WCP (MochaPanel). &lt;br /&gt;
#Alternatively, if you have need of a Cron Job: please submit a ticket to our support team (here: [http://support.hostek.com/ Support]) or send an email to '''support@hostek.com''' with the '''Frequency''' and the '''URL''' of the Task and we'll see if we can't get that added for you.&lt;br /&gt;
&lt;br /&gt;
==Common Cron Failures==&lt;br /&gt;
*Not Firing: When You Specified Make sure your time format is correct. Sometimes extra zeroes or an extra asterisk (*) makes their way into the mix. This will cause the cron to fire at the wrong time, or a complete failure.&lt;br /&gt;
&lt;br /&gt;
*Long Wait Times: If your script has long processes it handles and you've manually changed the timeout time in the configurations, this may not be passed to the cron. See if you can shorten the processing time. If you need to try and lengthen the timeout time on the cron, send an email to support@hostek.com with the details of your cron job.&lt;br /&gt;
&lt;br /&gt;
*Multiple Firings: Most time when you see multiple firings it's actually that the cron is executing an initial part of the script, failing somewhere after that, and trying again. Try setting up a flag, most usually a simple email, at the very end of the code to determine if this is what's causing the double firings.&lt;br /&gt;
&lt;br /&gt;
*No Firings: If your cron is not failing at all, you may need to look at the logs as to why. To do this, send an email to support@hostek.com. However, the most common reasons for why a cron wouldn't fire at all are below.&lt;br /&gt;
&lt;br /&gt;
**Missing/invalid script path: If you need the script at D:\home\domain.com\wwwroot\myscript.php to fire, but you say it's at D:\home\domain.com\myscript.php then nothing will fire.&lt;br /&gt;
**Bad URL: Most crons need to have HTTP:// in front of the URL path. Make sure to check the URL you're using.&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Clear_Browser_Cache&amp;diff=2350</id>
		<title>Clear Browser Cache</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Clear_Browser_Cache&amp;diff=2350"/>
				<updated>2015-01-09T23:57:47Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: Created page with &amp;quot;==Google Chrome== #Click on Menu (Three horizontal bars typically to the right of the browser) #Click Settings #Click &amp;quot;Show advanced settings...&amp;quot; #Click Clear Browsing Data #S...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Google Chrome==&lt;br /&gt;
#Click on Menu (Three horizontal bars typically to the right of the browser)&lt;br /&gt;
#Click Settings&lt;br /&gt;
#Click &amp;quot;Show advanced settings...&amp;quot;&lt;br /&gt;
#Click Clear Browsing Data&lt;br /&gt;
#Select the time range&lt;br /&gt;
#Check the &amp;quot;Cookies and other site and plug-in data&amp;quot; box&lt;br /&gt;
#Click Clear Browsing Data&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Firefox==&lt;br /&gt;
#Click on History&lt;br /&gt;
#Click on Clear Recent History&lt;br /&gt;
#Select the checkboxes you need&lt;br /&gt;
#Click Clear Now&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Opera==&lt;br /&gt;
#Click the Opera button at the top left&lt;br /&gt;
#Click Settings&lt;br /&gt;
#Click Delete Private Data&lt;br /&gt;
#Select the data to be deleted&lt;br /&gt;
#Click Delete&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Internet Explorer==&lt;br /&gt;
#Click the Settings icon (Gear icon)&lt;br /&gt;
#Under the General section find the Browsing History&lt;br /&gt;
#Click Delete...&lt;br /&gt;
#Select the appropriate options&lt;br /&gt;
#Click Delete&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Getting Started]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Connecting_to_FTP&amp;diff=2345</id>
		<title>Connecting to FTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Connecting_to_FTP&amp;diff=2345"/>
				<updated>2015-01-08T22:04:30Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Types of FTP connections==&lt;br /&gt;
There are three main types of FTP connections. That is using an FTP client, using your browser, and using the command prompt or shell script. &lt;br /&gt;
&lt;br /&gt;
===Connecting Using an FTP Client===&lt;br /&gt;
An FTP client is a desktop program that does all of the heavy lifting involved with connecting and maintaining an FTP connection to a server. Most FTP clients have an FTP log on the top screen, a local file menu, and a remote file menu.&lt;br /&gt;
&lt;br /&gt;
To connect to FTP Clients such as FileZilla and CuteFTP:&lt;br /&gt;
#Login to WCP to get your FTP Account information. (To learn more about WCP click [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) Here])&lt;br /&gt;
#Open up the FTP Client&lt;br /&gt;
#In the Host box, type something like ftp.yourdomain.com or your site IP&lt;br /&gt;
#In the username box, type the username you grabbed from WCP or cPanel&lt;br /&gt;
#In the password box, copy the password you made&lt;br /&gt;
#(optional) In the port box, type in 21&lt;br /&gt;
#Click Connect&lt;br /&gt;
&lt;br /&gt;
===Connecting Using a Browser===&lt;br /&gt;
Any browser nowadays has FTP functionality, but it tends to be limited. Nevertheless, to connect using your browser, you will want to do the following.&lt;br /&gt;
#Open your browser&lt;br /&gt;
#Type ftp://ftpusername:ftppassword@yourdomain.com into the URL box at the top&lt;br /&gt;
#*''Note: typing ftp://domain.com will not prompt for a login''&lt;br /&gt;
#Once authenticated you will see a list of the files in the default directory of your site&lt;br /&gt;
&lt;br /&gt;
===Connecting Using Command Prompt===&lt;br /&gt;
#Search your computer for cmd.exe&lt;br /&gt;
#Run ftp yourdomain.com&lt;br /&gt;
#This will then promt you to enter in the username and password&lt;br /&gt;
#Once in, you will be able to use FTP commands to move and change files. Below is a list of available commands (Note: This is not complete)&lt;br /&gt;
ABOR – abort a file transfer&amp;lt;br&amp;gt;&lt;br /&gt;
CWD – change working directory&amp;lt;br&amp;gt;&lt;br /&gt;
DELE – delete a remote file&amp;lt;br&amp;gt;&lt;br /&gt;
LIST – list remote files&amp;lt;br&amp;gt;&lt;br /&gt;
MDTM – return the modification time of a file&amp;lt;br&amp;gt;&lt;br /&gt;
MKD – make a remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
NLST – name list of remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
PASS – send password&amp;lt;br&amp;gt;&lt;br /&gt;
PASV – enter passive mode&amp;lt;br&amp;gt;&lt;br /&gt;
PORT – open a data port&amp;lt;br&amp;gt;&lt;br /&gt;
PWD – print working directory&amp;lt;br&amp;gt;&lt;br /&gt;
QUIT – terminate the connection&amp;lt;br&amp;gt;&lt;br /&gt;
RETR – retrieve a remote file&amp;lt;br&amp;gt;&lt;br /&gt;
RMD – remove a remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
RNFR – rename from&amp;lt;br&amp;gt;&lt;br /&gt;
RNTO – rename to&amp;lt;br&amp;gt;&lt;br /&gt;
SITE – site-specific commands&amp;lt;br&amp;gt;&lt;br /&gt;
SIZE – return the size of a file&amp;lt;br&amp;gt;&lt;br /&gt;
STOR – store a file on the remote host&amp;lt;br&amp;gt;&lt;br /&gt;
TYPE – set transfer type&amp;lt;br&amp;gt;&lt;br /&gt;
USER – send username&lt;br /&gt;
&lt;br /&gt;
===Connecting Using Linux===&lt;br /&gt;
#Open your command lines tool&lt;br /&gt;
#Run ftp yourserver.com&lt;br /&gt;
#Type in your username and password in the prompt that follows&lt;br /&gt;
#Once in, use the below commands to move and edit files. (Note: this is not complete)&lt;br /&gt;
&amp;lt;b&amp;gt;-p&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Use passive mode for data transfers. Allows use of ftp in environments where a firewall prevents connections from the outside world back to the client machine. Requires that the ftp server support the PASV command. This is the default now for all clients (ftp and pftp) due to security concerns using the PORT transfer mode. The flag is kept for compatibility only and has no effect anymore.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-i&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Turns off interactive prompting during multiple file transfers.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-n&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Restrains ftp from attempting auto-login upon initial connection. If auto-login is enabled, ftp will check the .netrc (see netrc(5)) file in the user's home directory for an entry describing an account on the remote machine. If no entry exists, ftp will prompt for the remote machine login name (default is the user identity on the local machine), and, if necessary, prompt for a password and an account with which to login.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-e&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Disables command editing and history support, if it was compiled into the ftp executable. Otherwise, does nothing.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-g&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Disables file name globbing.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-v&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Verbose option forces ftp to show all responses from the remote server, as well as report on data transfer statistics.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-d&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Enables debugging.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;bye&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Terminate the FTP session with the remote server and exit ftp An end of file will also terminate the session and exit.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;cd remote-directory&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Change the working directory on the remote machine to remote-directory&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;delete remote-file&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Delete the file remote-file on the remote machine.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;dir [remote-directory ] [local-file ]&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Print a listing of the directory contents in the directory, remote-directory and, optionally, placing the output in local-file If interactive prompting is on, ftp will prompt the user to verify that the last argument is indeed the target local file for receiving dir output. If no directory is specified, the current working directory on the remote machine is used. If no local file is specified, or local-file is -, output comes to the terminal.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;get remote-file [local-file ]&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Retrieve the remote-file and store it on the local machine. If the local file name is not specified, it is given the same name it has on the remote machine, subject to alteration by the current case ntrans and nmap settings. The current settings for type form mode and structure are used while transferring the file.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FileZilla 3.10 Login Issues==&lt;br /&gt;
After the 3.10 update to FileZilla there is a possibility that connections to the server will get an error similar to the below. &lt;br /&gt;
&lt;br /&gt;
Error 550: The supplied message is incomplete. The certificate signature is not verified.&lt;br /&gt;
&lt;br /&gt;
If you see this error the workaround to this is to use Site Manager instead of the Quick Connection button.&lt;br /&gt;
&lt;br /&gt;
To add your FTP connection to Site Manager:&lt;br /&gt;
#Click on File, Site Manager&lt;br /&gt;
#Click on My Sites on the left hand side&lt;br /&gt;
#At the bottom of that left column, click New Site&lt;br /&gt;
#On the right hand side fill out the connection information using the example information as a guide&lt;br /&gt;
##Host: ftp.yourdomain.com&lt;br /&gt;
##Port: 21&lt;br /&gt;
##Protocol: FTP - File Transfer Protocol&lt;br /&gt;
##Encryption: Use plain FTP&lt;br /&gt;
##Logon Type: Normal&lt;br /&gt;
##User: (See [https://wiki.hostek.com/WCP#FTP_Accounts WCP] for this information)&lt;br /&gt;
##Password: (See [https://wiki.hostek.com/WCP#FTP_Accounts WCP] for this information)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Connecting_to_FTP&amp;diff=2199</id>
		<title>Connecting to FTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Connecting_to_FTP&amp;diff=2199"/>
				<updated>2014-07-11T21:52:58Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Connecting Using an FTP Client */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Types of FTP connections==&lt;br /&gt;
There are three main types of FTP connections. That is using an FTP client, using your browser, and using the command prompt or shell script. &lt;br /&gt;
&lt;br /&gt;
===Connecting Using an FTP Client===&lt;br /&gt;
An FTP client is a desktop program that does all of the heavy lifting involved with connecting and maintaining an FTP connection to a server. Most FTP clients have an FTP log on the top screen, a local file menu, and a remote file menu.&lt;br /&gt;
&lt;br /&gt;
To connect to FTP Clients such as FileZilla and CuteFTP:&lt;br /&gt;
#Login to WCP to get your FTP Account information. (To learn more about WCP click [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel) Here])&lt;br /&gt;
#Open up the FTP Client&lt;br /&gt;
#In the Host box, type something like ftp.yourdomain.com or your site IP&lt;br /&gt;
#In the username box, type the username you grabbed from WCP or cPanel&lt;br /&gt;
#In the password box, copy the password you made&lt;br /&gt;
#(optional) In the port box, type in 21&lt;br /&gt;
#Click Connect&lt;br /&gt;
&lt;br /&gt;
===Connecting Using a Browser===&lt;br /&gt;
Any browser nowadays has FTP functionality, but it tends to be limited. Nevertheless, to connect using your browser, you will want to do the following.&lt;br /&gt;
#Open your browser&lt;br /&gt;
#Type ftp://yourdomain.com into the URL box at the top&lt;br /&gt;
#Hit enter. This will open up a dialog box asking for your username and password&lt;br /&gt;
#Type your credentials in the box&lt;br /&gt;
#Once authenticated you will see a list of the files in the default directory of your site&lt;br /&gt;
&lt;br /&gt;
===Connecting Using Command Prompt===&lt;br /&gt;
#Search your computer for cmd.exe&lt;br /&gt;
#Run ftp yourdomain.com&lt;br /&gt;
#This will then promt you to enter in the username and password&lt;br /&gt;
#Once in, you will be able to use FTP commands to move and change files. Below is a list of available commands (Note: This is not complete)&lt;br /&gt;
ABOR – abort a file transfer&amp;lt;br&amp;gt;&lt;br /&gt;
CWD – change working directory&amp;lt;br&amp;gt;&lt;br /&gt;
DELE – delete a remote file&amp;lt;br&amp;gt;&lt;br /&gt;
LIST – list remote files&amp;lt;br&amp;gt;&lt;br /&gt;
MDTM – return the modification time of a file&amp;lt;br&amp;gt;&lt;br /&gt;
MKD – make a remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
NLST – name list of remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
PASS – send password&amp;lt;br&amp;gt;&lt;br /&gt;
PASV – enter passive mode&amp;lt;br&amp;gt;&lt;br /&gt;
PORT – open a data port&amp;lt;br&amp;gt;&lt;br /&gt;
PWD – print working directory&amp;lt;br&amp;gt;&lt;br /&gt;
QUIT – terminate the connection&amp;lt;br&amp;gt;&lt;br /&gt;
RETR – retrieve a remote file&amp;lt;br&amp;gt;&lt;br /&gt;
RMD – remove a remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
RNFR – rename from&amp;lt;br&amp;gt;&lt;br /&gt;
RNTO – rename to&amp;lt;br&amp;gt;&lt;br /&gt;
SITE – site-specific commands&amp;lt;br&amp;gt;&lt;br /&gt;
SIZE – return the size of a file&amp;lt;br&amp;gt;&lt;br /&gt;
STOR – store a file on the remote host&amp;lt;br&amp;gt;&lt;br /&gt;
TYPE – set transfer type&amp;lt;br&amp;gt;&lt;br /&gt;
USER – send username&lt;br /&gt;
&lt;br /&gt;
===Connecting Using Linux===&lt;br /&gt;
#Open your command lines tool&lt;br /&gt;
#Run ftp yourserver.com&lt;br /&gt;
#Type in your username and password in the prompt that follows&lt;br /&gt;
#Once in, use the below commands to move and edit files. (Note: this is not complete)&lt;br /&gt;
&amp;lt;b&amp;gt;-p&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Use passive mode for data transfers. Allows use of ftp in environments where a firewall prevents connections from the outside world back to the client machine. Requires that the ftp server support the PASV command. This is the default now for all clients (ftp and pftp) due to security concerns using the PORT transfer mode. The flag is kept for compatibility only and has no effect anymore.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-i&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Turns off interactive prompting during multiple file transfers.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-n&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Restrains ftp from attempting auto-login upon initial connection. If auto-login is enabled, ftp will check the .netrc (see netrc(5)) file in the user's home directory for an entry describing an account on the remote machine. If no entry exists, ftp will prompt for the remote machine login name (default is the user identity on the local machine), and, if necessary, prompt for a password and an account with which to login.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-e&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Disables command editing and history support, if it was compiled into the ftp executable. Otherwise, does nothing.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-g&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Disables file name globbing.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-v&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Verbose option forces ftp to show all responses from the remote server, as well as report on data transfer statistics.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-d&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Enables debugging.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;bye&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Terminate the FTP session with the remote server and exit ftp An end of file will also terminate the session and exit.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;cd remote-directory&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Change the working directory on the remote machine to remote-directory&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;delete remote-file&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Delete the file remote-file on the remote machine.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;dir [remote-directory ] [local-file ]&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Print a listing of the directory contents in the directory, remote-directory and, optionally, placing the output in local-file If interactive prompting is on, ftp will prompt the user to verify that the last argument is indeed the target local file for receiving dir output. If no directory is specified, the current working directory on the remote machine is used. If no local file is specified, or local-file is -, output comes to the terminal.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;get remote-file [local-file ]&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Retrieve the remote-file and store it on the local machine. If the local file name is not specified, it is given the same name it has on the remote machine, subject to alteration by the current case ntrans and nmap settings. The current settings for type form mode and structure are used while transferring the file.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Connecting_to_FTP&amp;diff=2187</id>
		<title>Connecting to FTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Connecting_to_FTP&amp;diff=2187"/>
				<updated>2014-07-06T19:53:59Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Types of FTP connections==&lt;br /&gt;
There are three main types of FTP connections. That is using an FTP client, using your browser, and using the command prompt or shell script. &lt;br /&gt;
&lt;br /&gt;
===Connecting Using an FTP Client===&lt;br /&gt;
An FTP client is a desktop program that does all of the heavy lifting involved with connecting and maintaining an FTP connection to a server. Most FTP clients have an FTP log on the top screen, a local file menu, and a remote file menu.&lt;br /&gt;
&lt;br /&gt;
To connect to FTP Clients such as FileZilla and CuteFTP:&lt;br /&gt;
#Login to WCP to get your FTP Account information&lt;br /&gt;
#Open up the FTP Client&lt;br /&gt;
#In the Host box, type something like ftp.yourdomain.com or your site IP&lt;br /&gt;
#In the username box, type the username you grabbed from WCP or cPanel&lt;br /&gt;
#In the password box, copy the password you made&lt;br /&gt;
#(optional) In the port box, type in 21&lt;br /&gt;
#Click Connect&lt;br /&gt;
&lt;br /&gt;
===Connecting Using a Browser===&lt;br /&gt;
Any browser nowadays has FTP functionality, but it tends to be limited. Nevertheless, to connect using your browser, you will want to do the following.&lt;br /&gt;
#Open your browser&lt;br /&gt;
#Type ftp://yourdomain.com into the URL box at the top&lt;br /&gt;
#Hit enter. This will open up a dialog box asking for your username and password&lt;br /&gt;
#Type your credentials in the box&lt;br /&gt;
#Once authenticated you will see a list of the files in the default directory of your site&lt;br /&gt;
&lt;br /&gt;
===Connecting Using Command Prompt===&lt;br /&gt;
#Search your computer for cmd.exe&lt;br /&gt;
#Run ftp yourdomain.com&lt;br /&gt;
#This will then promt you to enter in the username and password&lt;br /&gt;
#Once in, you will be able to use FTP commands to move and change files. Below is a list of available commands (Note: This is not complete)&lt;br /&gt;
ABOR – abort a file transfer&amp;lt;br&amp;gt;&lt;br /&gt;
CWD – change working directory&amp;lt;br&amp;gt;&lt;br /&gt;
DELE – delete a remote file&amp;lt;br&amp;gt;&lt;br /&gt;
LIST – list remote files&amp;lt;br&amp;gt;&lt;br /&gt;
MDTM – return the modification time of a file&amp;lt;br&amp;gt;&lt;br /&gt;
MKD – make a remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
NLST – name list of remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
PASS – send password&amp;lt;br&amp;gt;&lt;br /&gt;
PASV – enter passive mode&amp;lt;br&amp;gt;&lt;br /&gt;
PORT – open a data port&amp;lt;br&amp;gt;&lt;br /&gt;
PWD – print working directory&amp;lt;br&amp;gt;&lt;br /&gt;
QUIT – terminate the connection&amp;lt;br&amp;gt;&lt;br /&gt;
RETR – retrieve a remote file&amp;lt;br&amp;gt;&lt;br /&gt;
RMD – remove a remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
RNFR – rename from&amp;lt;br&amp;gt;&lt;br /&gt;
RNTO – rename to&amp;lt;br&amp;gt;&lt;br /&gt;
SITE – site-specific commands&amp;lt;br&amp;gt;&lt;br /&gt;
SIZE – return the size of a file&amp;lt;br&amp;gt;&lt;br /&gt;
STOR – store a file on the remote host&amp;lt;br&amp;gt;&lt;br /&gt;
TYPE – set transfer type&amp;lt;br&amp;gt;&lt;br /&gt;
USER – send username&lt;br /&gt;
&lt;br /&gt;
===Connecting Using Linux===&lt;br /&gt;
#Open your command lines tool&lt;br /&gt;
#Run ftp yourserver.com&lt;br /&gt;
#Type in your username and password in the prompt that follows&lt;br /&gt;
#Once in, use the below commands to move and edit files. (Note: this is not complete)&lt;br /&gt;
&amp;lt;b&amp;gt;-p&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Use passive mode for data transfers. Allows use of ftp in environments where a firewall prevents connections from the outside world back to the client machine. Requires that the ftp server support the PASV command. This is the default now for all clients (ftp and pftp) due to security concerns using the PORT transfer mode. The flag is kept for compatibility only and has no effect anymore.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-i&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Turns off interactive prompting during multiple file transfers.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-n&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Restrains ftp from attempting auto-login upon initial connection. If auto-login is enabled, ftp will check the .netrc (see netrc(5)) file in the user's home directory for an entry describing an account on the remote machine. If no entry exists, ftp will prompt for the remote machine login name (default is the user identity on the local machine), and, if necessary, prompt for a password and an account with which to login.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-e&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Disables command editing and history support, if it was compiled into the ftp executable. Otherwise, does nothing.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-g&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Disables file name globbing.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-v&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Verbose option forces ftp to show all responses from the remote server, as well as report on data transfer statistics.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-d&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Enables debugging.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;bye&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Terminate the FTP session with the remote server and exit ftp An end of file will also terminate the session and exit.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;cd remote-directory&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Change the working directory on the remote machine to remote-directory&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;delete remote-file&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Delete the file remote-file on the remote machine.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;dir [remote-directory ] [local-file ]&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Print a listing of the directory contents in the directory, remote-directory and, optionally, placing the output in local-file If interactive prompting is on, ftp will prompt the user to verify that the last argument is indeed the target local file for receiving dir output. If no directory is specified, the current working directory on the remote machine is used. If no local file is specified, or local-file is -, output comes to the terminal.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;get remote-file [local-file ]&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Retrieve the remote-file and store it on the local machine. If the local file name is not specified, it is given the same name it has on the remote machine, subject to alteration by the current case ntrans and nmap settings. The current settings for type form mode and structure are used while transferring the file.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Connecting_to_FTP&amp;diff=2186</id>
		<title>Connecting to FTP</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Connecting_to_FTP&amp;diff=2186"/>
				<updated>2014-07-06T19:52:24Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: Created page with &amp;quot;==Types of FTP connections== There are three main types of FTP connections. That is using an FTP client, using your browser, and using the command prompt or shell script.   ==...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Types of FTP connections==&lt;br /&gt;
There are three main types of FTP connections. That is using an FTP client, using your browser, and using the command prompt or shell script. &lt;br /&gt;
&lt;br /&gt;
===Connecting Using an FTP Client===&lt;br /&gt;
An FTP client is a desktop program that does all of the heavy lifting involved with connecting and maintaining an FTP connection to a server. Most FTP clients have an FTP log on the top screen, a local file menu, and a remote file menu.&lt;br /&gt;
&lt;br /&gt;
To connect to FTP Clients such as FileZilla and CuteFTP:&lt;br /&gt;
#Login to WCP to get your FTP Account information&lt;br /&gt;
#Open up the FTP Client&lt;br /&gt;
#In the Host box, type something like ftp.yourdomain.com or your site IP&lt;br /&gt;
#In the username box, type the username you grabbed from WCP or cPanel&lt;br /&gt;
#In the password box, copy the password you made&lt;br /&gt;
#(optional) In the port box, type in 21&lt;br /&gt;
#Click Connect&lt;br /&gt;
&lt;br /&gt;
===Connecting Using a Browser===&lt;br /&gt;
Any browser nowadays has FTP functionality, but it tends to be limited. Nevertheless, to connect using your browser, you will want to do the following.&lt;br /&gt;
#Open your browser&lt;br /&gt;
#Type ftp://yourdomain.com into the URL box at the top&lt;br /&gt;
#Hit enter. This will open up a dialog box asking for your username and password&lt;br /&gt;
#Type your credentials in the box&lt;br /&gt;
#Once authenticated you will see a list of the files in the default directory of your site&lt;br /&gt;
&lt;br /&gt;
===Connecting Using Command Prompt===&lt;br /&gt;
#Search your computer for cmd.exe&lt;br /&gt;
#Run ftp yourdomain.com&lt;br /&gt;
#This will then promt you to enter in the username and password&lt;br /&gt;
#Once in, you will be able to use FTP commands to move and change files. Below is a list of available commands (Note: This is not complete)&lt;br /&gt;
ABOR – abort a file transfer&amp;lt;br&amp;gt;&lt;br /&gt;
CWD – change working directory&amp;lt;br&amp;gt;&lt;br /&gt;
DELE – delete a remote file&amp;lt;br&amp;gt;&lt;br /&gt;
LIST – list remote files&amp;lt;br&amp;gt;&lt;br /&gt;
MDTM – return the modification time of a file&amp;lt;br&amp;gt;&lt;br /&gt;
MKD – make a remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
NLST – name list of remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
PASS – send password&amp;lt;br&amp;gt;&lt;br /&gt;
PASV – enter passive mode&amp;lt;br&amp;gt;&lt;br /&gt;
PORT – open a data port&amp;lt;br&amp;gt;&lt;br /&gt;
PWD – print working directory&amp;lt;br&amp;gt;&lt;br /&gt;
QUIT – terminate the connection&amp;lt;br&amp;gt;&lt;br /&gt;
RETR – retrieve a remote file&amp;lt;br&amp;gt;&lt;br /&gt;
RMD – remove a remote directory&amp;lt;br&amp;gt;&lt;br /&gt;
RNFR – rename from&amp;lt;br&amp;gt;&lt;br /&gt;
RNTO – rename to&amp;lt;br&amp;gt;&lt;br /&gt;
SITE – site-specific commands&amp;lt;br&amp;gt;&lt;br /&gt;
SIZE – return the size of a file&amp;lt;br&amp;gt;&lt;br /&gt;
STOR – store a file on the remote host&amp;lt;br&amp;gt;&lt;br /&gt;
TYPE – set transfer type&amp;lt;br&amp;gt;&lt;br /&gt;
USER – send username&lt;br /&gt;
&lt;br /&gt;
===Connecting Using Linux===&lt;br /&gt;
#Open your command lines tool&lt;br /&gt;
#Run ftp yourserver.com&lt;br /&gt;
#Type in your username and password in the prompt that follows&lt;br /&gt;
#Once in, use the below commands to move and edit files. (Note: this is not complete)&lt;br /&gt;
&amp;lt;b&amp;gt;-p&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Use passive mode for data transfers. Allows use of ftp in environments where a firewall prevents connections from the outside world back to the client machine. Requires that the ftp server support the PASV command. This is the default now for all clients (ftp and pftp) due to security concerns using the PORT transfer mode. The flag is kept for compatibility only and has no effect anymore.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-i&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Turns off interactive prompting during multiple file transfers.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-n&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Restrains ftp from attempting auto-login upon initial connection. If auto-login is enabled, ftp will check the .netrc (see netrc(5)) file in the user's home directory for an entry describing an account on the remote machine. If no entry exists, ftp will prompt for the remote machine login name (default is the user identity on the local machine), and, if necessary, prompt for a password and an account with which to login.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-e&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Disables command editing and history support, if it was compiled into the ftp executable. Otherwise, does nothing.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-g&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Disables file name globbing.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-v&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Verbose option forces ftp to show all responses from the remote server, as well as report on data transfer statistics.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;-d&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Enables debugging.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;bye&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Terminate the FTP session with the remote server and exit ftp An end of file will also terminate the session and exit.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;cd remote-directory&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Change the working directory on the remote machine to remote-directory&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;delete remote-file&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Delete the file remote-file on the remote machine.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;dir [remote-directory ] [local-file ]&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Print a listing of the directory contents in the directory, remote-directory and, optionally, placing the output in local-file If interactive prompting is on, ftp will prompt the user to verify that the last argument is indeed the target local file for receiving dir output. If no directory is specified, the current working directory on the remote machine is used. If no local file is specified, or local-file is -, output comes to the terminal.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;get remote-file [local-file ]&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Retrieve the remote-file and store it on the local machine. If the local file name is not specified, it is given the same name it has on the remote machine, subject to alteration by the current case ntrans and nmap settings. The current settings for type form mode and structure are used while transferring the file.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Enable_Detailed_Errors&amp;diff=2185</id>
		<title>Enable Detailed Errors</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Enable_Detailed_Errors&amp;diff=2185"/>
				<updated>2014-07-04T22:58:39Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to enable detailed errors (ColdFusion, Railo, .Net) on IIS 7+ (Windows 2008 and 2012)==&lt;br /&gt;
&lt;br /&gt;
*Edit or create the file '''web.config''' within the folder in which detailed errors should be enabled.&lt;br /&gt;
*Add the following:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
    &amp;lt;system.webServer&amp;gt;&lt;br /&gt;
       &amp;lt;httpErrors errorMode=&amp;quot;Detailed&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;
NOTE:  If any of the above sections already exist in the '''web.config&amp;quot;''' file, edit the existing sections.  '''Do not duplicate'''.&lt;br /&gt;
&lt;br /&gt;
*To re-enable custom errors (or non-detailed errors), update the '''web.config''' file changing the '''errorMode''' attribute from '''Detailed''' to '''Custom'''.&lt;br /&gt;
&lt;br /&gt;
==How do I enable / disable Robust Exception Information on my site?==&lt;br /&gt;
To enable Robust Exception Information on a ColdFusion site, you will need to add the following to the top of your Application.cfc file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;cfset this.enablerobustexception = true /&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
However, if the site is on a server with Robust Exception Information enabled, and you wish to disable Robust Exception Information, add this to the site's Application.cfc:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;cfset this.enablerobustexception = false /&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=.htaccess&amp;diff=2184</id>
		<title>.htaccess</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=.htaccess&amp;diff=2184"/>
				<updated>2014-07-04T22:38:36Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Can I use a .htaccess file to password protect a directory?==&lt;br /&gt;
Yes, on our LINUX servers you can use a .htaccess file to password protect a directory.&lt;br /&gt;
&lt;br /&gt;
The code to perform this is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
AuthUserFile /usr/local/you/safedir/.htpasswd&lt;br /&gt;
AuthGroupFile /dev/null&lt;br /&gt;
AuthName EnterPassword&lt;br /&gt;
AuthType Basic&lt;br /&gt;
&lt;br /&gt;
require user wsabstract&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the File directory to the directory listed in your File Manager.&lt;br /&gt;
&lt;br /&gt;
==Enabling Case Insensitive URLs for my Linux site==&lt;br /&gt;
Add the following to your .htaccess file:&lt;br /&gt;
&amp;lt;pre&amp;gt;CheckSpelling on&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rewriting all URL requests to WWW.==&lt;br /&gt;
Add the following to your .htaccess code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{HTTP_HOST} !^www\.&lt;br /&gt;
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Rewriting HTTP requests to HTTPS==&lt;br /&gt;
Add the following to your .htaccess code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteCond %{HTTPS} !^on$&lt;br /&gt;
RewriteRule (.*) https://yourdomain/$1 [R,L]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=WCP_(Windows_based_Control_Panel)&amp;diff=2183</id>
		<title>WCP (Windows based Control Panel)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=WCP_(Windows_based_Control_Panel)&amp;diff=2183"/>
				<updated>2014-07-03T21:40:19Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* File Manager */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How To Login To My WCP Control Panel==&lt;br /&gt;
#To manage your domain, login to the WCP Control Panel, using the details below&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: &lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
*You can also login to the control panel through your billing control panel https://cp.hostek.com/clientarea.php&lt;br /&gt;
#Click on  ''''My Services'''' 'Click the '''small Green arrow''' on the the notepad to the right'&lt;br /&gt;
#Now click the '''Login to Control Panel''' Icon'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Custom URL for the WCP Control Panel==&lt;br /&gt;
The WCP can als be accessed by wcp.your_domain.com&lt;br /&gt;
&lt;br /&gt;
Setup wcp.your_domain.com as an A record for &amp;quot;184.175.108.65&amp;quot; or as a CName record for &amp;quot;wcp.ezhostingserver.com&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Resellers and VPS - WCP White label Settings===&lt;br /&gt;
Resellers and VPS customers can setup their logo in their Reseller control panel, however those additional features will only be available when accessing the control panel using the specific domain they configured within the Reseller Setttings of the control panel. The Reseller settings will be available using '''any''' URL, and as mentioned within these settings the reseller '''URL''' can be setup and other whitelabel options (custom control panel logo, favicon, etc.) making WCP the ultimate Windows Control Panel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Windows VPS]]&lt;br /&gt;
[[Category:Resellers]]&lt;br /&gt;
&lt;br /&gt;
==Adding Additional Control Panel Logins==&lt;br /&gt;
*This will allow you to set up additional control panel logins for you or for others involved in editing or managing your account. You can limit the Permissions or options available for them to manage.&lt;br /&gt;
#Login to the WCP Control Panel, using the details below&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: &lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
#Click on the '''Control panel Logins''' tab, then click on the '''Add''' icon.&lt;br /&gt;
#Put the &amp;quot;Username, Password and if you want them to have Limited Permission.&lt;br /&gt;
#If you want them to have Limited Permission then check the '''Limited Permission''' box. This will load a dropdown where you can select what privlages they have to manage.&lt;br /&gt;
#Once you are done click the '''Save''' icon at the bottom of the screen.&lt;br /&gt;
#Once it has been added you or they can login by going to https://wcp.hostek.com/Login.aspx and using the username and password that you set for it.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Unlimited Plans - Add Additional Domains==&lt;br /&gt;
You will want to follow these steps in to generate a +1 Control Panel for a separate Domain. (Please note the difference between Registration and Hosting: [https://wiki.hostek.com/Domain_Registration_and_Domain_Name_Management#Domain_Registration_Information_vs._Domain_Hosting_Information  '''here''')] &amp;lt;br clear=all&amp;gt; This would be under your Windows Unlimited account, or your Windows Business/Pro plan.&lt;br /&gt;
&lt;br /&gt;
#Login to your WCP control panel&lt;br /&gt;
#*Windows Unlimited: For adding a third (or more) domain select any domain from the upper right hand corner dropdown box &amp;quot;Domains&amp;quot;.&lt;br /&gt;
#Within the &amp;quot;Domains&amp;quot; box click the &amp;quot;Addon Domains&amp;quot; icon.&lt;br /&gt;
#Click &amp;quot;Add&amp;quot; and enter the following:&lt;br /&gt;
#*Domain Name&lt;br /&gt;
#*Username&lt;br /&gt;
#*Password&lt;br /&gt;
#Click &amp;quot;Save&amp;quot;&lt;br /&gt;
#To manage the domain, you can now select it from the '''Domains''' drop-down list/box.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==Site Details==&lt;br /&gt;
We recommend you review the &amp;quot;Site Settings&amp;quot; which includes many important details about your domain including:&lt;br /&gt;
&lt;br /&gt;
WCP (login and select domain) &amp;gt; Website Settings &amp;gt; '''Site Details'''&lt;br /&gt;
&lt;br /&gt;
*Testing URL&lt;br /&gt;
*Primary and Secondary DNS&lt;br /&gt;
*Site IP&lt;br /&gt;
*Web Root Path&lt;br /&gt;
*FTP Root Path&lt;br /&gt;
===IIS Version &amp;amp; ColdFusion Version (if applicable)===&lt;br /&gt;
To get your domain's IIS Version and ColdFusion Version (if applicable) log in to WCP and under the Settings section, click on the Site Details option.&lt;br /&gt;
&lt;br /&gt;
==FTP Accounts==&lt;br /&gt;
*Adding or editing FTP accounts.&lt;br /&gt;
#click on the '''FTP Accounts''' tab.&lt;br /&gt;
#To edit one click on the little '''Pencil Icon''' to the left, to add one click on the '''Add FTP User''' tab.&lt;br /&gt;
#If you are adding one you will set the Username:, Password: and folder then click the #Click on the '''Save''' Icon.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==File Manager== &lt;br /&gt;
*Basic File Operations, file uploading and editing now supported- Zip, GZip, and Tar Archive support.&lt;br /&gt;
#Click on the '''File Manager icon''', then the '''Login icon''' on the next screen.&lt;br /&gt;
#To create files or Directory's outside the WWW root folder right click and click on the '''Create File''' or '''Create Directory''' option.&lt;br /&gt;
#Click the '''Continue Icon''' to add this.&lt;br /&gt;
#To add/edit files in the WWWroot click on the '''wwwroot file'''.&lt;br /&gt;
#once you are in you can add, edit or delete by right clicking and clicking on the options given.&lt;br /&gt;
&lt;br /&gt;
*Upload and Download functions&lt;br /&gt;
#To upload a file, right click the File Manager page, and click Upload&lt;br /&gt;
#Select the file you wish to upload by clicking Choose File&lt;br /&gt;
#Give this file a new name or keep the existing default name&lt;br /&gt;
&lt;br /&gt;
#To download a file, right click the file you want to download&lt;br /&gt;
#Click Download File. Note: This will send you to a new page.&lt;br /&gt;
#Now your browser will be downloading the file in question. Simply check your Downloads folder or hit Ctrl+J to open the Downloads section of your browser and move this file where you want it.&lt;br /&gt;
&lt;br /&gt;
*NEW: Use the search bar at the top of the File Manager to quickly search the file you're looking for.&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==Password Protect Folders==&lt;br /&gt;
#Under the Files section click on '''Password Protect'''.&lt;br /&gt;
#Click on '''Manage Protected Folders'''.&lt;br /&gt;
#Browse to and click on the folder that you want to set this up on and check '''Enable Protection'''. &lt;br /&gt;
#Select a user from the list or click on '''Manage Users''', then click '''Add''', and enter username and password then Save. &lt;br /&gt;
&lt;br /&gt;
==IIS Settings==&lt;br /&gt;
*Setting up error pages, default pages, advanced settings, etc.&lt;br /&gt;
===Custom Error pages===&lt;br /&gt;
#Click on '''IIS Settings''' in your WCP&lt;br /&gt;
#Click the edit button next to the error page you want to change&lt;br /&gt;
#Uncheck the '''Use System Default''' checkbox &lt;br /&gt;
#Enter the path to your custom error page &lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
===Mime Types===&lt;br /&gt;
#Click on '''IIS Settings''' in your WCP&lt;br /&gt;
#Scroll to the bottom of the window and click '''Add Mime Type'''&lt;br /&gt;
#Enter the extension for the Mime Type&lt;br /&gt;
#Enter the Mime Type information&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
*An example Mime Type is below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Extension: .mp3&lt;br /&gt;
Mime Type: audio/mpeg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information here: https://wiki.hostek.com/Mime_types&lt;br /&gt;
&lt;br /&gt;
===Default Docs===&lt;br /&gt;
*Select a default document and drag it to the top position to set it as top priority&lt;br /&gt;
*Click '''Add''' to add a default doc&lt;br /&gt;
*Click the red '''X''' to delete a default doc&lt;br /&gt;
*Click a default doc and change the name&lt;br /&gt;
*For example: change '''&amp;quot;index.htm&amp;quot;''' to '''&amp;quot;index.asp&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
===Advanced===&lt;br /&gt;
====Recycle Application Pool====&lt;br /&gt;
If you see a Service Unavailable message on your site, or have a general need to recycle a site's IIS Application Pool, you can do so through this section of WCP. &lt;br /&gt;
#Click the '''IIS Settings''' icon in WCP&lt;br /&gt;
#Click the '''Advanced''' tab in the '''IIS Settings''' section&lt;br /&gt;
#Click the '''Recycle''' button.&lt;br /&gt;
&lt;br /&gt;
==PHP Settings==&lt;br /&gt;
If you notice you need a different version of php or want to check what version you are using you can update it to that version if it is installed to the server or can enable custom php.ini settings to use specifically for your domain.&lt;br /&gt;
#Click the configuration for the domain or subdomain you want updated.&lt;br /&gt;
#Select the version you wish to use.&lt;br /&gt;
#Check the checkbox if you want to enable a custom php.ini file&lt;br /&gt;
#Click save to save the settings.&lt;br /&gt;
&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==DNS Editor==&lt;br /&gt;
'''READ FIRST''' When a new domain is added to WCP all DNS records are also created (in most cases). Clicking on the DNS Editor will open a window with these records, for editing, adding and deleting. Most times nothing needs to be done other than pointing your domain to the Primary and Secondary DNS Servers listed under [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details].&lt;br /&gt;
&lt;br /&gt;
===Create a new DNS record===&lt;br /&gt;
#Click '''Add DNS''' Record button&lt;br /&gt;
#Enter Name for record (If DNS record name is your domain name please leave this Name - text box blank as the control panel will automatically add your domain name)&lt;br /&gt;
#Choose the Record type (A, CNAME, MX, NS, TXT, SPF, SRV)&lt;br /&gt;
#Enter Data Type&lt;br /&gt;
#Generally leave the TTL (Time To Live) as the default 86400&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===Update DNS records===&lt;br /&gt;
#To update an existing DNS record click the '''Pencil''' icon next to the record you would like to update.&lt;br /&gt;
#You will then be able to change the Name of the record, the Type of record, Data of the record, and Time to Live.&lt;br /&gt;
#Once updated Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===SVR Record Fields===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: _service._protocol&lt;br /&gt;
Type: SRV&lt;br /&gt;
Data: priority weight port address&lt;br /&gt;
TTL: 86400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: _sip._udp&lt;br /&gt;
Type: SRV&lt;br /&gt;
Data: 10 5 4030 sip.mydomain.com&lt;br /&gt;
TTL: 86400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===MX Records===&lt;br /&gt;
Here are steps to setup the correct MX Records for our MailSystem:&lt;br /&gt;
*Note: These are setup by Default, and shouldn't need to be added unless changes were made.&lt;br /&gt;
#Go into  the '''DNS Editor''' in WCP.&lt;br /&gt;
#Click '''Add Record'''.&lt;br /&gt;
#In the '''Record Name''' form put &amp;quot; '''mail''' &amp;quot;.&lt;br /&gt;
#Beside '''Type''' select '''A'''.&lt;br /&gt;
#Beside '''Data''' put the IP Address of your MailServer.&lt;br /&gt;
##You can find your MailServer by clicking the '''Site Details''' button in WCP.&lt;br /&gt;
##The IP Address can be found by PINGing the server, or by performing a WHOIS search.&lt;br /&gt;
#Once this is done click '''Save'''. Now you have an '''A Record''' labeled &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
#You'll want to click '''Add Record''' again.&lt;br /&gt;
#Leave the Record Name blank this time.&lt;br /&gt;
#Beside '''Type''' select '''MX'''.&lt;br /&gt;
#Beside '''Data''' put &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
#Once you click '''Save''', you will then have an '''MX Record''', which points to &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
*Congratulations! Now all you need to do is wait for DNS Propagation, which is the 2-to-12hr time period it takes for the internet to update with these new changes.&lt;br /&gt;
&lt;br /&gt;
===SPF Records===&lt;br /&gt;
An SPF Record (simply an entry into the DNS records) is used by mail servers to know if mail coming from an address at your domain is really allowed to be sent from the sending mail server.&lt;br /&gt;
&lt;br /&gt;
To have WCP create an SPF record for you, you can click '''SPF Record''' under the '''Email Section''' and then click the '''Create''' button, or you can use the steps below to create one manually.&lt;br /&gt;
&lt;br /&gt;
If you will be using our servers send email related to your domain, you would generally use an SPF record like the following:&amp;lt;pre&amp;gt;&amp;quot;v=spf1 a mx include:spf.hostek.com -all&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For our Resellers that don't want to use hostek.com, use an SPF Record like:&amp;lt;pre&amp;gt;&amp;quot;v=spf1 a mx include:spf.ezhostingserver.com -all&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Steps to add an SPF Record to your domain:'''&lt;br /&gt;
Assuming that your DNS is managed with us:&lt;br /&gt;
#Log in to your hosting control panel at wcp.hostek.com&lt;br /&gt;
#Open the DNS Editor (DNS Manager) section&lt;br /&gt;
#Click on Add Record. &lt;br /&gt;
#Leave the Name field blank. &lt;br /&gt;
#For the Type, choose TXT&lt;br /&gt;
#For the Data enter the SPF Record detail as you need, using the sample provided above.&lt;br /&gt;
&lt;br /&gt;
'''Basic information related to some SPF Record options:'''&lt;br /&gt;
&lt;br /&gt;
The '''&amp;quot;-all&amp;quot;''' may be adjusted on a per customer basis to any of the following depending on their needs:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''-all''' = mail not sent from an address listed in the SPF record should be completely rejected (Hard Fail). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
'''~all''' = mail not sent from an address listed in the SPF record should be given a higher spam score(Soft Fail). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
'''?all''' = mail not sent from an address listed in the SPF record should be treated normally as if the domain did not have an spf record (Neutral). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Sub Domains==&lt;br /&gt;
*A sub-domain is like an extension of your domain name. For example, if your domain name were myfamily.com, a sub-domain would be in the following form: dad.myfamily.com or mom.myfamily.com etc.&lt;br /&gt;
*You can have a sub-domain pointed to any folder within your web site. If a visitor goes directly to that sub-domain he will be taken to that folder, not to your site's main page.&lt;br /&gt;
#Click on the '''Sub Domains icon'''&lt;br /&gt;
#Click &amp;quot;'''Add'''&amp;quot; sub Domain button &lt;br /&gt;
#Enter sub domain name in Name text box. This will automatically populate the Folder text box to a folder with the same name as the subdomain.&lt;br /&gt;
#If you wish this Subdomain to point to a different folder you can click on the folder icon and choose the directory you would like your Sub Domain to point to.&lt;br /&gt;
#Click on the &amp;quot;'''Save'''&amp;quot; Icon.&lt;br /&gt;
#This will create the sub domain record within your domains DNS zone, &lt;br /&gt;
*If the domains name servers are not pointed to us you will need to manually create this record where your domains DNS is hosted.&lt;br /&gt;
[[Category:Control-Panels]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Domain Alias==&lt;br /&gt;
*This will allow you to point 2 domains to the same website. How to create a Domain&lt;br /&gt;
#To create a domain alias you will click on the ''Domain Aliases icon''&lt;br /&gt;
#Click '''Add Domain Alias''' button&lt;br /&gt;
#Enter your Alias Name&lt;br /&gt;
#Click on the &amp;quot;'''Save'''&amp;quot; Icon.&lt;br /&gt;
*You will need to be sure that your Domain Alias has been registered and has the name servers pointed to the name servers found beneath the Site Details icon.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
# Some helpful video tutorials showing how to install a select few applications easily within the WCP Control Panel are below:&lt;br /&gt;
&lt;br /&gt;
*Joomla - [http://hostek.com/tutorials/joomla_Installation_tutorial.html Installing Joomla Application]&lt;br /&gt;
&lt;br /&gt;
*Wordpress - [http://hostek.com/tutorials/wordpress_Installation_tutorial.html Installing Wordpress Application]&lt;br /&gt;
&lt;br /&gt;
*Mura - [http://hostek.com/tutorials/mura_Installation_tutorial.html Installing Mura Application]&lt;br /&gt;
&lt;br /&gt;
*Magento - [http://hostek.com/tutorials/magento_Installation_tutorial.html Installing Magento Application]&lt;br /&gt;
&lt;br /&gt;
*Oscommerce - [http://hostek.com/tutorials/oscommerce_Installation_tutorial.html Installing OsCommerce Application]&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*Below is information on how to manage your email account within the WCP.&lt;br /&gt;
*'''FOR VPS''' You will also have &amp;quot;Admin&amp;quot; access to SmarterMail. Access webmail (click the webmail link in WCP) and login with user &amp;quot;admin&amp;quot; and the primary VPS password.&lt;br /&gt;
&lt;br /&gt;
==Email Users==&lt;br /&gt;
*Allows you to create Email users as well as log directly into users Webmail account&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click '''Add Email User''' button&lt;br /&gt;
#Enter email user name (Example: if you need the email address &amp;quot;admin@domain.com&amp;quot; enter the user &amp;quot;admin&amp;quot;)&lt;br /&gt;
#Enter password for Email user (**See note below regarding password requirements)&lt;br /&gt;
#Enter Display name (Usually set to the name of the person using the specific email account)&lt;br /&gt;
#Choose if you would like this user to have administrator rights&lt;br /&gt;
#Choose mail box size limit for this specific user&lt;br /&gt;
#Click on the '''Save'''&lt;br /&gt;
#'''NOTE Password requirements''' &lt;br /&gt;
*Minimum Length 6 Characters&lt;br /&gt;
*Must include Uppercase&lt;br /&gt;
*Must include Lowercase&lt;br /&gt;
*Must include Number&lt;br /&gt;
*Must include Special character&lt;br /&gt;
*Password cannot match username&lt;br /&gt;
&lt;br /&gt;
==Edit existing Email user==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click '''pencil icon''' next to user to update&lt;br /&gt;
#Update information&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
==Web mail==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Login button''' next to user you would like access the mail for&lt;br /&gt;
*Web Mail Provides links to access the Webmail program as well as to access mail before domain propagation to our mail server&lt;br /&gt;
#Click '''Web Mail icon'''&lt;br /&gt;
#If domain is propagated and pointed to our mail server you can click the '''webmail''' link to access the SmarterMail webmail log in screen.&lt;br /&gt;
#If you domain has not yet propagated to our mail server click the &amp;quot;Pr-Propagation Web Mail&amp;quot; link to access the SmarterMail webmail log in screen.&lt;br /&gt;
&lt;br /&gt;
==Mail Forwarding==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up an email alias.&lt;br /&gt;
#Click on the '''Forwarding button'''&lt;br /&gt;
#Enter Alias name&lt;br /&gt;
#Enter address for email to this Alias to be forwarded to&lt;br /&gt;
#Click on the '''Save Icon'''&lt;br /&gt;
&lt;br /&gt;
==SPF Records==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up a SPF record&lt;br /&gt;
#Click on the '''SPF Record''' button&lt;br /&gt;
#Click the '''Create''' button&lt;br /&gt;
&lt;br /&gt;
==Domain Keys==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up Domain Keys&lt;br /&gt;
#Click on the '''Domain Keys''' button&lt;br /&gt;
#Click '''Enable'''&lt;br /&gt;
&lt;br /&gt;
==MySQL database==&lt;br /&gt;
*MySQL Allow you to create a MySQL database under your domain&lt;br /&gt;
#Click on '''MySQL icon'''&lt;br /&gt;
#To add new database click '''Add MySQL Database'''&lt;br /&gt;
#Enter Database Name&lt;br /&gt;
#Enter Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#(If you need a coldfusion DSN place check in check box and provide Coldfusion DSN name)&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
*To create new user for existing database&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click '''Add new user button'''&lt;br /&gt;
#Enter Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#Place check mark in check box for each database you would like this user to have access to.&lt;br /&gt;
#To update the password on existing database user.&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click '''pencil icon next to Username'''&lt;br /&gt;
#enter new password&lt;br /&gt;
#Click on the '''Save Icon'''.&lt;br /&gt;
&lt;br /&gt;
*To update the password on existing database user.&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click pencil '''icon next to Username'''&lt;br /&gt;
#Enter new password&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==PhpMyAdmin==&lt;br /&gt;
*Allows you to log directly into your MySQL database to manage.&lt;br /&gt;
#Click on '''PhpMyAdmin link'''&lt;br /&gt;
#If you are not logged directly into your MySQL database simply enter the server your database is located on (Can be found by clicking the MySQL icon) and enter your Username and Password.&lt;br /&gt;
#Once logged in your Databases will be displayed on the Left, click on '''database name''' to manage that database.&lt;br /&gt;
*Here is a Video that will show how to create a MySQL database and how to Backup / Restore the database through PhpMyAdmin: [http://hostek.com/tutorials/managing_mysql.html PhpMyAdmin Backup and Restore Video]&lt;br /&gt;
&lt;br /&gt;
==MSSQL==&lt;br /&gt;
===To create MSSQL databases and users===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#To add a new database click '''Add MSSQL''' database&lt;br /&gt;
#Enter Database Name&lt;br /&gt;
#Choose database size&lt;br /&gt;
#Enter or Choose existing Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#Choose '''Default Collation''' (Usually left as default)&lt;br /&gt;
#Choose '''Recovery Model''' (Usually left as Simple as we make daily full backups of all #databases which we keep for 7 days)&lt;br /&gt;
#Place a Check mark in the box for Coldfusion DataSource if ColdFusion DSN is needed.&lt;br /&gt;
#Enter ColdFusion DSN name.&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To edit an existing MSSQL database===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Edit field necessary&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===Changing the MSSQL Transaction Log (Recovery Model) Settings===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Click the dropdown menu next to '''Recovery Model''' and select either '''Full''' or '''Simple'''&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To edit password for existing MSSQL user===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil next''' to user to edit&lt;br /&gt;
#Update password&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To add new MSSQL user===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Add MSSQL''' User button&lt;br /&gt;
#Enter username&lt;br /&gt;
#Enter password&lt;br /&gt;
#Place checkmark next to each database this users needs access to&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To make an MS SQL user the DB Owner===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Select the owner you wish to be the DB Owner&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==MSSQL Tools (Shared Hosting)==&lt;br /&gt;
*Allows you to log directly into MyLittleAdmin to manage your MSSQL database or MyLittleBackup to backup or restore your MSSQL database.&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Manage/Backup/Restore&lt;br /&gt;
#Select User with access to database needed&lt;br /&gt;
#Choose myLittleAdmin button to manage your MSSQL database&lt;br /&gt;
#Choose myLittleBackup button to backup/restore your database&lt;br /&gt;
&lt;br /&gt;
===To Backup and Download Your MSSQL Database===&lt;br /&gt;
&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Backup.&lt;br /&gt;
#Select User with access to database.&lt;br /&gt;
#Choose the myLittleBackup button.&lt;br /&gt;
#Click 'Backup Databases' at the top left of the new page.&lt;br /&gt;
#Select your database from the drop-down.&lt;br /&gt;
#Click 'OK' on Step 2 if the information looks correct.&lt;br /&gt;
#Name your backup and give it a description.&lt;br /&gt;
#Click 'Backup'.&lt;br /&gt;
#Click the link provided to download your SQL backup file.&lt;br /&gt;
&lt;br /&gt;
===To Restore an MSSQL Backup===&lt;br /&gt;
&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Backup.&lt;br /&gt;
#Select User with access to database.&lt;br /&gt;
#Choose the myLittleBackup button.&lt;br /&gt;
#Click 'Restore databases'&lt;br /&gt;
#Choose the database you want to restore into.&lt;br /&gt;
#Click 'Choose File' and select the SQL backup file on your computer. (Example SQL backup format: Backupname.bak)&lt;br /&gt;
#Click Upload.&lt;br /&gt;
#Click the backup file you just uploaded and press OK. &lt;br /&gt;
#Click Restore.&lt;br /&gt;
&lt;br /&gt;
==DataSources(DSN's)==&lt;br /&gt;
===Create a MySQL or MS SQL Server DSN===&lt;br /&gt;
*Allows to create a DSN for an existing database for your domain.&lt;br /&gt;
#To create a MySQL or MSSQL DataSource&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Choose MySQL or MSSQL from drop down depending on the database this is connecting to&lt;br /&gt;
#Click '''Add DSN'''&lt;br /&gt;
#Choose DSN type Access/MySQL/MSSQL&lt;br /&gt;
#Enter DSN name&lt;br /&gt;
#Enter Database name DSN will be connecting to&lt;br /&gt;
#Enter Server (Can by found by viewing database DSN is for)&lt;br /&gt;
#Enter Username for database DSN is connecting to&lt;br /&gt;
#Enter Password for database DSN is connecting to&lt;br /&gt;
#Choose if it is a ColdFusion DSN&lt;br /&gt;
#Choose if you need Unicode Support&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
===Create an Access DSN===&lt;br /&gt;
*To create an Access DataSource&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Choose '''Access''' from drop down menu&lt;br /&gt;
#Enter DSN Name&lt;br /&gt;
#Click on Folder icon to choose correct directory Access Database is located in&lt;br /&gt;
#Enter Username (If one is set for your Access Database, if not this can be left blank)&lt;br /&gt;
#Enter Password (If one is protecting your Database, if not this can be left blank)&lt;br /&gt;
#Choose if it needs to be a ColdFusion DSN&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
===Editing DSNs===&lt;br /&gt;
*To edit existing DSN&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Click pencil next to DSN to edit&lt;br /&gt;
#Update information&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==Railo Web Administrator==&lt;br /&gt;
The Railo Web Administrator gives you access to Railo-specific settings for your account such as Railo Datasources and other configuration options.&lt;br /&gt;
===Create a Railo Datasource (DSN)===&lt;br /&gt;
#From within your control panel, click on the &amp;quot;Railo Web Administrator&amp;quot; icon&lt;br /&gt;
#Inside the Railo Web Administrator click the &amp;quot;Datasources&amp;quot; link from the lefthand navigation menu. &lt;br /&gt;
#Select the database type, enter a name, and click ''Create''.&lt;br /&gt;
#Configure your datasource with all the correct server, username and password. &lt;br /&gt;
#*'''IMPORTANT''': If using MySQL also make sure the option for '''Alias Handling''' is enabled.&lt;br /&gt;
#Click the ''Create'' button, and your DSN will be available for use on your site.&lt;br /&gt;
&lt;br /&gt;
==Security and SSL==&lt;br /&gt;
Installing a new certificate, or re-keying an existing certificate.&lt;br /&gt;
&lt;br /&gt;
===Dedicated SSL===&lt;br /&gt;
'''VPS Hosting''' Request a static IP for sites added to your server which require SSL, we will provision the IP on the server and assign it in WCP for use with installing a Dedicated SSL.&lt;br /&gt;
&lt;br /&gt;
'''Shared Hosting''' If ordering a new certificate from Hostek.com you will be assigned a static IP, if importing from another provider you will need to request a static IP be assigned before the certificate can be activated.&lt;br /&gt;
&lt;br /&gt;
#Login to WCP, (select the domain, in some cases), Security and SSL, '''Dedicated SSL (click)'''&lt;br /&gt;
#Click '''Generate CSR (Certificate Signing Request)'''&lt;br /&gt;
#Fill in the requested information.&lt;br /&gt;
#Click Create&lt;br /&gt;
#Copy the '''Certificate Signing Request (CSR)''', which should be used when placing a new SSL order or re-keying an existing certificate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Shared SSL(shared hosting)===&lt;br /&gt;
#Login to WCP, (select the domain, in some cases), Security and SSL, '''Shared SSL (click)'''&lt;br /&gt;
#Click '''Enable'''&lt;br /&gt;
#The URL for your sites shared SSL will be provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Deny IPs===&lt;br /&gt;
This tool allows you to specify if an IP is blocked or allowed, and whether your site is by default denying access.&lt;br /&gt;
&lt;br /&gt;
To block an IP:&lt;br /&gt;
#Grab the IP you need blocked from a log or from an email&lt;br /&gt;
#In the Deny IPs tool click Add&lt;br /&gt;
#Paste or type in the IP&lt;br /&gt;
#Choose Block in the drop down menu (By default it's set to Block)&lt;br /&gt;
#Click Save&lt;br /&gt;
&lt;br /&gt;
To block all IPs (Useful if your site is not live yet):&lt;br /&gt;
#Click the Settings tab at the top&lt;br /&gt;
#Open up the drop down menu next to Default Access&lt;br /&gt;
#Choose Block (By default this is Allow)&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To view your account's quotas and how much resources you have available:&lt;br /&gt;
#Log in to WCP&lt;br /&gt;
#Click the '''Usage''' icon&lt;br /&gt;
&lt;br /&gt;
Here you can see the limits and amount used for the following resources: '''Site Disk Space, Site Bandwidth, Mail Disk Space, MySQL Disk Space,''' and '''MS SQL Disk Space''' (if applicable)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==VPS Manager (VPS Accounts)==&lt;br /&gt;
&lt;br /&gt;
Overview of the '''VPS Manager''' section in the control panel.&lt;br /&gt;
&lt;br /&gt;
===Service Groups===&lt;br /&gt;
&lt;br /&gt;
The service groups section allows you to specify which services a domain should use when being created or when databases are added to the domain.  If you only have a single VPS server, the default service group will usually be used for everything.  However, if you have multiple servers, you can use this section to allow new domains to use services on both servers (I.E. Use one server for the website and another for the database).  It is also possible to create service groups that offers fewer services in-case you want to create domains with no dns, no mail, or no website.&lt;br /&gt;
&lt;br /&gt;
Options overview:&lt;br /&gt;
* '''Name''': A name you will use to reference this group of services when creating or modifying a domain&lt;br /&gt;
* '''Site Service''': The server on which the website for this domain will be created.&lt;br /&gt;
* '''Mail Service''': The server on which the mail account for this domain will be created.&lt;br /&gt;
* '''DNS Service''': The server on which the DNS zone for this domain will be created.&lt;br /&gt;
* '''MSSQL Service''': The server on which new MSSQL databases will be created.&lt;br /&gt;
* '''MySQL Service''': The server on which new MySQL databases will be created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Server Details===&lt;br /&gt;
&lt;br /&gt;
This page gives a brief overview of resource resource usage on the server and the server's 'Computer Name' as configured in Windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Firewall Management===&lt;br /&gt;
&lt;br /&gt;
This page allows you to manage the Windows Firewall rules for some common ports.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Service Manager===&lt;br /&gt;
&lt;br /&gt;
This page allows you to start, restart, or stop some common services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Add Domain===&lt;br /&gt;
&lt;br /&gt;
This page allows you to add new VPS domains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===List Domains===&lt;br /&gt;
&lt;br /&gt;
This page lists existing VPS domains and allows you to remove or modify them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Control-Panels]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=SiteBuilder&amp;diff=2182</id>
		<title>SiteBuilder</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=SiteBuilder&amp;diff=2182"/>
				<updated>2014-07-03T20:05:06Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: A tutorial on the features and tools of SiteBuilder, a BaseKit software.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==What is SiteBuilder?==&lt;br /&gt;
SiteBuilder is an easy-to-use, programming optional way to create a website. If you don't already have a BaseKit SiteBuilder license, you can easily purchase one [http://hostek.com/sitebuilder/pricing.htm Here].&lt;br /&gt;
&lt;br /&gt;
==After Your Purchase==&lt;br /&gt;
===How to Login===&lt;br /&gt;
To login, you will want to go to http://sitebuilder.ezhostingserver.com and use the username and password given to you in your email once your purchase has completed.&lt;br /&gt;
&lt;br /&gt;
===Choosing Your Template===&lt;br /&gt;
Once logged in, you will see a bar at the bottom of your screen that has many different free templates to choose from. You can navigate all of the templates at the search bar and menu at the left side. &lt;br /&gt;
#Search or click through the templates&lt;br /&gt;
#Choose the one you want by clicking &amp;quot;Yes, this one&amp;quot; next to the template&lt;br /&gt;
#The siteBuilder will load the template for you to start working with&lt;br /&gt;
&lt;br /&gt;
===How to Edit Your Website===&lt;br /&gt;
Once you login you will see the SiteBuilder main page. From here you can add text, pages, images and more. This is also the place where you can preview and publish your changes.&lt;br /&gt;
In the main window, you should see a bar at the top that shows Theme Colors, Theme Fonts, and Background.&lt;br /&gt;
To change the Theme Colors:&lt;br /&gt;
#Click on Theme Colors&lt;br /&gt;
#Depending on the theme, these colors will vary, but clicking on any one of them will change the whole layout.&lt;br /&gt;
&lt;br /&gt;
To change the Theme Font:&lt;br /&gt;
#Click on Theme Fonts&lt;br /&gt;
#Notice the preview pane for the fonts. This will also vary depending on the theme.&lt;br /&gt;
#Click on the one you want, and watch your site text change. Play around with this until you find one that suits your site.&lt;br /&gt;
&lt;br /&gt;
To change the Background:&lt;br /&gt;
#Click on Background&lt;br /&gt;
#Click the drop down menu to choose between a solid color, an image, a &amp;quot;flex&amp;quot; background, and a linear gradient. Each one of these opens more options, so below will be a short synopsis about each.&lt;br /&gt;
##Solid Color backgrounds are fairly self explanatory, but SiteBuilder allows you to choose from virtually any color possible. Click the rectangle under Type to open the color picker. This tool allows you to choose the lightness, the saturation, and the hue. It also gives you a Hex key to use to match other pages with this color.&lt;br /&gt;
##Images give your site personality as you can convey your site to be a veritable oasis by placing an image of a Hawai'ian beach or the grittiness of the city by selecting an urban still. To select an image, drag the image you want to the arrow in the menu. Just remember the image needs to match the size of your webpage.&lt;br /&gt;
##A Flex background is an image background, but instead of the image being used once for the entire page, it gets used for each editable field as well. &lt;br /&gt;
##A linear gradient creates a blending of two colors. To choose these two colors, click the two boxes under Type and choose the colors you want. Once you're done with the color, you can choose the angle. You can either choose a base angle from the drop down menu, or choose from any angle by using the slider.&lt;br /&gt;
&lt;br /&gt;
====Adding Pages====&lt;br /&gt;
#Mouse over &amp;quot;+ Add&amp;quot; and click Create Page. You can also Create Folder, which will allow you to better keep track of your similar pages.&lt;br /&gt;
#A box will appear to give you the option to choose the name. E.g. About Us&lt;br /&gt;
#Choose what the URL name will be. Staying with the same example, about-us. (Note: This information is auto filled by default, but you can choose something different if you wish)&lt;br /&gt;
#Choose what this new page will be called. This is also auto filled.&lt;br /&gt;
#Choose whether you want this page to be active, a draft, or inactive.&lt;br /&gt;
##Active means the page will be publicly visable when published.&lt;br /&gt;
##Draft means you can edit it, save it, and wait to publish until you choose to.&lt;br /&gt;
##Inactive means it will only be visible in the editor.&lt;br /&gt;
&lt;br /&gt;
====Adding Widgets====&lt;br /&gt;
A widget is any form of addon that helps with the functionality of your site. This inclused Text and Image panes, Content forms, Email forms, Twitter feeds, etc.&lt;br /&gt;
On the bottom of the left pane, you will see many different colored bars representing the different categories. Select the one you want by dragging it to your webpage. Once the widget is in place, you can change the settings of the widget, move it around, or delete it altogether.&lt;br /&gt;
&lt;br /&gt;
====Adding Media====&lt;br /&gt;
Media is uploaded to SiteBuilder through the + icon. Your maximum amount of space allotted changes depending on the SiteBuilder account you have.&lt;br /&gt;
You can also search through the media already uploaded by clicking either the Files and Images bar or by the search bar under Media.&lt;br /&gt;
When you've uploaded your image/sound byte, you will want to drag the file to your webpage to insert it, and like the Widgets you can easily modify the settings or move the media file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Managing Your Website==&lt;br /&gt;
Once you're done making your website look the way you want, you will have the ability to make it act the way you want. To manage your website, click Manage at the very top menu. This will send you to another list of options.&lt;br /&gt;
&lt;br /&gt;
===Site Status===&lt;br /&gt;
The Site Status page allows you to change the domain name used for the site, in the event you ever get tired of your current domain name. Note: This does mean you must register a new domain name.&lt;br /&gt;
&lt;br /&gt;
===Domain Mapping===&lt;br /&gt;
Domain mappings allow you to point your registered domain to your SiteBuilder acount. To learn more, click the Map A Domain button in SiteBuilder.&lt;br /&gt;
&lt;br /&gt;
===What is a Favicon?===&lt;br /&gt;
A Favicon is the icon shown when you browse to a site. We all have been to Google's site and seen their trademark G on the tab. This editor allows you to make your mark. &lt;br /&gt;
To add a favicon, simply click Choose an Image or drag and drop an image from your computer. For best image results, the favicon should be a 16X16 image.&lt;br /&gt;
&lt;br /&gt;
===Ecommerce===&lt;br /&gt;
SiteBuilder allows you to link up your site to your PayPal account to enable you to do business the way you want it. Simply input the email address used by PayPal and change the currency to what you require.&lt;br /&gt;
&lt;br /&gt;
===SEO===&lt;br /&gt;
SEO or Search Engine Optimization is what brings people to your site. For effective SEO, you will want to be specific without being niche, but broad enough to entice people to visit your site.&lt;br /&gt;
To add SEO settings to your site:&lt;br /&gt;
#Type a Title for your site. E.g. &amp;quot;My Test Site&amp;quot;&lt;br /&gt;
#Type a description for people to search for. E.g. &amp;quot;This is a test site designed to teach effective use of the SiteBuilder platform.&amp;quot;&lt;br /&gt;
#Type some keywords. For my site, I would choose these: SiteBuilder,Tutorial,Educational,Testing,Hostek (Note: The keywords aren't case sensitive in most cases)&lt;br /&gt;
#Select your local site language. If your site has more than one, then go with the one that most of your users use.&lt;br /&gt;
&lt;br /&gt;
===Redirects===&lt;br /&gt;
Redirects are useful when you have information on a different page or wish for people to visit a different page due to maintenance. &lt;br /&gt;
To add a redirect:&lt;br /&gt;
#Click New&lt;br /&gt;
#Type in a page name. Can be found in your list of pages.&lt;br /&gt;
#Choose a destination in the drop down menu&lt;br /&gt;
#Choose whether this is permanent or temporary&lt;br /&gt;
#Click Create redirect&lt;br /&gt;
&lt;br /&gt;
===Users===&lt;br /&gt;
This tool allows you to create logins for others to use, but gives them limited permissions. This is most often used if you have a web developer doing the work for you, but you don't necessarily want the developer to have complete access.&lt;br /&gt;
To create a new user:&lt;br /&gt;
#Click New&lt;br /&gt;
#Give the new user a name&lt;br /&gt;
#Select an email address for password retrieval&lt;br /&gt;
#Make the user a password&lt;br /&gt;
#Select the default language for the user. This defaults to the default language of the site.&lt;br /&gt;
#Click Create user&lt;br /&gt;
&lt;br /&gt;
===Reset===&lt;br /&gt;
This tool allows you to completely reset all changes to the default. Note: This is permanent, and cannot be retrieved. Please only use if you're absolutely sure you need a reset.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
By: Cory C.&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=WCP_(Windows_based_Control_Panel)&amp;diff=2166</id>
		<title>WCP (Windows based Control Panel)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=WCP_(Windows_based_Control_Panel)&amp;diff=2166"/>
				<updated>2014-06-15T17:59:47Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Security and SSL */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How To Login To My WCP Control Panel==&lt;br /&gt;
#To manage your domain, login to the WCP Control Panel, using the details below&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: &lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
*You can also login to the control panel through your billing control panel https://cp.hostek.com/clientarea.php&lt;br /&gt;
#Click on  ''''My Services'''' 'Click the '''small Green arrow''' on the the notepad to the right'&lt;br /&gt;
#Now click the '''Login to Control Panel''' Icon'''&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Custom URL for the WCP Control Panel==&lt;br /&gt;
The WCP can als be accessed by wcp.your_domain.com&lt;br /&gt;
&lt;br /&gt;
Setup wcp.your_domain.com as an A record for &amp;quot;184.175.108.65&amp;quot; or as a CName record for &amp;quot;wcp.ezhostingserver.com&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Resellers and VPS - WCP White label Settings===&lt;br /&gt;
Resellers and VPS customers can setup their logo in their Reseller control panel, however those additional features will only be available when accessing the control panel using the specific domain they configured within the Reseller Setttings of the control panel. The Reseller settings will be available using '''any''' URL, and as mentioned within these settings the reseller '''URL''' can be setup and other whitelabel options (custom control panel logo, favicon, etc.) making WCP the ultimate Windows Control Panel.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Windows VPS]]&lt;br /&gt;
[[Category:Resellers]]&lt;br /&gt;
&lt;br /&gt;
==Adding Additional Control Panel Logins==&lt;br /&gt;
*This will allow you to set up additional control panel logins for you or for others involved in editing or managing your account. You can limit the Permissions or options available for them to manage.&lt;br /&gt;
#Login to the WCP Control Panel, using the details below&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: &lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
#Click on the '''Control panel Logins''' tab, then click on the '''Add''' icon.&lt;br /&gt;
#Put the &amp;quot;Username, Password and if you want them to have Limited Permission.&lt;br /&gt;
#If you want them to have Limited Permission then check the '''Limited Permission''' box. This will load a dropdown where you can select what privlages they have to manage.&lt;br /&gt;
#Once you are done click the '''Save''' icon at the bottom of the screen.&lt;br /&gt;
#Once it has been added you or they can login by going to https://wcp.hostek.com/Login.aspx and using the username and password that you set for it.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Unlimited Plans - Add Additional Domains==&lt;br /&gt;
You will want to follow these steps in to generate a +1 Control Panel for a separate Domain. (Please note the difference between Registration and Hosting: [https://wiki.hostek.com/Domain_Registration_and_Domain_Name_Management#Domain_Registration_Information_vs._Domain_Hosting_Information  '''here''')] &amp;lt;br clear=all&amp;gt; This would be under your Windows Unlimited account, or your Windows Business/Pro plan.&lt;br /&gt;
&lt;br /&gt;
#Login to your WCP control panel&lt;br /&gt;
#*Windows Unlimited: For adding a third (or more) domain select any domain from the upper right hand corner dropdown box &amp;quot;Domains&amp;quot;.&lt;br /&gt;
#Within the &amp;quot;Domains&amp;quot; box click the &amp;quot;Addon Domains&amp;quot; icon.&lt;br /&gt;
#Click &amp;quot;Add&amp;quot; and enter the following:&lt;br /&gt;
#*Domain Name&lt;br /&gt;
#*Username&lt;br /&gt;
#*Password&lt;br /&gt;
#Click &amp;quot;Save&amp;quot;&lt;br /&gt;
#To manage the domain, you can now select it from the '''Domains''' drop-down list/box.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==Site Details==&lt;br /&gt;
We recommend you review the &amp;quot;Site Settings&amp;quot; which includes many important details about your domain including:&lt;br /&gt;
&lt;br /&gt;
WCP (login and select domain) &amp;gt; Website Settings &amp;gt; '''Site Details'''&lt;br /&gt;
&lt;br /&gt;
*Testing URL&lt;br /&gt;
*Primary and Secondary DNS&lt;br /&gt;
*Site IP&lt;br /&gt;
*Web Root Path&lt;br /&gt;
*FTP Root Path&lt;br /&gt;
===IIS Version &amp;amp; ColdFusion Version (if applicable)===&lt;br /&gt;
To get your domain's IIS Version and ColdFusion Version (if applicable) log in to WCP and under the Settings section, click on the Site Details option.&lt;br /&gt;
&lt;br /&gt;
==FTP Accounts==&lt;br /&gt;
*Adding or editing FTP accounts.&lt;br /&gt;
#click on the '''FTP Accounts''' tab.&lt;br /&gt;
#To edit one click on the little '''Pencil Icon''' to the left, to add one click on the '''Add FTP User''' tab.&lt;br /&gt;
#If you are adding one you will set the Username:, Password: and folder then click the #Click on the '''Save''' Icon.&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==File Manager== &lt;br /&gt;
*Basic File Operations, file uploading and editing now supported- Zip, GZip, and Tar Archive support.&lt;br /&gt;
#Click on the '''File Manager icon''', then the '''Login icon''' on the next screen.&lt;br /&gt;
#To create files or Directory's outside the WWW root folder right click and click on the '''Create File''' or '''Create Directory''' option.&lt;br /&gt;
#Click the '''Continue Icon''' to add this.&lt;br /&gt;
#To add/edit files in the WWWroot click on the '''wwwroot file'''.&lt;br /&gt;
#once you are in you can add, edit or delete by right clicking and clicking on the options given.&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==Password Protect Folders==&lt;br /&gt;
#Under the Files section click on '''Password Protect'''.&lt;br /&gt;
#Click on '''Manage Protected Folders'''.&lt;br /&gt;
#Browse to and click on the folder that you want to set this up on and check '''Enable Protection'''. &lt;br /&gt;
#Select a user from the list or click on '''Manage Users''', then click '''Add''', and enter username and password then Save. &lt;br /&gt;
&lt;br /&gt;
==IIS Settings==&lt;br /&gt;
*Setting up error pages, default pages, advanced settings, etc.&lt;br /&gt;
===Custom Error pages===&lt;br /&gt;
#Click on '''IIS Settings''' in your WCP&lt;br /&gt;
#Click the edit button next to the error page you want to change&lt;br /&gt;
#Uncheck the '''Use System Default''' checkbox &lt;br /&gt;
#Enter the path to your custom error page &lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
===Mime Types===&lt;br /&gt;
#Click on '''IIS Settings''' in your WCP&lt;br /&gt;
#Scroll to the bottom of the window and click '''Add Mime Type'''&lt;br /&gt;
#Enter the extension for the Mime Type&lt;br /&gt;
#Enter the Mime Type information&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
*An example Mime Type is below:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Extension: .mp3&lt;br /&gt;
Mime Type: audio/mpeg&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information here: https://wiki.hostek.com/Mime_types&lt;br /&gt;
&lt;br /&gt;
===Default Docs===&lt;br /&gt;
*Select a default document and drag it to the top position to set it as top priority&lt;br /&gt;
*Click '''Add''' to add a default doc&lt;br /&gt;
*Click the red '''X''' to delete a default doc&lt;br /&gt;
*Click a default doc and change the name&lt;br /&gt;
*For example: change '''&amp;quot;index.htm&amp;quot;''' to '''&amp;quot;index.asp&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
===Advanced===&lt;br /&gt;
====Recycle Application Pool====&lt;br /&gt;
If you see a Service Unavailable message on your site, or have a general need to recycle a site's IIS Application Pool, you can do so through this section of WCP. &lt;br /&gt;
#Click the '''IIS Settings''' icon in WCP&lt;br /&gt;
#Click the '''Advanced''' tab in the '''IIS Settings''' section&lt;br /&gt;
#Click the '''Recycle''' button.&lt;br /&gt;
&lt;br /&gt;
==PHP Settings==&lt;br /&gt;
If you notice you need a different version of php or want to check what version you are using you can update it to that version if it is installed to the server or can enable custom php.ini settings to use specifically for your domain.&lt;br /&gt;
#Click the configuration for the domain or subdomain you want updated.&lt;br /&gt;
#Select the version you wish to use.&lt;br /&gt;
#Check the checkbox if you want to enable a custom php.ini file&lt;br /&gt;
#Click save to save the settings.&lt;br /&gt;
&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
==DNS Editor==&lt;br /&gt;
'''READ FIRST''' When a new domain is added to WCP all DNS records are also created (in most cases). Clicking on the DNS Editor will open a window with these records, for editing, adding and deleting. Most times nothing needs to be done other than pointing your domain to the Primary and Secondary DNS Servers listed under [https://wiki.hostek.com/WCP_(Windows_based_Control_Panel)#Site_Details WCP Site Details].&lt;br /&gt;
&lt;br /&gt;
===Create a new DNS record===&lt;br /&gt;
#Click '''Add DNS''' Record button&lt;br /&gt;
#Enter Name for record (If DNS record name is your domain name please leave this Name - text box blank as the control panel will automatically add your domain name)&lt;br /&gt;
#Choose the Record type (A, CNAME, MX, NS, TXT, SPF, SRV)&lt;br /&gt;
#Enter Data Type&lt;br /&gt;
#Generally leave the TTL (Time To Live) as the default 86400&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===Update DNS records===&lt;br /&gt;
#To update an existing DNS record click the '''Pencil''' icon next to the record you would like to update.&lt;br /&gt;
#You will then be able to change the Name of the record, the Type of record, Data of the record, and Time to Live.&lt;br /&gt;
#Once updated Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===SVR Record Fields===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: _service._protocol&lt;br /&gt;
Type: SRV&lt;br /&gt;
Data: priority weight port address&lt;br /&gt;
TTL: 86400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Name: _sip._udp&lt;br /&gt;
Type: SRV&lt;br /&gt;
Data: 10 5 4030 sip.mydomain.com&lt;br /&gt;
TTL: 86400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===MX Records===&lt;br /&gt;
Here are steps to setup the correct MX Records for our MailSystem:&lt;br /&gt;
*Note: These are setup by Default, and shouldn't need to be added unless changes were made.&lt;br /&gt;
#Go into  the '''DNS Editor''' in WCP.&lt;br /&gt;
#Click '''Add Record'''.&lt;br /&gt;
#In the '''Record Name''' form put &amp;quot; '''mail''' &amp;quot;.&lt;br /&gt;
#Beside '''Type''' select '''A'''.&lt;br /&gt;
#Beside '''Data''' put the IP Address of your MailServer.&lt;br /&gt;
##You can find your MailServer by clicking the '''Site Details''' button in WCP.&lt;br /&gt;
##The IP Address can be found by PINGing the server, or by performing a WHOIS search.&lt;br /&gt;
#Once this is done click '''Save'''. Now you have an '''A Record''' labeled &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
#You'll want to click '''Add Record''' again.&lt;br /&gt;
#Leave the Record Name blank this time.&lt;br /&gt;
#Beside '''Type''' select '''MX'''.&lt;br /&gt;
#Beside '''Data''' put &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
#Once you click '''Save''', you will then have an '''MX Record''', which points to &amp;quot;mail.'''yourdomain'''.com&amp;quot;.&lt;br /&gt;
*Congratulations! Now all you need to do is wait for DNS Propagation, which is the 2-to-12hr time period it takes for the internet to update with these new changes.&lt;br /&gt;
&lt;br /&gt;
===SPF Records===&lt;br /&gt;
An SPF Record (simply an entry into the DNS records) is used by mail servers to know if mail coming from an address at your domain is really allowed to be sent from the sending mail server.&lt;br /&gt;
&lt;br /&gt;
To have WCP create an SPF record for you, you can click '''SPF Record''' under the '''Email Section''' and then click the '''Create''' button, or you can use the steps below to create one manually.&lt;br /&gt;
&lt;br /&gt;
If you will be using our servers send email related to your domain, you would generally use an SPF record like the following:&amp;lt;pre&amp;gt;&amp;quot;v=spf1 a mx include:spf.hostek.com -all&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For our Resellers that don't want to use hostek.com, use an SPF Record like:&amp;lt;pre&amp;gt;&amp;quot;v=spf1 a mx include:spf.ezhostingserver.com -all&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
'''Steps to add an SPF Record to your domain:'''&lt;br /&gt;
Assuming that your DNS is managed with us:&lt;br /&gt;
#Log in to your hosting control panel at wcp.hostek.com&lt;br /&gt;
#Open the DNS Editor (DNS Manager) section&lt;br /&gt;
#Click on Add Record. &lt;br /&gt;
#Leave the Name field blank. &lt;br /&gt;
#For the Type, choose TXT&lt;br /&gt;
#For the Data enter the SPF Record detail as you need, using the sample provided above.&lt;br /&gt;
&lt;br /&gt;
'''Basic information related to some SPF Record options:'''&lt;br /&gt;
&lt;br /&gt;
The '''&amp;quot;-all&amp;quot;''' may be adjusted on a per customer basis to any of the following depending on their needs:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''-all''' = mail not sent from an address listed in the SPF record should be completely rejected (Hard Fail). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
'''~all''' = mail not sent from an address listed in the SPF record should be given a higher spam score(Soft Fail). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
'''?all''' = mail not sent from an address listed in the SPF record should be treated normally as if the domain did not have an spf record (Neutral). Mail that IS sent from an address in the SPF record may be given a lower spam score by some servers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Sub Domains==&lt;br /&gt;
*A sub-domain is like an extension of your domain name. For example, if your domain name were myfamily.com, a sub-domain would be in the following form: dad.myfamily.com or mom.myfamily.com etc.&lt;br /&gt;
*You can have a sub-domain pointed to any folder within your web site. If a visitor goes directly to that sub-domain he will be taken to that folder, not to your site's main page.&lt;br /&gt;
#Click on the '''Sub Domains icon'''&lt;br /&gt;
#Click &amp;quot;'''Add'''&amp;quot; sub Domain button &lt;br /&gt;
#Enter sub domain name in Name text box. This will automatically populate the Folder text box to a folder with the same name as the subdomain.&lt;br /&gt;
#If you wish this Subdomain to point to a different folder you can click on the folder icon and choose the directory you would like your Sub Domain to point to.&lt;br /&gt;
#Click on the &amp;quot;'''Save'''&amp;quot; Icon.&lt;br /&gt;
#This will create the sub domain record within your domains DNS zone, &lt;br /&gt;
*If the domains name servers are not pointed to us you will need to manually create this record where your domains DNS is hosted.&lt;br /&gt;
[[Category:Control-Panels]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
&lt;br /&gt;
==Domain Alias==&lt;br /&gt;
*This will allow you to point 2 domains to the same website. How to create a Domain&lt;br /&gt;
#To create a domain alias you will click on the ''Domain Aliases icon''&lt;br /&gt;
#Click '''Add Domain Alias''' button&lt;br /&gt;
#Enter your Alias Name&lt;br /&gt;
#Click on the &amp;quot;'''Save'''&amp;quot; Icon.&lt;br /&gt;
*You will need to be sure that your Domain Alias has been registered and has the name servers pointed to the name servers found beneath the Site Details icon.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
# Some helpful video tutorials showing how to install a select few applications easily within the WCP Control Panel are below:&lt;br /&gt;
&lt;br /&gt;
*Joomla - [http://hostek.com/tutorials/joomla_Installation_tutorial.html Installing Joomla Application]&lt;br /&gt;
&lt;br /&gt;
*Wordpress - [http://hostek.com/tutorials/wordpress_Installation_tutorial.html Installing Wordpress Application]&lt;br /&gt;
&lt;br /&gt;
*Mura - [http://hostek.com/tutorials/mura_Installation_tutorial.html Installing Mura Application]&lt;br /&gt;
&lt;br /&gt;
*Magento - [http://hostek.com/tutorials/magento_Installation_tutorial.html Installing Magento Application]&lt;br /&gt;
&lt;br /&gt;
*Oscommerce - [http://hostek.com/tutorials/oscommerce_Installation_tutorial.html Installing OsCommerce Application]&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*Below is information on how to manage your email account within the WCP.&lt;br /&gt;
*'''FOR VPS''' You will also have &amp;quot;Admin&amp;quot; access to SmarterMail. Access webmail (click the webmail link in WCP) and login with user &amp;quot;admin&amp;quot; and the primary VPS password.&lt;br /&gt;
&lt;br /&gt;
==Email Users==&lt;br /&gt;
*Allows you to create Email users as well as log directly into users Webmail account&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click '''Add Email User''' button&lt;br /&gt;
#Enter email user name (Example: if you need the email address &amp;quot;admin@domain.com&amp;quot; enter the user &amp;quot;admin&amp;quot;)&lt;br /&gt;
#Enter password for Email user (**See note below regarding password requirements)&lt;br /&gt;
#Enter Display name (Usually set to the name of the person using the specific email account)&lt;br /&gt;
#Choose if you would like this user to have administrator rights&lt;br /&gt;
#Choose mail box size limit for this specific user&lt;br /&gt;
#Click on the '''Save'''&lt;br /&gt;
#'''NOTE Password requirements''' &lt;br /&gt;
*Minimum Length 6 Characters&lt;br /&gt;
*Must include Uppercase&lt;br /&gt;
*Must include Lowercase&lt;br /&gt;
*Must include Number&lt;br /&gt;
*Must include Special character&lt;br /&gt;
*Password cannot match username&lt;br /&gt;
&lt;br /&gt;
==Edit existing Email user==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click '''pencil icon''' next to user to update&lt;br /&gt;
#Update information&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
==Web mail==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Login button''' next to user you would like access the mail for&lt;br /&gt;
*Web Mail Provides links to access the Webmail program as well as to access mail before domain propagation to our mail server&lt;br /&gt;
#Click '''Web Mail icon'''&lt;br /&gt;
#If domain is propagated and pointed to our mail server you can click the '''webmail''' link to access the SmarterMail webmail log in screen.&lt;br /&gt;
#If you domain has not yet propagated to our mail server click the &amp;quot;Pr-Propagation Web Mail&amp;quot; link to access the SmarterMail webmail log in screen.&lt;br /&gt;
&lt;br /&gt;
==Mail Forwarding==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up an email alias.&lt;br /&gt;
#Click on the '''Forwarding button'''&lt;br /&gt;
#Enter Alias name&lt;br /&gt;
#Enter address for email to this Alias to be forwarded to&lt;br /&gt;
#Click on the '''Save Icon'''&lt;br /&gt;
&lt;br /&gt;
==SPF Records==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up a SPF record&lt;br /&gt;
#Click on the '''SPF Record''' button&lt;br /&gt;
#Click the '''Create''' button&lt;br /&gt;
&lt;br /&gt;
==Domain Keys==&lt;br /&gt;
#Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
*Allows you to set up Domain Keys&lt;br /&gt;
#Click on the '''Domain Keys''' button&lt;br /&gt;
#Click '''Enable'''&lt;br /&gt;
&lt;br /&gt;
==MySQL database==&lt;br /&gt;
*MySQL Allow you to create a MySQL database under your domain&lt;br /&gt;
#Click on '''MySQL icon'''&lt;br /&gt;
#To add new database click '''Add MySQL Database'''&lt;br /&gt;
#Enter Database Name&lt;br /&gt;
#Enter Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#(If you need a coldfusion DSN place check in check box and provide Coldfusion DSN name)&lt;br /&gt;
#Click '''Save'''&lt;br /&gt;
&lt;br /&gt;
*To create new user for existing database&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click '''Add new user button'''&lt;br /&gt;
#Enter Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#Place check mark in check box for each database you would like this user to have access to.&lt;br /&gt;
#To update the password on existing database user.&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click '''pencil icon next to Username'''&lt;br /&gt;
#enter new password&lt;br /&gt;
#Click on the '''Save Icon'''.&lt;br /&gt;
&lt;br /&gt;
*To update the password on existing database user.&lt;br /&gt;
#Click '''MySQL icon'''&lt;br /&gt;
#Click pencil '''icon next to Username'''&lt;br /&gt;
#Enter new password&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==PhpMyAdmin==&lt;br /&gt;
*Allows you to log directly into your MySQL database to manage.&lt;br /&gt;
#Click on '''PhpMyAdmin link'''&lt;br /&gt;
#If you are not logged directly into your MySQL database simply enter the server your database is located on (Can be found by clicking the MySQL icon) and enter your Username and Password.&lt;br /&gt;
#Once logged in your Databases will be displayed on the Left, click on '''database name''' to manage that database.&lt;br /&gt;
*Here is a Video that will show how to create a MySQL database and how to Backup / Restore the database through PhpMyAdmin: [http://hostek.com/tutorials/managing_mysql.html PhpMyAdmin Backup and Restore Video]&lt;br /&gt;
&lt;br /&gt;
==MSSQL==&lt;br /&gt;
===To create MSSQL databases and users===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#To add a new database click '''Add MSSQL''' database&lt;br /&gt;
#Enter Database Name&lt;br /&gt;
#Choose database size&lt;br /&gt;
#Enter or Choose existing Username&lt;br /&gt;
#Enter Password&lt;br /&gt;
#Choose '''Default Collation''' (Usually left as default)&lt;br /&gt;
#Choose '''Recovery Model''' (Usually left as Simple as we make daily full backups of all #databases which we keep for 7 days)&lt;br /&gt;
#Place a Check mark in the box for Coldfusion DataSource if ColdFusion DSN is needed.&lt;br /&gt;
#Enter ColdFusion DSN name.&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To edit an existing MSSQL database===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Edit field necessary&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===Changing the MSSQL Transaction Log (Recovery Model) Settings===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Click the dropdown menu next to '''Recovery Model''' and select either '''Full''' or '''Simple'''&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To edit password for existing MSSQL user===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil next''' to user to edit&lt;br /&gt;
#Update password&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To add new MSSQL user===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Add MSSQL''' User button&lt;br /&gt;
#Enter username&lt;br /&gt;
#Enter password&lt;br /&gt;
#Place checkmark next to each database this users needs access to&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
===To make an MS SQL user the DB Owner===&lt;br /&gt;
#Click '''MSSQL icon'''&lt;br /&gt;
#Click '''Pencil icon''' next to database name to edit&lt;br /&gt;
#Select the owner you wish to be the DB Owner&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==MSSQL Tools (Shared Hosting)==&lt;br /&gt;
*Allows you to log directly into MyLittleAdmin to manage your MSSQL database or MyLittleBackup to backup or restore your MSSQL database.&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Manage/Backup/Restore&lt;br /&gt;
#Select User with access to database needed&lt;br /&gt;
#Choose myLittleAdmin button to manage your MSSQL database&lt;br /&gt;
#Choose myLittleBackup button to backup/restore your database&lt;br /&gt;
&lt;br /&gt;
===To Backup and Download Your MSSQL Database===&lt;br /&gt;
&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Backup.&lt;br /&gt;
#Select User with access to database.&lt;br /&gt;
#Choose the myLittleBackup button.&lt;br /&gt;
#Click 'Backup Databases' at the top left of the new page.&lt;br /&gt;
#Select your database from the drop-down.&lt;br /&gt;
#Click 'OK' on Step 2 if the information looks correct.&lt;br /&gt;
#Name your backup and give it a description.&lt;br /&gt;
#Click 'Backup'.&lt;br /&gt;
#Click the link provided to download your SQL backup file.&lt;br /&gt;
&lt;br /&gt;
===To Restore an MSSQL Backup===&lt;br /&gt;
&lt;br /&gt;
#Click '''MSSQL Tools''' icon&lt;br /&gt;
#Select database to Backup.&lt;br /&gt;
#Select User with access to database.&lt;br /&gt;
#Choose the myLittleBackup button.&lt;br /&gt;
#Click 'Restore databases'&lt;br /&gt;
#Choose the database you want to restore into.&lt;br /&gt;
#Click 'Choose File' and select the SQL backup file on your computer. (Example SQL backup format: Backupname.bak)&lt;br /&gt;
#Click Upload.&lt;br /&gt;
#Click the backup file you just uploaded and press OK. &lt;br /&gt;
#Click Restore.&lt;br /&gt;
&lt;br /&gt;
==DataSources(DSN's)==&lt;br /&gt;
===Create a MySQL or MS SQL Server DSN===&lt;br /&gt;
*Allows to create a DSN for an existing database for your domain.&lt;br /&gt;
#To create a MySQL or MSSQL DataSource&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Choose MySQL or MSSQL from drop down depending on the database this is connecting to&lt;br /&gt;
#Click '''Add DSN'''&lt;br /&gt;
#Choose DSN type Access/MySQL/MSSQL&lt;br /&gt;
#Enter DSN name&lt;br /&gt;
#Enter Database name DSN will be connecting to&lt;br /&gt;
#Enter Server (Can by found by viewing database DSN is for)&lt;br /&gt;
#Enter Username for database DSN is connecting to&lt;br /&gt;
#Enter Password for database DSN is connecting to&lt;br /&gt;
#Choose if it is a ColdFusion DSN&lt;br /&gt;
#Choose if you need Unicode Support&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
===Create an Access DSN===&lt;br /&gt;
*To create an Access DataSource&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Choose '''Access''' from drop down menu&lt;br /&gt;
#Enter DSN Name&lt;br /&gt;
#Click on Folder icon to choose correct directory Access Database is located in&lt;br /&gt;
#Enter Username (If one is set for your Access Database, if not this can be left blank)&lt;br /&gt;
#Enter Password (If one is protecting your Database, if not this can be left blank)&lt;br /&gt;
#Choose if it needs to be a ColdFusion DSN&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
===Editing DSNs===&lt;br /&gt;
*To edit existing DSN&lt;br /&gt;
#Click '''DataSources''' (DSN's) icon&lt;br /&gt;
#Click pencil next to DSN to edit&lt;br /&gt;
#Update information&lt;br /&gt;
#Click on the '''Save''' Icon.&lt;br /&gt;
&lt;br /&gt;
==Railo Web Administrator==&lt;br /&gt;
The Railo Web Administrator gives you access to Railo-specific settings for your account such as Railo Datasources and other configuration options.&lt;br /&gt;
===Create a Railo Datasource (DSN)===&lt;br /&gt;
#From within your control panel, click on the &amp;quot;Railo Web Administrator&amp;quot; icon&lt;br /&gt;
#Inside the Railo Web Administrator click the &amp;quot;Datasources&amp;quot; link from the lefthand navigation menu. &lt;br /&gt;
#Select the database type, enter a name, and click ''Create''.&lt;br /&gt;
#Configure your datasource with all the correct server, username and password. &lt;br /&gt;
#*'''IMPORTANT''': If using MySQL also make sure the option for '''Alias Handling''' is enabled.&lt;br /&gt;
#Click the ''Create'' button, and your DSN will be available for use on your site.&lt;br /&gt;
&lt;br /&gt;
==Security and SSL==&lt;br /&gt;
Installing a new certificate, or re-keying an existing certificate.&lt;br /&gt;
&lt;br /&gt;
===Dedicated SSL===&lt;br /&gt;
'''VPS Hosting''' Request a static IP for sites added to your server which require SSL, we will provision the IP on the server and assign it in WCP for use with installing a Dedicated SSL.&lt;br /&gt;
&lt;br /&gt;
'''Shared Hosting''' If ordering a new certificate from Hostek.com you will be assigned a static IP, if importing from another provider you will need to request a static IP be assigned before the certificate can be activated.&lt;br /&gt;
&lt;br /&gt;
#Login to WCP, (select the domain, in some cases), Security and SSL, '''Dedicated SSL (click)'''&lt;br /&gt;
#Click '''Generate CSR (Certificate Signing Request)'''&lt;br /&gt;
#Fill in the requested information.&lt;br /&gt;
#Click Create&lt;br /&gt;
#Copy the '''Certificate Signing Request (CSR)''', which should be used when placing a new SSL order or re-keying an existing certificate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Shared SSL(shared hosting)===&lt;br /&gt;
#Login to WCP, (select the domain, in some cases), Security and SSL, '''Shared SSL (click)'''&lt;br /&gt;
#Click '''Enable'''&lt;br /&gt;
#The URL for your sites shared SSL will be provided.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Deny IPs===&lt;br /&gt;
This tool allows you to specify if an IP is blocked or allowed, and whether your site is by default denying access.&lt;br /&gt;
&lt;br /&gt;
To block an IP:&lt;br /&gt;
#Grab the IP you need blocked from a log or from an email&lt;br /&gt;
#In the Deny IPs tool click Add&lt;br /&gt;
#Paste or type in the IP&lt;br /&gt;
#Choose Block in the drop down menu (By default it's set to Block)&lt;br /&gt;
#Click Save&lt;br /&gt;
&lt;br /&gt;
To block all IPs (Useful if your site is not live yet):&lt;br /&gt;
#Click the Settings tab at the top&lt;br /&gt;
#Open up the drop down menu next to Default Access&lt;br /&gt;
#Choose Block (By default this is Allow)&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
To view your account's quotas and how much resources you have available:&lt;br /&gt;
#Log in to WCP&lt;br /&gt;
#Click the '''Usage''' icon&lt;br /&gt;
&lt;br /&gt;
Here you can see the limits and amount used for the following resources: '''Site Disk Space, Site Bandwidth, Mail Disk Space, MySQL Disk Space,''' and '''MS SQL Disk Space''' (if applicable)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==VPS Manager (VPS Accounts)==&lt;br /&gt;
&lt;br /&gt;
Overview of the '''VPS Manager''' section in the control panel.&lt;br /&gt;
&lt;br /&gt;
===Service Groups===&lt;br /&gt;
&lt;br /&gt;
The service groups section allows you to specify which services a domain should use when being created or when databases are added to the domain.  If you only have a single VPS server, the default service group will usually be used for everything.  However, if you have multiple servers, you can use this section to allow new domains to use services on both servers (I.E. Use one server for the website and another for the database).  It is also possible to create service groups that offers fewer services in-case you want to create domains with no dns, no mail, or no website.&lt;br /&gt;
&lt;br /&gt;
Options overview:&lt;br /&gt;
* '''Name''': A name you will use to reference this group of services when creating or modifying a domain&lt;br /&gt;
* '''Site Service''': The server on which the website for this domain will be created.&lt;br /&gt;
* '''Mail Service''': The server on which the mail account for this domain will be created.&lt;br /&gt;
* '''DNS Service''': The server on which the DNS zone for this domain will be created.&lt;br /&gt;
* '''MSSQL Service''': The server on which new MSSQL databases will be created.&lt;br /&gt;
* '''MySQL Service''': The server on which new MySQL databases will be created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Server Details===&lt;br /&gt;
&lt;br /&gt;
This page gives a brief overview of resource resource usage on the server and the server's 'Computer Name' as configured in Windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Firewall Management===&lt;br /&gt;
&lt;br /&gt;
This page allows you to manage the Windows Firewall rules for some common ports.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Service Manager===&lt;br /&gt;
&lt;br /&gt;
This page allows you to start, restart, or stop some common services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Add Domain===&lt;br /&gt;
&lt;br /&gt;
This page allows you to add new VPS domains.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===List Domains===&lt;br /&gt;
&lt;br /&gt;
This page lists existing VPS domains and allows you to remove or modify them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Control-Panels]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Railo]]&lt;br /&gt;
[[Category:ColdFusion-VPS]]&lt;br /&gt;
[[Category:Railo-VPS]]&lt;br /&gt;
[[Category:Windows-VPS]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=SSL_(Secure_Email)&amp;diff=2036</id>
		<title>SSL (Secure Email)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=SSL_(Secure_Email)&amp;diff=2036"/>
				<updated>2014-03-20T20:24:28Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Background */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
==SSL Email - How It Works==&lt;br /&gt;
===Background===&lt;br /&gt;
When using SSL with email via an email client, you are securing the connection between your email client and the mail server.  When using SSL (via the ports mentioned below), it will encrypt the connection immediately upon connecting to secure the email that is being downloaded (POP or IMAP) or sent (SMTP).  This does not mean that the email was encrypted during any other time.  It would only be encrypted during that connection.&lt;br /&gt;
&lt;br /&gt;
To send truly encrypted email from start to finish, meaning, encrypted when sent, encrypted during delivery, encrypted during downloading, then you would have to 'sign' each email with a Private Key from a certificate.  However, no one could read your email unless they had the matching Public Key, making this means of communication virtually unusable.&lt;br /&gt;
&lt;br /&gt;
To purchase an SSL from Hostek.com, follow this [http://hostek.com/web-hosting-ssl.asp link]&lt;br /&gt;
&lt;br /&gt;
===Using SSL Email===&lt;br /&gt;
Using SSL with Email (as outlined at the beginning of this) is really simple and easy.  '''In your Email Client''', generally this involves just checking the box to use SSL (if the box is there) and then using the Port numbers that are for the respective protocol.&lt;br /&gt;
&lt;br /&gt;
You will also need to use the correct POP/IMAP Server Name and the correct SMTP server name, that correlates to the SSL Certificate.  See the items below to get that setting depending on your email server type.&lt;br /&gt;
===Email Ports (SSL and non-SSL)===&lt;br /&gt;
The '''''SSL ports''''' to use are:&lt;br /&gt;
*'''SMTP''' - 465&lt;br /&gt;
*'''POP''' - 995&lt;br /&gt;
*'''IMAP''' - 993&lt;br /&gt;
&lt;br /&gt;
By contrast, these are the '''''non-SSL''''' ports:&lt;br /&gt;
*'''SMTP''' - 25, 26, or 587&lt;br /&gt;
*'''POP''' - 110&lt;br /&gt;
*'''IMAP''' - 143&lt;br /&gt;
&lt;br /&gt;
==SSL Email with SmarterMail Accounts==&lt;br /&gt;
To find the SMTP and POP or IMAP server name to use for SSL, login to your WCP (Windows Control Panel) and click on WebMail.  Look at the pre-propagation URL.  It will look something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;https://mail9.ezhostingserver.com/Login.aspx&amp;lt;/pre&amp;gt;&lt;br /&gt;
In this example, the server name to use would be mail9.ezhostingserver.com so you would replace mail.your_domain.com with mail9.ezhostingserver.com in this example.&lt;br /&gt;
&lt;br /&gt;
==SSL Email with cPanel Accounts== &lt;br /&gt;
To find the SMTP and POP or IMAP server name to use for SSL, login to your cPanel and click on &amp;lt;i&amp;gt;SSL/TLS Manager&amp;lt;/i&amp;gt; under Security. Look at the link under &amp;lt;i&amp;gt;Your Shared SSL Certficate URL&amp;lt;/i&amp;gt;. It will look something like:&lt;br /&gt;
&amp;lt;pre&amp;gt;https://cp1.hostek.com/~username&amp;lt;/pre&amp;gt;&lt;br /&gt;
In this example, the server name to use would be cp1.hostek.com so you would replace mail.your_domain.com with cp1.hostek.com in this example.&lt;br /&gt;
&lt;br /&gt;
[[Category:Configuring-Email-Clients]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=IPhone&amp;diff=2035</id>
		<title>IPhone</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=IPhone&amp;diff=2035"/>
				<updated>2014-03-20T19:42:24Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* iphone Email Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
[[Category:iPhone-/-iPod-/-iPad-Email-Setup]]&lt;br /&gt;
&lt;br /&gt;
=iphone Email Setup=&lt;br /&gt;
&lt;br /&gt;
Found in this article are the steps needed for the '''iPhone''', the '''iPod''', and the '''iPad''' mail setup for '''hostek.com''' MailServers.&lt;br /&gt;
&lt;br /&gt;
*NOTE: In this tutorial, we are using the example domains within the images. Be sure to replace your domain and email information within the proper fields.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Tap on &amp;quot;'''Settings'''&amp;quot; icon (Fig 1).&lt;br /&gt;
[[File:home.PNG|200px|thumb|left|Fig 1]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Tap on the menu item of Mail, Contacts, Calendar. (Fig 2)&lt;br /&gt;
[[File:Settings.PNG|200px|thumb|left|Fig 2]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Tap on &amp;quot;'''Add Account'''&amp;quot; (Fig 3)&lt;br /&gt;
[[File:mail_iOS7_02.png|200px|thumb|left|Fig 3]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*You will see a list of email accounts types, tap on &amp;quot;'''Other'''&amp;quot; at the bottom of the list. (Fig 4)&lt;br /&gt;
[[File:mail_iOS7_03.jpeg|200px|thumb|left|Fig 4]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*If you have an existing account, you will click on Add New Account, again. If you do not have an existing email account, the New Account Screen should appear. (Fig 5)&lt;br /&gt;
[[File:AddAccount.PNG|200px|thumb|left|Fig 5]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Complete the fields as follows: (Fig 6) &lt;br /&gt;
** Name: The name you want people to see when you send them email messages. Example; John or Joan Smith &lt;br /&gt;
** Address: Your full email address. Example; user@your_domain.com &lt;br /&gt;
** Password: Your email account password. (Case-sensitive)&lt;br /&gt;
** Description: How you want the account to show on the list of email accounts. Example; hostek.com account&lt;br /&gt;
&lt;br /&gt;
*Tap &amp;quot;'''Next'''&amp;quot; in the upper right corner to advance to the detailed account information screen.&lt;br /&gt;
&lt;br /&gt;
[[File:mail_iOS7_04.png|200px|thumb|left|Fig 6]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''If setting up IMAP please click the following link [https://wiki.hostek.com/IPhone#iphone_IMAP_Setup  IMAP Setup]'''&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
With IMAP setup there is no need to download the email when viewing email from multiple computers/devices, this is easier to identify unread emails.&lt;br /&gt;
&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
'''If setting up POP3 please click the following link [https://wiki.hostek.com/IPhone#iphone_POP3_setup  POP3 Setup]'''&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
With POP3 the email is downloaded from the server to each computer/device.&lt;br /&gt;
&lt;br /&gt;
=iphone IMAP Setup=&lt;br /&gt;
&lt;br /&gt;
*Ensure '''IMAP''' is selected at the top left. (Fig 1-1)&lt;br /&gt;
[[File:IMAP.png|200px|thumb|left|Fig 1-1]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Scroll down and Under Incoming Mail Server, enter the following:&lt;br /&gt;
**Host Name: Enter the mail server's name (ex. mail1.hostek.com)&lt;br /&gt;
***For '''Windows Hosting''' customers, open WCP, then click on the Webmail icon. The &amp;quot;Pre-propagation Webmail URL&amp;quot; contains the mail server hostname. For example, &amp;quot;https://mail10.hostek.com/Login.aspx&amp;quot; should only be entered as &amp;quot;mail10.hostek.com&amp;quot;. &lt;br /&gt;
***For '''Linux Hosting''' customers, open cPanel, then click on Email Accounts. Click the More dropdown menu next to email user, then Configure Email Client. &lt;br /&gt;
**Username: Enter the full email address.&lt;br /&gt;
**Password: Enter your email account password (CaSe Sensitive)&lt;br /&gt;
[[File:Incoming.png|200px|thumb|left|Fig 1-1]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Continue scrolling down and under Outgoing Mail Server, complete the following:&lt;br /&gt;
**Host Name: Enter the mail server's name (ex. mail1.hostek.com)&lt;br /&gt;
***For '''Windows Hosting''' customers, open WCP, then click on the Webmail icon. The &amp;quot;Pre-propagation Webmail URL&amp;quot; contains the mail server hostname. For example, &amp;quot;https://mail10.hostek.com/Login.aspx&amp;quot; should only be entered as &amp;quot;mail10.hostek.com&amp;quot;. &lt;br /&gt;
***For '''Linux Hosting''' customers, open cPanel, then click on Email Accounts. Click the More dropdown menu next to email user, then Configure Email Client. &lt;br /&gt;
**Username: Enter the full email address.&lt;br /&gt;
**Password: Enter your email account password (CaSe Sensitive)&lt;br /&gt;
*Tap '''Next''' in the upper right corner, the phone will verify your information.&lt;br /&gt;
[[File:outgoing.png|200px|thumb|left|Fig 1-1]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*After verification you will be brought to the screen in (Fig 1-2), tap '''Save''' in the upper right corner to complete email setup for IMAP. &lt;br /&gt;
[[File:Done.jpg|200px|thumb|left|Fig 1-1]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to set up the iPhone so that it stores sent items on the server==&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You must be using IMAP to use this setting.&lt;br /&gt;
&lt;br /&gt;
#Click Settings&lt;br /&gt;
#Click Mail, Contact, Calendars&lt;br /&gt;
#Select the Mail account you want to change&lt;br /&gt;
#Click on Account Info&lt;br /&gt;
#Scroll down to Advanced&lt;br /&gt;
#You will now see a screen that says '''Advanced'''. In this screen is a section called '''Mailbox Behaviours'''&lt;br /&gt;
#Click on the Sent Mailbox button.&lt;br /&gt;
#This will now display two sections. '''On My Iphone''' and '''On the server'''.&lt;br /&gt;
#In the section '''On the server''' should be a list of all your mailboxes.&lt;br /&gt;
#scroll down to the Sent Items box on the mail server and select the Sent Items.&lt;br /&gt;
#When you send an email from your iphone, a copy will be passed to your mail server.&lt;br /&gt;
&lt;br /&gt;
=iphone POP3 setup=&lt;br /&gt;
*Ensure '''POP3''' is selected at the top left. (Fig 2-1)&lt;br /&gt;
[[File:pop3.png|200px|thumb|left|Fig 1-1]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Scroll down and Under Incoming Mail Server, enter the following:&lt;br /&gt;
**Host Name: Enter the mail server's name (ex. mail1.hostek.com)&lt;br /&gt;
***For '''Windows Hosting''' customers, open WCP, then click on the Webmail icon. The &amp;quot;Pre-propagation Webmail URL&amp;quot; contains the mail server hostname. For example, &amp;quot;https://mail10.hostek.com/Login.aspx&amp;quot; should only be entered as &amp;quot;mail10.hostek.com&amp;quot;. &lt;br /&gt;
***For '''Linux Hosting''' customers, open cPanel, then click on Email Accounts. Click the More dropdown menu next to email user, then Configure Email Client. &lt;br /&gt;
**Username: Enter the full email address.&lt;br /&gt;
**Password: Enter your email account password (CaSe Sensitive)&lt;br /&gt;
[[File:Incoming.png|200px|thumb|left|Fig 1-1]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*Continue scrolling down and under Outgoing Mail Server, complete the following:&lt;br /&gt;
**Host Name: Enter the mail server's name (ex. mail1.hostek.com)&lt;br /&gt;
***For '''Windows Hosting''' customers, open WCP, then click on the Webmail icon. The &amp;quot;Pre-propagation Webmail URL&amp;quot; contains the mail server hostname. For example, &amp;quot;https://mail10.hostek.com/Login.aspx&amp;quot; should only be entered as &amp;quot;mail10.hostek.com&amp;quot;. &lt;br /&gt;
***For '''Linux Hosting''' customers, open cPanel, then click on Email Accounts. Click the More dropdown menu next to email user, then Configure Email Client. &lt;br /&gt;
**Username: Enter the full email address.&lt;br /&gt;
**Password: Enter your email account password (CaSe Sensitive)&lt;br /&gt;
[[File:outgoing.png|200px|thumb|left|Fig 1-1]]&amp;lt;br clear=all&amp;gt;&lt;br /&gt;
&lt;br /&gt;
**To complete setup tap '''Next''' in the upper right corner, the phone will verify your information and setup is complete.&lt;br /&gt;
&lt;br /&gt;
= iPhone / iPod App for Control Panel =&lt;br /&gt;
&lt;br /&gt;
We have an iPhone App for the WCP (Windows Control Panel).  You can review and download the app at http://itunes.apple.com/us/app/hostek/id497702422?ls=1&amp;amp;mt=8&lt;br /&gt;
[[Category: Control Panels]]&lt;br /&gt;
&lt;br /&gt;
= iPhone / iPod App for Control Panel for Resellers =&lt;br /&gt;
&lt;br /&gt;
We have created a white label version of our iPhone App for the WCP for our Resellers.  The white label app is called MochaPanel and can be branded by a reseller to have the reseller logo.  The MochaPanel version for Resellers and Reseller customers can be found at http://itunes.apple.com/us/app/mochapanel/id503347627?ls=1&amp;amp;mt=8&lt;br /&gt;
&lt;br /&gt;
[[category:Control Panels]]&lt;br /&gt;
[[category:Resellers]]&lt;br /&gt;
&lt;br /&gt;
= iPhone Calendar sync with SmarterMail =&lt;br /&gt;
NOTE: hostek.com is used in this example, so you will need to replace hostek.com with your domain.&lt;br /&gt;
&lt;br /&gt;
On your iPhone do the following:&lt;br /&gt;
# Go to Settings&lt;br /&gt;
# Go to Mail, Contact, Calendars&lt;br /&gt;
# Go to Add Account...&lt;br /&gt;
# Select Other&lt;br /&gt;
# Select Add CalDAV Account&lt;br /&gt;
# Server: mail.hostek.com/webdav (NOTE: The /webdav part will disappear after you tap the User Name field)&lt;br /&gt;
# User Name: enter your full email address (see screen shot for example)&lt;br /&gt;
# Password: enter your password for this email address&lt;br /&gt;
# Description: Leave or change as desired&lt;br /&gt;
# Select Next (NOTE: You will get a message about the certificate not being verified. Just accept the certificate).&lt;br /&gt;
# That's it. You should get a message it verified the account.&lt;br /&gt;
[[File:Iphone-calendar-sync.jpg]]&lt;br /&gt;
[[Category: Configuring-Email-Clients]]&lt;br /&gt;
[[category:CalDAV]]&lt;br /&gt;
[[Category: iPhone]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Email_Password_Requirements&amp;diff=2034</id>
		<title>Email Password Requirements</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Email_Password_Requirements&amp;diff=2034"/>
				<updated>2014-03-20T19:10:49Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* How to Reset Password */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==Password Requirements==&lt;br /&gt;
*Due to increased spamming activity, where spammers are programmatically guessing weak passwords, our mail servers are requiring strong passwords for your account.&lt;br /&gt;
*Your account will not be able to send email via our servers unless your email user has a strong password that meets the requirements below:&lt;br /&gt;
#At least 8 characters long&lt;br /&gt;
#At least 1 upper-case letter&lt;br /&gt;
#At least 1 lower-case letter&lt;br /&gt;
#At least 1 number&lt;br /&gt;
#At least 1 special character (EXAMPLE: - , _ ( ) $ % ! etc.)&lt;br /&gt;
#Cannot contain any variation of the word 'password'&lt;br /&gt;
#Cannot contain your username&lt;br /&gt;
*If you have an older email account that has a weak password, you will still be able to receive mail. Sending mail will be restricted until the password meets the above requirements. Once you change the password, please wait up to '''30 minutes''' for the system to automatically recognize the changed password and re-enable the sending ability.&lt;br /&gt;
*This change will help prevent the server from being used to send spam, helping to prevent interruptions in mail delivery.&lt;br /&gt;
&lt;br /&gt;
==How to Reset Password==&lt;br /&gt;
*You will need to log in to your Control Panel&lt;br /&gt;
#URL: '''https://wcp.hostek.com'''/&lt;br /&gt;
#Username: ** same as your cp.hostek.com username **&lt;br /&gt;
#Password: ** same as your cp.hostek.com password **&lt;br /&gt;
*You can also login to the control panel through your billing control panel https://cp.hostek.com/clientarea.php&lt;br /&gt;
#Click on  ''''My Services'''' 'Click the '''small Green arrow''' on the the notepad to the right'&lt;br /&gt;
#Now click the '''Login to Control Panel''' Icon''' &lt;br /&gt;
*Once you are logged into your WCP account, under the Email Section&lt;br /&gt;
#Click '''Users''' icon&lt;br /&gt;
#Click on the '''pen''' icon next to the user that you are changing the password for&lt;br /&gt;
#Now in the password form input the new password following our requirements, listed above.&lt;br /&gt;
#Now Click '''Save'''&lt;br /&gt;
#Note: You will still be able to receive mail. Sending mail will be restricted until the password meets the above requirements. Once you change the password, please wait up to '''30 minutes''' for the system to automatically recognize the changed password and re-enable the sending ability.&lt;br /&gt;
*You can also set up a backup email within SmarterMail which sends you a link to a new password&lt;br /&gt;
#Login to Smartermail at mail.yourdomain.com (replacing yourdomain.com with your actual domain)&lt;br /&gt;
#Click on the GEARS (settings) icon.&lt;br /&gt;
#Click on User under Account Settings&lt;br /&gt;
#Fill in an alternate e-mail address in the backup email address tab&lt;br /&gt;
#Click save&lt;br /&gt;
&lt;br /&gt;
[[Category:Email]]&lt;br /&gt;
[[Category:SmarterMail]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Connection_Strings&amp;diff=1988</id>
		<title>Connection Strings</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Connection_Strings&amp;diff=1988"/>
				<updated>2014-02-09T18:05:41Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* MySQL Connection String (ASP) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
Connection string examples.&lt;br /&gt;
&lt;br /&gt;
==ASP.Net==&lt;br /&gt;
&lt;br /&gt;
connection string examples for ASP.Net.&lt;br /&gt;
&lt;br /&gt;
===SQL Server (MSSQL)===&lt;br /&gt;
&lt;br /&gt;
SQL Server connection string examples.&lt;br /&gt;
&lt;br /&gt;
====Basic connection string====&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt; &lt;br /&gt;
     &amp;lt;add name=&amp;quot;SQLServerConnection&amp;quot; connectionString=&amp;quot;Server=myServerName;&lt;br /&gt;
     Database=myDatabaseName;User Id=myUsername;Password=myPassword;&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to create connection object in your code using the above connection string:&lt;br /&gt;
 System.Data.SqlClient.SqlConnection conn = new System.Data.SqlClient(System.Configuration.ConfigurationManager.ConnectionStrings&lt;br /&gt;
[&amp;quot;SQLServerConnection&amp;quot;].ConnectionString);&lt;br /&gt;
&lt;br /&gt;
====How to override default ASPNet Membership connection string====&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;
     &amp;lt;remove name=&amp;quot;LocalSQLServer&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;add name=&amp;quot;LocalSQLServer&amp;quot; connectionString=&amp;quot;Server=myServerName;Database=myDatabaseName;User Id=myUsername;Password=myPassword;&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.  For overriding the default ASPNet Membership connection string, it is important that the connection string name be left as &amp;quot;LocalSQLServer&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
MySQL connection string example:&lt;br /&gt;
&lt;br /&gt;
'''NOTE: This example requires the following library from mysql.com to be referenced in your project (also ensure that 'CopyLocal' is set to 'True' on the reference):'''&lt;br /&gt;
 http://dev.mysql.com/downloads/connector/net/&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt; &lt;br /&gt;
     &amp;lt;add name=&amp;quot;MySQLConnection&amp;quot; connectionString=&amp;quot;Datasource=myServerName;Database=myDatabaseName;uid=myUsername;pwd=myPassword;&amp;quot; providerName=&amp;quot;MySql.Data.MySqlClient&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to create connection object in your code using the above connection string:&lt;br /&gt;
 MySql.Data.MySqlClient.MySqlConnection conn = new MySql.Data.MySqlClient.MySqlConnection(&lt;br /&gt;
    System.Configuration.ConfigurationManager.ConnectionStrings[&amp;quot;MySQLConnection&amp;quot;].ConnectionString&lt;br /&gt;
 );&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Classic ASP==&lt;br /&gt;
&lt;br /&gt;
Connection string examples for classic ASP.&lt;br /&gt;
&lt;br /&gt;
===Access Database Connection String Examples===&lt;br /&gt;
&lt;br /&gt;
====Using DSN-less method====&lt;br /&gt;
&amp;lt;pre&amp;gt;Conn.Open &amp;quot;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\home\mysite.com\db\myfile.mdb;&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using DSN====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Conn.Open &amp;quot;MyDSN&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Set Conn = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;
Conn.Open &amp;quot;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\home\mysite.com\db\myfile.mdb;&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===MySQL Connection String (ASP)===&lt;br /&gt;
For newer versions of MySQL, use the below code.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dim conDB&lt;br /&gt;
Dim rs&lt;br /&gt;
'--Set the connection&lt;br /&gt;
Set conDB = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;
'--You may need to use OPTION=3 instead of 16834&lt;br /&gt;
conDB.Open &amp;quot;DRIVER=MySQL ODBC 5.1 Driver;SERVER=mysql10.hostek.com;OPTION=16834;USER=db_un;Password=db_pw;DATABASE=db_name&amp;quot;&lt;br /&gt;
'--Set the recordset&lt;br /&gt;
Set rs = CreateObject(&amp;quot;ADODB.Recordset&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For older MySQL versions, you will want to use the below code.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dim conDB&lt;br /&gt;
Dim rs&lt;br /&gt;
'--Set the connection&lt;br /&gt;
Set conDB = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;
'--You may need to use OPTION=3 instead of 16834&lt;br /&gt;
conDB.Open &amp;quot;DRIVER=MySQL ODBC 3.51 Driver;SERVER=mysql10.hostek.com;OPTION=16834;USER=db_un;Password=db_pw;DATABASE=db_name&amp;quot;&lt;br /&gt;
'--Set the recordset&lt;br /&gt;
Set rs = CreateObject(&amp;quot;ADODB.Recordset&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===MSSQL Connection String (ASP)===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ConnStr=&amp;quot;DRIVER={SQL&lt;br /&gt;
Server};SERVER=sql1.hostek.com;UID=db_username;PWD=db_password;DATABASE=db_name&amp;quot;&lt;br /&gt;
Conn.open ConnStr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the username, password, and database name with the information for your database. &lt;br /&gt;
&lt;br /&gt;
[[Category:Databases-Access]]&lt;br /&gt;
[[Category:Databases-MySQL]]&lt;br /&gt;
[[Category:Databases-MSSQL]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Connection_Strings&amp;diff=1987</id>
		<title>Connection Strings</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Connection_Strings&amp;diff=1987"/>
				<updated>2014-02-09T17:53:09Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Basic connection string */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
Connection string examples.&lt;br /&gt;
&lt;br /&gt;
==ASP.Net==&lt;br /&gt;
&lt;br /&gt;
connection string examples for ASP.Net.&lt;br /&gt;
&lt;br /&gt;
===SQL Server (MSSQL)===&lt;br /&gt;
&lt;br /&gt;
SQL Server connection string examples.&lt;br /&gt;
&lt;br /&gt;
====Basic connection string====&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt; &lt;br /&gt;
     &amp;lt;add name=&amp;quot;SQLServerConnection&amp;quot; connectionString=&amp;quot;Server=myServerName;&lt;br /&gt;
     Database=myDatabaseName;User Id=myUsername;Password=myPassword;&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to create connection object in your code using the above connection string:&lt;br /&gt;
 System.Data.SqlClient.SqlConnection conn = new System.Data.SqlClient(System.Configuration.ConfigurationManager.ConnectionStrings&lt;br /&gt;
[&amp;quot;SQLServerConnection&amp;quot;].ConnectionString);&lt;br /&gt;
&lt;br /&gt;
====How to override default ASPNet Membership connection string====&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;
     &amp;lt;remove name=&amp;quot;LocalSQLServer&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;add name=&amp;quot;LocalSQLServer&amp;quot; connectionString=&amp;quot;Server=myServerName;Database=myDatabaseName;User Id=myUsername;Password=myPassword;&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.  For overriding the default ASPNet Membership connection string, it is important that the connection string name be left as &amp;quot;LocalSQLServer&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
MySQL connection string example:&lt;br /&gt;
&lt;br /&gt;
'''NOTE: This example requires the following library from mysql.com to be referenced in your project (also ensure that 'CopyLocal' is set to 'True' on the reference):'''&lt;br /&gt;
 http://dev.mysql.com/downloads/connector/net/&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt; &lt;br /&gt;
     &amp;lt;add name=&amp;quot;MySQLConnection&amp;quot; connectionString=&amp;quot;Datasource=myServerName;Database=myDatabaseName;uid=myUsername;pwd=myPassword;&amp;quot; providerName=&amp;quot;MySql.Data.MySqlClient&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to create connection object in your code using the above connection string:&lt;br /&gt;
 MySql.Data.MySqlClient.MySqlConnection conn = new MySql.Data.MySqlClient.MySqlConnection(&lt;br /&gt;
    System.Configuration.ConfigurationManager.ConnectionStrings[&amp;quot;MySQLConnection&amp;quot;].ConnectionString&lt;br /&gt;
 );&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Classic ASP==&lt;br /&gt;
&lt;br /&gt;
Connection string examples for classic ASP.&lt;br /&gt;
&lt;br /&gt;
===Access Database Connection String Examples===&lt;br /&gt;
&lt;br /&gt;
====Using DSN-less method====&lt;br /&gt;
&amp;lt;pre&amp;gt;Conn.Open &amp;quot;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\home\mysite.com\db\myfile.mdb;&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using DSN====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Conn.Open &amp;quot;MyDSN&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Set Conn = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;
Conn.Open &amp;quot;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\home\mysite.com\db\myfile.mdb;&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===MySQL Connection String (ASP)===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dim conDB&lt;br /&gt;
Dim rs&lt;br /&gt;
'--Set the connection&lt;br /&gt;
Set conDB = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;
'--You may need to use OPTION=3 instead of 16834&lt;br /&gt;
conDB.Open &amp;quot;DRIVER=MySQL ODBC 3.51 Driver;SERVER=mysql10.hostek.com;OPTION=16834;USER=db_un;Password=db_pw;DATABASE=db_name&amp;quot;&lt;br /&gt;
'--Set the recordset&lt;br /&gt;
Set rs = CreateObject(&amp;quot;ADODB.Recordset&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===MSSQL Connection String (ASP)===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ConnStr=&amp;quot;DRIVER={SQL&lt;br /&gt;
Server};SERVER=sql1.hostek.com;UID=db_username;PWD=db_password;DATABASE=db_name&amp;quot;&lt;br /&gt;
Conn.open ConnStr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the username, password, and database name with the information for your database. &lt;br /&gt;
&lt;br /&gt;
[[Category:Databases-Access]]&lt;br /&gt;
[[Category:Databases-MySQL]]&lt;br /&gt;
[[Category:Databases-MSSQL]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Connection_Strings&amp;diff=1986</id>
		<title>Connection Strings</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Connection_Strings&amp;diff=1986"/>
				<updated>2014-02-09T17:52:47Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Basic connection string */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
Connection string examples.&lt;br /&gt;
&lt;br /&gt;
==ASP.Net==&lt;br /&gt;
&lt;br /&gt;
connection string examples for ASP.Net.&lt;br /&gt;
&lt;br /&gt;
===SQL Server (MSSQL)===&lt;br /&gt;
&lt;br /&gt;
SQL Server connection string examples.&lt;br /&gt;
&lt;br /&gt;
====Basic connection string====&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt; &lt;br /&gt;
     &amp;lt;add name=&amp;quot;SQLServerConnection&amp;quot; connectionString=&amp;quot;Server=myServerName;&lt;br /&gt;
     Database=myDatabaseName;User Id=myUsername;Password=myPassword;&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to create connection object in your code using the above connection string:&lt;br /&gt;
 System.Data.SqlClient.SqlConnection conn = new System.Data.SqlClient(System.Configuration.ConfigurationManager.ConnectionStrings[&amp;quot;SQLServerConnection&amp;quot;].ConnectionString);&lt;br /&gt;
&lt;br /&gt;
====How to override default ASPNet Membership connection string====&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt;&lt;br /&gt;
     &amp;lt;remove name=&amp;quot;LocalSQLServer&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;add name=&amp;quot;LocalSQLServer&amp;quot; connectionString=&amp;quot;Server=myServerName;Database=myDatabaseName;User Id=myUsername;Password=myPassword;&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.  For overriding the default ASPNet Membership connection string, it is important that the connection string name be left as &amp;quot;LocalSQLServer&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
MySQL connection string example:&lt;br /&gt;
&lt;br /&gt;
'''NOTE: This example requires the following library from mysql.com to be referenced in your project (also ensure that 'CopyLocal' is set to 'True' on the reference):'''&lt;br /&gt;
 http://dev.mysql.com/downloads/connector/net/&lt;br /&gt;
&lt;br /&gt;
web.config:&lt;br /&gt;
 &amp;lt;configuration&amp;gt;&lt;br /&gt;
   &amp;lt;connectionStrings&amp;gt; &lt;br /&gt;
     &amp;lt;add name=&amp;quot;MySQLConnection&amp;quot; connectionString=&amp;quot;Datasource=myServerName;Database=myDatabaseName;uid=myUsername;pwd=myPassword;&amp;quot; providerName=&amp;quot;MySql.Data.MySqlClient&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/connectionStrings&amp;gt;&lt;br /&gt;
 &amp;lt;/configuration&amp;gt;&lt;br /&gt;
'''NOTE:''' Replace myServerName, myDatabaseName, myUsername, and myPassword with the correct details for your database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to create connection object in your code using the above connection string:&lt;br /&gt;
 MySql.Data.MySqlClient.MySqlConnection conn = new MySql.Data.MySqlClient.MySqlConnection(&lt;br /&gt;
    System.Configuration.ConfigurationManager.ConnectionStrings[&amp;quot;MySQLConnection&amp;quot;].ConnectionString&lt;br /&gt;
 );&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Classic ASP==&lt;br /&gt;
&lt;br /&gt;
Connection string examples for classic ASP.&lt;br /&gt;
&lt;br /&gt;
===Access Database Connection String Examples===&lt;br /&gt;
&lt;br /&gt;
====Using DSN-less method====&lt;br /&gt;
&amp;lt;pre&amp;gt;Conn.Open &amp;quot;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\home\mysite.com\db\myfile.mdb;&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using DSN====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Conn.Open &amp;quot;MyDSN&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Set Conn = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;
Conn.Open &amp;quot;Provider=Microsoft.ACE.OLEDB.12.0;Data Source=d:\home\mysite.com\db\myfile.mdb;&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===MySQL Connection String (ASP)===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dim conDB&lt;br /&gt;
Dim rs&lt;br /&gt;
'--Set the connection&lt;br /&gt;
Set conDB = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;
'--You may need to use OPTION=3 instead of 16834&lt;br /&gt;
conDB.Open &amp;quot;DRIVER=MySQL ODBC 3.51 Driver;SERVER=mysql10.hostek.com;OPTION=16834;USER=db_un;Password=db_pw;DATABASE=db_name&amp;quot;&lt;br /&gt;
'--Set the recordset&lt;br /&gt;
Set rs = CreateObject(&amp;quot;ADODB.Recordset&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===MSSQL Connection String (ASP)===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ConnStr=&amp;quot;DRIVER={SQL&lt;br /&gt;
Server};SERVER=sql1.hostek.com;UID=db_username;PWD=db_password;DATABASE=db_name&amp;quot;&lt;br /&gt;
Conn.open ConnStr&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace the username, password, and database name with the information for your database. &lt;br /&gt;
&lt;br /&gt;
[[Category:Databases-Access]]&lt;br /&gt;
[[Category:Databases-MySQL]]&lt;br /&gt;
[[Category:Databases-MSSQL]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=DotNetNuke&amp;diff=1900</id>
		<title>DotNetNuke</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=DotNetNuke&amp;diff=1900"/>
				<updated>2014-01-01T00:19:39Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
=Upgrading DotNetNuke=&lt;br /&gt;
&lt;br /&gt;
This information is for upgrading the free Community Edition of DotNetNuke version 06.00.01 to version 07.00.00. &lt;br /&gt;
&lt;br /&gt;
==Preparing to Upgrade DotNetNuke 7.0==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; It is advisable to backup all your site files and databases.&lt;br /&gt;
&lt;br /&gt;
===Downloading the Upgrade Package===&lt;br /&gt;
&lt;br /&gt;
#Go to [http://www.dotnetnuke.com/Resources/Downloads.aspx www.dotnetnuke.com/Resources/Downloads.aspx] and sign in, creating an account if you don't have one. &lt;br /&gt;
#Locate the different packages (around the middle of the page). &lt;br /&gt;
#Download the &amp;quot;Upgrade Package&amp;quot;.&lt;br /&gt;
#Save to a location you will remember.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; If you haven't installed DotNetNuke on the server yet, then you can choose the &amp;quot;Install Package&amp;quot;, but to upgrade you will choose to download the &amp;quot;Upgrade Package&amp;quot; link. The download will begin shortly after that.&lt;br /&gt;
&lt;br /&gt;
===Extracting the Files===&lt;br /&gt;
&lt;br /&gt;
After downloading, you will need to extract the files from the &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;DotNetNuke_Community_07.00.00_Upgrade.zip&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; to an empty folder. &lt;br /&gt;
&lt;br /&gt;
#Create a new folder called &amp;lt;i&amp;gt;dnnupgrade&amp;lt;/i&amp;gt;&lt;br /&gt;
#Extract the contents of the .zip file to &amp;lt;i&amp;gt;dnnupgrade&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Uploading the Files===&lt;br /&gt;
&lt;br /&gt;
After the extraction is done, you will want to upload the files to your server via FTP protocol.&lt;br /&gt;
&lt;br /&gt;
#Open your favorite FTP program and connect to your server&lt;br /&gt;
#Navigate &amp;amp; Locate the folder &amp;lt;i&amp;gt;dnnupgrade&amp;lt;/i&amp;gt; (usually done in the left window pane of your FTP program)&lt;br /&gt;
#In the &amp;quot;remote site&amp;quot;, i.e. server, making sure you are in your wwwroot folder &lt;br /&gt;
##or whichever folder the &amp;quot;root&amp;quot; is for your DotNetNuke installation is located (This is the same folder as the admin folder).&lt;br /&gt;
#In the left &amp;quot;local site&amp;quot;, i.e. your computer, &amp;lt;b&amp;gt;select&amp;lt;/b&amp;gt; all the files in the folder &amp;lt;i&amp;gt;dnnupgrade&amp;lt;/i&amp;gt;&lt;br /&gt;
#Upload &amp;amp; Overwrite the folders and files on the server &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; All your site's FTP user information is located in the original email we sent to you when the account was set up.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
For more information on FTP clients and some setup assistance please visit these wiki's ''''https://wiki.hostek.com/FTP_Clients'''' and ''''https://wiki.hostek.com/Ftp'''' &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing DotNetNuke 7.0==&lt;br /&gt;
&lt;br /&gt;
After you have finished downloading, extracting, and uploading the new files to the server, you will simply navigate to your site. You will be redirected to an update wizard page. There you will find an installation button, once you click this installation button, the site will update including the database.&lt;br /&gt;
&lt;br /&gt;
You will get conformation that the installation was successful and another button will appear saying visit website. Log-in as the root/admin (SuperUser) if you are not already and navigate the new interface.&lt;br /&gt;
&lt;br /&gt;
==Issues Installing the Upgrade==&lt;br /&gt;
&lt;br /&gt;
If you run into trouble or the installation fails, no worries, we have you covered. We keep backups of all site files and databases. Request a restore from [https://support.hostek.com support]&lt;br /&gt;
&lt;br /&gt;
==Disable Logging==&lt;br /&gt;
&lt;br /&gt;
#Log in as a Super User&lt;br /&gt;
#(Optional) Clear the event log by going to Admin/Event and click &amp;quot;Clear Log.&amp;quot; This will clear the current log entries.&lt;br /&gt;
#Under the Admin Event viewer page, click the drop down menu, and find Edit Log Settings. Then for each event, you can edit whether the event gets logged and how many past events are kept.&lt;br /&gt;
&lt;br /&gt;
[[Category: DotNetNuke]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=DotNetNuke&amp;diff=1899</id>
		<title>DotNetNuke</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=DotNetNuke&amp;diff=1899"/>
				<updated>2014-01-01T00:19:07Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
=Upgrading DotNetNuke=&lt;br /&gt;
&lt;br /&gt;
This information is for upgrading the free Community Edition of DotNetNuke version 06.00.01 to version 07.00.00. &lt;br /&gt;
&lt;br /&gt;
==Preparing to Upgrade DotNetNuke 7.0==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; It is advisable to backup all your site files and databases.&lt;br /&gt;
&lt;br /&gt;
===Downloading the Upgrade Package===&lt;br /&gt;
&lt;br /&gt;
#Go to [http://www.dotnetnuke.com/Resources/Downloads.aspx www.dotnetnuke.com/Resources/Downloads.aspx] and sign in, creating an account if you don't have one. &lt;br /&gt;
#Locate the different packages (around the middle of the page). &lt;br /&gt;
#Download the &amp;quot;Upgrade Package&amp;quot;.&lt;br /&gt;
#Save to a location you will remember.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; If you haven't installed DotNetNuke on the server yet, then you can choose the &amp;quot;Install Package&amp;quot;, but to upgrade you will choose to download the &amp;quot;Upgrade Package&amp;quot; link. The download will begin shortly after that.&lt;br /&gt;
&lt;br /&gt;
===Extracting the Files===&lt;br /&gt;
&lt;br /&gt;
After downloading, you will need to extract the files from the &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;DotNetNuke_Community_07.00.00_Upgrade.zip&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; to an empty folder. &lt;br /&gt;
&lt;br /&gt;
#Create a new folder called &amp;lt;i&amp;gt;dnnupgrade&amp;lt;/i&amp;gt;&lt;br /&gt;
#Extract the contents of the .zip file to &amp;lt;i&amp;gt;dnnupgrade&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Uploading the Files===&lt;br /&gt;
&lt;br /&gt;
After the extraction is done, you will want to upload the files to your server via FTP protocol.&lt;br /&gt;
&lt;br /&gt;
#Open your favorite FTP program and connect to your server&lt;br /&gt;
#Navigate &amp;amp; Locate the folder &amp;lt;i&amp;gt;dnnupgrade&amp;lt;/i&amp;gt; (usually done in the left window pane of your FTP program)&lt;br /&gt;
#In the &amp;quot;remote site&amp;quot;, i.e. server, making sure you are in your wwwroot folder &lt;br /&gt;
##or whichever folder the &amp;quot;root&amp;quot; is for your DotNetNuke installation is located (This is the same folder as the admin folder).&lt;br /&gt;
#In the left &amp;quot;local site&amp;quot;, i.e. your computer, &amp;lt;b&amp;gt;select&amp;lt;/b&amp;gt; all the files in the folder &amp;lt;i&amp;gt;dnnupgrade&amp;lt;/i&amp;gt;&lt;br /&gt;
#Upload &amp;amp; Overwrite the folders and files on the server &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE:&amp;lt;/b&amp;gt; All your site's FTP user information is located in the original email we sent to you when the account was set up.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
For more information on FTP clients and some setup assistance please visit these wiki's ''''https://wiki.hostek.com/FTP_Clients'''' and ''''https://wiki.hostek.com/Ftp'''' &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing DotNetNuke 7.0==&lt;br /&gt;
&lt;br /&gt;
After you have finished downloading, extracting, and uploading the new files to the server, you will simply navigate to your site. You will be redirected to an update wizard page. There you will find an installation button, once you click this installation button, the site will update including the database.&lt;br /&gt;
&lt;br /&gt;
You will get conformation that the installation was successful and another button will appear saying visit website. Log-in as the root/admin (SuperUser) if you are not already and navigate the new interface.&lt;br /&gt;
&lt;br /&gt;
==Issues Installing the Upgrade==&lt;br /&gt;
&lt;br /&gt;
If you run into trouble or the installation fails, no worries, we have you covered. We keep backups of all site files and databases. Request a restore from [https://support.hostek.com support]&lt;br /&gt;
&lt;br /&gt;
==Disable Logging==&lt;br /&gt;
&lt;br /&gt;
#Log in as a Super User&lt;br /&gt;
#(Optional) Clear the event log by going to Admin/Event and click &amp;quot;Clear Log.&amp;quot; This will clear the current log entries.&lt;br /&gt;
#Under the Admin Event viewer page, click the drop down menu, and find Edit Log Settings. Then for each event, you can edit whether the event gets logged and how many past events are kept.&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=.htaccess&amp;diff=1886</id>
		<title>.htaccess</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=.htaccess&amp;diff=1886"/>
				<updated>2013-12-21T22:03:52Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Can I use a .htaccess file to password protect a directory? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Can I use a .htaccess file to password protect a directory?==&lt;br /&gt;
Yes, on our LINUX servers you can use a .htaccess file to password protect a directory.&lt;br /&gt;
&lt;br /&gt;
The code to perform this is:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
AuthUserFile /usr/local/you/safedir/.htpasswd&lt;br /&gt;
AuthGroupFile /dev/null&lt;br /&gt;
AuthName EnterPassword&lt;br /&gt;
AuthType Basic&lt;br /&gt;
&lt;br /&gt;
require user wsabstract&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Change the File directory to the directory listed in your File Manager.&lt;br /&gt;
&lt;br /&gt;
==Enabling Case Insensitive URLs for my Linux site==&lt;br /&gt;
Add the following to your .htaccess file:&lt;br /&gt;
&amp;lt;pre&amp;gt;CheckSpelling on&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Hostek_infrastructure&amp;diff=1885</id>
		<title>Hostek infrastructure</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Hostek_infrastructure&amp;diff=1885"/>
				<updated>2013-12-21T20:03:36Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Redundant power */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A significant amount of effort and expense goes into designing and maintaining the network infrastructure to ensure maximum performance and availability of services hosted by hostek.com.  Below are some of the highlights of the hostek.com infrastructure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Bandwidth providers==&lt;br /&gt;
&lt;br /&gt;
Hostek.com utilizes multiple Internet bandwidth providers.  By utilizing multiple vendors for Internet bandwidth, service to the hostek.com network avoids interruption from vendor maintenance and outages.  See figure 1 below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:internet.png|link=|Internet bandwidth providers]]&lt;br /&gt;
'''figure 1'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Server and storage hardware==&lt;br /&gt;
&lt;br /&gt;
Hostek.com is proud to utilize Dell servers and Dell Compellent &amp;amp; EqualLogic storage arrays.&lt;br /&gt;
&lt;br /&gt;
==Server virtualization with high availability==&lt;br /&gt;
&lt;br /&gt;
Our web servers are virtualized utilizing VMWare vSphere.  With VMWare High Availability, should a physical server fail, any virtual machine will be automatically migrated to another physical server and powered on, and resume normal operations.  This operation can be completed with the affected virtual machines back in service often in 3-5 minutes!  This is an amazingly short time frame to recover from a failed physical server.&lt;br /&gt;
&lt;br /&gt;
Another added benefit to virtualization is that resources such as CPU, RAM, and disk space, can be quickly allocated based on utilization patterns.  This ensures optimal performance for your site or mail server with minimal down time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Due to the nature of certain kinds of workloads, some servers may not be virtualized.  &amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Redundant power==&lt;br /&gt;
&lt;br /&gt;
Electricity is provided from two separate power feeds.  In addition, our equipment is protected with UPS systems and diesel generators.  Servers and storage devices have redundant power supplies, each on separate feeds to help prevent loss of data due to power failures.&lt;br /&gt;
&lt;br /&gt;
==Storage==&lt;br /&gt;
&lt;br /&gt;
Virtual machines, along with their data (i.e. your web site files, email, etc.) reside on enterprise storage arrays.  These arrays have the following features:&lt;br /&gt;
*Multiple arrays clustered for high performance&lt;br /&gt;
*Redundant storage controllers&lt;br /&gt;
*Redundant hard drives&lt;br /&gt;
*Redundant network adapters&lt;br /&gt;
*Redundant storage network switches&lt;br /&gt;
*Redundant power supplies connected to redundant power feeds&lt;br /&gt;
*All servers are connected to the storage network via multiple paths for performance and redundancy&lt;br /&gt;
&lt;br /&gt;
Additionally, all data on our storage arrays are replicated to standby storage devices daily.  This means that should an array cluster fail, the replica can quickly be brought online to resume storage.  See figure 2 below for an example of normal operations.  Figure 3 is an example of a storage array failover situation.  Note that in the failover situation, &amp;quot;Data volume 1&amp;quot; and &amp;quot;Data volume 2&amp;quot; become available on the standby array and virtual machines depending on those volumes may resume normal operations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:san.png|link=|figure 2]]&lt;br /&gt;
'''figure 2''' -- normal operations&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:san-failover.png|link=|figure 3]]&lt;br /&gt;
'''figure 3''' -- failover situation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==IT security==&lt;br /&gt;
&lt;br /&gt;
*'''Note''' This section is not a comprehensive guide to our IT security.  This just serves to highlight some of the general points.&lt;br /&gt;
&lt;br /&gt;
===Firewall &amp;amp; IPS===&lt;br /&gt;
Permemiter firewall and Intrusion Prevention System (IPS) exist which perform the following functions:&lt;br /&gt;
*Stateful packet inspection&lt;br /&gt;
*Deep packet inspection for known malicious attack patterns&lt;br /&gt;
*DDoS (Distributed Denial of Service) protection mechanisms&lt;br /&gt;
&lt;br /&gt;
These devices are configured in a load-balanced, high availability cluster.&lt;br /&gt;
&lt;br /&gt;
===SPAM filtering===&lt;br /&gt;
All inbound email is filtered using multiple real-time RBL and content inspection technologies.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, outbound mail from our Windows web servers are checked with anti-SPAM content filters to prevent delivery of mail from your site from being disrupted by compromised mail submission forms from other tenants on the server your site resides on.&lt;br /&gt;
&lt;br /&gt;
===Anti-virus===&lt;br /&gt;
Our servers run commercial anti-virus products from reputable software vendors.&lt;br /&gt;
&lt;br /&gt;
==Backups==&lt;br /&gt;
&lt;br /&gt;
We perform daily backups of all web, email, and database servers.  &lt;br /&gt;
&lt;br /&gt;
Backups for VPSs are stored off-site in a location that is in a different geographical area than the primary site.  This means that should a major disaster occur in the area where the servers running your VPS reside, your data is safe in another location.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Physical security==&lt;br /&gt;
&lt;br /&gt;
===Restricted access to premises===&lt;br /&gt;
The buildings housing our datacenter have a comprehensive security system which include but not limited to the following:&lt;br /&gt;
*24x7 on-site security&lt;br /&gt;
*Access codes&lt;br /&gt;
*Biometric hand scanners&lt;br /&gt;
*Electronic proximity readers&lt;br /&gt;
*Security surveillance system &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fire suppression system===&lt;br /&gt;
Our equipment is protected by a pre-action, dry pipe fire suppression system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==PCI Compliance==&lt;br /&gt;
&lt;br /&gt;
[https://wiki.hostek.com/index.php?title=PCI_Compliance Click here] for details on hostek.com's PCI Compliance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Infrastructure]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Movable_Type&amp;diff=1884</id>
		<title>Movable Type</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Movable_Type&amp;diff=1884"/>
				<updated>2013-12-21T01:05:27Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==What Is Movable Type?==&lt;br /&gt;
Movable Type is a Content Management software (CMS) that primarily focuses on blogs. It was developed by Six Apart, and is a proprietary software. Movable Type is written in Perl, and supports storage of the weblog's content and associated data within MySQL natively. PostgreSQL and SQLite support was available prior to version 5, and can still be used via plug-ins.[7] Movable Type Enterprise also supports the Oracle database and Microsoft SQL Server.&lt;br /&gt;
&lt;br /&gt;
==Movable Type Support==&lt;br /&gt;
Our servers support Movable Type. You would need to obtain the installation files and documentation from their [http://www.movabletype.com/ website].&lt;br /&gt;
&lt;br /&gt;
[[Category:Sales]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Domain_Registration_and_Domain_Name_Management&amp;diff=1881</id>
		<title>Domain Registration and Domain Name Management</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Domain_Registration_and_Domain_Name_Management&amp;diff=1881"/>
				<updated>2013-12-21T00:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Transfer Your Domain Name from Another Registrar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Basic Information==&lt;br /&gt;
*When you request that we register a domain name on your behalf, you will be the owner of the domain name (also called the domain name &amp;quot;Registrant&amp;quot;). We will register the domain in your name.&lt;br /&gt;
*'''How can I find out if a domain name is available for registration?'''&lt;br /&gt;
*'''Use our domain name search tool by clicking [https://cp.hostek.com/cart.php?a=add&amp;amp;domain=register Here]'''&lt;br /&gt;
*After registering a domain it typically takes between 24-72 hours for the domain to fully propagate and become accessible on the internet. This is the normal internet propagation time.&lt;br /&gt;
*If you had us register a domain name on your behalf, we'll begin sending you renewal notices a month before your domain name is set to expire.&lt;br /&gt;
&lt;br /&gt;
===What is a DNS transfer?===&lt;br /&gt;
A DNS transfer is the pointing of your domain name to different nameservers. If you have us register your domain name on your behalf, we will automatically point the domain name to our nameservers.&lt;br /&gt;
&lt;br /&gt;
If the domain name is already registered, you'll need to point the domain name to our nameservers in order for users to find your site on our servers by visiting the domain name in a browser. The domain must also be pointed to our nameservers before your email accounts on our mail server will function.&lt;br /&gt;
&lt;br /&gt;
===How Long Will It Take For My Site To Show?===&lt;br /&gt;
*If you are registering a new domain name the site will be available immediately after your order is set up.&lt;br /&gt;
*If you are pointing the nameservers to us it can take anywhere from 4 to 48 hours for the changes to completely propagate throughout the Internet.&lt;br /&gt;
*If you are transferring a domain to us we recommend changing the nameservers before making the transfer. '''(Domain Registration Transfers can take from 7 to 10 days to complete but nameserver changes will still take effect while your domain is transferring)'''&lt;br /&gt;
&lt;br /&gt;
===What is DNS Propagation?===&lt;br /&gt;
DNS propagation is the process in which new server information is updated in throughout the Internet. Since Internet Service Providers cache all DNS information and only update it every few days there is a delay when you make changes to the nameservers for your site. When your site has fully propagated it means that the new information has been updated on all DNS servers on the web and your site will be viewable by anyone on the web.&lt;br /&gt;
&lt;br /&gt;
==Check to see if Domain Name is Available==&lt;br /&gt;
Use our domain name search tool by clicking [https://cp.hostek.com/cart.php?a=add&amp;amp;domain=register Here]&lt;br /&gt;
&lt;br /&gt;
==How to Register A Domain Name==&lt;br /&gt;
#To register a new domain name, you'll first have to log into your billing account at cp.hostek.com.&lt;br /&gt;
#Once logged in, click the '''Order''' link at the bottom of the '''Quick Navigation Links''' at the right hand of your screen.&lt;br /&gt;
#On the next page, click the '''Register Domain''' link under the '''Browse Products &amp;amp; Services''' section. This will take you to a page where you can enter the domain name you wish to register and check for its availability. If the domain shows it is available, click the '''Add to cart''' button to proceed with the order.&lt;br /&gt;
#At this point you can choose whether or not to add ID protection to your order. If you choose to add ID protection, then your contact information will not displayed when a WHOIS lookup is performed on the domain name. This page also lets you choose what name servers you want the domain to use. By default, the system will fill this in with the correct name servers for your hosting plan. If you manage your DNS elsewhere though, this will let you fill in the appropriate name servers. When you click the &amp;quot;Update Cart&amp;quot; button on this page, you'll be taken to the shopping cart.&lt;br /&gt;
#On the shopping cart page, you'd click the '''Checkout''' button and verify your billing information and choose the payment type. After you complete the order, you'll need to pay the Invoice that is generated in the '''My Invoices''' section of your account. Once the invoice is paid, our team will register the domain for you and send a confirmation email once complete. &lt;br /&gt;
&lt;br /&gt;
==Domain Extensions and Registration, Transfer, and Renewal Fees==&lt;br /&gt;
Domain Registration, Transfer and Renewal fees are:&lt;br /&gt;
*.com- $10.50/year&lt;br /&gt;
*.net- $10.97/year&lt;br /&gt;
*.org- $10.98/year&lt;br /&gt;
*.info - $10/year&lt;br /&gt;
*.mobi - $12.50/year&lt;br /&gt;
*.biz - $10.95year&lt;br /&gt;
*.us - $13/year&lt;br /&gt;
*.ca - $16/year&lt;br /&gt;
*.name - $19.95/year&lt;br /&gt;
*.co.uk - 2yr ONLY - $35.00/2years&lt;br /&gt;
*.tv - $50/year&lt;br /&gt;
*.eu- $14.95/year&lt;br /&gt;
*.org.uk -2yr ONLY $35.00/2years&lt;br /&gt;
*.ch - $39.95/year&lt;br /&gt;
*.com.mx - $40.00/year&lt;br /&gt;
*.co - $31.00/year&lt;br /&gt;
&lt;br /&gt;
*'''To see if a domain is available for registration or transfer or use our domain name search tool by clicking [https://cp.hostek.com/cart.php?a=add&amp;amp;domain=register Here]'''&lt;br /&gt;
&lt;br /&gt;
==Information on .Pro==&lt;br /&gt;
*The .pro domains must be at least 4 characters long.&lt;br /&gt;
*http://registry.pro/pro/eligibility.shtml &lt;br /&gt;
#PRO is an exclusive top-level domain reserved for use exclusively by licensed business and service professionals and entities internationally. All applicants meeting the following qualifications may register a .PRO domain name: &lt;br /&gt;
*Provides professional services&lt;br /&gt;
*Admitted to or licensed by a government certification body or jurisdictional licensing entity recognized by a governmental body that regularly verifies the accuracy of its data&lt;br /&gt;
*In good standing with the licensing authority &lt;br /&gt;
*In addition, registrants will be asked to provide the following information related to their professional eligibility:&lt;br /&gt;
*Identification&lt;br /&gt;
*Contact information&lt;br /&gt;
*Profession-specific information such as license number &lt;br /&gt;
*To register your .PRO domain name today, please contact one of our authorized registrars&lt;br /&gt;
*http://registry.pro/pro/products.shtml (Listed below.)&lt;br /&gt;
#What information will RegistryPro require from me to activate my domain?&lt;br /&gt;
*You will need to provide: &lt;br /&gt;
**Your name&lt;br /&gt;
**Your profession&lt;br /&gt;
**Your jurisdictional country&lt;br /&gt;
**Your licensing authority&lt;br /&gt;
**Your license number&lt;br /&gt;
**A link to your licensing authority's Web site&lt;br /&gt;
&lt;br /&gt;
==Information on .IT==&lt;br /&gt;
*If you live in, or your business is in Italy you must provide the Registrant Fiscal Code&lt;br /&gt;
*If you live in, or your business is within a country in the European Union you must enter the Identity Document Number, or the numbers on an official form of identification.&lt;br /&gt;
&lt;br /&gt;
==Transferring a .co.uk==&lt;br /&gt;
&lt;br /&gt;
*In order to transfer a .UK domain to our registrar, you must first contact your current Registrar and ask them to change the IPS Tag to “TUCOWS-CA“.&lt;br /&gt;
*If the current Registrar is unable or unwilling to make the change, please contact Nominet directly (http://www.nominet.org.uk) and they will help make the change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transfer Your Domain Name from Another Registrar==&lt;br /&gt;
#Unlock the domain at the other registrar. [[Unlocking_Domains_at_other_registrars&lt;br /&gt;
#After unlocking the domain, make sure your contact information for the domain is up-to-date&lt;br /&gt;
#Next you'll need to obtain the EPP (transfer authorization) your current registrar. Most registrars have a way to retrieve the code via your online account, but if you do not see this option then contact them directly.&lt;br /&gt;
#Once you have the EPP code, log in to your Hostek.com billing account at http://cp.hostek.com&lt;br /&gt;
#Enter the domain name you wish to transfer in the text box labeled '''Check Availability of a New Domain''', then hit the green '''Transfer''' button.&lt;br /&gt;
#On the next page, click the ''''Click to Continue'''' link&lt;br /&gt;
#Here you will enter the domain's EPP code, and if you wish, select the option for '''ID Protection'''. Also, be sure to enter your Hostek.com name servers if you want the domain to point to our servers after the transfer completes.&lt;br /&gt;
#Now you will be shown your order details. Please verify they are correct and click the ''''Check Out'''' button to place the order. When you pay the invoice that is generated, our Sales team will verify the order details and initiate the domain name transfer.&lt;br /&gt;
#After our team initiates the domain name transfer, you will receive a transfer approval email at the email address you specified in the domain's contact details. (The approval email is sent from OpenSRS.com, our registrar)&lt;br /&gt;
#You will need to approve the email from OpenSRS.com and re-enter the EPP code if they ask you to. The domain name transfer will complete within 7 days after you approve the transfer.&lt;br /&gt;
&lt;br /&gt;
==Transfer Your Domain to a Different Registrar==&lt;br /&gt;
A registrar transfer is the moving a domain name from one registrar to another. A registrar is the company that actually registers a domain name.&lt;br /&gt;
#You will need to log into your billing control panel at https://cp.hostek.com&lt;br /&gt;
#Click on the domains drop-down menu and click &amp;quot;My Domains&amp;quot;.&lt;br /&gt;
#Scroll down to your domain name and click &amp;quot;Manage Domain&amp;quot;&lt;br /&gt;
#Click the &amp;quot;Registrar Lock&amp;quot; tab, then click the &amp;quot;Disable Registrar Lock&amp;quot; button.&lt;br /&gt;
#Click on the &amp;quot;Management Tools&amp;quot; drop-down menu and select &amp;quot;Contact Information&amp;quot;&lt;br /&gt;
#You will need to update the Admin contact email address to an email address that you can receive emails at and click &amp;quot;Save Changes&amp;quot;.&lt;br /&gt;
#Click &amp;quot;Managenemt Tools&amp;quot; drop-down and select &amp;quot;Get EPP Code&amp;quot;. This will display the EPP code that you will need to provide to the registrar you are transferring to.&lt;br /&gt;
#Once you have initiated the transfer with the registrar and provided the EPP code you will receive a transfer approval email at the email address you specified.&lt;br /&gt;
&lt;br /&gt;
==How to update domain nameservers in client account==&lt;br /&gt;
#You will need to log into your billing control panel at http://cp.hostek.com. &lt;br /&gt;
#Click on '''My Domains''', in the '''Domains''' tab at the menu bar.&lt;br /&gt;
#Click on the '''Manage Domain''' tab to the right side of the domain.&lt;br /&gt;
#Click on the '''Register Lock''', then the '''Disable Register Lock''' tab. &lt;br /&gt;
#Next, click on '''Nameservers''', update the Nameservers and click one the '''Change Nameservers''' tab.&lt;br /&gt;
#You will then need to lock the domain back at the &amp;quot;Register Lock''' location.&lt;br /&gt;
*NOTE: The registrar lock must be unchecked to make these changes.&lt;br /&gt;
&lt;br /&gt;
==Register Nameservers==&lt;br /&gt;
If you registered your domain name with Hostek and want to register your own nameservers.&lt;br /&gt;
&lt;br /&gt;
#Create A records pointing to the IP address of the DNS servers you will mirror.&lt;br /&gt;
#*Example: ns1.your-domian.com (Name) &amp;gt;&amp;gt; A (Record Type) &amp;gt;&amp;gt; 123.123.123.123 (ip address)&lt;br /&gt;
#Submit a support request for the login details for manually editing your registration information including the control to register Name Servers and reference this article.&lt;br /&gt;
&lt;br /&gt;
==Unlocking Domains at other registrars - Video Tutorials==&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_000domains.html Transferring domain names away from 000domains.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_123reg.html Transferring domain names away from 123-reg.co.uk]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_1and1.html Transferring domain names away from 1and1.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_domainsite.html Transferring domain names away from domainsite.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_dotster.html Transferring domain names away from dotster.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_dynadot.html Transferring domain names away from dynadot.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_enom.html Transferring domain names away from enom.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_godaddy.html Transferring domain names away from godaddy.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_itsyourdomain.html Transferring domain names away from itsyourdomain.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_melbourneit.html Transferring domain names away from melbourneit.com.au]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_namebargain.html Transferring domain names away from namebargain.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_namecheap.html Transferring domain names away from namecheap.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_netfirms.html Transferring domain names away from netfirms.ca]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_netsol.html Transferring domain names away from networksolutions.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_opensrs.html Transferring domain names away from opensrs.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_regfly.html Transferring domain names away from registerfly.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_register.html Transferring domain names away from register.com]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/dns_transfer_stargate.html Transferring domain names away from stargate.com]&lt;br /&gt;
&lt;br /&gt;
==Renewing Your Domain Name==&lt;br /&gt;
#If auto-renew is enabled for the domain an invoice will be generated 14 days before the expiration date. You can complete the renewal by paying the invoice before the expiration date or it will automatically bill on the actual due date. Note if your payment method is Paypal you will need to pay your invoice either before or on expiration date.&lt;br /&gt;
#If you want to renew it prior to the 2 weeks you will need to log into your billing control panel at http://cp.hostek.com, click on '''My Domains,''' then click on the gray button that says '''Manage Domain''' next to the domain you wish to renew and then click on '''Renew Now''' next to Recurring Amount in the Information page.&lt;br /&gt;
#This will create an invoice which you will need to go and pay to have the domain renewed. &lt;br /&gt;
#If auto-renew is disabled for the domain then click on the renew button. This will generate an invoice for the domain renewal. Once the invoice has been paid the domain will be renewed.&lt;br /&gt;
*If you wish to let the domain expire then click on the &amp;quot;Disable Auto Renew&amp;quot;'''Bold text''' NOTE Once auto renew is disabled an invoice will not generate for the domain and it will expire.&lt;br /&gt;
*If you disabled auto renew during the 14 days before the expiration date and wish to renew the domain name please click on the &amp;quot;'''Renew Domain'''&amp;quot; icon. (Not &amp;quot;Enable Auto Renew&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
==Domain Redemption Period==&lt;br /&gt;
*If the domain expires it may still be maintained in the registration database for a 5-day* grace period where it can be renewed at the normal renewal price. During this time all services such as hosting or email will not be active.&lt;br /&gt;
*After the grace period it will be deactivated and placed into a 30-day* Redemption Period. The cost to get a domain name out of redemption period is $110.00.&lt;br /&gt;
*Once the Redemption Period has elapsed the domain may be registered by another party. &lt;br /&gt;
*If your domain is in redemption period and you need to have it renewed. The cost to get a domain name out of redemption period is $110.00&lt;br /&gt;
*Here is a link to pay for the domain redemption  https://cp.hostek.com/cart.php?a=add&amp;amp;pid=286&lt;br /&gt;
&lt;br /&gt;
==Push Domains==&lt;br /&gt;
*This option means that domains registered in one Opensrs reseller account can be transferred over to another Opensrs reseller without being renewed for another year.&lt;br /&gt;
*In order for another reseller to push domains to our account, we need to authorize that reseller by adding their username to our allow list. Without this, any attempt to push domains to your account will fail.&lt;br /&gt;
*If you are transferring 1 - 10 domains from the reseller you are under to ours we can handle this for you. All we need is your resellers username and you will need ours. Please request and provide this information in a ticket by sending a email to support@hostek.com&lt;br /&gt;
*If you are transferring over 10 domains to us you will need to order each one from your client control panel at https://cp.hostek.com/clientarea.php. (If there is more then 10 you will have to order each domain separately and each one will be charged as a renewal and renewed for another year.)&lt;br /&gt;
*If you have a reseller account please contact us about our sub-reseller program. &lt;br /&gt;
&lt;br /&gt;
==How to get the EPP code==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;An EPP code is the authorization code that will allow you to initiate a transfer of your domain name from another registrar. Each registrar handles these slightly different. Here is the general process:&amp;lt;/p&amp;gt;&lt;br /&gt;
*Login to your current registrar that your domain is currently registered at&lt;br /&gt;
*Find the domain management section&lt;br /&gt;
*Make sure your domain name is unlocked&lt;br /&gt;
*Make sure that the admin contact email address is set to something that you have access too&lt;br /&gt;
*Now request EPP code (authorization code).  You should have a button or a link in the domain management section to do so&lt;br /&gt;
*The registrar will email the EPP code to the admin contact email address that is set for your domain. &lt;br /&gt;
*If you have problems obtaining it, please contact your registrar.&lt;br /&gt;
&lt;br /&gt;
==Order Requirements==&lt;br /&gt;
&lt;br /&gt;
*In order to have a product with us, the domain name's structure must be completely lowercase.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Sales]]&lt;br /&gt;
[[Category:Domain-Names]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Cftags&amp;diff=1851</id>
		<title>Cftags</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Cftags&amp;diff=1851"/>
				<updated>2013-12-15T20:04:26Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
==ColdFusion Tag List==&lt;br /&gt;
&lt;br /&gt;
Click [http://learn.adobe.com/wiki/display/coldfusionen/ColdFusion+Tags here] for a list of ColdFusion tags as of ColdFusion 10.&lt;br /&gt;
&lt;br /&gt;
==Supported ColdFusion Tags==&lt;br /&gt;
&lt;br /&gt;
Our Shared Servers support all Cold Fusion tags except the following:&lt;br /&gt;
&lt;br /&gt;
*CFexecute&lt;br /&gt;
*CFregistry&lt;br /&gt;
&lt;br /&gt;
If you are needing these tags you may want to look at our VPS solution [http://hostek.com/hosting/vps/coldfusion-vps-hosting.asp Here]&lt;br /&gt;
&lt;br /&gt;
==ColdFusion CFX Custom Tags==&lt;br /&gt;
===Efflaire ImageCR 3===&lt;br /&gt;
Efflaire's ImageCR 3 tag is supported on our servers. Full documentation and usage examples for this tag are available at the [http://efflare.com/docs/CFX_ImageCR3/reference/index.html ImageCR 3 site].&lt;br /&gt;
&lt;br /&gt;
[[Category:ColdFusion]]&lt;br /&gt;
[[Category:Sales]]&lt;br /&gt;
[[Category:Getting Started]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=FTP_-_Problems_and_Solutions&amp;diff=1850</id>
		<title>FTP - Problems and Solutions</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=FTP_-_Problems_and_Solutions&amp;diff=1850"/>
				<updated>2013-12-15T19:52:32Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* FTP Programs and Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
==File Transfer Protocol - FTP==&lt;br /&gt;
&lt;br /&gt;
File Transfer Protocol (aka FTP) is a protocol for transferring files across the internet faster and more reliable than any other means. It is not restricted to other limitations as other internet protocols.&lt;br /&gt;
&lt;br /&gt;
===FTPS (FTP over SSL)===&lt;br /&gt;
&lt;br /&gt;
Yes, we support FTPS (FTP over SSL) on all Windows 2008 servers and above.&lt;br /&gt;
&lt;br /&gt;
 Use port 21 for 'Explicit SSL' (I.E. The FTP client connects over a standard connection and requests SSL encryption before sending credentials).&lt;br /&gt;
&lt;br /&gt;
 Use port 990 for 'Implicit SSL' (I.E. The FTP client begins the connection with SSL encryption).&lt;br /&gt;
&lt;br /&gt;
 Passive FTP is required for all FTPS connections.&lt;br /&gt;
&lt;br /&gt;
NOTE: For existing customers, if you are on a Windows 2003 server and you need FTPs (Secure FTP), you can request to be moved to a Windows 2008 server by submitting a support ticket at:&lt;br /&gt;
https://support.hostek.com/&lt;br /&gt;
&lt;br /&gt;
==FTP Clients==&lt;br /&gt;
&lt;br /&gt;
An FTP client is a software application that allows you to upload and download files from a local host (your computer) to and from a remote host (i.e., web servers) using the File Transfer Protocol (FTP).&lt;br /&gt;
&lt;br /&gt;
===FTP Programs and Setup===&lt;br /&gt;
&lt;br /&gt;
Most FTP programs only require three credentials to access the remote site (server). The User and Password information are can be found in the original email sent when the site was set up (Can be changed in the site's control panel).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Host: ftp.yourdomain.com or the server's IP address, i.e. 65.178.154.210&lt;br /&gt;
User: yourdomain.com (Can be different)&lt;br /&gt;
Pass: **************&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE: It is best to set FTP to 'Passive' Mode in the FTP settings. Usually set by default.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===FTP Program Video Tutorials===&lt;br /&gt;
&lt;br /&gt;
=====CuteFTP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_cuteftp_conf.html Configuring your website in CuteFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_cuteftp_manage.html Managing files in CuteFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_cuteftp_upload.html Uploading Files using CuteFTP]&lt;br /&gt;
&lt;br /&gt;
=====FileZilla=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_filezilla_config.html Configuring your website in FileZilla]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_filezilla_manage.html Managing files in FileZilla]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_filezilla_upload.html Uploading Files using FileZilla]&lt;br /&gt;
&lt;br /&gt;
=====FlashFXP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_flashfxp32_conf.html Configuring your website in FlashFXP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_flashfxp32_pref.html Managing files in FlashFXP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_flashfxp32_upload.html Uploading Files using FlashFXP]&lt;br /&gt;
&lt;br /&gt;
=====LeapFTP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_leapftp_conf.html Configuring your website in LeapFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_leapftp_manage.html Managing files in LeapFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_leapftp_upload.html Uploading Files using LeapFTP]&lt;br /&gt;
&lt;br /&gt;
=====SmartFTP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_smart_conf.html Configuring your website in SmartFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_smart_manage.html Managing files in SmartFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_smart_upload.html Uploading Files using SmartFTP]&lt;br /&gt;
&lt;br /&gt;
=====FTP Voyager=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_voyager_conf.html Configuring your website in FTP Voyager]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_voyager_manage.html Managing files in FTP Voyager]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_voyager_upload.html Uploading Files using FTP Voyager]&lt;br /&gt;
&lt;br /&gt;
=====WinSCP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_winscp_conf.html Configuring your website in WinSCP]  &amp;lt;b&amp;gt;NOTE&amp;lt;/b&amp;gt; Tutorial says use Port 22, but please use Port 21.&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_winscp_manage.html Managing files in WinSCP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_winscp_upload.html Uploading Files using WinSCP]&lt;br /&gt;
&lt;br /&gt;
'''How to view hidden files using WS_FTP'''&lt;br /&gt;
&lt;br /&gt;
In each connection's &amp;quot;Session Properties&amp;quot;, click the Startup tab.&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Remote file mask&amp;quot; box, type -al.&lt;br /&gt;
&lt;br /&gt;
While connected, type -al in the white box just under the &amp;quot;MkDir&amp;quot; button in the Remote Site panel. Then click &amp;quot;Refresh&amp;quot; to see the files.&lt;br /&gt;
&lt;br /&gt;
Also, look in the settings for toggles to turn the display of hidden files on and off.&lt;br /&gt;
&lt;br /&gt;
===FTP using Windows Explorer or Web Browser===&lt;br /&gt;
#Open My Computer or Windows Explorer. In the address bar put in your domain starting with &amp;quot;ftp://&amp;quot; and include your username and password, for example: &amp;quot;ftp://yourusername:yourpassword@yourhostlocation.com&amp;quot;. &lt;br /&gt;
#Hit the enter key one time. &lt;br /&gt;
# (If you don't see your files or folders)&amp;lt;br /&amp;gt;Under &amp;quot;File&amp;quot; on the menu choose &amp;quot;login as&amp;quot; and type in your username and password and select &amp;quot;Log On&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You can use the same type of FTP address shown in Step 1 to connect to your FTP site in a Web browser such as FireFox or Chrome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FTP Frequently Asked Questions==&lt;br /&gt;
&lt;br /&gt;
===FTP Upload/Download - Are there limits?===&lt;br /&gt;
&lt;br /&gt;
You have unlimited FTP access 24-hours a day to our servers. You can create and maintain your web pages on your computer and upload files to your web server space at any time.&lt;br /&gt;
&lt;br /&gt;
===Anonymous FTP Access - is it allowed?===&lt;br /&gt;
We do not allow anonymous FTP access. There are major security issues related to anonymous FTP.  You can add additional FTP accounts via your hosting control panel.&lt;br /&gt;
&lt;br /&gt;
===What do I use as my FTP Host===&lt;br /&gt;
When connecting via FTP, you can use your site's IP address as the FTP Host. If the domain name is already pointing to that IP address, you can use either the IP address or the domain name as the FTP host, i.e. ftp.yourdomain.com&lt;br /&gt;
&lt;br /&gt;
===How can I get an additional FTP account/user? ===&lt;br /&gt;
Additional FTP users can be easily creating within your WCP or cPanel.&amp;lt;br/&amp;gt;&lt;br /&gt;
* WCP&lt;br /&gt;
# Log into the WCP&lt;br /&gt;
# Click on FTP Accounts.&lt;br /&gt;
# Click 'Add FTP User' to add a new user.&amp;lt;br/&amp;gt;&lt;br /&gt;
* [http://hostek.com/tutorials/cpanel10_x2_ftp.html cPanel - Video tutorial]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Problems and Solutions to FTP Issues=&lt;br /&gt;
&lt;br /&gt;
===Why do I get error &amp;quot;blocking call cancelled&amp;quot; with FTP?===&lt;br /&gt;
This can happen when you are behind a firewall or are running a personal firewall&lt;br /&gt;
like Black Ice Defender or ZoneAlarm.&lt;br /&gt;
&lt;br /&gt;
To fix this, go into your FTP program settings and find the setting for &amp;quot;Passive&lt;br /&gt;
Mode&amp;quot; or &amp;quot;PASV Mode&amp;quot;. If it is turned on, turn it off. If it is off, turn it on. &lt;br /&gt;
&lt;br /&gt;
===Filezilla Error: &amp;quot;could not retrieve directory===&lt;br /&gt;
When connecting via FTP using Filezilla you receive an error saying &amp;quot;Could not retrieve directory&lt;br /&gt;
listing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Solution(s):&lt;br /&gt;
# Try disabling the &amp;quot;Keep Alive&amp;quot; feature.&lt;br /&gt;
# Try disabling pasive mode.&lt;br /&gt;
&lt;br /&gt;
===How to Disable FTP Timeouts in Filezilla===&lt;br /&gt;
If Filezilla times out its connection when you are transferring files, try disabling the Timeout setting.&lt;br /&gt;
&lt;br /&gt;
To do this, click on &amp;quot;Edit&amp;quot; then choose settings. It will bring up a window like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:timeout.png]]&lt;br /&gt;
&lt;br /&gt;
Change the Timeout to zero as shown, click OK, and you're ready.&lt;br /&gt;
&lt;br /&gt;
Filezilla is a free, cross-platform FTP client available for download at [http://filezilla-project.org/download.php?type=client filezilla-project.org].&lt;br /&gt;
&lt;br /&gt;
==FTP - Virtual Private Servers==&lt;br /&gt;
&lt;br /&gt;
===Cannot connect to FileZilla Server (VPS)===&lt;br /&gt;
&lt;br /&gt;
Intalling FileZilla FTP Server on your VPS will require you to &amp;lt;b&amp;gt;stop&amp;lt;/b&amp;gt; the Microsoft FTP service in the Windows Services. &lt;br /&gt;
&lt;br /&gt;
To Disable the Microsoft FTP Service:&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;lt;b&amp;gt;Start&amp;lt;/b&amp;gt; Button&lt;br /&gt;
*Go to &amp;lt;b&amp;gt;Administrative Tools&amp;lt;/b&amp;gt;&lt;br /&gt;
*Click &amp;lt;b&amp;gt;Services&amp;lt;/b&amp;gt;&lt;br /&gt;
*Find and right click on &amp;lt;b&amp;gt;Microsoft FTP Service&amp;lt;/b&amp;gt;&lt;br /&gt;
*In the &amp;lt;b&amp;gt;General&amp;lt;/b&amp;gt; Tab, change &amp;lt;b&amp;gt;Startup Type&amp;lt;/b&amp;gt; to &amp;quot;Disabled&amp;quot;&lt;br /&gt;
*Click APPLY&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Sales]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=FTP_-_Problems_and_Solutions&amp;diff=1849</id>
		<title>FTP - Problems and Solutions</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=FTP_-_Problems_and_Solutions&amp;diff=1849"/>
				<updated>2013-12-15T19:47:31Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* FTPS (FTP over SSL) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
 &lt;br /&gt;
==File Transfer Protocol - FTP==&lt;br /&gt;
&lt;br /&gt;
File Transfer Protocol (aka FTP) is a protocol for transferring files across the internet faster and more reliable than any other means. It is not restricted to other limitations as other internet protocols.&lt;br /&gt;
&lt;br /&gt;
===FTPS (FTP over SSL)===&lt;br /&gt;
&lt;br /&gt;
Yes, we support FTPS (FTP over SSL) on all Windows 2008 servers and above.&lt;br /&gt;
&lt;br /&gt;
 Use port 21 for 'Explicit SSL' (I.E. The FTP client connects over a standard connection and requests SSL encryption before sending credentials).&lt;br /&gt;
&lt;br /&gt;
 Use port 990 for 'Implicit SSL' (I.E. The FTP client begins the connection with SSL encryption).&lt;br /&gt;
&lt;br /&gt;
 Passive FTP is required for all FTPS connections.&lt;br /&gt;
&lt;br /&gt;
NOTE: For existing customers, if you are on a Windows 2003 server and you need FTPs (Secure FTP), you can request to be moved to a Windows 2008 server by submitting a support ticket at:&lt;br /&gt;
https://support.hostek.com/&lt;br /&gt;
&lt;br /&gt;
==FTP Clients==&lt;br /&gt;
&lt;br /&gt;
An FTP client is a software application that allows you to upload and download files from a local host (your computer) to and from a remote host (i.e., web servers) using the File Transfer Protocol (FTP).&lt;br /&gt;
&lt;br /&gt;
===FTP Programs and Setup===&lt;br /&gt;
&lt;br /&gt;
Most FTP programs only require three credentials to access the remote site (server). The User and Password information are can be found in the original email sent when the site was set up (Can be changed in the site's control panel).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Host: ftp.yourdomain.com or the server's IP address, i.e. &amp;lt;b&amp;gt;65.178.154.210&amp;lt;/b&amp;gt;&lt;br /&gt;
User: yourdomain.com (Can be different)&lt;br /&gt;
Pass: **************&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;NOTE: It is best to set FTP to 'Passive' Mode in the FTP settings. Usually set by default.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===FTP Program Video Tutorials===&lt;br /&gt;
&lt;br /&gt;
=====CuteFTP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_cuteftp_conf.html Configuring your website in CuteFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_cuteftp_manage.html Managing files in CuteFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_cuteftp_upload.html Uploading Files using CuteFTP]&lt;br /&gt;
&lt;br /&gt;
=====FileZilla=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_filezilla_config.html Configuring your website in FileZilla]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_filezilla_manage.html Managing files in FileZilla]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_filezilla_upload.html Uploading Files using FileZilla]&lt;br /&gt;
&lt;br /&gt;
=====FlashFXP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_flashfxp32_conf.html Configuring your website in FlashFXP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_flashfxp32_pref.html Managing files in FlashFXP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_flashfxp32_upload.html Uploading Files using FlashFXP]&lt;br /&gt;
&lt;br /&gt;
=====LeapFTP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_leapftp_conf.html Configuring your website in LeapFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_leapftp_manage.html Managing files in LeapFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_leapftp_upload.html Uploading Files using LeapFTP]&lt;br /&gt;
&lt;br /&gt;
=====SmartFTP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_smart_conf.html Configuring your website in SmartFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_smart_manage.html Managing files in SmartFTP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_smart_upload.html Uploading Files using SmartFTP]&lt;br /&gt;
&lt;br /&gt;
=====FTP Voyager=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_voyager_conf.html Configuring your website in FTP Voyager]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_voyager_manage.html Managing files in FTP Voyager]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_voyager_upload.html Uploading Files using FTP Voyager]&lt;br /&gt;
&lt;br /&gt;
=====WinSCP=====&lt;br /&gt;
[http://hostek.com/tutorials/ftp_winscp_conf.html Configuring your website in WinSCP]  &amp;lt;b&amp;gt;NOTE&amp;lt;/b&amp;gt; Tutorial says use Port 22, but please use Port 21.&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_winscp_manage.html Managing files in WinSCP]&lt;br /&gt;
&lt;br /&gt;
[http://hostek.com/tutorials/ftp_winscp_upload.html Uploading Files using WinSCP]&lt;br /&gt;
&lt;br /&gt;
'''How to view hidden files using WS_FTP'''&lt;br /&gt;
&lt;br /&gt;
In each connection's &amp;quot;Session Properties&amp;quot;, click the Startup tab.&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Remote file mask&amp;quot; box, type -al.&lt;br /&gt;
&lt;br /&gt;
While connected, type -al in the white box just under the &amp;quot;MkDir&amp;quot; button in the Remote Site panel. Then click &amp;quot;Refresh&amp;quot; to see the files.&lt;br /&gt;
&lt;br /&gt;
Also, look in the settings for toggles to turn the display of hidden files on and off.&lt;br /&gt;
&lt;br /&gt;
===FTP using Windows Explorer or Web Browser===&lt;br /&gt;
#Open My Computer or Windows Explorer. In the address bar put in your domain starting with &amp;quot;ftp://&amp;quot; and include your username and password, for example: &amp;quot;ftp://yourusername:yourpassword@yourhostlocation.com&amp;quot;. &lt;br /&gt;
#Hit the enter key one time. &lt;br /&gt;
# (If you don't see your files or folders)&amp;lt;br /&amp;gt;Under &amp;quot;File&amp;quot; on the menu choose &amp;quot;login as&amp;quot; and type in your username and password and select &amp;quot;Log On&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You can use the same type of FTP address shown in Step 1 to connect to your FTP site in a Web browser such as FireFox or Chrome.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FTP Frequently Asked Questions==&lt;br /&gt;
&lt;br /&gt;
===FTP Upload/Download - Are there limits?===&lt;br /&gt;
&lt;br /&gt;
You have unlimited FTP access 24-hours a day to our servers. You can create and maintain your web pages on your computer and upload files to your web server space at any time.&lt;br /&gt;
&lt;br /&gt;
===Anonymous FTP Access - is it allowed?===&lt;br /&gt;
We do not allow anonymous FTP access. There are major security issues related to anonymous FTP.  You can add additional FTP accounts via your hosting control panel.&lt;br /&gt;
&lt;br /&gt;
===What do I use as my FTP Host===&lt;br /&gt;
When connecting via FTP, you can use your site's IP address as the FTP Host. If the domain name is already pointing to that IP address, you can use either the IP address or the domain name as the FTP host, i.e. ftp.yourdomain.com&lt;br /&gt;
&lt;br /&gt;
===How can I get an additional FTP account/user? ===&lt;br /&gt;
Additional FTP users can be easily creating within your WCP or cPanel.&amp;lt;br/&amp;gt;&lt;br /&gt;
* WCP&lt;br /&gt;
# Log into the WCP&lt;br /&gt;
# Click on FTP Accounts.&lt;br /&gt;
# Click 'Add FTP User' to add a new user.&amp;lt;br/&amp;gt;&lt;br /&gt;
* [http://hostek.com/tutorials/cpanel10_x2_ftp.html cPanel - Video tutorial]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Problems and Solutions to FTP Issues=&lt;br /&gt;
&lt;br /&gt;
===Why do I get error &amp;quot;blocking call cancelled&amp;quot; with FTP?===&lt;br /&gt;
This can happen when you are behind a firewall or are running a personal firewall&lt;br /&gt;
like Black Ice Defender or ZoneAlarm.&lt;br /&gt;
&lt;br /&gt;
To fix this, go into your FTP program settings and find the setting for &amp;quot;Passive&lt;br /&gt;
Mode&amp;quot; or &amp;quot;PASV Mode&amp;quot;. If it is turned on, turn it off. If it is off, turn it on. &lt;br /&gt;
&lt;br /&gt;
===Filezilla Error: &amp;quot;could not retrieve directory===&lt;br /&gt;
When connecting via FTP using Filezilla you receive an error saying &amp;quot;Could not retrieve directory&lt;br /&gt;
listing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Solution(s):&lt;br /&gt;
# Try disabling the &amp;quot;Keep Alive&amp;quot; feature.&lt;br /&gt;
# Try disabling pasive mode.&lt;br /&gt;
&lt;br /&gt;
===How to Disable FTP Timeouts in Filezilla===&lt;br /&gt;
If Filezilla times out its connection when you are transferring files, try disabling the Timeout setting.&lt;br /&gt;
&lt;br /&gt;
To do this, click on &amp;quot;Edit&amp;quot; then choose settings. It will bring up a window like this:&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:timeout.png]]&lt;br /&gt;
&lt;br /&gt;
Change the Timeout to zero as shown, click OK, and you're ready.&lt;br /&gt;
&lt;br /&gt;
Filezilla is a free, cross-platform FTP client available for download at [http://filezilla-project.org/download.php?type=client filezilla-project.org].&lt;br /&gt;
&lt;br /&gt;
==FTP - Virtual Private Servers==&lt;br /&gt;
&lt;br /&gt;
===Cannot connect to FileZilla Server (VPS)===&lt;br /&gt;
&lt;br /&gt;
Intalling FileZilla FTP Server on your VPS will require you to &amp;lt;b&amp;gt;stop&amp;lt;/b&amp;gt; the Microsoft FTP service in the Windows Services. &lt;br /&gt;
&lt;br /&gt;
To Disable the Microsoft FTP Service:&lt;br /&gt;
&lt;br /&gt;
*Click the &amp;lt;b&amp;gt;Start&amp;lt;/b&amp;gt; Button&lt;br /&gt;
*Go to &amp;lt;b&amp;gt;Administrative Tools&amp;lt;/b&amp;gt;&lt;br /&gt;
*Click &amp;lt;b&amp;gt;Services&amp;lt;/b&amp;gt;&lt;br /&gt;
*Find and right click on &amp;lt;b&amp;gt;Microsoft FTP Service&amp;lt;/b&amp;gt;&lt;br /&gt;
*In the &amp;lt;b&amp;gt;General&amp;lt;/b&amp;gt; Tab, change &amp;lt;b&amp;gt;Startup Type&amp;lt;/b&amp;gt; to &amp;quot;Disabled&amp;quot;&lt;br /&gt;
*Click APPLY&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Sales]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Email_Only&amp;diff=1848</id>
		<title>Email Only</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Email_Only&amp;diff=1848"/>
				<updated>2013-12-15T19:46:32Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* Email Hosting Plans */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Email Hosting Plans==&lt;br /&gt;
We do offer email only hosting plans. It is the same price as the basic plan. You can order an email only hosting plan in your client area at https://cp.hostek.com by clicking '''&amp;quot;Order&amp;quot;''' and then selecting '''&amp;quot;Windows Hosting&amp;quot;'''&lt;br /&gt;
&lt;br /&gt;
(For VPS with Email Only see [https://wiki.hostek.com/Category:Email-VPS SmarterMail VPS])&lt;br /&gt;
&lt;br /&gt;
[[Category:Sales]]&lt;br /&gt;
[[Category:Misc-Email]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Control_Panels&amp;diff=1847</id>
		<title>Control Panels</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Control_Panels&amp;diff=1847"/>
				<updated>2013-12-15T19:14:33Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* cPanel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WCP (Windows Control Panel) ==&lt;br /&gt;
WCP is our custom in-house built Windows based control panel.  WCP serves as the control panel for our Windows, ColdFusion on Windows, Railo on Windows as well as for our Windows VPS, ColdFusion on Windows VPS and Railo on Windows VPS accounts.  &lt;br /&gt;
&lt;br /&gt;
For our Reseller customers WCP is brandable.  You can have your own reseller URL and reseller brand on the control panel. (See [https://wiki.hostek.com/WCP WCP])&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
== WCP iPhone App ==&lt;br /&gt;
We have created an iPhone App for WCP.  With the iPhone App you can do almost everything that you can with WCP, except with the App.  For resellers, we have a white label / brandable version of the WCP iPhone app also available in iTunes. (See [https://wiki.hostek.com/WCP WCP])&lt;br /&gt;
&lt;br /&gt;
== cPanel ==&lt;br /&gt;
cPanel is the most widely recognized control panel for the hosting industry.  We utilize cPanel for our Linux based accounts.  For our linux based resellers, you also have access to WHM to fully manage your reseller account. (See [https://wiki.hostek.com/CPanel_Tutorials cPanel)]&lt;br /&gt;
&lt;br /&gt;
== Do you support Helm? ==&lt;br /&gt;
We do not support Helm.  We used to a long time ago.  However we found that we were spending a lot of support time on Helm related issues.  So we built our own... WCP.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Do you support Plesk? ==&lt;br /&gt;
We do not support Plesk.  With one of our acquisitions a few years ago, it was a Plesk based company.  In our opinion and that of our customers, cPanel is much easier to use.  We fully migrated the acquired accounts from Plesk to cPanel so we no longer support Plesk.&lt;br /&gt;
&lt;br /&gt;
[[Category:Control-Panels]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Control_Panels&amp;diff=1846</id>
		<title>Control Panels</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Control_Panels&amp;diff=1846"/>
				<updated>2013-12-15T19:13:22Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* WCP iPhone App */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WCP (Windows Control Panel) ==&lt;br /&gt;
WCP is our custom in-house built Windows based control panel.  WCP serves as the control panel for our Windows, ColdFusion on Windows, Railo on Windows as well as for our Windows VPS, ColdFusion on Windows VPS and Railo on Windows VPS accounts.  &lt;br /&gt;
&lt;br /&gt;
For our Reseller customers WCP is brandable.  You can have your own reseller URL and reseller brand on the control panel. (See [https://wiki.hostek.com/WCP WCP])&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
== WCP iPhone App ==&lt;br /&gt;
We have created an iPhone App for WCP.  With the iPhone App you can do almost everything that you can with WCP, except with the App.  For resellers, we have a white label / brandable version of the WCP iPhone app also available in iTunes. (See [https://wiki.hostek.com/WCP WCP])&lt;br /&gt;
&lt;br /&gt;
== cPanel ==&lt;br /&gt;
cPanel is the most widely recognized control panel for the hosting industry.  We utilize cPanel for our Linux based accounts.  For our linux based resellers, you also have access to WHM to fully manage your reseller account.&lt;br /&gt;
&lt;br /&gt;
== Do you support Helm? ==&lt;br /&gt;
We do not support Helm.  We used to a long time ago.  However we found that we were spending a lot of support time on Helm related issues.  So we built our own... WCP.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Do you support Plesk? ==&lt;br /&gt;
We do not support Plesk.  With one of our acquisitions a few years ago, it was a Plesk based company.  In our opinion and that of our customers, cPanel is much easier to use.  We fully migrated the acquired accounts from Plesk to cPanel so we no longer support Plesk.&lt;br /&gt;
&lt;br /&gt;
[[Category:Control-Panels]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	<entry>
		<id>https://wiki.hostek.com/index.php?title=Control_Panels&amp;diff=1845</id>
		<title>Control Panels</title>
		<link rel="alternate" type="text/html" href="https://wiki.hostek.com/index.php?title=Control_Panels&amp;diff=1845"/>
				<updated>2013-12-15T19:12:41Z</updated>
		
		<summary type="html">&lt;p&gt;Coryme: /* WCP (Windows Control Panel) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WCP (Windows Control Panel) ==&lt;br /&gt;
WCP is our custom in-house built Windows based control panel.  WCP serves as the control panel for our Windows, ColdFusion on Windows, Railo on Windows as well as for our Windows VPS, ColdFusion on Windows VPS and Railo on Windows VPS accounts.  &lt;br /&gt;
&lt;br /&gt;
For our Reseller customers WCP is brandable.  You can have your own reseller URL and reseller brand on the control panel. (See [https://wiki.hostek.com/WCP WCP])&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
&lt;br /&gt;
== WCP iPhone App ==&lt;br /&gt;
We have created an iPhone App for WCP.  With the iPhone App you can do almost everything that you can with WCP, except with the App.  For resellers, we have a white label / brandable version of the WCP iPhone app also available in iTunes.  &lt;br /&gt;
&lt;br /&gt;
== cPanel ==&lt;br /&gt;
cPanel is the most widely recognized control panel for the hosting industry.  We utilize cPanel for our Linux based accounts.  For our linux based resellers, you also have access to WHM to fully manage your reseller account.&lt;br /&gt;
&lt;br /&gt;
== Do you support Helm? ==&lt;br /&gt;
We do not support Helm.  We used to a long time ago.  However we found that we were spending a lot of support time on Helm related issues.  So we built our own... WCP.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Do you support Plesk? ==&lt;br /&gt;
We do not support Plesk.  With one of our acquisitions a few years ago, it was a Plesk based company.  In our opinion and that of our customers, cPanel is much easier to use.  We fully migrated the acquired accounts from Plesk to cPanel so we no longer support Plesk.&lt;br /&gt;
&lt;br /&gt;
[[Category:Control-Panels]]&lt;/div&gt;</summary>
		<author><name>Coryme</name></author>	</entry>

	</feed>