<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://hostingwiki.bravenet.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jonas</id>
	<title>Bravenet Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://hostingwiki.bravenet.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jonas"/>
	<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/Special:Contributions/Jonas"/>
	<updated>2026-06-04T13:27:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Moodle&amp;diff=5035</id>
		<title>Moodle</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Moodle&amp;diff=5035"/>
		<updated>2012-03-01T21:23:23Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NOTE:  Full installation instructions may be added later.  This is just some helpful tips to get you started in installing Moodle.&lt;br /&gt;
&lt;br /&gt;
Moodle requires a few tweaks to your account before you can install it:&lt;br /&gt;
&lt;br /&gt;
== Changing your PHP Version==&lt;br /&gt;
First, you&#039;ll need to ensure that you&#039;re running at least PHP 5.3 on your site.  We have a page on how to [[select your PHP version]].&lt;br /&gt;
&lt;br /&gt;
== Changing your database language settings ==&lt;br /&gt;
Next, Moodle requires its database tables to be created with UTF-8 support.  To do this:&lt;br /&gt;
# create a new database, as normal, and then click on the &#039;&#039;&#039;Edit Tables&#039;&#039;&#039; icon next to it.&lt;br /&gt;
# in this new window, click the name of the database in the left column (next to the line that says &#039;&#039;&#039;information_schema&#039;&#039;&#039;)&lt;br /&gt;
# now, click the &#039;&#039;&#039;Operations&#039;&#039;&#039; tab at the top&lt;br /&gt;
# One of the boxes will be labelled &#039;&#039;&#039;Collation:&#039;&#039;&#039;.  Scroll through this list and find the option named &#039;&#039;&#039;utf8_general_ci&#039;&#039;&#039;.  Select this and click the &#039;&#039;&#039;Go&#039;&#039;&#039; button.&lt;br /&gt;
# You should see a notice at the top of the screen that says that &#039;&#039;&#039;Your SQL query has been executed successfully&#039;&#039;&#039;.&lt;br /&gt;
# Close this window, and continue with the Moodle install.&lt;br /&gt;
&lt;br /&gt;
== Setting your Data Directory ==&lt;br /&gt;
&lt;br /&gt;
When setting up a data directory, Moodle will want a path outside the web server&#039;s root. Unfortunately with our shared hosting, we don&#039;t offer that; but we can achieve the same result in a few steps. Basically, you want to create a new site to hold the Moodle data, but then disable it so that the web server can&#039;t access it.&lt;br /&gt;
# Log into your Bravenet account, and then click the &#039;FTP Hosting&#039; tab and then the &#039;websites&#039; subtab.&lt;br /&gt;
# Click on &#039;build a new website&#039;&lt;br /&gt;
# Choose &#039;use a subdomain&#039;&lt;br /&gt;
# Choose your site&#039;s domain out of the dropdown, and enter &#039;data&#039; as the subdomain name, and then create the site.&lt;br /&gt;
# Click the &#039;disable this website&#039; button&lt;br /&gt;
# Find the storage path for your site - it&#039;s listed at the bottom of the website management screen, in a blue box.  It&#039;ll look similar to &amp;lt;tt&amp;gt;/misc/00/000/000/000/00/user/web/data.yoursite.com/&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Now, in Moodle, you&#039;d want to set this storage path as your data directory.&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_a_3rd_party_SFTP_program&amp;diff=4994</id>
		<title>Using a 3rd party SFTP program</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_a_3rd_party_SFTP_program&amp;diff=4994"/>
		<updated>2011-11-14T22:57:31Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to FileZilla&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[FileZilla]]&lt;br /&gt;
&lt;br /&gt;
[[Category:FTP]]&lt;br /&gt;
[[Category:Getting Started]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=FTP&amp;diff=4993</id>
		<title>FTP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=FTP&amp;diff=4993"/>
		<updated>2011-11-14T22:54:21Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Log in to your SFTP account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is FTP? ==&lt;br /&gt;
&#039;&#039;&#039;FTP&#039;&#039;&#039; stands for &#039;&#039;&#039;File Transfer Protocol&#039;&#039;&#039;.  It is the traditional method for securely transferring files between a local computer (the &#039;&#039;client&#039;&#039;) and a remote computer (the &#039;&#039;server&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
=== How is it different than SFTP? ===&lt;br /&gt;
At Bravenet, we encourage people to use [[SFTP]] (&#039;&#039;&#039; &#039;&#039;Secure&#039;&#039; File Transfer Protocol&#039;&#039;&#039;).  It functions similarly to FTP, but it encrypts all communication between the two computers, including the user&#039;s login and password.  We do offer regular FTP (labeled &#039;Legacy FTP&#039; in most areas) for compatibility reasons, but we highly encourage people to use SFTP instead when possible.&lt;br /&gt;
&lt;br /&gt;
Our FTP and SFTP servers are located at the same addresses, and the same usernames and passwords work for either technology.  By default we only allow SFTP connections, but you can enable FTP support if needed (see below!).&lt;br /&gt;
&lt;br /&gt;
=== Risks and advantages to FTP ===&lt;br /&gt;
FTP is a older technology (it was developed in 1971!) so there&#039;s a fair number of programs, especially older ones, that support FTP but not SFTP.  Additionally, since SFTP has to encrypt and decrypt your data, it is marginally slower, although with today&#039;s computers the difference is pretty small.&lt;br /&gt;
&lt;br /&gt;
On the downside, FTP sends all information, including the login and password you use when connecting, in plain text, so that anyone can read it if they have access to the data passing between the server and the client.  Many viruses are designed to capture FTP usernames and passwords, passing them on to organizations that use this information to spread further viruses and malware.&lt;br /&gt;
&lt;br /&gt;
== Create an FTP account ==&lt;br /&gt;
First of all, you will need to have a [[Build a website | Bravehost website]].  Once you&#039;ve created a site (you don&#039;t need to put anything on it yet!), click on the [[SFTP tab]] of the Bravehost control panel.  Then, click on the [[Creating a new SFTP account | new sftp account]] link.  Enter in a username and password, and make sure you check off the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option, then click the &#039;&#039;&#039;create&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t use the same password for your FTP account as you do for your Bravenet account!&lt;br /&gt;
&lt;br /&gt;
Note that your username will have a number added to it.  Use the entire username, including the number, when connecting.&lt;br /&gt;
&lt;br /&gt;
=== Adding FTP support to an existing SFTP account ===&lt;br /&gt;
SFTP support is enabled by default on all accounts.  If you need to enable the older [[FTP]] support to an existing account, click the &#039;&#039;&#039;edit&#039;&#039;&#039; button next to the account in the [[SFTP tab]], then check the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option.  Save your changes when finished.&lt;br /&gt;
&lt;br /&gt;
Note that legacy FTP support is not secure, and may lead to your FTP account information being compromised.&lt;br /&gt;
&lt;br /&gt;
== Log in to your FTP account ==&lt;br /&gt;
Once you&#039;ve created an FTP account, you&#039;ll need a program that supports FTP to connect to that account (known as an &#039;&#039;&#039;FTP client&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
When configuring the FTP client, it will ask your for your username, password, and the server or host address.  You can find all this information under the SFTP tab of your account.  If prompted for a port number, use the defaults - &#039;22&#039; for SFTP, or &#039;21&#039; for legacy FTP.&lt;br /&gt;
&lt;br /&gt;
=== Using various FTP clients ===&lt;br /&gt;
Although we can&#039;t provide support for third-party programs, we&#039;ve put together small guides on connecting to your FTP or SFTP account using several popular clients.  Please see the program&#039;s official documentation for more up-to-date, official information.&lt;br /&gt;
&lt;br /&gt;
* [[FileZilla]] - Free, available for Windows, Mac, and Linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Many programs that do all-in-one web design, such as [[Adobe Dreamweaver]], publish their sites through FTP.&lt;br /&gt;
&lt;br /&gt;
=== Bravenet Java client ===&lt;br /&gt;
You can connect securely to your FTP account using the Bravenet [[SFTP Java applet]].  This will use the SFTP features of your account, so it&#039;ll be safer and more secure than using an FTP client.  More info on the applet is available [[SFTP#Bravenet_Java_client | here]]&lt;br /&gt;
&lt;br /&gt;
[[Category:FTP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=SFTP&amp;diff=4992</id>
		<title>SFTP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=SFTP&amp;diff=4992"/>
		<updated>2011-11-14T22:53:28Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Log in to your SFTP account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is SFTP? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SFTP&#039;&#039;&#039; stands for &#039;&#039;&#039;Secure File Transfer Protocol&#039;&#039;&#039;, or &#039;&#039;&#039;SSH File Transfer Protocol&#039;&#039;&#039; depending on who you ask.  It is a method for securely transferring files between a local computer (the &#039;&#039;client&#039;&#039;) and a remote computer (the &#039;&#039;server&#039;&#039;).  It is very similar in operation to the older [[FTP]] standard.&lt;br /&gt;
&lt;br /&gt;
===How is it different than FTP?===&lt;br /&gt;
SFTP is very similar to &#039;&#039;&#039;FTP&#039;&#039;&#039; (short for &#039;&#039;&#039;File Transfer Protocol&#039;&#039;&#039;) in operation.  However, SFTP encrypts all communication with the server, ensuring that your username, password, and data are kept safe at all times.  The older FTP protocol did not do this encryption, so anyone with access to the client or the server&#039;s network could easily read the transferred information, including usernames and passwords.&lt;br /&gt;
&lt;br /&gt;
In addition, SFTP and FTP are pretty different internally, which means that not all FTP client programs support SFTP yet.&lt;br /&gt;
&lt;br /&gt;
== Create a SFTP account ==&lt;br /&gt;
First of all, you will need to have a [[Build a website | Bravehost website]].  Once you&#039;ve created a site (you don&#039;t need to put anything on it yet!), click on the [[FTP Hosting tab]] of your Bravehost control panel, and then on the [[SFTP tab]].  Then, click on the [[Creating a new SFTP account | new sftp account]] link.  Enter in a username and password, then click the &#039;&#039;&#039;create&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t use the same password for your SFTP account as you do for your Bravenet account!&lt;br /&gt;
&lt;br /&gt;
You can also [[SFTP#Restrict_access_to_a_portion_of_your_site | restrict access to a portion of your website]] in this window; see below for more details.  Additionally, if you need to use regular [[FTP]], you&#039;ll need to check the &#039;&#039;&#039;Enable Legacy FTP&#039;&#039;&#039; option.&lt;br /&gt;
&lt;br /&gt;
Note that your username will have a number added to it.  Use the entire username, including the number, when connecting.&lt;br /&gt;
&lt;br /&gt;
=== Changing your password ===&lt;br /&gt;
You should change your passwords regularly, every few months if not more often.  The shield icon next to your SFTP account indicates how long it&#039;s been since you last changed your password.  If it&#039;s red, you should definitely update your password soon!&lt;br /&gt;
&lt;br /&gt;
To change your password, click the &#039;&#039;&#039;password&#039;&#039;&#039; button next to the SFTP account you want to change.  Enter your new password and confirm it, then click the &#039;&#039;&#039;update&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t use the same password for your SFTP account as you do for your Bravenet account!&lt;br /&gt;
&lt;br /&gt;
=== Enable legacy FTP support ===&lt;br /&gt;
SFTP support is enabled by default on all accounts.  If you need to enable the older [[FTP]] support, you will need to click the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option in the &#039;&#039;&#039;new SFTP account&#039;&#039;&#039; dialog, or click the &#039;&#039;&#039;edit&#039;&#039;&#039; button next to an existing SFTP account and enabling it there.&lt;br /&gt;
&lt;br /&gt;
Note that legacy FTP support is not secure, and may lead to your FTP account information being compromised.&lt;br /&gt;
&lt;br /&gt;
=== Restrict access to a portion of your site ===&lt;br /&gt;
You can create multiple SFTP accounts, each with access to different areas of your websites and logs.&lt;br /&gt;
&lt;br /&gt;
By default, a new SFTP account will have full access to your websites and logs.  When creating a new account, or changing the settings in the &#039;&#039;&#039;edit&#039;&#039;&#039; window, you can change the &#039;&#039;&#039;base directory&#039;&#039;&#039; of your account.&lt;br /&gt;
&lt;br /&gt;
For example, lets say you have two sites, &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;test.com&amp;lt;/tt&amp;gt;, and you want to create one SFTP account that only has access to &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt; and another SFTP account with full access to both sites.  You would adjust one of the accounts to have &amp;lt;tt&amp;gt;/web/example.com&amp;lt;/tt&amp;gt; as the base path (click on the &#039;&#039;&#039;web&#039;&#039;&#039; link, then on the &#039;&#039;&#039;example.com&#039;&#039;&#039; link in the popup window), and leave the other account with default settings.  Now, when someone logs into the restricted account, they can only see the files on &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Log in to your SFTP account ==&lt;br /&gt;
Once you&#039;ve created an SFTP account, you&#039;ll need a program that supports SFTP to connect to that account (known as an &#039;&#039;SFTP client&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
When configuring the SFTP client, it will ask your for your username, password, and the server or host address.  You can find all this information under the FTP tab of your account.  If prompted for a port number, use &#039;22&#039;, the default SFTP port.&lt;br /&gt;
&lt;br /&gt;
=== Using various FTP and SFTP clients ===&lt;br /&gt;
Most graphical FTP clients also support SFTP.  Although we can&#039;t provide support for third-party programs, we&#039;ve put together small guides on connecting to your FTP or SFTP account using several popular clients.  Please see the program&#039;s official documentation for more up-to-date, official information.&lt;br /&gt;
&lt;br /&gt;
* [[FileZilla]] - Free, available for Windows, Mac, and Linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Many programs that do all-in-one web design, such as [[Adobe Dreamweaver]], also support SFTP.&lt;br /&gt;
&lt;br /&gt;
=== Bravenet Java client ===&lt;br /&gt;
You can connect securely to your SFTP account using the Bravenet [[SFTP Java applet]].  Just click the &#039;&#039;&#039;SFTP Applet&#039;&#039;&#039; button next to the account you wish to connect to.  You&#039;ll be asked for your password; just enter your SFTP password here.&lt;br /&gt;
&lt;br /&gt;
Depending on your version of Java, you may get a Java security prompt.  Read through the warning, but it is safe to allow the applet to save data, so you should click &#039;&#039;&#039;No&#039;&#039;&#039; when asked if you want to block the applet.&lt;br /&gt;
&lt;br /&gt;
After this, you will see a message about the &amp;lt;tt&amp;gt;host key&amp;lt;/tt&amp;gt;.  This key identifies our servers, and so you can hit &#039;&#039;&#039;accept and save&#039;&#039;&#039; to continue logging in.  This will save the key so you won&#039;t be prompted about this again unless our key changes.&lt;br /&gt;
&lt;br /&gt;
=== Forgot your username/password? ===&lt;br /&gt;
If you forget your username, you can always find it on the [[SFTP tab]] of your Bravenet account.  Don&#039;t forget that you need to enter the whole username including the numbers!&lt;br /&gt;
&lt;br /&gt;
If you forget your password, there&#039;s no way to retrieve it.  You should go through the procedure for [[SFTP#Changing_your_password | changing your password]] listed above.&lt;br /&gt;
&lt;br /&gt;
[[Category:FTP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=FTP&amp;diff=4989</id>
		<title>FTP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=FTP&amp;diff=4989"/>
		<updated>2011-11-14T22:50:08Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Log in to your SFTP account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is FTP? ==&lt;br /&gt;
&#039;&#039;&#039;FTP&#039;&#039;&#039; stands for &#039;&#039;&#039;File Transfer Protocol&#039;&#039;&#039;.  It is the traditional method for securely transferring files between a local computer (the &#039;&#039;client&#039;&#039;) and a remote computer (the &#039;&#039;server&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
=== How is it different than SFTP? ===&lt;br /&gt;
At Bravenet, we encourage people to use [[SFTP]] (&#039;&#039;&#039; &#039;&#039;Secure&#039;&#039; File Transfer Protocol&#039;&#039;&#039;).  It functions similarly to FTP, but it encrypts all communication between the two computers, including the user&#039;s login and password.  We do offer regular FTP (labeled &#039;Legacy FTP&#039; in most areas) for compatibility reasons, but we highly encourage people to use SFTP instead when possible.&lt;br /&gt;
&lt;br /&gt;
Our FTP and SFTP servers are located at the same addresses, and the same usernames and passwords work for either technology.  By default we only allow SFTP connections, but you can enable FTP support if needed (see below!).&lt;br /&gt;
&lt;br /&gt;
=== Risks and advantages to FTP ===&lt;br /&gt;
FTP is a older technology (it was developed in 1971!) so there&#039;s a fair number of programs, especially older ones, that support FTP but not SFTP.  Additionally, since SFTP has to encrypt and decrypt your data, it is marginally slower, although with today&#039;s computers the difference is pretty small.&lt;br /&gt;
&lt;br /&gt;
On the downside, FTP sends all information, including the login and password you use when connecting, in plain text, so that anyone can read it if they have access to the data passing between the server and the client.  Many viruses are designed to capture FTP usernames and passwords, passing them on to organizations that use this information to spread further viruses and malware.&lt;br /&gt;
&lt;br /&gt;
== Create an FTP account ==&lt;br /&gt;
First of all, you will need to have a [[Build a website | Bravehost website]].  Once you&#039;ve created a site (you don&#039;t need to put anything on it yet!), click on the [[SFTP tab]] of the Bravehost control panel.  Then, click on the [[Creating a new SFTP account | new sftp account]] link.  Enter in a username and password, and make sure you check off the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option, then click the &#039;&#039;&#039;create&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t use the same password for your FTP account as you do for your Bravenet account!&lt;br /&gt;
&lt;br /&gt;
Note that your username will have a number added to it.  Use the entire username, including the number, when connecting.&lt;br /&gt;
&lt;br /&gt;
=== Adding FTP support to an existing SFTP account ===&lt;br /&gt;
SFTP support is enabled by default on all accounts.  If you need to enable the older [[FTP]] support to an existing account, click the &#039;&#039;&#039;edit&#039;&#039;&#039; button next to the account in the [[SFTP tab]], then check the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option.  Save your changes when finished.&lt;br /&gt;
&lt;br /&gt;
Note that legacy FTP support is not secure, and may lead to your FTP account information being compromised.&lt;br /&gt;
&lt;br /&gt;
== Log in to your SFTP account ==&lt;br /&gt;
Once you&#039;ve created an FTP account, you&#039;ll need a program that supports FTP to connect to that account (known as an &#039;&#039;&#039;FTP client&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
When configuring the FTP client, it will ask your for your username, password, and the server or host address.  You can find all this information under the SFTP tab of your account.  If prompted for a port number, use the defaults - &#039;22&#039; for SFTP, or &#039;21&#039; for legacy FTP.&lt;br /&gt;
&lt;br /&gt;
=== Using various FTP clients ===&lt;br /&gt;
Although we can&#039;t provide support for third-party programs, we&#039;ve put together small guides on connecting to your FTP or SFTP account using several popular clients.  Please see the program&#039;s official documentation for more up-to-date, official information.&lt;br /&gt;
&lt;br /&gt;
* [[FileZilla]] - Free, available for Windows, Mac, and Linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Many programs that do all-in-one web design, such as [[Adobe Dreamweaver]], publish their sites through FTP.&lt;br /&gt;
&lt;br /&gt;
=== Bravenet Java client ===&lt;br /&gt;
You can connect securely to your FTP account using the Bravenet [[SFTP Java applet]].  This will use the SFTP features of your account, so it&#039;ll be safer and more secure than using an FTP client.  More info on the applet is available [[SFTP#Bravenet_Java_client | here]]&lt;br /&gt;
&lt;br /&gt;
[[Category:FTP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=FTP&amp;diff=4988</id>
		<title>FTP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=FTP&amp;diff=4988"/>
		<updated>2011-11-14T22:49:19Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Log in to your SFTP account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is FTP? ==&lt;br /&gt;
&#039;&#039;&#039;FTP&#039;&#039;&#039; stands for &#039;&#039;&#039;File Transfer Protocol&#039;&#039;&#039;.  It is the traditional method for securely transferring files between a local computer (the &#039;&#039;client&#039;&#039;) and a remote computer (the &#039;&#039;server&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
=== How is it different than SFTP? ===&lt;br /&gt;
At Bravenet, we encourage people to use [[SFTP]] (&#039;&#039;&#039; &#039;&#039;Secure&#039;&#039; File Transfer Protocol&#039;&#039;&#039;).  It functions similarly to FTP, but it encrypts all communication between the two computers, including the user&#039;s login and password.  We do offer regular FTP (labeled &#039;Legacy FTP&#039; in most areas) for compatibility reasons, but we highly encourage people to use SFTP instead when possible.&lt;br /&gt;
&lt;br /&gt;
Our FTP and SFTP servers are located at the same addresses, and the same usernames and passwords work for either technology.  By default we only allow SFTP connections, but you can enable FTP support if needed (see below!).&lt;br /&gt;
&lt;br /&gt;
=== Risks and advantages to FTP ===&lt;br /&gt;
FTP is a older technology (it was developed in 1971!) so there&#039;s a fair number of programs, especially older ones, that support FTP but not SFTP.  Additionally, since SFTP has to encrypt and decrypt your data, it is marginally slower, although with today&#039;s computers the difference is pretty small.&lt;br /&gt;
&lt;br /&gt;
On the downside, FTP sends all information, including the login and password you use when connecting, in plain text, so that anyone can read it if they have access to the data passing between the server and the client.  Many viruses are designed to capture FTP usernames and passwords, passing them on to organizations that use this information to spread further viruses and malware.&lt;br /&gt;
&lt;br /&gt;
== Create an FTP account ==&lt;br /&gt;
First of all, you will need to have a [[Build a website | Bravehost website]].  Once you&#039;ve created a site (you don&#039;t need to put anything on it yet!), click on the [[SFTP tab]] of the Bravehost control panel.  Then, click on the [[Creating a new SFTP account | new sftp account]] link.  Enter in a username and password, and make sure you check off the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option, then click the &#039;&#039;&#039;create&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t use the same password for your FTP account as you do for your Bravenet account!&lt;br /&gt;
&lt;br /&gt;
Note that your username will have a number added to it.  Use the entire username, including the number, when connecting.&lt;br /&gt;
&lt;br /&gt;
=== Adding FTP support to an existing SFTP account ===&lt;br /&gt;
SFTP support is enabled by default on all accounts.  If you need to enable the older [[FTP]] support to an existing account, click the &#039;&#039;&#039;edit&#039;&#039;&#039; button next to the account in the [[SFTP tab]], then check the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option.  Save your changes when finished.&lt;br /&gt;
&lt;br /&gt;
Note that legacy FTP support is not secure, and may lead to your FTP account information being compromised.&lt;br /&gt;
&lt;br /&gt;
== Log in to your SFTP account ==&lt;br /&gt;
Once you&#039;ve created an FTP account, you&#039;ll need a program that supports FTP to connect to that account (known as an &#039;&#039;&#039;FTP client&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
When configuring the SFTP client, it will ask your for your username, password, and the server or host address.  You can find all this information under the SFTP tab of your account.  If prompted for a port number, use &#039;22&#039;, the default SFTP port.&lt;br /&gt;
&lt;br /&gt;
=== Using various FTP clients ===&lt;br /&gt;
Although we can&#039;t provide support for third-party programs, we&#039;ve put together small guides on connecting to your FTP or SFTP account using several popular clients.  Please see the program&#039;s official documentation for more up-to-date, official information.&lt;br /&gt;
&lt;br /&gt;
* [[FileZilla]] - Free, available for Windows, Mac, and Linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Many programs that do all-in-one web design, such as [[Adobe Dreamweaver]], publish their sites through FTP.&lt;br /&gt;
&lt;br /&gt;
=== Bravenet Java client ===&lt;br /&gt;
You can connect securely to your FTP account using the Bravenet [[SFTP Java applet]].  This will use the SFTP features of your account, so it&#039;ll be safer and more secure than using an FTP client.  More info on the applet is available [[SFTP#Bravenet_Java_client | here]]&lt;br /&gt;
&lt;br /&gt;
[[Category:FTP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=FTP&amp;diff=4987</id>
		<title>FTP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=FTP&amp;diff=4987"/>
		<updated>2011-11-14T22:48:58Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Log in to your SFTP account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is FTP? ==&lt;br /&gt;
&#039;&#039;&#039;FTP&#039;&#039;&#039; stands for &#039;&#039;&#039;File Transfer Protocol&#039;&#039;&#039;.  It is the traditional method for securely transferring files between a local computer (the &#039;&#039;client&#039;&#039;) and a remote computer (the &#039;&#039;server&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
=== How is it different than SFTP? ===&lt;br /&gt;
At Bravenet, we encourage people to use [[SFTP]] (&#039;&#039;&#039; &#039;&#039;Secure&#039;&#039; File Transfer Protocol&#039;&#039;&#039;).  It functions similarly to FTP, but it encrypts all communication between the two computers, including the user&#039;s login and password.  We do offer regular FTP (labeled &#039;Legacy FTP&#039; in most areas) for compatibility reasons, but we highly encourage people to use SFTP instead when possible.&lt;br /&gt;
&lt;br /&gt;
Our FTP and SFTP servers are located at the same addresses, and the same usernames and passwords work for either technology.  By default we only allow SFTP connections, but you can enable FTP support if needed (see below!).&lt;br /&gt;
&lt;br /&gt;
=== Risks and advantages to FTP ===&lt;br /&gt;
FTP is a older technology (it was developed in 1971!) so there&#039;s a fair number of programs, especially older ones, that support FTP but not SFTP.  Additionally, since SFTP has to encrypt and decrypt your data, it is marginally slower, although with today&#039;s computers the difference is pretty small.&lt;br /&gt;
&lt;br /&gt;
On the downside, FTP sends all information, including the login and password you use when connecting, in plain text, so that anyone can read it if they have access to the data passing between the server and the client.  Many viruses are designed to capture FTP usernames and passwords, passing them on to organizations that use this information to spread further viruses and malware.&lt;br /&gt;
&lt;br /&gt;
== Create an FTP account ==&lt;br /&gt;
First of all, you will need to have a [[Build a website | Bravehost website]].  Once you&#039;ve created a site (you don&#039;t need to put anything on it yet!), click on the [[SFTP tab]] of the Bravehost control panel.  Then, click on the [[Creating a new SFTP account | new sftp account]] link.  Enter in a username and password, and make sure you check off the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option, then click the &#039;&#039;&#039;create&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t use the same password for your FTP account as you do for your Bravenet account!&lt;br /&gt;
&lt;br /&gt;
Note that your username will have a number added to it.  Use the entire username, including the number, when connecting.&lt;br /&gt;
&lt;br /&gt;
=== Adding FTP support to an existing SFTP account ===&lt;br /&gt;
SFTP support is enabled by default on all accounts.  If you need to enable the older [[FTP]] support to an existing account, click the &#039;&#039;&#039;edit&#039;&#039;&#039; button next to the account in the [[SFTP tab]], then check the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option.  Save your changes when finished.&lt;br /&gt;
&lt;br /&gt;
Note that legacy FTP support is not secure, and may lead to your FTP account information being compromised.&lt;br /&gt;
&lt;br /&gt;
== Log in to your SFTP account ==&lt;br /&gt;
Once you&#039;ve created an FTP account, you&#039;ll need a program that supports FTP to connect to that account (known as an &#039;&#039;&#039;FTP client&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
When configuring the FTP client, it will ask your for your username, password, and the server or host address.  You can find all this information under the FTP tab of your account.  If prompted for a port number, use &#039;21&#039;, the default FTP port.&lt;br /&gt;
&lt;br /&gt;
=== Using various FTP clients ===&lt;br /&gt;
Although we can&#039;t provide support for third-party programs, we&#039;ve put together small guides on connecting to your FTP or SFTP account using several popular clients.  Please see the program&#039;s official documentation for more up-to-date, official information.&lt;br /&gt;
&lt;br /&gt;
* [[FileZilla]] - Free, available for Windows, Mac, and Linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Many programs that do all-in-one web design, such as [[Adobe Dreamweaver]], publish their sites through FTP.&lt;br /&gt;
&lt;br /&gt;
=== Bravenet Java client ===&lt;br /&gt;
You can connect securely to your FTP account using the Bravenet [[SFTP Java applet]].  This will use the SFTP features of your account, so it&#039;ll be safer and more secure than using an FTP client.  More info on the applet is available [[SFTP#Bravenet_Java_client | here]]&lt;br /&gt;
&lt;br /&gt;
[[Category:FTP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4985</id>
		<title>PHP Configuration</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4985"/>
		<updated>2011-09-06T23:13:14Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In some cases, a [[PHP]] script will require a specific configuration in order to function properly.  Many such settings can be changed in your website&#039;s PHP Configuration settings.  Each of your websites has its own PHP configuration.&lt;br /&gt;
&lt;br /&gt;
For specific settings for specific scripts, you should refer to the requirements or the installation instructions of your script.  We have tested several of the more popular scripts and collected our recommendations in the specific articles on this wiki - search for your package to see if we&#039;ve written anything about it..&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039; - Changing the PHP configuration options may make result in decreased security for your website and its users. Furthermore, certain scripts may cease to function depending on their PHP configuration requirements.&lt;br /&gt;
&lt;br /&gt;
[[Image:php_config.png|right|420px|The PHP Configuration window]]&lt;br /&gt;
&lt;br /&gt;
==Changing Your PHP Version==&lt;br /&gt;
You can switch versions of PHP on an account-wide basis.  For more info, see the section on [[Selecting a PHP Version]]&lt;br /&gt;
&lt;br /&gt;
==Changing Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the FTP Hosting tab&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Click on [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing websites&#039;&#039;&#039;&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Change the settings as you need.  A brief description of the available options are listed below.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.&lt;br /&gt;
&lt;br /&gt;
==Resetting Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve changed your PHP configuration in ways that your PHP scripts do not support, you may find that your site is behaving in unexpected ways.  To reset to the default settings:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the FTP Hosting tab&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Click on [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing websites&#039;&#039;&#039;&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Click on the &#039;&#039;&#039;reset your PHP configuration&#039;&#039;&#039; link on the right of the pop-up.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.  Note that it takes &#039;&#039;&#039;up to 15 minutes&#039;&#039;&#039; for the options to reset to default.&lt;br /&gt;
&lt;br /&gt;
Note that resetting your settings this way does not change any setting you define using [[HTACCESS | .htaccess]] files or ini_set() PHP commands.&lt;br /&gt;
&lt;br /&gt;
==PHP Configuration Settings==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Register Globals&#039;&#039;&#039; (default - off) - Register Globals changes the way that PHP deals with POST and GET variables.  Some older scripts require this to be turned on.  Otherwise, this should always be left off.  Turning on this setting can cause some pretty large security holes, so if your script requires you to turn this on, consider using a different script, or bug the author/vendor of the script to change their programming to no longer rely on this setting.  Note that future versions of PHP do not even support this option, so when we upgrade any scripts that depend on this setting will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display Errors&#039;&#039;&#039; (default - on) - This setting controls whether PHP errors should be shown.  Having this setting turned on is very useful when installing and setting up PHP programs, or when doing PHP development.  However, leaving it on in the long run may be a bad idea - certain error messages can give away some information about the workings of your site that you don&#039;t want random people knowing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Allow URL Fopen&#039;&#039;&#039; (default - off) - This allows your PHP scripts to open files that are hosted elsewhere.  By default, PHP will only let you access files located on the same server as your main script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Magic Quote GPC&#039;&#039;&#039; (default - on) - This changes the way PHP handles the contents of GET, POST, and COOKIE variables.  In most cases, the default is fine, but some scripts require this to be turned off.&lt;br /&gt;
&lt;br /&gt;
===Permananently Disabled Settings===&lt;br /&gt;
For security reasons, we have disabled several features of PHP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;exec(), passthru(), proc_open(), shell_exec(), and system()&#039;&#039;&#039; - All these functions, and related functions that run or manipulate programs directly on the server, are disabled.  They will not, and can not, be enabled for individual users.  Scripts that rely on these functions will not run on our servers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;enable_dl&#039;&#039;&#039; - enable_dl is turned off, and thus prevents the use of dl().  This is partially a security issue, and partially due to the way we run PHP.  It&#039;s not used by most web scripts, as many web servers do not support this.&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t see the setting that you are looking for on this screen, you will most likely have to enable it through an [[HTACCESS | .htaccess]] file or through the ini_set() PHP command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=What_is_Hosting%3F&amp;diff=4984</id>
		<title>What is Hosting?</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=What_is_Hosting%3F&amp;diff=4984"/>
		<updated>2011-09-06T23:09:15Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox | difficulty=Beginner | userclass=all}}&lt;br /&gt;
&lt;br /&gt;
Web hosting companies, such as Bravenet, provide a service that allows you to provide your own website to people browsing the internet.  Your website is located on our servers in a secure datacenter - we do all the work of caring for the supporting hardware and software.&lt;br /&gt;
&lt;br /&gt;
In addition to providing a place for you to run your website, we can also provide email services.&lt;br /&gt;
&lt;br /&gt;
==Hosting Solutions==&lt;br /&gt;
We offer 2 different hosting solutions.  For a complete list of features and a comparison between the 2 hosting services, please [http://www.bravenet.com/global/hosting_matrix.php Compare our Hosting Packages]&lt;br /&gt;
&lt;br /&gt;
=====Basic hosting:=====&lt;br /&gt;
* Limited features&lt;br /&gt;
* Your website would be accessed through a subdomain, for example &amp;lt;tt&amp;gt;example.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
* Recommended for smaller, personal websites&lt;br /&gt;
* A great way to get started on any web design project!&lt;br /&gt;
&lt;br /&gt;
=====Paid hosting:=====&lt;br /&gt;
* No Bravenet advertising&lt;br /&gt;
* Full featured&lt;br /&gt;
* POP3/SMTP and web-based email services&lt;br /&gt;
* Able to manage subdomains (i.e. &amp;lt;tt&amp;gt;example.bravehost.com&amp;lt;/tt&amp;gt;) addresses as well as registered [[What_is_a_domain_name? | domains]] (i.e. &amp;lt;tt&amp;gt;www.example.com&amp;lt;/tt&amp;gt;)&lt;br /&gt;
* Highly recommended for hosting a company, organization, or community website&lt;br /&gt;
* Provides the features and options needed by advanced web developers&lt;br /&gt;
* PHP and MySQL support enable you to run thousands of pre-made PHP web applications, as well as enabling you to build your own&lt;br /&gt;
&lt;br /&gt;
==How to Get There==&lt;br /&gt;
# Visit [http://www.bravenet.com www.bravenet.com]&lt;br /&gt;
# Log into your account, or create an account if you do not already have one&lt;br /&gt;
# Select the &amp;lt;big&amp;gt; [[Image:Websites.JPG]] &amp;lt;/big&amp;gt; tab&lt;br /&gt;
&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Glossary|Hosting]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4983</id>
		<title>Select your PHP version</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4983"/>
		<updated>2011-09-06T23:04:52Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Select a PHP Version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Select a PHP Version]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4982</id>
		<title>Select your PHP version</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4982"/>
		<updated>2011-09-06T23:04:41Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Select a PHP version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Select a PHP version]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4981</id>
		<title>Select your PHP version</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4981"/>
		<updated>2011-09-06T23:04:04Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Select A PHP Version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Select A PHP Version]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4980</id>
		<title>Select your PHP version</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4980"/>
		<updated>2011-09-06T23:03:47Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Select PHP Version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Select PHP Version]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4979</id>
		<title>Select your PHP version</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Select_your_PHP_version&amp;diff=4979"/>
		<updated>2011-09-06T23:03:41Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Select PHP version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Select PHP version]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Moodle&amp;diff=4978</id>
		<title>Moodle</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Moodle&amp;diff=4978"/>
		<updated>2011-09-06T23:03:19Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;NOTE:  Full installation instructions may be added later.  This is just some helpful tips to get you started in installing Moodle.&lt;br /&gt;
&lt;br /&gt;
Moodle requires a few tweaks to your account before you can install it:&lt;br /&gt;
&lt;br /&gt;
== Changing your PHP Version==&lt;br /&gt;
First, you&#039;ll need to ensure that you&#039;re running at least PHP 5.3 on your site.  We have a page on how to [[select your PHP version]].&lt;br /&gt;
&lt;br /&gt;
== Changing your database language settings ==&lt;br /&gt;
Next, Moodle requires its database tables to be created with UTF-8 support.  To do this:&lt;br /&gt;
# create a new database, as normal, and then click on the &#039;&#039;&#039;Edit Tables&#039;&#039;&#039; icon next to it.&lt;br /&gt;
# in this new window, click the name of the database in the left column (next to the line that says &#039;&#039;&#039;information_schema&#039;&#039;&#039;)&lt;br /&gt;
# now, click the &#039;&#039;&#039;Operations&#039;&#039;&#039; tab at the top&lt;br /&gt;
# One of the boxes will be labelled &#039;&#039;&#039;Collation:&#039;&#039;&#039;.  Scroll through this list and find the option named &#039;&#039;&#039;utf8_general_ci&#039;&#039;&#039;.  Select this and click the &#039;&#039;&#039;Go&#039;&#039;&#039; button.&lt;br /&gt;
# You should see a notice at the top of the screen that says that &#039;&#039;&#039;Your SQL query has been executed successfully&#039;&#039;&#039;.&lt;br /&gt;
# Close this window, and continue with the Moodle install.&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Joomla!&amp;diff=4977</id>
		<title>Joomla!</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Joomla!&amp;diff=4977"/>
		<updated>2011-09-06T22:54:29Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Joomla&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Joomla]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=WordPress&amp;diff=4976</id>
		<title>WordPress</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=WordPress&amp;diff=4976"/>
		<updated>2011-09-06T22:54:10Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Wordpress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Wordpress]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Web_Hosting_Tab&amp;diff=4974</id>
		<title>Web Hosting Tab</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Web_Hosting_Tab&amp;diff=4974"/>
		<updated>2011-09-06T22:45:04Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Domains Actions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All your Bravenet [[FTP Hosting | FTP Websites]], [[:Category:Domains | Domains]], [[:Category:FTP | FTP accounts]], [[:Category:E-Mail | E-mail Accounts]] and [[:Category:Database | Databases]] are collected here.  When creating a website, start with the [[Image:house.png]] &#039;&#039;&#039;Build a new website&#039;&#039;&#039; or the [[Image:frontpage.png]] &#039;&#039;&#039;New microsoft frontpage site&#039;&#039;&#039; in the &amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box ([[Upgrading a hosting package |pro users only]]).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Website Actions==&lt;br /&gt;
&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box:&lt;br /&gt;
* [[Image:house.png]] &#039;&#039;&#039;Build a new website&#039;&#039;&#039; - This is where you start when [[build a website | building a website]].  This will create the framework for using the [[file manager]] or [[using FTP | FTP]] to upload your site.&lt;br /&gt;
* [[Image:frontpage.png]] &#039;&#039;&#039;New frontpage site&#039;&#039;&#039; - If you are [[Build a new Frontpage site | building]] a [[What is Frontpage? | Frontpage]] site, use this option instead of the regular &#039;&#039;&#039;Build a new website&#039;&#039;&#039; option.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing websites&#039;&#039;&#039; - A complete list of your hosted sites where you can select one to manage.&lt;br /&gt;
* [[Image:manage.PNG]] &#039;&#039;&#039;Manage&#039;&#039;&#039; - You can access the [[Website manager]] for an already registered website by either clicking its name or this icon next to the name.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Domains Actions==&lt;br /&gt;
&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box:&lt;br /&gt;
* [[Image:house.png]] &#039;&#039;&#039;Register a Domain&#039;&#039;&#039; - This is where you start when you want to [[Registering a domain | search for a new domain name]] to register.&lt;br /&gt;
* [[Image:frontpage.png]] &#039;&#039;&#039;Manage Domain Contacts&#039;&#039;&#039; - manage all [[Managing domain contacts | domain contact information]] here.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Transfer Domain&#039;&#039;&#039; - You can initiate a [[Transferring a domain name | domain transfer]] for a domain registered elsewhere to us here.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Add External Domain&#039;&#039;&#039; - If your domain is registered with another registrar and you want to use our hosting services but aren&#039;t able to/don&#039;t want to transfer it directly, you will want to use [[Adding an external domain | this tool]].&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Setup Domain Redirection&#039;&#039;&#039; - Configure [[Forwarding or redirecting a domain name | domain redirection]] to forward your domain to another website address here.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing domains&#039;&#039;&#039; - A complete list of your registered domains where you can select one to manage.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[Image:manage.PNG]] &#039;&#039;&#039;Manage&#039;&#039;&#039; - You can access the [[:Category:Domains | Domain]] manager for your domains by either clicking its name or the &#039;&#039;&#039;Manage&#039;&#039;&#039; link beside this icon.&lt;br /&gt;
* Clicking on the &#039;&#039;&#039;expiration date&#039;&#039;&#039; of a domain will bring you to the [[Renewing a domain name | domain renewal]] area.&lt;br /&gt;
* If the domain is unlocked, a [[Image:unlockedicon.png]] icon will appear beside it. Clicking the &#039;&#039;&#039;Lock&#039;&#039;&#039; link beside it will lock the domain.&lt;br /&gt;
* If the domain is locked, a [[Image:lockedicon.png]] icon will appear beside it. Clicking the &#039;&#039;&#039;Unlock&#039;&#039;&#039; link beside it will unlock the domain.&lt;br /&gt;
* If domain privacy is disabled, a [[Image:privdisabledicon.png]] icon will appear beside it. Clicking the &#039;&#039;&#039;Enable&#039;&#039;&#039; link beside it will enable domain privacy.&lt;br /&gt;
* If domain privacy is enabled, a [[Image:privenabledicon.png]] icon will appear beside it. Clicking the &#039;&#039;&#039;Disable&#039;&#039;&#039; link beside it will disable domain privacy.&lt;br /&gt;
* If no website exists for a registered domain, a [[Image:newicon.png]] icon will appear beside it to allow you to create one.&lt;br /&gt;
&lt;br /&gt;
==FTP Accounts Actions==&lt;br /&gt;
&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box:&lt;br /&gt;
* [[Image:house.png]] &#039;&#039;&#039;Create New FTP Acccount&#039;&#039;&#039; - [[Create an SFTP account | Create a new SFTP account]] to upload and download files quickly and securely.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing FTP accounts&#039;&#039;&#039; - A complete list of your registered SFTP accounts where you can select one to manage.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[Image:manage.PNG]] &#039;&#039;&#039;Manage&#039;&#039;&#039; - You can access the [[:Category:FTP | FTP account]] manager by clicking this icon next to the name.&lt;br /&gt;
* [[Image:Webftpicon.png]] &#039;&#039;&#039;WebFTP&#039;&#039;&#039; - You can access the [[Using the FTP applet | WebFTP Applet]] by clicking this icon.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Email Accounts Actions==&lt;br /&gt;
&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box:&lt;br /&gt;
* [[Image:House.png]] &#039;&#039;&#039;Create New Email Account&#039;&#039;&#039; - [[Creating a new e-mail account | Create a new e-mail account here]].&lt;br /&gt;
* [[Image:frontpage.png]] &#039;&#039;&#039;Create New Email Group&#039;&#039;&#039; - [[Creating a new e-mail group | New e-mail groups]] can be created here.&lt;br /&gt;
* [[Image:frontpage.png]] &#039;&#039;&#039;Create New Email Forwarder&#039;&#039;&#039; - [[Creating a new e-mail forwarder]] can be done in this area.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing email accounts&#039;&#039;&#039; - A complete list of your created e-mail addresses where you can select one to manage.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[Image:manage.PNG]] &#039;&#039;&#039;Manage&#039;&#039;&#039; - You can access the [[:Category:E-Mail | E-Mail account]] manager for an e-mail account by either clicking its name or this icon next to the name.&lt;br /&gt;
* The &#039;&#039;&#039;type&#039;&#039;&#039; column tells you with a quick glance whether your e-mail addresses are mailboxes or forwarders.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Databases Actions==&lt;br /&gt;
* [[Image:Newdatabase.png]] &#039;&#039;&#039;Create New Database Account&#039;&#039;&#039; - Start here to [[Creating a new MySQL database | create a new database]].&lt;br /&gt;
* [[Image:Sqlref.png]] &#039;&#039;&#039;MySQL Reference Guide&#039;&#039;&#039; - Links to the [http://dev.mysql.com/doc/refman/4.1/en/index.html MySQL Reference Guide]&lt;br /&gt;
* [[Image:Sqltut.png]] &#039;&#039;&#039;MySQL Tutorials&#039;&#039;&#039; - Links to [http://dev.mysql.com/doc/refman/4.1/en/tutorial.html MySQL Tutorials]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Other Information==&lt;br /&gt;
Under the &#039;&#039;&#039;Websites&#039;&#039;&#039; header, you will see a list of your current websites (if you have created any). Some additional information is listed for each site:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Website Address&#039;&#039;&#039; - This is the [[domain]] or [[subdomain]] that your site is registered on.  You can click the name to open that site in our [[website manager]].&lt;br /&gt;
* &#039;&#039;&#039;Bandwidth Usage&#039;&#039;&#039; - This is the total [[bandwidth]] used by this site.&lt;br /&gt;
* &#039;&#039;&#039;Disk Space&#039;&#039;&#039; - This is how much [[storage space]] your site takes up.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Additionally, along the right side of the control panel, you&#039;ll also find helpful information about:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Total Monthly Bandwidth&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Total Disk Space used&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Number of Hosted Domains&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Hosting Package level&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Hosting Package Expiration date&#039;&#039;&#039;&lt;br /&gt;
* ..and and overview of the total number of hosted websites, registered domains, etc. managed in this account.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[Live help]] can be accessed here as well for [[Upgrading a hosting package |pro users only]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Account Manager]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:Domains]]&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:FTP]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Web_Hosting_Tab&amp;diff=4973</id>
		<title>Web Hosting Tab</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Web_Hosting_Tab&amp;diff=4973"/>
		<updated>2011-09-06T22:44:48Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Website Actions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;All your Bravenet [[FTP Hosting | FTP Websites]], [[:Category:Domains | Domains]], [[:Category:FTP | FTP accounts]], [[:Category:E-Mail | E-mail Accounts]] and [[:Category:Database | Databases]] are collected here.  When creating a website, start with the [[Image:house.png]] &#039;&#039;&#039;Build a new website&#039;&#039;&#039; or the [[Image:frontpage.png]] &#039;&#039;&#039;New microsoft frontpage site&#039;&#039;&#039; in the &amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box ([[Upgrading a hosting package |pro users only]]).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Website Actions==&lt;br /&gt;
&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box:&lt;br /&gt;
* [[Image:house.png]] &#039;&#039;&#039;Build a new website&#039;&#039;&#039; - This is where you start when [[build a website | building a website]].  This will create the framework for using the [[file manager]] or [[using FTP | FTP]] to upload your site.&lt;br /&gt;
* [[Image:frontpage.png]] &#039;&#039;&#039;New frontpage site&#039;&#039;&#039; - If you are [[Build a new Frontpage site | building]] a [[What is Frontpage? | Frontpage]] site, use this option instead of the regular &#039;&#039;&#039;Build a new website&#039;&#039;&#039; option.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing websites&#039;&#039;&#039; - A complete list of your hosted sites where you can select one to manage.&lt;br /&gt;
* [[Image:manage.PNG]] &#039;&#039;&#039;Manage&#039;&#039;&#039; - You can access the [[Website manager]] for an already registered website by either clicking its name or this icon next to the name.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Domains Actions==&lt;br /&gt;
&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box:&lt;br /&gt;
* [[Image:house.png]] &#039;&#039;&#039;Register a Domain&#039;&#039;&#039; - This is where you start when you want to [[Registering a domain | search for a new domain name]] to register.&lt;br /&gt;
* [[Image:frontpage.png]] &#039;&#039;&#039;Manage Domain Contacts&#039;&#039;&#039; - manage all [[Managing domain contacts | domain contact information]] here.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Transfer Domain&#039;&#039;&#039; - You can initiate a [[Transferring a domain name | domain transfer]] for a domain registered elsewhere to us here.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Add External Domain&#039;&#039;&#039; - If your domain is registered with another registrar and you want to use our hosting services but aren&#039;t able to/don&#039;t want to transfer it directly, you will want to use [[Adding an external domain | this tool]].&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Setup Domain Redirection&#039;&#039;&#039; - Configure [[Forwarding or redirecting a domain name | domain redirection]] to forward your domain to another website address here.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing domains&#039;&#039;&#039; - A complete list of your registered domains where you can select one to manage.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[Image:manage.PNG]] &#039;&#039;&#039;Manage&#039;&#039;&#039; - You can access the [[:Category:Domains | Domain]] manager for your domains by either clicking its name or the &#039;&#039;&#039;Manage&#039;&#039;&#039; link beside this icon.&lt;br /&gt;
* Clicking on the &#039;&#039;&#039;expiration date&#039;&#039;&#039; of a domain will bring you to the [[Renewing a domain name | domain renewal]] area.&lt;br /&gt;
* If the domain is unlocked, a [[Image:unlockedicon.png]] icon will appear beside it. Clicking the &#039;&#039;&#039;Lock&#039;&#039;&#039; link beside it will lock the domain.&lt;br /&gt;
* If the domain is locked, a [[Image:lockedicon.png]] icon will appear beside it. Clicking the &#039;&#039;&#039;Unlock&#039;&#039;&#039; link beside it will unlock the domain.&lt;br /&gt;
* If domain privacy is disabled, a [[Image:privdisabledicon.png]] icon will appear beside it. Clicking the &#039;&#039;&#039;Enable&#039;&#039;&#039; link beside it will enable domain privacy.&lt;br /&gt;
* If domain privacy is enabled, a [[Image:privenabledicon.png]] icon will appear beside it. Clicking the &#039;&#039;&#039;Disable&#039;&#039;&#039; link beside it will disable domain privacy.&lt;br /&gt;
* If no website exists for a registered domain, a [[Image:newicon.png]] icon will appear beside it to allow you to create one.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==FTP Accounts Actions==&lt;br /&gt;
&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box:&lt;br /&gt;
* [[Image:house.png]] &#039;&#039;&#039;Create New FTP Acccount&#039;&#039;&#039; - [[Create an SFTP account | Create a new SFTP account]] to upload and download files quickly and securely.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing FTP accounts&#039;&#039;&#039; - A complete list of your registered SFTP accounts where you can select one to manage.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[Image:manage.PNG]] &#039;&#039;&#039;Manage&#039;&#039;&#039; - You can access the [[:Category:FTP | FTP account]] manager by clicking this icon next to the name.&lt;br /&gt;
* [[Image:Webftpicon.png]] &#039;&#039;&#039;WebFTP&#039;&#039;&#039; - You can access the [[Using the FTP applet | WebFTP Applet]] by clicking this icon.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Email Accounts Actions==&lt;br /&gt;
&amp;lt;font size=3&amp;gt;&#039;&#039;&#039;create/edit..&#039;&#039;&#039;&amp;lt;/font&amp;gt; dropdown box:&lt;br /&gt;
* [[Image:House.png]] &#039;&#039;&#039;Create New Email Account&#039;&#039;&#039; - [[Creating a new e-mail account | Create a new e-mail account here]].&lt;br /&gt;
* [[Image:frontpage.png]] &#039;&#039;&#039;Create New Email Group&#039;&#039;&#039; - [[Creating a new e-mail group | New e-mail groups]] can be created here.&lt;br /&gt;
* [[Image:frontpage.png]] &#039;&#039;&#039;Create New Email Forwarder&#039;&#039;&#039; - [[Creating a new e-mail forwarder]] can be done in this area.&lt;br /&gt;
* [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing email accounts&#039;&#039;&#039; - A complete list of your created e-mail addresses where you can select one to manage.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[Image:manage.PNG]] &#039;&#039;&#039;Manage&#039;&#039;&#039; - You can access the [[:Category:E-Mail | E-Mail account]] manager for an e-mail account by either clicking its name or this icon next to the name.&lt;br /&gt;
* The &#039;&#039;&#039;type&#039;&#039;&#039; column tells you with a quick glance whether your e-mail addresses are mailboxes or forwarders.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Databases Actions==&lt;br /&gt;
* [[Image:Newdatabase.png]] &#039;&#039;&#039;Create New Database Account&#039;&#039;&#039; - Start here to [[Creating a new MySQL database | create a new database]].&lt;br /&gt;
* [[Image:Sqlref.png]] &#039;&#039;&#039;MySQL Reference Guide&#039;&#039;&#039; - Links to the [http://dev.mysql.com/doc/refman/4.1/en/index.html MySQL Reference Guide]&lt;br /&gt;
* [[Image:Sqltut.png]] &#039;&#039;&#039;MySQL Tutorials&#039;&#039;&#039; - Links to [http://dev.mysql.com/doc/refman/4.1/en/tutorial.html MySQL Tutorials]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Other Information==&lt;br /&gt;
Under the &#039;&#039;&#039;Websites&#039;&#039;&#039; header, you will see a list of your current websites (if you have created any). Some additional information is listed for each site:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Website Address&#039;&#039;&#039; - This is the [[domain]] or [[subdomain]] that your site is registered on.  You can click the name to open that site in our [[website manager]].&lt;br /&gt;
* &#039;&#039;&#039;Bandwidth Usage&#039;&#039;&#039; - This is the total [[bandwidth]] used by this site.&lt;br /&gt;
* &#039;&#039;&#039;Disk Space&#039;&#039;&#039; - This is how much [[storage space]] your site takes up.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Additionally, along the right side of the control panel, you&#039;ll also find helpful information about:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Total Monthly Bandwidth&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Total Disk Space used&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Number of Hosted Domains&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Hosting Package level&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Hosting Package Expiration date&#039;&#039;&#039;&lt;br /&gt;
* ..and and overview of the total number of hosted websites, registered domains, etc. managed in this account.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* [[Live help]] can be accessed here as well for [[Upgrading a hosting package |pro users only]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Account Manager]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:Domains]]&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:FTP]]&lt;br /&gt;
[[Category:Database]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=FTP_Hosting_tab&amp;diff=4972</id>
		<title>FTP Hosting tab</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=FTP_Hosting_tab&amp;diff=4972"/>
		<updated>2011-09-06T22:43:52Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Control Panel - FTP Hosting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Control Panel - FTP Hosting]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Websites_tab&amp;diff=4971</id>
		<title>Websites tab</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Websites_tab&amp;diff=4971"/>
		<updated>2011-09-06T22:43:19Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Control Panel - FTP Hosting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Control Panel - FTP Hosting]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Select_a_PHP_Version&amp;diff=4970</id>
		<title>Select a PHP Version</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Select_a_PHP_Version&amp;diff=4970"/>
		<updated>2011-09-06T22:42:34Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Created page with &amp;quot;You can change what version of PHP your sites use.  Some scripts require newer versions of PHP, but these newer versions of PHP do cause some older PHP scripts to fail.  It is re...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You can change what version of PHP your sites use.  Some scripts require newer versions of PHP, but these newer versions of PHP do cause some older PHP scripts to fail.&lt;br /&gt;
&lt;br /&gt;
It is recommended that you use the most recent version of PHP available, but you can switch it if your scripts require.&lt;br /&gt;
&lt;br /&gt;
Note that changing your PHP version is a &#039;&#039;&#039;account-wide&#039;&#039;&#039; change, and will affect all of your sites.&lt;br /&gt;
&lt;br /&gt;
==Finding your active version==&lt;br /&gt;
# Log into your Bravenet account&lt;br /&gt;
# Click on the [[FTP Hosting tab]]&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Under the &#039;&#039;&#039;Select PHP Version&#039;&#039;&#039; header, you will see the current version number.&lt;br /&gt;
&lt;br /&gt;
==Changing your PHP version==&lt;br /&gt;
# Log into your Bravenet account&lt;br /&gt;
# Click on the [[FTP Hosting tab]]&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Click on &#039;&#039;&#039;Select PHP Version&#039;&#039;&#039;&lt;br /&gt;
# Select the version out of the drop-down menu, and then click &#039;&#039;&#039;Change Version&#039;&#039;&#039;&lt;br /&gt;
# The change should happen within the next minute or so.  Test all of your sites thoroughly and watch for any error messages.&lt;br /&gt;
&lt;br /&gt;
==A note about our version numbering==&lt;br /&gt;
&lt;br /&gt;
We&#039;ve listed the major versions only (for example, 5.3.x instead of 5.3.12) because we constantly update our PHP packages within the individual major versions to apply security and bug fixes.&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Selecting_a_PHP_Version&amp;diff=4969</id>
		<title>Selecting a PHP Version</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Selecting_a_PHP_Version&amp;diff=4969"/>
		<updated>2011-09-06T22:23:05Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Select a PHP Version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Select a PHP Version]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4968</id>
		<title>PHP Configuration</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4968"/>
		<updated>2011-09-06T22:22:45Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In some cases, a [[PHP]] script will require a specific configuration in order to function properly.  Many such settings can be changed in your website&#039;s PHP Configuration settings.  Each of your websites has its own PHP configuration.&lt;br /&gt;
&lt;br /&gt;
For specific settings for specific scripts, you should refer to the requirements or the installation instructions of your script.  We have tested several of the more popular scripts and collected our recommendations in the [[supported PHP scripts]] article.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039; - Changing the PHP configuration options may make result in decreased security for your website and its users. Furthermore, certain scripts may cease to function depending on their PHP configuration requirements.&lt;br /&gt;
&lt;br /&gt;
[[Image:php_config.png|right|420px|The PHP Configuration window]]&lt;br /&gt;
&lt;br /&gt;
==Changing Your PHP Version==&lt;br /&gt;
You can switch versions of PHP on an account-wide basis.  For more info, see the section on [[Selecting a PHP Version]]&lt;br /&gt;
&lt;br /&gt;
==Changing Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the FTP Hosting tab&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Click on [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing websites&#039;&#039;&#039;&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Change the settings as you need.  A brief description of the available options are listed below.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.&lt;br /&gt;
&lt;br /&gt;
==Resetting Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve changed your PHP configuration in ways that your PHP scripts do not support, you may find that your site is behaving in unexpected ways.  To reset to the default settings:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the FTP Hosting tab&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Click on [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing websites&#039;&#039;&#039;&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Click on the &#039;&#039;&#039;reset your PHP configuration&#039;&#039;&#039; link on the right of the pop-up.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.  Note that it takes &#039;&#039;&#039;up to 15 minutes&#039;&#039;&#039; for the options to reset to default.&lt;br /&gt;
&lt;br /&gt;
Note that resetting your settings this way does not change any setting you define using [[HTACCESS | .htaccess]] files or ini_set() PHP commands.&lt;br /&gt;
&lt;br /&gt;
==PHP Configuration Settings==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Register Globals&#039;&#039;&#039; (default - off) - Register Globals changes the way that PHP deals with POST and GET variables.  Some older scripts require this to be turned on.  Otherwise, this should always be left off.  Turning on this setting can cause some pretty large security holes, so if your script requires you to turn this on, consider using a different script, or bug the author/vendor of the script to change their programming to no longer rely on this setting.  Note that future versions of PHP do not even support this option, so when we upgrade any scripts that depend on this setting will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display Errors&#039;&#039;&#039; (default - on) - This setting controls whether PHP errors should be shown.  Having this setting turned on is very useful when installing and setting up PHP programs, or when doing PHP development.  However, leaving it on in the long run may be a bad idea - certain error messages can give away some information about the workings of your site that you don&#039;t want random people knowing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Allow URL Fopen&#039;&#039;&#039; (default - off) - This allows your PHP scripts to open files that are hosted elsewhere.  By default, PHP will only let you access files located on the same server as your main script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Magic Quote GPC&#039;&#039;&#039; (default - on) - This changes the way PHP handles the contents of GET, POST, and COOKIE variables.  In most cases, the default is fine, but some scripts require this to be turned off.&lt;br /&gt;
&lt;br /&gt;
===Permananently Disabled Settings===&lt;br /&gt;
For security reasons, we have disabled several features of PHP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;exec(), passthru(), proc_open(), shell_exec(), and system()&#039;&#039;&#039; - All these functions, and related functions that run or manipulate programs directly on the server, are disabled.  They will not, and can not, be enabled for individual users.  Scripts that rely on these functions will not run on our servers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;enable_dl&#039;&#039;&#039; - enable_dl is turned off, and thus prevents the use of dl().  This is partially a security issue, and partially due to the way we run PHP.  It&#039;s not used by most web scripts, as many web servers do not support this.&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t see the setting that you are looking for on this screen, you will most likely have to enable it through an [[HTACCESS | .htaccess]] file or through the ini_set() PHP command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4967</id>
		<title>PHP Configuration</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4967"/>
		<updated>2011-09-06T22:18:16Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* PHP Configuration Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In some cases, a [[PHP]] script will require a specific configuration in order to function properly.  Many such settings can be changed in your website&#039;s PHP Configuration settings.  Each of your websites has its own PHP configuration.&lt;br /&gt;
&lt;br /&gt;
For specific settings for specific scripts, you should refer to the requirements or the installation instructions of your script.  We have tested several of the more popular scripts and collected our recommendations in the [[supported PHP scripts]] article.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039; - Changing the PHP configuration options may make result in decreased security for your website and its users. Furthermore, certain scripts may cease to function depending on their PHP configuration requirements.&lt;br /&gt;
&lt;br /&gt;
[[Image:php_config.png|right|420px|The PHP Configuration window]]&lt;br /&gt;
&lt;br /&gt;
==Changing Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the FTP Hosting tab&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Click on [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing websites&#039;&#039;&#039;&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Change the settings as you need.  A brief description of the available options are listed below.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.&lt;br /&gt;
&lt;br /&gt;
==Resetting Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve changed your PHP configuration in ways that your PHP scripts do not support, you may find that your site is behaving in unexpected ways.  To reset to the default settings:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the FTP Hosting tab&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Click on [[Image:Globeicon.png]] &#039;&#039;&#039;Manage existing websites&#039;&#039;&#039;&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Click on the &#039;&#039;&#039;reset your PHP configuration&#039;&#039;&#039; link on the right of the pop-up.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.  Note that it takes &#039;&#039;&#039;up to 15 minutes&#039;&#039;&#039; for the options to reset to default.&lt;br /&gt;
&lt;br /&gt;
Note that resetting your settings this way does not change any setting you define using [[HTACCESS | .htaccess]] files or ini_set() PHP commands.&lt;br /&gt;
&lt;br /&gt;
==PHP Configuration Settings==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Register Globals&#039;&#039;&#039; (default - off) - Register Globals changes the way that PHP deals with POST and GET variables.  Some older scripts require this to be turned on.  Otherwise, this should always be left off.  Turning on this setting can cause some pretty large security holes, so if your script requires you to turn this on, consider using a different script, or bug the author/vendor of the script to change their programming to no longer rely on this setting.  Note that future versions of PHP do not even support this option, so when we upgrade any scripts that depend on this setting will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display Errors&#039;&#039;&#039; (default - on) - This setting controls whether PHP errors should be shown.  Having this setting turned on is very useful when installing and setting up PHP programs, or when doing PHP development.  However, leaving it on in the long run may be a bad idea - certain error messages can give away some information about the workings of your site that you don&#039;t want random people knowing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Allow URL Fopen&#039;&#039;&#039; (default - off) - This allows your PHP scripts to open files that are hosted elsewhere.  By default, PHP will only let you access files located on the same server as your main script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Magic Quote GPC&#039;&#039;&#039; (default - on) - This changes the way PHP handles the contents of GET, POST, and COOKIE variables.  In most cases, the default is fine, but some scripts require this to be turned off.&lt;br /&gt;
&lt;br /&gt;
===Permananently Disabled Settings===&lt;br /&gt;
For security reasons, we have disabled several features of PHP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;exec(), passthru(), proc_open(), shell_exec(), and system()&#039;&#039;&#039; - All these functions, and related functions that run or manipulate programs directly on the server, are disabled.  They will not, and can not, be enabled for individual users.  Scripts that rely on these functions will not run on our servers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;enable_dl&#039;&#039;&#039; - enable_dl is turned off, and thus prevents the use of dl().  This is partially a security issue, and partially due to the way we run PHP.  It&#039;s not used by most web scripts, as many web servers do not support this.&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t see the setting that you are looking for on this screen, you will most likely have to enable it through an [[HTACCESS | .htaccess]] file or through the ini_set() PHP command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Joomla&amp;diff=4966</id>
		<title>Joomla</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Joomla&amp;diff=4966"/>
		<updated>2011-09-06T17:48:23Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Installing Joomla on Your Bravenet Account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla is an extremely popular open source [[CMS]] (Content Management System).  It is written in [[PHP]], and uses [[MySQL]] for storing the article and comment data.  It is quite simple to install, but can be fairly complicated to configure.&lt;br /&gt;
&lt;br /&gt;
To install it on your Bravenet account, you need to have a [[Professional hosting]] package.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that we don&#039;t provide support for third party products - these directions are purely self-directed installs.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Installing Joomla on Your Bravenet Account==&lt;br /&gt;
&lt;br /&gt;
First, make sure that you are prepared:&lt;br /&gt;
&lt;br /&gt;
# Download the latest version of Joomla (See http://joomla.org for download links).&lt;br /&gt;
# Unzip the Joomla file.  It should unzip into a Joomla directory.&lt;br /&gt;
# Make sure you have an [[SFTP]] account set up with Bravenet.&lt;br /&gt;
# Optional: If you would like to [[register a domain]] for your site, you would do this now.&lt;br /&gt;
# [[Build a website]] to put your install of Joomla on:&lt;br /&gt;
## Log into your Bravenet account and click the [[FTP Hosting tab]].&lt;br /&gt;
## click on the [[Websites tab]], and then select the &#039;&#039;&#039;[[Build a new website]]&#039;&#039;&#039; option.&lt;br /&gt;
## If your Joomla site is an addition to an existing site (for example, if you are going to use it as a blogging platform), you may want to choose &#039;&#039;&#039;Use a subdomain&#039;&#039;&#039; for your site.  For example, &amp;lt;tt&amp;gt;blog.example.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## If the Joomla site is the focus of your website, you may want to choose &#039;&#039;&#039;Use an existing domain&#039;&#039;&#039; or &#039;&#039;&#039;Register a domain&#039;&#039;&#039; instead - your Joomla site will then be on &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, set up a database for use with Joomla:&lt;br /&gt;
&lt;br /&gt;
# Log into your Bravenet account and click on the [[FTP Hosting tab]] and then the [[databases tab]].&lt;br /&gt;
# Select &#039;&#039;&#039;[[New MySQL Database]]&#039;&#039;&#039;&lt;br /&gt;
# Enter a relevant name, and chose a unique username and password.&lt;br /&gt;
# Click &#039;&#039;&#039;Create Database&#039;&#039;&#039;.  If you get any errors, resolve them, and try again.&lt;br /&gt;
# Write down the username, the password, the server (for example &amp;lt;tt&amp;gt;sql##.bravehost.com&amp;lt;/tt&amp;gt;), and the database name (don&#039;t forget the number at the end of the database name!).  You will need all this information when installing Joomla.  If you forget this information, you can access the Databases tab of your account at any time.  You do need to memorize your password though - it will not be displayed anywhere.&lt;br /&gt;
&lt;br /&gt;
Now, upload Joomla to your Bravenet website:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your SFTP account]], or use our [[FTP applet]].&lt;br /&gt;
# Navigate in your FTP program to the website you just created.&lt;br /&gt;
# Upload the contents of your Joomla directory from your computer to your selected directory.  Note that you don&#039;t want to upload the actual Joomla directory - just everything inside it.&lt;br /&gt;
&lt;br /&gt;
Next step is to configure Joomla to work with your database:&lt;br /&gt;
&lt;br /&gt;
# In your web browser, visit the website that you just uploaded the software to.  For example, &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt; http://blog.example.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://example.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
# You should see the installation page of Joomla, prompting you to choose an installation language.  If not, double-check the address you typed in, and use your FTP program to double-check where you put the software.&lt;br /&gt;
# Select a language and click the &#039;&#039;&#039;Next&#039;&#039;&#039; button when ready to go on.&lt;br /&gt;
# The next page checks your PHP settings.  You can just hit &#039;&#039;&#039;Next&#039;&#039;&#039; again to go on to the next screen.&lt;br /&gt;
# You will be presented with the license agreement.  Hit &#039;&#039;&#039;Next&#039;&#039;&#039; once you&#039;ve read and agreed to the terms of use.&lt;br /&gt;
# The next page asks about database settings.  Use the following options:&lt;br /&gt;
## Database Type:  Leave it as the default - MySQLi&lt;br /&gt;
## Host Name:  This is another name for the database server. Replace the default &#039;localhost&#039; entry with the database server you wrote down earlier, for example &amp;lt;tt&amp;gt;sql1.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Username: Enter the username you chose.  For example, &amp;lt;tt&amp;gt;joomla_user&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Password: Enter the password you chose for your database&lt;br /&gt;
## Database Name: Enter the name you chose for your database, including the numbers after it.  For example, &amp;lt;tt&amp;gt;joomla_123456&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Table Prefix:  Leave this as default unless you have reason to change it.&lt;br /&gt;
## Old Database Process:  If you already have a Joomla database installed, the default is to back up that database.  If you wish to delete it, switch this to &#039;Remove&#039;, but note that you will lose all the data.&lt;br /&gt;
# When done entering database information, chose &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# You will be prompted about configuring the FTP layer.  This is not needed on our hosting services, so skip it by hitting &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Next, you will be asked to choose a site name and create an administrator user.  This user will have FULL access to your Joomla site, and will be used to do any managment tasks you need - so chose a secure password!&lt;br /&gt;
# At this page, you can also choose to install some sample data.  This could be useful if you&#039;re still learning how to use Joomla.&lt;br /&gt;
# When done, click the &#039;&#039;&#039;Next&#039;&#039;&#039; button and the script will finish the installation.&lt;br /&gt;
# You will be asked to remove the installation directory before using your site.  Click the &#039;&#039;&#039;Remove Installation Folder&#039;&#039;&#039; button to do this.&lt;br /&gt;
# You should now be able to login with the administrator user you created, or view your site frontend.  Congratulations!  JUoomla is installed!&lt;br /&gt;
&lt;br /&gt;
In the future, you can access your Joomla administrator control panel at &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://yoursite.com/administrator/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Next, you should configure your Joomla site to your tastes.  Instructions for that can be found in the Joomla manual, available online at http://docs.joomla.org/&lt;br /&gt;
&lt;br /&gt;
As a reminder, we don&#039;t provide Joomla-specific support, but if you do run into technical problems during the install, you can open a support ticket with us.&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Joomla&amp;diff=4965</id>
		<title>Joomla</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Joomla&amp;diff=4965"/>
		<updated>2011-09-06T17:47:42Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Created page with &amp;quot;Joomla is an extremely popular open source CMS (Content Management System).  It is written in PHP, and uses MySQL for storing the article and comment data.  It is qui...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Joomla is an extremely popular open source [[CMS]] (Content Management System).  It is written in [[PHP]], and uses [[MySQL]] for storing the article and comment data.  It is quite simple to install, but can be fairly complicated to configure.&lt;br /&gt;
&lt;br /&gt;
To install it on your Bravenet account, you need to have a [[Professional hosting]] package.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that we don&#039;t provide support for third party products - these directions are purely self-directed installs.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Installing Joomla on Your Bravenet Account==&lt;br /&gt;
&lt;br /&gt;
First, make sure that you are prepared:&lt;br /&gt;
&lt;br /&gt;
# Download the latest version of Joomla (See http://joomla.org for download links).&lt;br /&gt;
# Unzip the Joomla file.  It should unzip into a Joomla directory.&lt;br /&gt;
# Make sure you have an [[SFTP]] account set up with Bravenet.&lt;br /&gt;
# Optional: If you would like to [[register a domain]] for your site, you would do this now.&lt;br /&gt;
# [[Build a website]] to put your install of Joomla on:&lt;br /&gt;
## Log into your Bravenet account and click the [[FTP Hosting tab]].&lt;br /&gt;
## click on the [[Websites tab]], and then select the &#039;&#039;&#039;[[Build a new website]]&#039;&#039;&#039; option.&lt;br /&gt;
## If your Joomla site is an addition to an existing site (for example, if you are going to use it as a blogging platform), you may want to choose &#039;&#039;&#039;Use a subdomain&#039;&#039;&#039; for your site.  For example, &amp;lt;tt&amp;gt;blog.example.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## If the Joomla site is the focus of your website, you may want to choose &#039;&#039;&#039;Use an existing domain&#039;&#039;&#039; or &#039;&#039;&#039;Register a domain&#039;&#039;&#039; instead - your Joomla site will then be on &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, set up a database for use with Joomla:&lt;br /&gt;
&lt;br /&gt;
# Log into your Bravenet account and click on the [[FTP Hosting tab]] and then the [[databases tab]].&lt;br /&gt;
# Select &#039;&#039;&#039;[[New MySQL Database]]&#039;&#039;&#039;&lt;br /&gt;
# Enter a relevant name, and chose a unique username and password.&lt;br /&gt;
# Click &#039;&#039;&#039;Create Database&#039;&#039;&#039;.  If you get any errors, resolve them, and try again.&lt;br /&gt;
# Write down the username, the password, the server (for example &amp;lt;tt&amp;gt;sql##.bravehost.com&amp;lt;/tt&amp;gt;), and the database name (don&#039;t forget the number at the end of the database name!).  You will need all this information when installing Joomla.  If you forget this information, you can access the Databases tab of your account at any time.  You do need to memorize your password though - it will not be displayed anywhere.&lt;br /&gt;
&lt;br /&gt;
Now, upload Joomla to your Bravenet website:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your SFTP account]], or use our [[FTP applet]].&lt;br /&gt;
# Navigate in your FTP program to the website you just created.&lt;br /&gt;
# Upload the contents of your Joomla directory from your computer to your selected directory.  Note that you don&#039;t want to upload the actual Joomla directory - just everything inside it.&lt;br /&gt;
&lt;br /&gt;
Next step is to configure Joomla to work with your database:&lt;br /&gt;
&lt;br /&gt;
# In your web browser, visit the website that you just uploaded the software to.  For example, &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt; http://blog.example.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://example.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
# You should see the installation page of Joomla, prompting you to choose an installation language.  If not, double-check the address you typed in, and use your FTP program to double-check where you put the software.&lt;br /&gt;
# Select a language and click the &#039;&#039;&#039;Next&#039;&#039;&#039; button when ready to go on.&lt;br /&gt;
# The next page checks your PHP settings.  You can just hit &#039;&#039;&#039;Next&#039;&#039;&#039; again to go on to the next screen.&lt;br /&gt;
# You will be presented with the license agreement.  Hit &#039;&#039;&#039;Next&#039;&#039;&#039; once you&#039;ve read and agreed to the terms of use.&lt;br /&gt;
# The next page asks about database settings.  Use the following options:&lt;br /&gt;
## Database Type:  Leave it as the default - MySQLi&lt;br /&gt;
## Host Name:  This is another name for the database server. Replace the default &#039;localhost&#039; entry with the database server you wrote down earlier, for example &amp;lt;tt&amp;gt;sql1.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Username: Enter the username you chose.  For example, &amp;lt;tt&amp;gt;joomla_user&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Password: Enter the password you chose for your database&lt;br /&gt;
## Database Name: Enter the name you chose for your database, including the numbers after it.  For example, &amp;lt;tt&amp;gt;joomla_123456&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Table Prefix:  Leave this as default unless you have reason to change it.&lt;br /&gt;
## Old Database Process:  If you already have a Joomla database installed, the default is to back up that database.  If you wish to delete it, switch this to &#039;Remove&#039;, but note that you will lose all the data.&lt;br /&gt;
&lt;br /&gt;
# When done entering database information, chose &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# You will be prompted about configuring the FTP layer.  This is not needed on our hosting services, so skip it by hitting &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Next, you will be asked to choose a site name and create an administrator user.  This user will have FULL access to your Joomla site, and will be used to do any managment tasks you need - so chose a secure password!&lt;br /&gt;
# At this page, you can also choose to install some sample data.  This could be useful if you&#039;re still learning how to use Joomla.&lt;br /&gt;
# When done, click the &#039;&#039;&#039;Next&#039;&#039;&#039; button and the script will finish the installation.&lt;br /&gt;
# You will be asked to remove the installation directory before using your site.  Click the &#039;&#039;&#039;Remove Installation Folder&#039;&#039;&#039; button to do this.&lt;br /&gt;
# You should now be able to login with the administrator user you created, or view your site frontend.  Congratulations!  JUoomla is installed!&lt;br /&gt;
&lt;br /&gt;
In the future, you can access your Joomla administrator control panel at &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://yoursite.com/administrator/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Next, you should configure your Joomla site to your tastes.  Instructions for that can be found in the Joomla manual, available online at http://docs.joomla.org/&lt;br /&gt;
&lt;br /&gt;
As a reminder, we don&#039;t provide Joomla-specific support, but if you do run into technical problems during the install, you can open a support ticket with us.&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=IMAP&amp;diff=4612</id>
		<title>IMAP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=IMAP&amp;diff=4612"/>
		<updated>2011-07-27T15:44:45Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IMAP is a protocol for retrieving e-mail from a mail server.  Along with [[POP3]], it is one of the two methods of managing incoming mail&lt;br /&gt;
&lt;br /&gt;
==Differences From POP3==&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is the most standard way of checking mail.  However, IMAP has quite a few advantages over POP3:&lt;br /&gt;
- By default, POP3 deletes messages from the remote server, and manages all mail on the local computer&lt;br /&gt;
- IMAP manages all of its mail on the remote server.&lt;br /&gt;
- IMAP works well in a situation where you might check your mail from multiple devices.&lt;br /&gt;
- IMAP is more efficient - it uses message flags and transfers only the message headers when it can&lt;br /&gt;
&lt;br /&gt;
We do recommend using IMAP instead of POP3 whenever possible&lt;br /&gt;
&lt;br /&gt;
==Accessing your bravenet e-mail through IMAP==&lt;br /&gt;
&lt;br /&gt;
See our instructions on [[Checking your e-mail]] for more information.&lt;br /&gt;
&lt;br /&gt;
[[Category: E-Mail]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=IMAP&amp;diff=4611</id>
		<title>IMAP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=IMAP&amp;diff=4611"/>
		<updated>2011-07-27T15:44:09Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Accessing your bravenet e-mail through IMAP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IMAP is a protocol for retrieving email from a mail server.  Along with [[POP3]], it is one of the two methods of managing incoming mail&lt;br /&gt;
&lt;br /&gt;
==Differences From POP3==&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is the most standard way of checking mail.  However, IMAP has quite a few advantages over POP3:&lt;br /&gt;
- By default, POP3 deletes messages from the remote server, and manages all mail on the local computer&lt;br /&gt;
- IMAP manages all of its mail on the remote server.&lt;br /&gt;
- IMAP works well in a situation where you might check your mail from multiple devices.&lt;br /&gt;
- IMAP is more efficient - it uses message flags and transfers only the message headers when it can&lt;br /&gt;
&lt;br /&gt;
We do recommend using IMAP instead of POP3 whenever possible&lt;br /&gt;
&lt;br /&gt;
==Accessing your bravenet e-mail through IMAP==&lt;br /&gt;
&lt;br /&gt;
See our instructions on [[Checking your e-mail]] for more information.&lt;br /&gt;
&lt;br /&gt;
[[Category: E-Mail]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Checking_your_e-mai&amp;diff=4610</id>
		<title>Checking your e-mai</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Checking_your_e-mai&amp;diff=4610"/>
		<updated>2011-07-27T15:43:55Z</updated>

		<summary type="html">&lt;p&gt;Jonas: moved Checking your e-mai to Checking your e-mail: Checking your e-mail&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Checking your e-mail]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Checking_your_e-mail&amp;diff=4609</id>
		<title>Checking your e-mail</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Checking_your_e-mail&amp;diff=4609"/>
		<updated>2011-07-27T15:43:55Z</updated>

		<summary type="html">&lt;p&gt;Jonas: moved Checking your e-mai to Checking your e-mail: Checking your e-mail&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Using your Bravenet e-mail account]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Checking_your_e-mail&amp;diff=4608</id>
		<title>Checking your e-mail</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Checking_your_e-mail&amp;diff=4608"/>
		<updated>2011-07-27T15:43:16Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Using your Bravenet e-mail account&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Using your Bravenet e-mail account]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=IMAP&amp;diff=4607</id>
		<title>IMAP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=IMAP&amp;diff=4607"/>
		<updated>2011-07-27T15:42:47Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Accessing Your Bravenet Email Through IMAP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;IMAP is a protocol for retrieving email from a mail server.  Along with [[POP3]], it is one of the two methods of managing incoming mail&lt;br /&gt;
&lt;br /&gt;
==Differences From POP3==&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is the most standard way of checking mail.  However, IMAP has quite a few advantages over POP3:&lt;br /&gt;
- By default, POP3 deletes messages from the remote server, and manages all mail on the local computer&lt;br /&gt;
- IMAP manages all of its mail on the remote server.&lt;br /&gt;
- IMAP works well in a situation where you might check your mail from multiple devices.&lt;br /&gt;
- IMAP is more efficient - it uses message flags and transfers only the message headers when it can&lt;br /&gt;
&lt;br /&gt;
We do recommend using IMAP instead of POP3 whenever possible&lt;br /&gt;
&lt;br /&gt;
==Accessing your bravenet e-mail through IMAP==&lt;br /&gt;
&lt;br /&gt;
See our instructions on [[Checking your e-mai]] for more information.&lt;br /&gt;
&lt;br /&gt;
[[Category: E-Mail]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4606</id>
		<title>Using your Bravenet e-mail account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4606"/>
		<updated>2011-07-27T15:33:41Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Webmail */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once you&#039;ve created a [[new e-mail account]], you can check it in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
==Webmail==&lt;br /&gt;
&lt;br /&gt;
You can access your e-mail through our webmail system at https://webmail.bravehost.com.  When prompted, just enter your e-mail address and the password associated with that address.  If you forget your e-mail password, you can reset it in the [[e-mail tab]] of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
==Mail Clients==&lt;br /&gt;
&lt;br /&gt;
You can also use most third-party e-mail clients to send and receive mail.  We&#039;ve provided step-by-step instructions for a few common clients.  For other e-mail clients, use the general information directly below, and refer to your e-mail client&#039;s documentation for information on how to enter  this data.&lt;br /&gt;
&lt;br /&gt;
===General Settings===&lt;br /&gt;
&lt;br /&gt;
The exact steps to set up your email client differ based on the client. In general you will need the following information. This assumes that you&#039;ve created a Bravenet email address in the email tab of your account already.&lt;br /&gt;
&lt;br /&gt;
====IMAP====&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* IMAP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* IMAP port: 143&lt;br /&gt;
* IMAP Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication Type: Password&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
====POP3====&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is an older method of checking mail.  It should only be used if your e-mail client doesn&#039;t support [[IMAP]], since POP3 doesn&#039;t support checking mail from multiple locations, and by default it doesn&#039;t store messages on the server.&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* POP3 server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* POP3 Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
===Microsoft Outlook===&lt;br /&gt;
&lt;br /&gt;
Note - this is for Microsoft Outlook, as it ships with Microsoft Office (it has a yellow icon). This does not include Outlook Express (blue and white icon), which is installed by default on Windows XP - see below for Outlook Express instructions.&lt;br /&gt;
&lt;br /&gt;
# Start Microsoft Outlook &lt;br /&gt;
# Click the &#039;&#039;&#039;Tools menu&#039;&#039;&#039;, then the &#039;&#039;&#039;E-Mail Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click &#039;&#039;&#039;Add a new e-mail account&#039;&#039;&#039; then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Choose &#039;&#039;&#039;IMAP&#039;&#039;&#039; from the options then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Fill out the following fields:&lt;br /&gt;
## &#039;&#039;&#039;Your Name&#039;&#039;&#039; - enter your name here&lt;br /&gt;
## &#039;&#039;&#039;E-Mail Address&#039;&#039;&#039; - enter the Bravenet email address you are adding here&lt;br /&gt;
## &#039;&#039;&#039;Incoming mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Outgoing mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Username&#039;&#039;&#039; - enter your Bravenet email address&lt;br /&gt;
## &#039;&#039;&#039;Password&#039;&#039;&#039; - enter the password for the Bravenet email address&lt;br /&gt;
# Click the &#039;&#039;&#039;More Settings...&#039;&#039;&#039; button&lt;br /&gt;
# Change to the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab, and enable the &#039;&#039;&#039;My outgoing server require authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
# Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab, and change the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click the &#039;&#039;&#039;OK&#039;&#039;&#039; button to close the advanced settings window, then click &#039;&#039;&#039;Next&#039;&#039;&#039; on the E-Mail Accounts window&lt;br /&gt;
# Click the &#039;&#039;&#039;Finish&#039;&#039;&#039; button on the next page and your account should now work correctly&lt;br /&gt;
&lt;br /&gt;
Make sure to send a test email to another email address you have access to to verify that everything is set up correctly.&lt;br /&gt;
&lt;br /&gt;
===Outlook Express===&lt;br /&gt;
Note - these instructions are for Outlook Express (a blue and white icon), that ships with Windows XP. If you have Outlook, with a yellow icon, that ships with Microsoft Office, see the Outlook directions above.&lt;br /&gt;
&lt;br /&gt;
# Start Outlook Express&lt;br /&gt;
# If you don&#039;t see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; popup:&lt;br /&gt;
## click the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu;&lt;br /&gt;
## then the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option;&lt;br /&gt;
## then the &#039;&#039;&#039;Add&#039;&#039;&#039; button.  Choose &#039;&#039;&#039;mail&#039;&#039;&#039; from the options listed&lt;br /&gt;
# You should see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; now.  Enter your full name here then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address you are adding then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# On this screen, change the following:&lt;br /&gt;
## Change the &#039;&#039;&#039;incoming mail server&#039;&#039;&#039; option from &amp;lt;tt&amp;gt;POP3&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;IMAP&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## Enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt; in both the &#039;&#039;&#039;Incoming&#039;&#039;&#039; and &#039;&#039;&#039;Outgoing&#039;&#039;&#039; server fields&lt;br /&gt;
# then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address in the &#039;&#039;&#039;Account Name&#039;&#039;&#039; field, and then the password for that address in the &#039;&#039;&#039;Password&#039;&#039;&#039; field, then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;Finish&#039;&#039;&#039; to close the window.  If you are asked to download your mail or import folders, click &#039;&#039;&#039;No&#039;&#039;&#039;.  Now, If you don&#039;t see the &#039;&#039;&#039;Internet Accounts&#039;&#039;&#039; screen, open it in the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu under the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click on the account you just set up - it will likely be named &#039;&#039;&#039;mail.bravehost.com&#039;&#039;&#039;.  Then, click on the &#039;&#039;&#039;Properties&#039;&#039;&#039; button.&lt;br /&gt;
## Change to the &#039;&#039;&#039;Servers&#039;&#039;&#039; tab&lt;br /&gt;
## Enable the &#039;&#039;&#039;My server requires authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
## Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab&lt;br /&gt;
## change the &#039;&#039;&#039;Outgoing Mail&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039; to save your changes and close the advanced properties window.&lt;br /&gt;
# Click &#039;&#039;&#039;Close&#039;&#039;&#039; to close the Internet Accounts window&lt;br /&gt;
# You may now be asked if you want to download the folders from the server you added.  Click &#039;&#039;&#039;Yes&#039;&#039;&#039;, and then &#039;&#039;&#039;OK&#039;&#039;&#039; on the next window&lt;br /&gt;
# Either way, click the &#039;&#039;&#039;Send/Recv&#039;&#039;&#039; button to sync up your email.  Everything should now work!&lt;br /&gt;
&lt;br /&gt;
Try sending a test message to verify that your email is set up correctly.&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4605</id>
		<title>Using your Bravenet e-mail account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4605"/>
		<updated>2011-07-27T15:33:25Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* POP3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once you&#039;ve created a [[new e-mail account]], you can check it in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
==Webmail==&lt;br /&gt;
&lt;br /&gt;
You can access your e-mail through our webmail system at https://webmail.bravehost.com.  When prompted, just enter your e-mail address and the password associated with that address.  If you forget your e-mail password, you can reset it in the [[e-mail]] tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
==Mail Clients==&lt;br /&gt;
&lt;br /&gt;
You can also use most third-party e-mail clients to send and receive mail.  We&#039;ve provided step-by-step instructions for a few common clients.  For other e-mail clients, use the general information directly below, and refer to your e-mail client&#039;s documentation for information on how to enter  this data.&lt;br /&gt;
&lt;br /&gt;
===General Settings===&lt;br /&gt;
&lt;br /&gt;
The exact steps to set up your email client differ based on the client. In general you will need the following information. This assumes that you&#039;ve created a Bravenet email address in the email tab of your account already.&lt;br /&gt;
&lt;br /&gt;
====IMAP====&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* IMAP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* IMAP port: 143&lt;br /&gt;
* IMAP Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication Type: Password&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
====POP3====&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is an older method of checking mail.  It should only be used if your e-mail client doesn&#039;t support [[IMAP]], since POP3 doesn&#039;t support checking mail from multiple locations, and by default it doesn&#039;t store messages on the server.&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* POP3 server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* POP3 Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
===Microsoft Outlook===&lt;br /&gt;
&lt;br /&gt;
Note - this is for Microsoft Outlook, as it ships with Microsoft Office (it has a yellow icon). This does not include Outlook Express (blue and white icon), which is installed by default on Windows XP - see below for Outlook Express instructions.&lt;br /&gt;
&lt;br /&gt;
# Start Microsoft Outlook &lt;br /&gt;
# Click the &#039;&#039;&#039;Tools menu&#039;&#039;&#039;, then the &#039;&#039;&#039;E-Mail Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click &#039;&#039;&#039;Add a new e-mail account&#039;&#039;&#039; then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Choose &#039;&#039;&#039;IMAP&#039;&#039;&#039; from the options then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Fill out the following fields:&lt;br /&gt;
## &#039;&#039;&#039;Your Name&#039;&#039;&#039; - enter your name here&lt;br /&gt;
## &#039;&#039;&#039;E-Mail Address&#039;&#039;&#039; - enter the Bravenet email address you are adding here&lt;br /&gt;
## &#039;&#039;&#039;Incoming mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Outgoing mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Username&#039;&#039;&#039; - enter your Bravenet email address&lt;br /&gt;
## &#039;&#039;&#039;Password&#039;&#039;&#039; - enter the password for the Bravenet email address&lt;br /&gt;
# Click the &#039;&#039;&#039;More Settings...&#039;&#039;&#039; button&lt;br /&gt;
# Change to the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab, and enable the &#039;&#039;&#039;My outgoing server require authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
# Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab, and change the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click the &#039;&#039;&#039;OK&#039;&#039;&#039; button to close the advanced settings window, then click &#039;&#039;&#039;Next&#039;&#039;&#039; on the E-Mail Accounts window&lt;br /&gt;
# Click the &#039;&#039;&#039;Finish&#039;&#039;&#039; button on the next page and your account should now work correctly&lt;br /&gt;
&lt;br /&gt;
Make sure to send a test email to another email address you have access to to verify that everything is set up correctly.&lt;br /&gt;
&lt;br /&gt;
===Outlook Express===&lt;br /&gt;
Note - these instructions are for Outlook Express (a blue and white icon), that ships with Windows XP. If you have Outlook, with a yellow icon, that ships with Microsoft Office, see the Outlook directions above.&lt;br /&gt;
&lt;br /&gt;
# Start Outlook Express&lt;br /&gt;
# If you don&#039;t see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; popup:&lt;br /&gt;
## click the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu;&lt;br /&gt;
## then the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option;&lt;br /&gt;
## then the &#039;&#039;&#039;Add&#039;&#039;&#039; button.  Choose &#039;&#039;&#039;mail&#039;&#039;&#039; from the options listed&lt;br /&gt;
# You should see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; now.  Enter your full name here then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address you are adding then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# On this screen, change the following:&lt;br /&gt;
## Change the &#039;&#039;&#039;incoming mail server&#039;&#039;&#039; option from &amp;lt;tt&amp;gt;POP3&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;IMAP&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## Enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt; in both the &#039;&#039;&#039;Incoming&#039;&#039;&#039; and &#039;&#039;&#039;Outgoing&#039;&#039;&#039; server fields&lt;br /&gt;
# then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address in the &#039;&#039;&#039;Account Name&#039;&#039;&#039; field, and then the password for that address in the &#039;&#039;&#039;Password&#039;&#039;&#039; field, then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;Finish&#039;&#039;&#039; to close the window.  If you are asked to download your mail or import folders, click &#039;&#039;&#039;No&#039;&#039;&#039;.  Now, If you don&#039;t see the &#039;&#039;&#039;Internet Accounts&#039;&#039;&#039; screen, open it in the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu under the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click on the account you just set up - it will likely be named &#039;&#039;&#039;mail.bravehost.com&#039;&#039;&#039;.  Then, click on the &#039;&#039;&#039;Properties&#039;&#039;&#039; button.&lt;br /&gt;
## Change to the &#039;&#039;&#039;Servers&#039;&#039;&#039; tab&lt;br /&gt;
## Enable the &#039;&#039;&#039;My server requires authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
## Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab&lt;br /&gt;
## change the &#039;&#039;&#039;Outgoing Mail&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039; to save your changes and close the advanced properties window.&lt;br /&gt;
# Click &#039;&#039;&#039;Close&#039;&#039;&#039; to close the Internet Accounts window&lt;br /&gt;
# You may now be asked if you want to download the folders from the server you added.  Click &#039;&#039;&#039;Yes&#039;&#039;&#039;, and then &#039;&#039;&#039;OK&#039;&#039;&#039; on the next window&lt;br /&gt;
# Either way, click the &#039;&#039;&#039;Send/Recv&#039;&#039;&#039; button to sync up your email.  Everything should now work!&lt;br /&gt;
&lt;br /&gt;
Try sending a test message to verify that your email is set up correctly.&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4604</id>
		<title>Using your Bravenet e-mail account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4604"/>
		<updated>2011-07-27T15:33:06Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* IMAP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once you&#039;ve created a [[new e-mail account]], you can check it in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
==Webmail==&lt;br /&gt;
&lt;br /&gt;
You can access your e-mail through our webmail system at https://webmail.bravehost.com.  When prompted, just enter your e-mail address and the password associated with that address.  If you forget your e-mail password, you can reset it in the [[e-mail]] tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
==Mail Clients==&lt;br /&gt;
&lt;br /&gt;
You can also use most third-party e-mail clients to send and receive mail.  We&#039;ve provided step-by-step instructions for a few common clients.  For other e-mail clients, use the general information directly below, and refer to your e-mail client&#039;s documentation for information on how to enter  this data.&lt;br /&gt;
&lt;br /&gt;
===General Settings===&lt;br /&gt;
&lt;br /&gt;
The exact steps to set up your email client differ based on the client. In general you will need the following information. This assumes that you&#039;ve created a Bravenet email address in the email tab of your account already.&lt;br /&gt;
&lt;br /&gt;
====IMAP====&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* IMAP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* IMAP port: 143&lt;br /&gt;
* IMAP Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication Type: Password&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
====POP3====&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is an older method of checking mail.  It should only be used if your e-mail client doesn&#039;t support [[IMAP]], since POP3 doesn&#039;t support checking mail from multiple locations, and by default it doesn&#039;t store messages on the server.&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* POP3 server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* POP3 Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
===Microsoft Outlook===&lt;br /&gt;
&lt;br /&gt;
Note - this is for Microsoft Outlook, as it ships with Microsoft Office (it has a yellow icon). This does not include Outlook Express (blue and white icon), which is installed by default on Windows XP - see below for Outlook Express instructions.&lt;br /&gt;
&lt;br /&gt;
# Start Microsoft Outlook &lt;br /&gt;
# Click the &#039;&#039;&#039;Tools menu&#039;&#039;&#039;, then the &#039;&#039;&#039;E-Mail Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click &#039;&#039;&#039;Add a new e-mail account&#039;&#039;&#039; then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Choose &#039;&#039;&#039;IMAP&#039;&#039;&#039; from the options then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Fill out the following fields:&lt;br /&gt;
## &#039;&#039;&#039;Your Name&#039;&#039;&#039; - enter your name here&lt;br /&gt;
## &#039;&#039;&#039;E-Mail Address&#039;&#039;&#039; - enter the Bravenet email address you are adding here&lt;br /&gt;
## &#039;&#039;&#039;Incoming mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Outgoing mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Username&#039;&#039;&#039; - enter your Bravenet email address&lt;br /&gt;
## &#039;&#039;&#039;Password&#039;&#039;&#039; - enter the password for the Bravenet email address&lt;br /&gt;
# Click the &#039;&#039;&#039;More Settings...&#039;&#039;&#039; button&lt;br /&gt;
# Change to the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab, and enable the &#039;&#039;&#039;My outgoing server require authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
# Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab, and change the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click the &#039;&#039;&#039;OK&#039;&#039;&#039; button to close the advanced settings window, then click &#039;&#039;&#039;Next&#039;&#039;&#039; on the E-Mail Accounts window&lt;br /&gt;
# Click the &#039;&#039;&#039;Finish&#039;&#039;&#039; button on the next page and your account should now work correctly&lt;br /&gt;
&lt;br /&gt;
Make sure to send a test email to another email address you have access to to verify that everything is set up correctly.&lt;br /&gt;
&lt;br /&gt;
===Outlook Express===&lt;br /&gt;
Note - these instructions are for Outlook Express (a blue and white icon), that ships with Windows XP. If you have Outlook, with a yellow icon, that ships with Microsoft Office, see the Outlook directions above.&lt;br /&gt;
&lt;br /&gt;
# Start Outlook Express&lt;br /&gt;
# If you don&#039;t see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; popup:&lt;br /&gt;
## click the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu;&lt;br /&gt;
## then the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option;&lt;br /&gt;
## then the &#039;&#039;&#039;Add&#039;&#039;&#039; button.  Choose &#039;&#039;&#039;mail&#039;&#039;&#039; from the options listed&lt;br /&gt;
# You should see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; now.  Enter your full name here then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address you are adding then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# On this screen, change the following:&lt;br /&gt;
## Change the &#039;&#039;&#039;incoming mail server&#039;&#039;&#039; option from &amp;lt;tt&amp;gt;POP3&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;IMAP&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## Enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt; in both the &#039;&#039;&#039;Incoming&#039;&#039;&#039; and &#039;&#039;&#039;Outgoing&#039;&#039;&#039; server fields&lt;br /&gt;
# then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address in the &#039;&#039;&#039;Account Name&#039;&#039;&#039; field, and then the password for that address in the &#039;&#039;&#039;Password&#039;&#039;&#039; field, then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;Finish&#039;&#039;&#039; to close the window.  If you are asked to download your mail or import folders, click &#039;&#039;&#039;No&#039;&#039;&#039;.  Now, If you don&#039;t see the &#039;&#039;&#039;Internet Accounts&#039;&#039;&#039; screen, open it in the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu under the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click on the account you just set up - it will likely be named &#039;&#039;&#039;mail.bravehost.com&#039;&#039;&#039;.  Then, click on the &#039;&#039;&#039;Properties&#039;&#039;&#039; button.&lt;br /&gt;
## Change to the &#039;&#039;&#039;Servers&#039;&#039;&#039; tab&lt;br /&gt;
## Enable the &#039;&#039;&#039;My server requires authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
## Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab&lt;br /&gt;
## change the &#039;&#039;&#039;Outgoing Mail&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039; to save your changes and close the advanced properties window.&lt;br /&gt;
# Click &#039;&#039;&#039;Close&#039;&#039;&#039; to close the Internet Accounts window&lt;br /&gt;
# You may now be asked if you want to download the folders from the server you added.  Click &#039;&#039;&#039;Yes&#039;&#039;&#039;, and then &#039;&#039;&#039;OK&#039;&#039;&#039; on the next window&lt;br /&gt;
# Either way, click the &#039;&#039;&#039;Send/Recv&#039;&#039;&#039; button to sync up your email.  Everything should now work!&lt;br /&gt;
&lt;br /&gt;
Try sending a test message to verify that your email is set up correctly.&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4603</id>
		<title>Using your Bravenet e-mail account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4603"/>
		<updated>2011-07-27T15:32:19Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Mail Clients */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once you&#039;ve created a [[new e-mail account]], you can check it in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
==Webmail==&lt;br /&gt;
&lt;br /&gt;
You can access your e-mail through our webmail system at https://webmail.bravehost.com.  When prompted, just enter your e-mail address and the password associated with that address.  If you forget your e-mail password, you can reset it in the [[e-mail]] tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
==Mail Clients==&lt;br /&gt;
&lt;br /&gt;
You can also use most third-party e-mail clients to send and receive mail.  We&#039;ve provided step-by-step instructions for a few common clients.  For other e-mail clients, use the general information directly below, and refer to your e-mail client&#039;s documentation for information on how to enter  this data.&lt;br /&gt;
&lt;br /&gt;
===General Settings===&lt;br /&gt;
&lt;br /&gt;
The exact steps to set up your email client differ based on the client. In general you will need the following information. This assumes that you&#039;ve created a Bravenet email address in the email tab of your account already.&lt;br /&gt;
&lt;br /&gt;
====IMAP====&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* IMAP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* IMAP port: 143&lt;br /&gt;
* IMAP Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication Type: Password&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
====POP3====&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is an older method of checking mail.  It should only be used if your e-mail client doesn&#039;t support [[IMAP]], since POP3 doesn&#039;t support checking mail from multiple locations, and by default it doesn&#039;t store messages on the server.&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* POP3 server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* POP3 Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
===Microsoft Outlook===&lt;br /&gt;
&lt;br /&gt;
Note - this is for Microsoft Outlook, as it ships with Microsoft Office (it has a yellow icon). This does not include Outlook Express (blue and white icon), which is installed by default on Windows XP - see below for Outlook Express instructions.&lt;br /&gt;
&lt;br /&gt;
# Start Microsoft Outlook &lt;br /&gt;
# Click the &#039;&#039;&#039;Tools menu&#039;&#039;&#039;, then the &#039;&#039;&#039;E-Mail Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click &#039;&#039;&#039;Add a new e-mail account&#039;&#039;&#039; then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Choose &#039;&#039;&#039;IMAP&#039;&#039;&#039; from the options then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Fill out the following fields:&lt;br /&gt;
## &#039;&#039;&#039;Your Name&#039;&#039;&#039; - enter your name here&lt;br /&gt;
## &#039;&#039;&#039;E-Mail Address&#039;&#039;&#039; - enter the Bravenet email address you are adding here&lt;br /&gt;
## &#039;&#039;&#039;Incoming mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Outgoing mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Username&#039;&#039;&#039; - enter your Bravenet email address&lt;br /&gt;
## &#039;&#039;&#039;Password&#039;&#039;&#039; - enter the password for the Bravenet email address&lt;br /&gt;
# Click the &#039;&#039;&#039;More Settings...&#039;&#039;&#039; button&lt;br /&gt;
# Change to the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab, and enable the &#039;&#039;&#039;My outgoing server require authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
# Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab, and change the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click the &#039;&#039;&#039;OK&#039;&#039;&#039; button to close the advanced settings window, then click &#039;&#039;&#039;Next&#039;&#039;&#039; on the E-Mail Accounts window&lt;br /&gt;
# Click the &#039;&#039;&#039;Finish&#039;&#039;&#039; button on the next page and your account should now work correctly&lt;br /&gt;
&lt;br /&gt;
Make sure to send a test email to another email address you have access to to verify that everything is set up correctly.&lt;br /&gt;
&lt;br /&gt;
===Outlook Express===&lt;br /&gt;
Note - these instructions are for Outlook Express (a blue and white icon), that ships with Windows XP. If you have Outlook, with a yellow icon, that ships with Microsoft Office, see the Outlook directions above.&lt;br /&gt;
&lt;br /&gt;
# Start Outlook Express&lt;br /&gt;
# If you don&#039;t see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; popup:&lt;br /&gt;
## click the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu;&lt;br /&gt;
## then the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option;&lt;br /&gt;
## then the &#039;&#039;&#039;Add&#039;&#039;&#039; button.  Choose &#039;&#039;&#039;mail&#039;&#039;&#039; from the options listed&lt;br /&gt;
# You should see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; now.  Enter your full name here then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address you are adding then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# On this screen, change the following:&lt;br /&gt;
## Change the &#039;&#039;&#039;incoming mail server&#039;&#039;&#039; option from &amp;lt;tt&amp;gt;POP3&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;IMAP&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## Enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt; in both the &#039;&#039;&#039;Incoming&#039;&#039;&#039; and &#039;&#039;&#039;Outgoing&#039;&#039;&#039; server fields&lt;br /&gt;
# then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address in the &#039;&#039;&#039;Account Name&#039;&#039;&#039; field, and then the password for that address in the &#039;&#039;&#039;Password&#039;&#039;&#039; field, then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;Finish&#039;&#039;&#039; to close the window.  If you are asked to download your mail or import folders, click &#039;&#039;&#039;No&#039;&#039;&#039;.  Now, If you don&#039;t see the &#039;&#039;&#039;Internet Accounts&#039;&#039;&#039; screen, open it in the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu under the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click on the account you just set up - it will likely be named &#039;&#039;&#039;mail.bravehost.com&#039;&#039;&#039;.  Then, click on the &#039;&#039;&#039;Properties&#039;&#039;&#039; button.&lt;br /&gt;
## Change to the &#039;&#039;&#039;Servers&#039;&#039;&#039; tab&lt;br /&gt;
## Enable the &#039;&#039;&#039;My server requires authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
## Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab&lt;br /&gt;
## change the &#039;&#039;&#039;Outgoing Mail&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039; to save your changes and close the advanced properties window.&lt;br /&gt;
# Click &#039;&#039;&#039;Close&#039;&#039;&#039; to close the Internet Accounts window&lt;br /&gt;
# You may now be asked if you want to download the folders from the server you added.  Click &#039;&#039;&#039;Yes&#039;&#039;&#039;, and then &#039;&#039;&#039;OK&#039;&#039;&#039; on the next window&lt;br /&gt;
# Either way, click the &#039;&#039;&#039;Send/Recv&#039;&#039;&#039; button to sync up your email.  Everything should now work!&lt;br /&gt;
&lt;br /&gt;
Try sending a test message to verify that your email is set up correctly.&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4602</id>
		<title>Using your Bravenet e-mail account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4602"/>
		<updated>2011-07-27T15:32:04Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once you&#039;ve created a [[new e-mail account]], you can check it in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
==Webmail==&lt;br /&gt;
&lt;br /&gt;
You can access your e-mail through our webmail system at https://webmail.bravehost.com.  When prompted, just enter your e-mail address and the password associated with that address.  If you forget your e-mail password, you can reset it in the [[e-mail]] tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
==Mail Clients==&lt;br /&gt;
&lt;br /&gt;
You can also use most third-party e-mail clients to send and receive mail.  We&#039;ve provided step-by-step instructions for a few common clients.  For other e-mail clients, use the general information directly below, and refer to your e-mail client&#039;s documentation for information on how to enter  this data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Settings===&lt;br /&gt;
&lt;br /&gt;
The exact steps to set up your email client differ based on the client. In general you will need the following information. This assumes that you&#039;ve created a Bravenet email address in the email tab of your account already.&lt;br /&gt;
&lt;br /&gt;
====IMAP====&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* IMAP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* IMAP port: 143&lt;br /&gt;
* IMAP Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication Type: Password&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
====POP3====&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is an older method of checking mail.  It should only be used if your e-mail client doesn&#039;t support [[IMAP]], since POP3 doesn&#039;t support checking mail from multiple locations, and by default it doesn&#039;t store messages on the server.&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* POP3 server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* POP3 Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
===Microsoft Outlook===&lt;br /&gt;
&lt;br /&gt;
Note - this is for Microsoft Outlook, as it ships with Microsoft Office (it has a yellow icon). This does not include Outlook Express (blue and white icon), which is installed by default on Windows XP - see below for Outlook Express instructions.&lt;br /&gt;
&lt;br /&gt;
# Start Microsoft Outlook &lt;br /&gt;
# Click the &#039;&#039;&#039;Tools menu&#039;&#039;&#039;, then the &#039;&#039;&#039;E-Mail Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click &#039;&#039;&#039;Add a new e-mail account&#039;&#039;&#039; then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Choose &#039;&#039;&#039;IMAP&#039;&#039;&#039; from the options then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Fill out the following fields:&lt;br /&gt;
## &#039;&#039;&#039;Your Name&#039;&#039;&#039; - enter your name here&lt;br /&gt;
## &#039;&#039;&#039;E-Mail Address&#039;&#039;&#039; - enter the Bravenet email address you are adding here&lt;br /&gt;
## &#039;&#039;&#039;Incoming mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Outgoing mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Username&#039;&#039;&#039; - enter your Bravenet email address&lt;br /&gt;
## &#039;&#039;&#039;Password&#039;&#039;&#039; - enter the password for the Bravenet email address&lt;br /&gt;
# Click the &#039;&#039;&#039;More Settings...&#039;&#039;&#039; button&lt;br /&gt;
# Change to the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab, and enable the &#039;&#039;&#039;My outgoing server require authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
# Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab, and change the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click the &#039;&#039;&#039;OK&#039;&#039;&#039; button to close the advanced settings window, then click &#039;&#039;&#039;Next&#039;&#039;&#039; on the E-Mail Accounts window&lt;br /&gt;
# Click the &#039;&#039;&#039;Finish&#039;&#039;&#039; button on the next page and your account should now work correctly&lt;br /&gt;
&lt;br /&gt;
Make sure to send a test email to another email address you have access to to verify that everything is set up correctly.&lt;br /&gt;
&lt;br /&gt;
===Outlook Express===&lt;br /&gt;
Note - these instructions are for Outlook Express (a blue and white icon), that ships with Windows XP. If you have Outlook, with a yellow icon, that ships with Microsoft Office, see the Outlook directions above.&lt;br /&gt;
&lt;br /&gt;
# Start Outlook Express&lt;br /&gt;
# If you don&#039;t see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; popup:&lt;br /&gt;
## click the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu;&lt;br /&gt;
## then the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option;&lt;br /&gt;
## then the &#039;&#039;&#039;Add&#039;&#039;&#039; button.  Choose &#039;&#039;&#039;mail&#039;&#039;&#039; from the options listed&lt;br /&gt;
# You should see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; now.  Enter your full name here then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address you are adding then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# On this screen, change the following:&lt;br /&gt;
## Change the &#039;&#039;&#039;incoming mail server&#039;&#039;&#039; option from &amp;lt;tt&amp;gt;POP3&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;IMAP&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## Enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt; in both the &#039;&#039;&#039;Incoming&#039;&#039;&#039; and &#039;&#039;&#039;Outgoing&#039;&#039;&#039; server fields&lt;br /&gt;
# then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address in the &#039;&#039;&#039;Account Name&#039;&#039;&#039; field, and then the password for that address in the &#039;&#039;&#039;Password&#039;&#039;&#039; field, then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;Finish&#039;&#039;&#039; to close the window.  If you are asked to download your mail or import folders, click &#039;&#039;&#039;No&#039;&#039;&#039;.  Now, If you don&#039;t see the &#039;&#039;&#039;Internet Accounts&#039;&#039;&#039; screen, open it in the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu under the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click on the account you just set up - it will likely be named &#039;&#039;&#039;mail.bravehost.com&#039;&#039;&#039;.  Then, click on the &#039;&#039;&#039;Properties&#039;&#039;&#039; button.&lt;br /&gt;
## Change to the &#039;&#039;&#039;Servers&#039;&#039;&#039; tab&lt;br /&gt;
## Enable the &#039;&#039;&#039;My server requires authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
## Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab&lt;br /&gt;
## change the &#039;&#039;&#039;Outgoing Mail&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039; to save your changes and close the advanced properties window.&lt;br /&gt;
# Click &#039;&#039;&#039;Close&#039;&#039;&#039; to close the Internet Accounts window&lt;br /&gt;
# You may now be asked if you want to download the folders from the server you added.  Click &#039;&#039;&#039;Yes&#039;&#039;&#039;, and then &#039;&#039;&#039;OK&#039;&#039;&#039; on the next window&lt;br /&gt;
# Either way, click the &#039;&#039;&#039;Send/Recv&#039;&#039;&#039; button to sync up your email.  Everything should now work!&lt;br /&gt;
&lt;br /&gt;
Try sending a test message to verify that your email is set up correctly.&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4601</id>
		<title>Using your Bravenet e-mail account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4601"/>
		<updated>2011-07-27T15:31:46Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Once you&#039;ve created a [[new e-mail account]], you can check it in a variety of ways:&lt;br /&gt;
&lt;br /&gt;
==Webmail===&lt;br /&gt;
&lt;br /&gt;
You can access your e-mail through our webmail system at https://webmail.bravehost.com.  When prompted, just enter your e-mail address and the password associated with that address.  If you forget your e-mail password, you can reset it in the [[e-mail]] tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
==Mail Clients==&lt;br /&gt;
&lt;br /&gt;
You can also use most third-party e-mail clients to send and receive mail.  We&#039;ve provided step-by-step instructions for a few common clients.  For other e-mail clients, use the general information directly below, and refer to your e-mail client&#039;s documentation for information on how to enter  this data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===General Settings===&lt;br /&gt;
&lt;br /&gt;
The exact steps to set up your email client differ based on the client. In general you will need the following information. This assumes that you&#039;ve created a Bravenet email address in the email tab of your account already.&lt;br /&gt;
&lt;br /&gt;
====IMAP====&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* IMAP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* IMAP port: 143&lt;br /&gt;
* IMAP Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication Type: Password&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
====POP3====&lt;br /&gt;
&lt;br /&gt;
[[POP3]] is an older method of checking mail.  It should only be used if your e-mail client doesn&#039;t support [[IMAP]], since POP3 doesn&#039;t support checking mail from multiple locations, and by default it doesn&#039;t store messages on the server.&lt;br /&gt;
&lt;br /&gt;
In each example, &amp;lt;tt&amp;gt;yourdomain.com&amp;lt;/tt&amp;gt; should be replaced by the actual domain name that your e-mail address uses.  For example, if your e-mail address is &amp;lt;tt&amp;gt;test@example.com&amp;lt;/tt&amp;gt; then your mail server might be &amp;lt;tt&amp;gt;mail.example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* POP3 server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* POP3 Username: the email address you are checking&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
&lt;br /&gt;
Outgoing mail uses SMTP. The information you need for that:&lt;br /&gt;
&lt;br /&gt;
* SMTP server: &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;, or you can use &amp;lt;tt&amp;gt;mail.yourdomain.com&amp;lt;/tt&amp;gt; where yourdomain.com is the domain of your Bravenet email address.&lt;br /&gt;
* SMTP username: the e-mail address you are checking&lt;br /&gt;
* SMTP port: 587 (you may be able to use port 25 but this is disabled for many users)&lt;br /&gt;
* Password: the password for this address. You can change this in the email tab of your Bravenet account.&lt;br /&gt;
* Authentication: PLAIN&lt;br /&gt;
&lt;br /&gt;
===Microsoft Outlook===&lt;br /&gt;
&lt;br /&gt;
Note - this is for Microsoft Outlook, as it ships with Microsoft Office (it has a yellow icon). This does not include Outlook Express (blue and white icon), which is installed by default on Windows XP - see below for Outlook Express instructions.&lt;br /&gt;
&lt;br /&gt;
# Start Microsoft Outlook &lt;br /&gt;
# Click the &#039;&#039;&#039;Tools menu&#039;&#039;&#039;, then the &#039;&#039;&#039;E-Mail Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click &#039;&#039;&#039;Add a new e-mail account&#039;&#039;&#039; then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Choose &#039;&#039;&#039;IMAP&#039;&#039;&#039; from the options then click &#039;&#039;&#039;Next&#039;&#039;&#039;&lt;br /&gt;
# Fill out the following fields:&lt;br /&gt;
## &#039;&#039;&#039;Your Name&#039;&#039;&#039; - enter your name here&lt;br /&gt;
## &#039;&#039;&#039;E-Mail Address&#039;&#039;&#039; - enter the Bravenet email address you are adding here&lt;br /&gt;
## &#039;&#039;&#039;Incoming mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Outgoing mail server&#039;&#039;&#039; - enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## &#039;&#039;&#039;Username&#039;&#039;&#039; - enter your Bravenet email address&lt;br /&gt;
## &#039;&#039;&#039;Password&#039;&#039;&#039; - enter the password for the Bravenet email address&lt;br /&gt;
# Click the &#039;&#039;&#039;More Settings...&#039;&#039;&#039; button&lt;br /&gt;
# Change to the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; tab, and enable the &#039;&#039;&#039;My outgoing server require authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
# Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab, and change the &#039;&#039;&#039;Outgoing Server&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click the &#039;&#039;&#039;OK&#039;&#039;&#039; button to close the advanced settings window, then click &#039;&#039;&#039;Next&#039;&#039;&#039; on the E-Mail Accounts window&lt;br /&gt;
# Click the &#039;&#039;&#039;Finish&#039;&#039;&#039; button on the next page and your account should now work correctly&lt;br /&gt;
&lt;br /&gt;
Make sure to send a test email to another email address you have access to to verify that everything is set up correctly.&lt;br /&gt;
&lt;br /&gt;
===Outlook Express===&lt;br /&gt;
Note - these instructions are for Outlook Express (a blue and white icon), that ships with Windows XP. If you have Outlook, with a yellow icon, that ships with Microsoft Office, see the Outlook directions above.&lt;br /&gt;
&lt;br /&gt;
# Start Outlook Express&lt;br /&gt;
# If you don&#039;t see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; popup:&lt;br /&gt;
## click the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu;&lt;br /&gt;
## then the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option;&lt;br /&gt;
## then the &#039;&#039;&#039;Add&#039;&#039;&#039; button.  Choose &#039;&#039;&#039;mail&#039;&#039;&#039; from the options listed&lt;br /&gt;
# You should see the &#039;&#039;&#039;Internet Connection Wizard&#039;&#039;&#039; now.  Enter your full name here then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address you are adding then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# On this screen, change the following:&lt;br /&gt;
## Change the &#039;&#039;&#039;incoming mail server&#039;&#039;&#039; option from &amp;lt;tt&amp;gt;POP3&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;IMAP&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## Enter &amp;lt;tt&amp;gt;mail.bravehost.com&amp;lt;/tt&amp;gt; in both the &#039;&#039;&#039;Incoming&#039;&#039;&#039; and &#039;&#039;&#039;Outgoing&#039;&#039;&#039; server fields&lt;br /&gt;
# then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Enter the Bravenet email address in the &#039;&#039;&#039;Account Name&#039;&#039;&#039; field, and then the password for that address in the &#039;&#039;&#039;Password&#039;&#039;&#039; field, then click &#039;&#039;&#039;Next&#039;&#039;&#039;.&lt;br /&gt;
# Click &#039;&#039;&#039;Finish&#039;&#039;&#039; to close the window.  If you are asked to download your mail or import folders, click &#039;&#039;&#039;No&#039;&#039;&#039;.  Now, If you don&#039;t see the &#039;&#039;&#039;Internet Accounts&#039;&#039;&#039; screen, open it in the &#039;&#039;&#039;Tools&#039;&#039;&#039; menu under the &#039;&#039;&#039;Accounts&#039;&#039;&#039; option&lt;br /&gt;
# Click on the account you just set up - it will likely be named &#039;&#039;&#039;mail.bravehost.com&#039;&#039;&#039;.  Then, click on the &#039;&#039;&#039;Properties&#039;&#039;&#039; button.&lt;br /&gt;
## Change to the &#039;&#039;&#039;Servers&#039;&#039;&#039; tab&lt;br /&gt;
## Enable the &#039;&#039;&#039;My server requires authentication&#039;&#039;&#039; checkbox&lt;br /&gt;
## Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; tab&lt;br /&gt;
## change the &#039;&#039;&#039;Outgoing Mail&#039;&#039;&#039; port number from &amp;lt;tt&amp;gt;25&amp;lt;/tt&amp;gt; (the default) to &amp;lt;tt&amp;gt;587&amp;lt;/tt&amp;gt;&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039; to save your changes and close the advanced properties window.&lt;br /&gt;
# Click &#039;&#039;&#039;Close&#039;&#039;&#039; to close the Internet Accounts window&lt;br /&gt;
# You may now be asked if you want to download the folders from the server you added.  Click &#039;&#039;&#039;Yes&#039;&#039;&#039;, and then &#039;&#039;&#039;OK&#039;&#039;&#039; on the next window&lt;br /&gt;
# Either way, click the &#039;&#039;&#039;Send/Recv&#039;&#039;&#039; button to sync up your email.  Everything should now work!&lt;br /&gt;
&lt;br /&gt;
Try sending a test message to verify that your email is set up correctly.&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Checking_your_email&amp;diff=4600</id>
		<title>Checking your email</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Checking_your_email&amp;diff=4600"/>
		<updated>2011-07-27T15:07:20Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to Using your Bravenet e-mail account&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Using your Bravenet e-mail account]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Checking_your_email&amp;diff=4599</id>
		<title>Checking your email</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Checking_your_email&amp;diff=4599"/>
		<updated>2011-07-27T15:07:13Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Created page with &amp;quot;#REDIRECT [Using your Bravenet e-mail account]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [Using your Bravenet e-mail account]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4575</id>
		<title>PHP Configuration</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4575"/>
		<updated>2011-07-04T16:41:25Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Changing Your PHP Configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In some cases, a [[PHP]] script will require a specific configuration in order to function properly.  Many such settings can be changed in your website&#039;s PHP Configuration settings.  Each of your websites has its own PHP configuration.&lt;br /&gt;
&lt;br /&gt;
For specific settings for specific scripts, you should refer to the requirements or the installation instructions of your script.  We have tested several of the more popular scripts and collected our recommendations in the [[supported PHP scripts]] article.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039; - Changing the PHP configuration options may make result in decreased security for your website and its users. Furthermore, certain scripts may cease to function depending on their PHP configuration requirements.&lt;br /&gt;
&lt;br /&gt;
[[Image:php_config.png|right|420px|The PHP Configuration window]]&lt;br /&gt;
&lt;br /&gt;
==Changing Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Change the settings as you need.  A brief description of the available options are listed below.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.&lt;br /&gt;
&lt;br /&gt;
==Resetting Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve changed your PHP configuration in ways that your PHP scripts do not support, you may find that your site is behaving in unexpected ways.  To reset to the default settings:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the [[FTP Hosting tab]]&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Click on the &#039;&#039;&#039;reset your PHP configuration&#039;&#039;&#039; link on the right of the pop-up.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.  Note that it takes &#039;&#039;&#039;up to 15 minutes&#039;&#039;&#039; for the options to reset to default.&lt;br /&gt;
&lt;br /&gt;
Note that resetting your settings this way does not change any setting you define using [[.htaccess]] files or ini_set() PHP commands.  See [[Advanced PHP Configuration]] for more info.&lt;br /&gt;
&lt;br /&gt;
==PHP Configuration Settings==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Register Globals&#039;&#039;&#039; (default - off) - Register Globals changes the way that PHP deals with POST and GET variables.  Some older scripts require this to be turned on.  Otherwise, this should always be left off.  Turning on this setting can cause some pretty large security holes, so if your script requires you to turn this on, consider using a different script, or bug the author/vendor of the script to change their programming to no longer rely on this setting.  Note that PHP 6 does not even support this option, so when we upgrade (likely in 2009) any scripts that depend on this setting will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display Errors&#039;&#039;&#039; (default - on) - This setting controls whether PHP errors should be shown.  Having this setting turned on is very useful when installing and setting up PHP programs, or when doing PHP development.  However, leaving it on in the long run may be a bad idea - certain error messages can give away some information about the workings of your site that you don&#039;t want random people knowing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Allow URL Fopen&#039;&#039;&#039; (default - off) - This allows your PHP scripts to open files that are hosted elsewhere.  By default, PHP will only let you access files located on the same server as your main script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Magic Quote GPC&#039;&#039;&#039; (default - on) - This changes the way PHP handles the contents of GET, POST, and COOKIE variables.  In most cases, the default is fine, but some scripts require this to be turned off.&lt;br /&gt;
&lt;br /&gt;
===Permananently Disabled Settings===&lt;br /&gt;
For security reasons, we have disabled several features of PHP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;exec(), passthru(), proc_open(), shell_exec(), and system()&#039;&#039;&#039; - All these functions, and related functions that run or manipulate programs directly on the server, are disabled.  They will not, and can not, be enabled for individual users.  Scripts that rely on these functions will not run on our servers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;enable_dl&#039;&#039;&#039; - enable_dl is turned off, and thus prevents the use of dl().  This is partially a security issue, and partially due to the way we run PHP.  It&#039;s not used by most web scripts, as many web servers do not support this.&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t see the setting that you are looking for on this screen, you will most likely have to enable it through an [[.htaccess]] file or through the ini_set() PHP command.  See the article on [[Advanced PHP Configuration]] for more information on this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4574</id>
		<title>PHP Configuration</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=PHP_Configuration&amp;diff=4574"/>
		<updated>2011-07-04T16:41:02Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In some cases, a [[PHP]] script will require a specific configuration in order to function properly.  Many such settings can be changed in your website&#039;s PHP Configuration settings.  Each of your websites has its own PHP configuration.&lt;br /&gt;
&lt;br /&gt;
For specific settings for specific scripts, you should refer to the requirements or the installation instructions of your script.  We have tested several of the more popular scripts and collected our recommendations in the [[supported PHP scripts]] article.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IMPORTANT&#039;&#039;&#039; - Changing the PHP configuration options may make result in decreased security for your website and its users. Furthermore, certain scripts may cease to function depending on their PHP configuration requirements.&lt;br /&gt;
&lt;br /&gt;
[[Image:php_config.png|right|420px|The PHP Configuration window]]&lt;br /&gt;
&lt;br /&gt;
==Changing Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Change the settings as you need.  A brief description of the available options are listed below.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.  Note that it takes &#039;&#039;&#039;up to 15 minutes&#039;&#039;&#039; for the options to take effect on your site.&lt;br /&gt;
&lt;br /&gt;
==Resetting Your PHP Configuration==&lt;br /&gt;
&lt;br /&gt;
If you&#039;ve changed your PHP configuration in ways that your PHP scripts do not support, you may find that your site is behaving in unexpected ways.  To reset to the default settings:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your Bravenet account]]&lt;br /&gt;
# Click on the [[FTP Hosting tab]]&lt;br /&gt;
# Click on the [[Websites tab]]&lt;br /&gt;
# Select the website you wish to change the settings for from the list&lt;br /&gt;
# Now, click on the [[image:page_white_php.png]] &#039;&#039;&#039;PHP Configuration&#039;&#039;&#039; link&lt;br /&gt;
# Click on the &#039;&#039;&#039;reset your PHP configuration&#039;&#039;&#039; link on the right of the pop-up.&lt;br /&gt;
# When done, click on the &#039;&#039;&#039;Save Configuration&#039;&#039;&#039; link.  Note that it takes &#039;&#039;&#039;up to 15 minutes&#039;&#039;&#039; for the options to reset to default.&lt;br /&gt;
&lt;br /&gt;
Note that resetting your settings this way does not change any setting you define using [[.htaccess]] files or ini_set() PHP commands.  See [[Advanced PHP Configuration]] for more info.&lt;br /&gt;
&lt;br /&gt;
==PHP Configuration Settings==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Register Globals&#039;&#039;&#039; (default - off) - Register Globals changes the way that PHP deals with POST and GET variables.  Some older scripts require this to be turned on.  Otherwise, this should always be left off.  Turning on this setting can cause some pretty large security holes, so if your script requires you to turn this on, consider using a different script, or bug the author/vendor of the script to change their programming to no longer rely on this setting.  Note that PHP 6 does not even support this option, so when we upgrade (likely in 2009) any scripts that depend on this setting will no longer work.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Display Errors&#039;&#039;&#039; (default - on) - This setting controls whether PHP errors should be shown.  Having this setting turned on is very useful when installing and setting up PHP programs, or when doing PHP development.  However, leaving it on in the long run may be a bad idea - certain error messages can give away some information about the workings of your site that you don&#039;t want random people knowing.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Allow URL Fopen&#039;&#039;&#039; (default - off) - This allows your PHP scripts to open files that are hosted elsewhere.  By default, PHP will only let you access files located on the same server as your main script.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Magic Quote GPC&#039;&#039;&#039; (default - on) - This changes the way PHP handles the contents of GET, POST, and COOKIE variables.  In most cases, the default is fine, but some scripts require this to be turned off.&lt;br /&gt;
&lt;br /&gt;
===Permananently Disabled Settings===&lt;br /&gt;
For security reasons, we have disabled several features of PHP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;exec(), passthru(), proc_open(), shell_exec(), and system()&#039;&#039;&#039; - All these functions, and related functions that run or manipulate programs directly on the server, are disabled.  They will not, and can not, be enabled for individual users.  Scripts that rely on these functions will not run on our servers.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;enable_dl&#039;&#039;&#039; - enable_dl is turned off, and thus prevents the use of dl().  This is partially a security issue, and partially due to the way we run PHP.  It&#039;s not used by most web scripts, as many web servers do not support this.&lt;br /&gt;
&lt;br /&gt;
===Advanced Settings===&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t see the setting that you are looking for on this screen, you will most likely have to enable it through an [[.htaccess]] file or through the ini_set() PHP command.  See the article on [[Advanced PHP Configuration]] for more information on this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:PHP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Wordpress&amp;diff=4573</id>
		<title>Wordpress</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Wordpress&amp;diff=4573"/>
		<updated>2011-07-04T16:37:47Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Installing Wordpress on Your Bravenet Account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wordpress is an extremely popular open source blogging package.  It is written in [[PHP]], and uses [[MySQL]] for storing the blog and comment data.  It is quite simple to install and configure.&lt;br /&gt;
&lt;br /&gt;
To install it on your Bravenet account, you need to have a [[Professional hosting]] package.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that we don&#039;t provide support for third party products - these directions are purely self-directed installs.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Installing Wordpress on Your Bravenet Account==&lt;br /&gt;
&lt;br /&gt;
First, make sure that you are prepared:&lt;br /&gt;
&lt;br /&gt;
# Download the latest version of Wordpress (See http://wordpress.org for download links).&lt;br /&gt;
# Unzip the Wordpress file.  It should unzip into a Wordpress directory.&lt;br /&gt;
# Make sure you have an [[SFTP]] account set up with Bravenet.&lt;br /&gt;
# Optional: If you would like to [[register a domain]] for your forum, you would do this now.&lt;br /&gt;
# [[Build a website]] to put your install of Wordpress on:&lt;br /&gt;
## Log into your Bravenet account and click the [[FTP Hosting tab]].&lt;br /&gt;
## click on the [[Websites tab]], and then select the &#039;&#039;&#039;[[Build a new website]]&#039;&#039;&#039; option.&lt;br /&gt;
## If your blog is an addition to an existing site, you may want to choose &#039;&#039;&#039;Use a subdomain&#039;&#039;&#039; for your blog.  For example, &amp;lt;tt&amp;gt;blog.example.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## If the blog is the focus of your site, you may want to choose &#039;&#039;&#039;Use an existing domain&#039;&#039;&#039; or &#039;&#039;&#039;Register a domain&#039;&#039;&#039; instead - your blog will then be on &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, set up a database for use with Wordpress:&lt;br /&gt;
&lt;br /&gt;
# Log into your Bravenet account and click on the [[FTP Hosting tab]] and then the [[databases tab]].&lt;br /&gt;
# Select &#039;&#039;&#039;[[New MySQL Database]]&#039;&#039;&#039;&lt;br /&gt;
# Enter a relevant name, and chose a unique username and password.&lt;br /&gt;
# Click &#039;&#039;&#039;Create Database&#039;&#039;&#039;.  If you get any errors, resolve them, and try again.&lt;br /&gt;
# Write down the username, the password, the server (for example &amp;lt;tt&amp;gt;sql##.bravehost.com&amp;lt;/tt&amp;gt;), and the database name (don&#039;t forget the number at the end of the database name!).  You will need all this information when installing Wordpress.  If you forget this information, you can access the Databases tab of your account at any time.  You do need to memorize your password though - it will not be displayed anywhere.&lt;br /&gt;
&lt;br /&gt;
Now, upload Wordpress to your Bravenet website:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your SFTP account]], or use our [[FTP applet]].&lt;br /&gt;
# Navigate in your FTP program to the website you just created.&lt;br /&gt;
# Upload the contents of your Wordpress directory from your computer to your selected directory.  Note that you don&#039;t want to upload the actual Wordpress directory - just everything inside it.&lt;br /&gt;
&lt;br /&gt;
Next step is to configure Wordpress to work with your database:&lt;br /&gt;
&lt;br /&gt;
# In your web browser, visit the website that you just uploaded the software to.  For example, &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt; http://blog.example.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://example.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
# You should see the installation page of Wordpress.  If not, double-check the address you typed in, and use your FTP program to double-check where you put the software.&lt;br /&gt;
# Press the &amp;quot;Install&amp;quot; button when ready to go on.&lt;br /&gt;
# The next page asks about database settings.  Use the following options:&lt;br /&gt;
## Database name:  Enter the name you chose for your database, including the numbers after it.  For example, &amp;lt;tt&amp;gt;wordpress_123456&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Username: Enter the username you chose.  For example, &amp;lt;tt&amp;gt;wp_user&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Password: Enter the password you chose for your database.&lt;br /&gt;
## Database Host: This is another name for the database server. Enter the database server you wrote down earlier, for example &amp;lt;tt&amp;gt;sql1.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Table Prefix:  Leave this as default unless you have reason to change it.&lt;br /&gt;
# When done entering database information, chose &#039;&#039;&#039;Submit&#039;&#039;&#039;&lt;br /&gt;
# Next, you will be asked to choose a site name and create an administrator user.  This user will have FULL access to your blog, and will be used to do any blog managment tasks you need - so chose a secure password!&lt;br /&gt;
# When done, click the &#039;&#039;&#039;Install Wordpress&#039;&#039;&#039; button and the script will finish the installation.&lt;br /&gt;
# You should now be able to login with the administrator user you created.  Congratulations!  Wordpress is installed!&lt;br /&gt;
&lt;br /&gt;
Next, you should configure your blog to your tastes.  Instructions for that can be found in the Wordpress manual, available online at http://codex.wordpress.org&lt;br /&gt;
&lt;br /&gt;
As a reminder, we don&#039;t provide Wordpress-specific support, but if you do run into technical problems during the install, you can open a support ticket with us.&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Build_a_website&amp;diff=4572</id>
		<title>Build a website</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Build_a_website&amp;diff=4572"/>
		<updated>2011-07-04T16:36:13Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To build a new website, you first need to register it in our system.  If you are planning to use [[What_is_Frontpage? | Microsoft Frontpage]], the instructions are slightly different - see [[Build a new Frontpage site]] for the alternate insturctions.&lt;br /&gt;
&lt;br /&gt;
==Registering a Website==&lt;br /&gt;
First, log into your Bravenet account, and switch to the [[FTP Hosting tab]].  From there, click on the websites subtab.  This is where you&#039;ll manage all of your websites.  To build a new site, choose the &#039;Build a new website&#039; option from the list of options.&lt;br /&gt;
&lt;br /&gt;
When building your website, you will first need to select a unique name to address your website.  You are will be prompted to select one of the following options:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Use an existing domain&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will allow you to select from a list of [[What is a domain name? | domains]] that you have registered, either by registering them through Bravenet or adding as an external domain.  If you do not have a domain registered yet, this option will not appear.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Use a subdomain&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will allow you to [[Creating a subdomain | create a subdomain]] to refer to your webspace (ie: myname.example.com).  If you do not have a domain registered, you will be creating a subdomain on bravehost.com - for example, myname.bravehost.com.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Use a domain registered elsewhere&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will allow you to use a domain that you have registered with another provider. You will have the option of [[Adding an external domain | setting an external domain]], or [[Transfering a domain | transferring your domain]].&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Register a domain&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you do not already have a domain registered, we can help you with that! More information on this process is found in the [[Registering a domain]] article.&lt;br /&gt;
&lt;br /&gt;
On our free hosting you can create and manage websites on up to 5 domains; with our basic professional hosting you can manage site on up to 10 different domain names.  More differences between the free and professional hosting can be found [[Compare our hosting packages | on our hosting matrix]].&lt;br /&gt;
&lt;br /&gt;
==What&#039;s Next?==&lt;br /&gt;
&lt;br /&gt;
Once you have registered your site, you can now build your site in our [[website manager]]!  You can use a variety of tools - everything from our [[Website wizard]] to our [[Web templates]] for beginners, or you can [[Creating a new FTP account | create a new FTP account]] so that you can [[Using FTP | upload]] your pre-designed website directly to our servers.&lt;br /&gt;
&lt;br /&gt;
[[Category:Websites]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Domains]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=SFTP&amp;diff=4571</id>
		<title>SFTP</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=SFTP&amp;diff=4571"/>
		<updated>2011-07-04T16:32:33Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Create a SFTP account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is SFTP? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SFTP&#039;&#039;&#039; stands for &#039;&#039;&#039;Secure File Transfer Protocol&#039;&#039;&#039;, or &#039;&#039;&#039;SSH File Transfer Protocol&#039;&#039;&#039; depending on who you ask.  It is a method for securely transferring files between a local computer (the &#039;&#039;client&#039;&#039;) and a remote computer (the &#039;&#039;server&#039;&#039;).  It is very similar in operation to the older [[FTP]] standard.&lt;br /&gt;
&lt;br /&gt;
===How is it different than FTP?===&lt;br /&gt;
SFTP is very similar to &#039;&#039;&#039;FTP&#039;&#039;&#039; (short for &#039;&#039;&#039;File Transfer Protocol&#039;&#039;&#039;) in operation.  However, SFTP encrypts all communication with the server, ensuring that your username, password, and data are kept safe at all times.  The older FTP protocol did not do this encryption, so anyone with access to the client or the server&#039;s network could easily read the transferred information, including usernames and passwords.&lt;br /&gt;
&lt;br /&gt;
In addition, SFTP and FTP are pretty different internally, which means that not all FTP client programs support SFTP yet.&lt;br /&gt;
&lt;br /&gt;
== Create a SFTP account ==&lt;br /&gt;
First of all, you will need to have a [[Build a website | Bravehost website]].  Once you&#039;ve created a site (you don&#039;t need to put anything on it yet!), click on the [[FTP Hosting tab]] of your Bravehost control panel, and then on the [[SFTP tab]].  Then, click on the [[Creating a new SFTP account | new sftp account]] link.  Enter in a username and password, then click the &#039;&#039;&#039;create&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t use the same password for your SFTP account as you do for your Bravenet account!&lt;br /&gt;
&lt;br /&gt;
You can also [[SFTP#Restrict_access_to_a_portion_of_your_site | restrict access to a portion of your website]] in this window; see below for more details.  Additionally, if you need to use regular [[FTP]], you&#039;ll need to check the &#039;&#039;&#039;Enable Legacy FTP&#039;&#039;&#039; option.&lt;br /&gt;
&lt;br /&gt;
Note that your username will have a number added to it.  Use the entire username, including the number, when connecting.&lt;br /&gt;
&lt;br /&gt;
=== Changing your password ===&lt;br /&gt;
You should change your passwords regularly, every few months if not more often.  The shield icon next to your SFTP account indicates how long it&#039;s been since you last changed your password.  If it&#039;s red, you should definitely update your password soon!&lt;br /&gt;
&lt;br /&gt;
To change your password, click the &#039;&#039;&#039;password&#039;&#039;&#039; button next to the SFTP account you want to change.  Enter your new password and confirm it, then click the &#039;&#039;&#039;update&#039;&#039;&#039; button.&lt;br /&gt;
&lt;br /&gt;
Don&#039;t use the same password for your SFTP account as you do for your Bravenet account!&lt;br /&gt;
&lt;br /&gt;
=== Enable legacy FTP support ===&lt;br /&gt;
SFTP support is enabled by default on all accounts.  If you need to enable the older [[FTP]] support, you will need to click the &#039;&#039;&#039;enable legacy FTP&#039;&#039;&#039; option in the &#039;&#039;&#039;new SFTP account&#039;&#039;&#039; dialog, or click the &#039;&#039;&#039;edit&#039;&#039;&#039; button next to an existing SFTP account and enabling it there.&lt;br /&gt;
&lt;br /&gt;
Note that legacy FTP support is not secure, and may lead to your FTP account information being compromised.&lt;br /&gt;
&lt;br /&gt;
=== Restrict access to a portion of your site ===&lt;br /&gt;
You can create multiple SFTP accounts, each with access to different areas of your websites and logs.&lt;br /&gt;
&lt;br /&gt;
By default, a new SFTP account will have full access to your websites and logs.  When creating a new account, or changing the settings in the &#039;&#039;&#039;edit&#039;&#039;&#039; window, you can change the &#039;&#039;&#039;base directory&#039;&#039;&#039; of your account.&lt;br /&gt;
&lt;br /&gt;
For example, lets say you have two sites, &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;test.com&amp;lt;/tt&amp;gt;, and you want to create one SFTP account that only has access to &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt; and another SFTP account with full access to both sites.  You would adjust one of the accounts to have &amp;lt;tt&amp;gt;/web/example.com&amp;lt;/tt&amp;gt; as the base path (click on the &#039;&#039;&#039;web&#039;&#039;&#039; link, then on the &#039;&#039;&#039;example.com&#039;&#039;&#039; link in the popup window), and leave the other account with default settings.  Now, when someone logs into the restricted account, they can only see the files on &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Log in to your SFTP account ==&lt;br /&gt;
Once you&#039;ve created an SFTP account, you&#039;ll need a program that supports SFTP to connect to that account (known as an &#039;&#039;SFTP client&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
=== Using various FTP and SFTP clients ===&lt;br /&gt;
Most graphical FTP clients also support SFTP.  Although we can&#039;t provide support for third-party programs, we&#039;ve put together small guides on connecting to your FTP or SFTP account using several popular clients.  Please see the program&#039;s official documentation for more up-to-date, official information.&lt;br /&gt;
&lt;br /&gt;
* [[FileZilla]] - Free, available for Windows, Mac, and Linux&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Many programs that do all-in-one web design, such as [[Adobe Dreamweaver]], also support SFTP.&lt;br /&gt;
&lt;br /&gt;
=== Bravenet Java client ===&lt;br /&gt;
You can connect securely to your SFTP account using the Bravenet [[SFTP Java applet]].  Just click the &#039;&#039;&#039;SFTP Applet&#039;&#039;&#039; button next to the account you wish to connect to.  You&#039;ll be asked for your password; just enter your SFTP password here.&lt;br /&gt;
&lt;br /&gt;
Depending on your version of Java, you may get a Java security prompt.  Read through the warning, but it is safe to allow the applet to save data, so you should click &#039;&#039;&#039;No&#039;&#039;&#039; when asked if you want to block the applet.&lt;br /&gt;
&lt;br /&gt;
After this, you will see a message about the &amp;lt;tt&amp;gt;host key&amp;lt;/tt&amp;gt;.  This key identifies our servers, and so you can hit &#039;&#039;&#039;accept and save&#039;&#039;&#039; to continue logging in.  This will save the key so you won&#039;t be prompted about this again unless our key changes.&lt;br /&gt;
&lt;br /&gt;
=== Forgot your username/password? ===&lt;br /&gt;
If you forget your username, you can always find it on the [[SFTP tab]] of your Bravenet account.  Don&#039;t forget that you need to enter the whole username including the numbers!&lt;br /&gt;
&lt;br /&gt;
If you forget your password, there&#039;s no way to retrieve it.  You should go through the procedure for [[SFTP#Changing_your_password | changing your password]] listed above.&lt;br /&gt;
&lt;br /&gt;
[[Category:FTP]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4570</id>
		<title>Using your Bravenet e-mail account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4570"/>
		<updated>2011-06-29T16:37:02Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;E-mail can be sent and received in 2 different ways.&lt;br /&gt;
&lt;br /&gt;
1. An e-mail address created within your account can be configured to work with a 3rd party e-mail client such as Microsoft Outlook Express or Mozilla Thunderbird.&lt;br /&gt;
&lt;br /&gt;
Use this information for your email client (e.g. Outlook Express, Mozilla Thunderbird, etc.):&lt;br /&gt;
&lt;br /&gt;
* Incoming mail (POP3): pop3.yourdomain.com&lt;br /&gt;
* Outgoing mail (SMTP): mail.yourdomain.com&lt;br /&gt;
* User or Account Name: The mailbox email address you wish to use&lt;br /&gt;
* Password: The password you set for the address&lt;br /&gt;
&lt;br /&gt;
==Outlook Express Setup==&lt;br /&gt;
&lt;br /&gt;
# Go to Tools / Accounts / Add &amp;gt; / Mail&lt;br /&gt;
# Type in your Display Name and click &#039;Next &amp;gt;&#039;&lt;br /&gt;
# Enter your e-mail address. e.g. / you@0youremail.com&lt;br /&gt;
# Enter your Incoming mail server. pop3.yourdomain.com&lt;br /&gt;
# Enter your Outgoing mail server. mail.yourdomain.com and click &#039;Next &amp;gt;&#039;&lt;br /&gt;
# Type in your Account name. Your account name is your full e-mail address (you@0youremail.com).&lt;br /&gt;
# Enter the Password you have selected for the e-mail account if you want outlook to remember your password.&lt;br /&gt;
# Click &#039;Next &amp;gt;&#039; and then click &#039;Finish &amp;gt;&#039;&lt;br /&gt;
# Select your newly added account in the Mail tab and click &#039;Properties&#039;.&lt;br /&gt;
# Choose the Servers tab, then check &amp;quot;My Server requires authentication&amp;quot;.&lt;br /&gt;
# Select Settings. Check &#039;Log On Using&#039; and enter your hosting email address and your POP3 password and click &#039;OK&#039; and &#039;OK&#039; again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mozilla Thunderbird Setup==&lt;br /&gt;
&lt;br /&gt;
# Select Outgoing Server (SMTP) and click &#039;Add...&#039;.&lt;br /&gt;
# Type in a Description and enter your Server Name: mail.yourdomain.com.&lt;br /&gt;
# Under Security and Authentication check &#039;Use name and password&#039; and enter your email address in User Name:&lt;br /&gt;
# Go to Tools / Account Settings and click Add Account&lt;br /&gt;
# Select Email account and click &#039;Next &amp;gt;&#039;&lt;br /&gt;
# Type in your Name and your Email address (eg. John Doe and jdoe@0yourdomain.com and click &#039;Next &amp;gt;&#039;.&lt;br /&gt;
# Under Server Information select POP and type in your Incoming mail server: pop3.yourdomain.com and click &#039;Next &amp;gt;&#039;&lt;br /&gt;
# Enter your Incoming User name. Your incoming user name is your full e-mail address (you@youremail.com).&lt;br /&gt;
# Type an Account name that will be used to identify this account or used the pre-filled information and click &#039;Next &amp;gt;&#039; then click &#039;Finish&#039;.&lt;br /&gt;
# Enter the account email address for User Name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have issues in using the default port 25, please try port 587.&lt;br /&gt;
&lt;br /&gt;
==Webmail==&lt;br /&gt;
&lt;br /&gt;
2. To access your email through the webmail system, navigate to https://webmail.bravehost.com and enter your email address and password, or navigate there from within your account using the steps below.&lt;br /&gt;
&lt;br /&gt;
==How to Get There==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt; [[Image:Email.JPG]]&amp;lt;big&amp;gt; &amp;gt; &amp;lt;/big&amp;gt;[[Image:Checkmail.PNG]] &amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4569</id>
		<title>Using your Bravenet e-mail account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Using_your_Bravenet_e-mail_account&amp;diff=4569"/>
		<updated>2011-06-29T16:36:40Z</updated>

		<summary type="html">&lt;p&gt;Jonas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;E-mail can be sent and received in 2 different ways.&lt;br /&gt;
&lt;br /&gt;
1. An e-mail address created within your account can be configured to work with a 3rd party e-mail client such as Microsoft Outlook Express or Mozilla Thunderbird.&lt;br /&gt;
&lt;br /&gt;
Use this information for your email client (e.g. Outlook Express, Mozilla Thunderbird, etc.):&lt;br /&gt;
&lt;br /&gt;
    * Incoming mail (POP3): pop3.yourdomain.com&lt;br /&gt;
    * Outgoing mail (SMTP): mail.yourdomain.com&lt;br /&gt;
    * User or Account Name: The mailbox email address you wish to use&lt;br /&gt;
    * Password: The password you set for the address&lt;br /&gt;
&lt;br /&gt;
==Outlook Express Setup==&lt;br /&gt;
&lt;br /&gt;
# Go to Tools / Accounts / Add &amp;gt; / Mail&lt;br /&gt;
# Type in your Display Name and click &#039;Next &amp;gt;&#039;&lt;br /&gt;
# Enter your e-mail address. e.g. / you@0youremail.com&lt;br /&gt;
# Enter your Incoming mail server. pop3.yourdomain.com&lt;br /&gt;
# Enter your Outgoing mail server. mail.yourdomain.com and click &#039;Next &amp;gt;&#039;&lt;br /&gt;
# Type in your Account name. Your account name is your full e-mail address (you@0youremail.com).&lt;br /&gt;
# Enter the Password you have selected for the e-mail account if you want outlook to remember your password.&lt;br /&gt;
# Click &#039;Next &amp;gt;&#039; and then click &#039;Finish &amp;gt;&#039;&lt;br /&gt;
# Select your newly added account in the Mail tab and click &#039;Properties&#039;.&lt;br /&gt;
# Choose the Servers tab, then check &amp;quot;My Server requires authentication&amp;quot;.&lt;br /&gt;
# Select Settings. Check &#039;Log On Using&#039; and enter your hosting email address and your POP3 password and click &#039;OK&#039; and &#039;OK&#039; again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mozilla Thunderbird Setup==&lt;br /&gt;
&lt;br /&gt;
# Select Outgoing Server (SMTP) and click &#039;Add...&#039;.&lt;br /&gt;
# Type in a Description and enter your Server Name: mail.yourdomain.com.&lt;br /&gt;
# Under Security and Authentication check &#039;Use name and password&#039; and enter your email address in User Name:&lt;br /&gt;
# Go to Tools / Account Settings and click Add Account&lt;br /&gt;
# Select Email account and click &#039;Next &amp;gt;&#039;&lt;br /&gt;
# Type in your Name and your Email address (eg. John Doe and jdoe@0yourdomain.com and click &#039;Next &amp;gt;&#039;.&lt;br /&gt;
# Under Server Information select POP and type in your Incoming mail server: pop3.yourdomain.com and click &#039;Next &amp;gt;&#039;&lt;br /&gt;
# Enter your Incoming User name. Your incoming user name is your full e-mail address (you@youremail.com).&lt;br /&gt;
# Type an Account name that will be used to identify this account or used the pre-filled information and click &#039;Next &amp;gt;&#039; then click &#039;Finish&#039;.&lt;br /&gt;
# Enter the account email address for User Name.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have issues in using the default port 25, please try port 587.&lt;br /&gt;
&lt;br /&gt;
==Webmail==&lt;br /&gt;
&lt;br /&gt;
2. To access your email through the webmail system, navigate to https://webmail.bravehost.com and enter your email address and password, or navigate there from within your account using the steps below.&lt;br /&gt;
&lt;br /&gt;
==How to Get There==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt; [[Image:Email.JPG]]&amp;lt;big&amp;gt; &amp;gt; &amp;lt;/big&amp;gt;[[Image:Checkmail.PNG]] &amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Account Manager]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Wordpress&amp;diff=4402</id>
		<title>Wordpress</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Wordpress&amp;diff=4402"/>
		<updated>2011-03-24T20:35:04Z</updated>

		<summary type="html">&lt;p&gt;Jonas: /* Installing Wordpress on Your Bravenet Account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wordpress is an extremely popular open source blogging package.  It is written in [[PHP]], and uses [[MySQL]] for storing the blog and comment data.  It is quite simple to install and configure.&lt;br /&gt;
&lt;br /&gt;
To install it on your Bravenet account, you need to have a [[Professional hosting]] package.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note that we don&#039;t provide support for third party products - these directions are purely self-directed installs.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Installing Wordpress on Your Bravenet Account==&lt;br /&gt;
&lt;br /&gt;
First, make sure that you are prepared:&lt;br /&gt;
&lt;br /&gt;
# Download the latest version of Wordpress (See http://wordpress.org for download links).&lt;br /&gt;
# Unzip the Wordpress file.  It should unzip into a Wordpress directory.&lt;br /&gt;
# Make sure you have an [[SFTP]] account set up with Bravenet.&lt;br /&gt;
# Optional: If you would like to [[register a domain]] for your forum, you would do this now.&lt;br /&gt;
# [[Build a website]] to put your install of Wordpress on:&lt;br /&gt;
## Log into your Bravenet account and click the [[websites tab]].&lt;br /&gt;
## Select the &#039;&#039;&#039;[[Build a new website]]&#039;&#039;&#039; option.&lt;br /&gt;
## If your blog is an addition to an existing site, you may want to choose &#039;&#039;&#039;Use a subdomain&#039;&#039;&#039; for your blog.  For example, &amp;lt;tt&amp;gt;blog.example.com&amp;lt;/tt&amp;gt;.&lt;br /&gt;
## If the blog is the focus of your site, you may want to choose &#039;&#039;&#039;Use an existing domain&#039;&#039;&#039; or &#039;&#039;&#039;Register a domain&#039;&#039;&#039; instead - your blog will then be on &amp;lt;tt&amp;gt;example.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, set up a database for use with Wordpress:&lt;br /&gt;
&lt;br /&gt;
# Log into your Bravenet account and click on the [[databases tab]].&lt;br /&gt;
# Select &#039;&#039;&#039;[[New MySQL Database]]&#039;&#039;&#039;&lt;br /&gt;
# Enter a relevant name, and chose a unique username and password.&lt;br /&gt;
# Click &#039;&#039;&#039;Create Database&#039;&#039;&#039;.  If you get any errors, resolve them, and try again.&lt;br /&gt;
# Write down the username, the password, the server (for example &amp;lt;tt&amp;gt;sql##.bravehost.com&amp;lt;/tt&amp;gt;), and the database name (don&#039;t forget the number at the end of the database name!).  You will need all this information when installing Wordpress.  If you forget this information, you can access the Databases tab of your account at any time.  You do need to memorize your password though - it will not be displayed anywhere.&lt;br /&gt;
&lt;br /&gt;
Now, upload Wordpress to your Bravenet website:&lt;br /&gt;
&lt;br /&gt;
# [[Log into your SFTP account]], or use our [[FTP applet]].&lt;br /&gt;
# Navigate in your FTP program to the website you just created.&lt;br /&gt;
# Upload the contents of your Wordpress directory from your computer to your selected directory.  Note that you don&#039;t want to upload the actual Wordpress directory - just everything inside it.&lt;br /&gt;
&lt;br /&gt;
Next step is to configure Wordpress to work with your database:&lt;br /&gt;
&lt;br /&gt;
# In your web browser, visit the website that you just uploaded the software to.  For example, &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt; http://blog.example.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;http://example.com/&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;&lt;br /&gt;
# You should see the installation page of Wordpress.  If not, double-check the address you typed in, and use your FTP program to double-check where you put the software.&lt;br /&gt;
# Press the &amp;quot;Install&amp;quot; button when ready to go on.&lt;br /&gt;
# The next page asks about database settings.  Use the following options:&lt;br /&gt;
## Database name:  Enter the name you chose for your database, including the numbers after it.  For example, &amp;lt;tt&amp;gt;wordpress_123456&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Username: Enter the username you chose.  For example, &amp;lt;tt&amp;gt;wp_user&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Password: Enter the password you chose for your database.&lt;br /&gt;
## Database Host: This is another name for the database server. Enter the database server you wrote down earlier, for example &amp;lt;tt&amp;gt;sql1.bravehost.com&amp;lt;/tt&amp;gt;&lt;br /&gt;
## Table Prefix:  Leave this as default unless you have reason to change it.&lt;br /&gt;
# When done entering database information, chose &#039;&#039;&#039;Submit&#039;&#039;&#039;&lt;br /&gt;
# Next, you will be asked to choose a site name and create an administrator user.  This user will have FULL access to your blog, and will be used to do any blog managment tasks you need - so chose a secure password!&lt;br /&gt;
# When done, click the &#039;&#039;&#039;Install Wordpress&#039;&#039;&#039; button and the script will finish the installation.&lt;br /&gt;
# You should now be able to login with the administrator user you created.  Congratulations!  Wordpress is installed!&lt;br /&gt;
&lt;br /&gt;
Next, you should configure your blog to your tastes.  Instructions for that can be found in the Wordpress manual, available online at http://codex.wordpress.org&lt;br /&gt;
&lt;br /&gt;
As a reminder, we don&#039;t provide Wordpress-specific support, but if you do run into technical problems during the install, you can open a support ticket with us.&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
	<entry>
		<id>https://hostingwiki.bravenet.com/index.php?title=Log_into_your_SFTP_account&amp;diff=4401</id>
		<title>Log into your SFTP account</title>
		<link rel="alternate" type="text/html" href="https://hostingwiki.bravenet.com/index.php?title=Log_into_your_SFTP_account&amp;diff=4401"/>
		<updated>2011-03-24T19:26:36Z</updated>

		<summary type="html">&lt;p&gt;Jonas: Redirected page to SFTP#Log in to your SFTP account&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[SFTP#Log_in_to_your_SFTP_account]]&lt;/div&gt;</summary>
		<author><name>Jonas</name></author>
	</entry>
</feed>