<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
			<title>CubeCart Appendix Documentation Feed</title>
			<link>http://www.cubecartforums.org/docs/repository/cubecart-appendix-feed.html</link>
			<description></description>
			<language>en</language>
			<copyright>CubeCartForums.org Documentation 2006</copyright>
			<ttl>120</ttl><item> 
<title>Tips for a Better Store</title>
<link>http://www.cubecartforums.org/docs/appendix/tips-for-a-better-store.html</link>
<description><![CDATA[  
 








<div id="toc">
<h2>Page Contents</h2> 
<ol></li>
</ol>
</div>
<br/>
<h2>Email addresses</h2>
If you have your own domain, ie mysite.com, DO NOT use a generic email address such as Hotmail or AOL for business correspondence. Create a mailbox in your hosting control panel, and call it something like sales@mysite.com (can be anything) and use this.
<br/><br/>
Why?  because it will give your customers more confidence in your store, and as a result increase sales. Having a generic email address indicates you are likely just a hobbyist and not a serious business, meaning you may not be reliable or in business much longer.
<br/><br/>
If you have your own domain, there is no further cost in using your own domain email... if you do not have your own domain name, then for the small cost of purchasing a domain name and having it hosted, the benefits of increased customer confidence will soon pay for it.
<br/><br/>
Don't forget to <a href="http://www.dynamicdrive.com/emailriddler/" target="_blank">encrypt your email address</a> if you plan on adding your email address direct to your store pages. This will help stop it being harvested by spammers.

<h2>Rich Text Editor Styling</h2>
If you plan on having the text in your editor a different colour, don't add it via the editor. The store skin uses stylesheets which can style the text on a global bases. If you add your own styling on a page by page basic, it creates not only extra work for you but you will also end up with each page having slightly different styling, and potentially looking different for each customer.
<br/><br/>
One benefit of CubeCart is there are a lot of features and modifications to export the information stored to use it with third-party sites... Googlebase, ShopZilla, RSS feeds etc. If you add styling to each product description, this will also be exported through the feeds and the styling enforced on third-party sites why might make the text unreadable... losing sales.
<br/><br/>
If you change fonts make sure you use standard fonts. If you use non-standard fonts, your customers may see something completely different to what you see... ending in you losing sales if the resultant font used makes the store unreadable for any computer other than yours.
<br/><br/>
In addition, if you customise the text within the editor, if you ever decided to change your skin colour scheme, you might have to go through EVERY page to change your own personal colour scheme.
<h2>Centring Text</h2>
<center>In a nut shell... don't do it. Humans read left to right and in most cases we speed read descriptions and other information, and centred text makes speed reading paragraphs from the middle a rather 'difficult' and uncomfortable task. 
<br/><br/>
How many high street stores centre their customer information pages? you'll find none of them do it. It's a proven psychological issue with human-computer interaction and is taught in all human-computer interaction courses, humans do not like reading centred paragraphs.
<br/><br/>
Don't make your customers struggle reading your site information, they may give up and shop elsewhere. Are you finding this easy to read compared to the rest of the page?</center>


<h2>Enable the Search Engine Friendly URLs</h2>
In CubeCart version 4 there is a feature to make the page urls more readable, and will enhance your search engine traffic dramatically.
<br/><br/>
to turn it on, browse to 'General Settings' to the bottom, and select enable the search engine friendly URLs. Don't forget to install the .htaccess file otherwise the pages will report they cannot be found.

<h2>Avoid using the skins supplied with CubeCart</h2>
First impressions are everything to customers. Try using a store skin which compliments your products and logo and projects a confidence inspiring image of your business. 
<br/><br/>
Do not use the shipped skins. Although your customers may not know they are widely used throughout CubeCart stores online, they are also fairly basic and are designed to be generic. For what is quite often only a very small investment, a stock skin can easily make your store give a much better impression, resulting in increased sales.

<h2>Change the default browser address bar icon (favicon)</h2>
The default favicon that comes with CubeCart has the CubeCart logo in it. This is no good if you want the store to be about you not CubeCart.
<br/><br/>
The image can be easily changed by putting your own logo there, just upload it to a site like <a href="http://tools.dynamicdrive.com/favicon/" target="_blank">this one</a> (or <a href="http://www.google.co.uk/webhp?hl=en#hl=en&source=hp&q=favicon+generator&aq=f&aqi=g10&aql=&oq=&gs_rfai=&fp=28ec045743156be6" target="_blank">Google</a> for others), and upload the generated favicon.ico to the root of your store replacing the file that is currently there.
 ]]></description>
<pubDate>Fri, 16 Jul 2010 10:25:36 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/tips-for-a-better-store.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>How to CHMOD</title>
<link>http://www.cubecartforums.org/docs/appendix/how-to-chmod-directories.html</link>
<description><![CDATA[ CHMOD is the unix/linux command used to change permissions on a file or folder.  Permissions are expressed as a three digit number with a digit each for Owner, Group and World permissions respectively.  But you don't really have to know all this to change permissions.<br /><br />

Setting the permissions on a file or folder is very easy:<br />

<ol>
<li>Open FileZilla and connect to your website.</li>

<li>Once connected, double-click on public_html to view the contents of your web space.  If your store is in a subdirectory, you'll need to do double-click that directory to get to the base folder of your store. (ie. /store/, /cart/, /shop/, etc.)</li>

<li>Right-click on one of the directories or files in the folder and a popup menu will appear. On this menu choose "File permissions", at the bottom of the popup menu. <br /><br />
<img src="http://www.cubecartforums.org/docs/images/appendix/chmod/filezilla1.gif" alt="How to CHMOD directories"/><br /><br /></li>

<li>A new popup will appear called "Change File Attributes". <br /><br />
<img src="http://www.cubecartforums.org/docs/images/appendix/chmod/filezilla2.gif" alt="How to CHMOD directories"/><br /><br /></li>

<li>To change the permission value, you can either enter the three digit number required in the box called "Numeric Value", or select the appropriate check boxes. Above you will see that the Numeric Value is 755 which means that only your server space has access to the folder. For most directories the Numeric Value should always be 755 however on some files, such as a configuration file, the Numeric Value should be 644 which means that it cannot be changed or written to.</li>

<li>Once you have entered the desired Numeric Value click on "OK".</li>
</ol>
<br />
<div class="quotebox">If you wish to change the permissions to all files and directories within a selected directory, for example for the cache or images files and folders, you can select to "Recurse into subdirectories", choosing the additional option required.</div> ]]></description>
<pubDate>Fri, 07 Mar 2008 16:14:44 +0000</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/how-to-chmod-directories.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>Web Server using EasyPHP</title>
<link>http://www.cubecartforums.org/docs/appendix/local-installation/web-server-using-easyphp.html</link>
<description><![CDATA[ Installing a CubeCart store onto a local drive (laptop, USB thumb drive/memory stick or desktop) allows you to demo or customize the installation without the need for an Internet connection and a hosting server. 
<br/><br/>
This method, compared to the other 'Web Server' options in the Appendix, is a quick 'lite' method of achieving a development environment using an open source application which manages the bulk of the requirements, called 'EasyPHP'. Other applications such as 'phpMyAdmin' can also be used with EasyPHP.
<br/><br/>
Download EasyPHP (<a href="http://www.easyphp.org" target="_blank">www.easyphp.org</a>) and install it on the device or drive you wish to use. This can also be a removable memory stick.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/EasyPHP/EasyPHP.jpg" alt="EasyPHP"/>
<br/><br/>
After you see the above screenshot, find the following folder:
<br/><br/>
<p>Desktop > My Computer > target drive > EasyPHP > www</p>
<br/>
The 'www' folder was created in the EasyPHP directory when EasyPHP was installed. It will currently be empty.
<br/><br/>
Your next step will be to place CubeCart into the 'www' folder. In that 'www' folder, create a new folder called whatever you wish. We will name ours 'cc'.
<br/><br/>
Download and unzip a copy of CubeCart. You will note it includes a folder called, 'upload'.
<br/><br/>
Normally, to install CubeCart on your web site, you would upload the contents of the upload folder to your remote server on the Internet. But EasyPHP, on your local disk or device, is now going to take the place of that remote server.
<br/><br/>
Copy the entire contents of the Cubecart 'upload' folder (not the upload folder itself) into the new 'cc' folder we created in the 'www' folder on your local drive or device.
<br/><br/>
Open your browser. In the address field, type (or paste/click from here): <a href="http://127.0.0.1/cc/install/">http://127.0.0.1/cc/install/</a>
<br/><br/>
You are now ready to install CubeCart locally.
<br/><br/>
<p>If you are installing on a USB device, the way to access it would be to plug the USB device into a computer, go to the drive where you have installed EasyPHP, open EasyPHP and wait a few seconds until the system tells you that both Apache and MySQL have started.</p>
<br/>
Then open a browser and in the address field type http://127.0.0.1/cc/ and hit Enter or Go.
<br/><br/>
CubeCart will open to Step One of the installation process. Proceed in the usual way. 
<br/><br/>
<p>EasyPHP features will allow virtually any server-side script (forum, blog, guestbook, shopping cart, etc) that normally requires an Apache server, PHP and MySQL to be installed locally.</p>
<br/>
Whenever you want to revisit your installation, you can click on a bookmark for the CC installation but remember you must first open EasyPHP, then the browser. If you do not, you will get a not found error message.
<br/><br/>

<h2>Installing Administration Tools</h2>
Please note the links take you to the installation instructions for the full development environment, therefore remember to take into account the different file paths. 
<br/>
<div class="quotebox">
Both tools have their benefits, however phpMyAdmin may be more familiar to a lot of people as it is the administration tool of choice for a lot of IT professionals and hosting providers.
<h2>phpMyAdmin</h2>
The software can be downloaded from <a href="http://www.phpmyadmin.net/home_page/downloads.php" target="_blank">www.phpmyadmin.net/home_page/downloads.php</a>. The best file to download for beginners wanting a UK version 'english.zip'. However the other versions are just as good, they are just packaged differently.
<br/>
<ul class="latestadditions">
<li style="font-size:150%"><a href="appendix/local-installation/windows-web-server/installing-phpmyadmin.html" title="Installing and Configuring phpMyAdmin on a Windows PC, the easiest and most common way to manage mySQL databases.">Click here for instructions</a></li>
</ul>
<br/>
<h2>mySQL Tools (Optional)</h2>
The software can be downloaded from <a href="http://dev.mysql.com/downloads/gui-tools/5.0.html" target="_blank">dev.mysql.com/downloads/gui-tools/5.0.html</a>.
<br/>
<ul class="latestadditions">
<li style="font-size:150%"><a href="appendix/local-installation/windows-web-server/installing-mysql-tools.html" title="Installing and using mySQL Database Administration Tools">Click here for instructions</a></li>
</ul>
</div>

 ]]></description>
<pubDate>Tue, 05 Jun 2007 12:44:01 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/local-installation/web-server-using-easyphp.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>Installing PWS</title>
<link>http://www.cubecartforums.org/docs/appendix/local-installation/mac-osx-web-server/installing-pws.html</link>
<description><![CDATA[ To install the built in Personal Web Sharing component of MacOSX, click on 'System Preferences'.<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mac-pws/systempreferences.gif" alt="Mac OSX System Preferences"/>
<br/><br/>
And click on 'Sharing' within the 'Internet and Network' section. The following dialog will then display showing a selection of components to enable.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mac-pws/sharing.gif" alt="Sharing Preferences"/>
<br/><br/>
Click on 'Personal Web Sharing' to enable it, a tick will then show as in the screenshot. The service will then enable and start automatically.
<br/><br/>
You now have two locations for your web server files. For the files found at the root of the 'localhost' domain, http://localhost/ , can be found here:
<p>Macintosh HD/Library/WebServer/Documents/</p>
For files within your own user area, ie http://localhost/~your_user_name/, can be found here:
<p>Macintosh HD/Users/your_user_name/Sites/</p>
Or just:
<p>your_user_name/Sites/</p>
 ]]></description>
<pubDate>Mon, 21 May 2007 21:57:38 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/local-installation/mac-osx-web-server/installing-pws.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>Installing phpMyAdmin</title>
<link>http://www.cubecartforums.org/docs/appendix/local-installation/mac-osx-web-server/installing-phpmyadmin1.html</link>
<description><![CDATA[ <h2>Installation</h2>
After downloading phpMyAdmin, the downloaded ZIP can be extracted into your hosting 'http' folder.
<br/><br/>
For example, if using the built in 'personal web sharing' web server, your profile http folder starts here...
<p>Macintosh HD/Users/your_user_name/Sites/</p>
Extract the ZIP contents into this folder, and then rename the created folder to 'phpmyadmin' (for example). So it looks like this...
<p>Macintosh HD/Users/your_user_name/Sites/phpmyadmin/</p>

<h2>Configuration</h2>
Using Finder, find the following folder:
<p>Macintosh HD/Users/your_user_name/Sites/phpmyadmin/</p>
Rename 'config.sample.inc.php' to 'config.inc.php'.
<br/><br/>
Edit the file using a text editor. Look for the following code, on around line 18:
<div class="codebox">$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */</div>
Add some text between the quotes, as shown below:
<div class="codebox">$cfg['blowfish_secret'] = 'my_blowfish_secret'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */</div>
Save the file.
<br/><br/>
Using your web browser, enter the following into the address bar (without the quotes):  'http://localhost/~your_user_name/phpmyadmin/'.
<br/><br/>
When asked for a username and password, you can use the authentication details as previously noted down from installing mySQL; username being 'root', and the password you have set.
<br/><br/>
You are now able to manage the database directly.
<h2 style="color:red;">Important</h2>
The set-up shown here is NOT recommended for a live web server. Please read the installation notes for more information on securing phpMyAdmin in a live environment. ]]></description>
<pubDate>Mon, 21 May 2007 21:52:05 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/local-installation/mac-osx-web-server/installing-phpmyadmin1.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>Mac OSX Web Server</title>
<link>http://www.cubecartforums.org/docs/appendix/local-installation/mac-osx-web-server.html</link>
<description><![CDATA[ Installing an Apple Mac OSX development environment is fairly easy to do, just follow each of these steps in order. 
<br/>

<h2>Step 1 - Installing a Web Server</h2>
<div class="quotebox">
<div style="font-size:16px;font-weight:bold;">Installing Personal Web Sharing</div><br/>
This is the built in personal web server that comes with MacOSX. It is based on Apache 1.3.
<br/>

<ul class="latestadditions">
<li style="font-size:150%"><a href="appendix/local-installation/mac-osx-web-server/installing-pws.html" title="Installing Personal Web Sharing on OSX">Click here for instructions</a></li>
</ul>
</div>
<br/>
<h2>Step 2 -  Installing PHP</h2>
The PHP can be downloaded here: <a href="http://www.entropy.ch/software/macosx/php/" target="_blank">www.entropy.ch/software/macosx/php/</a>. This page also includes instructions on installation.
<br/>
<br/>

<h2>Step 3 -  Installing mySQL</h2>
This can be downloaded from <a href="http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg" target="_blank">www.mysql.com</a>.

<br/>

<br/>

<h2>Step 4 -  Installing Administration Tools</h2>
<div class="quotebox">
Both tools have their benefits, however phpMyAdmin may be more familiar to a lot of people as it is the administration tool of choice for a lot of IT professionals and hosting providers.
<h2>phpMyAdmin</h2>
The software can be downloaded from <a href="http://www.phpmyadmin.net/home_page/downloads.php" target="_blank">www.phpmyadmin.net/home_page/downloads.php</a>. The best file to download for beginners wanting a UK version 'english.zip'. However the other versions are just as good, they are just packaged differently.
<br/>
<ul class="latestadditions">
<li style="font-size:150%"><a href="appendix/local-installation/mac-osx-web-server/installing-phpmyadmin1.html" title="Installing and Configuring phpMyAdmin on MAC OSX, the easiest and most common way to manage mySQL databases.">Click here for instructions</a></li>
</ul>
<br/>
<h2>mySQL Tools (Optional)</h2>
The software can be downloaded from <a href="http://dev.mysql.com/downloads/gui-tools/5.0.html" target="_blank">dev.mysql.com/downloads/gui-tools/5.0.html</a>.
<br/><br/>
</div>
<br/>
<h2>Step 5 -  What can I now do?</h2>
After installing these packages, you can now emulate the same environment as a webserver hosting your website on the internet. Pages are displayed just as they would on the internet.
<br/><br/>
You can reference your website by using 'http://localhost/' (or 'http://localhost/~you_name/') in your web browser, and 'upload' files to a folder on your own hard drive. This makes editing your website files as easy as clicking on save, then refreshing your browser. ]]></description>
<pubDate>Mon, 21 May 2007 21:31:23 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/local-installation/mac-osx-web-server.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>Installing phpMyAdmin</title>
<link>http://www.cubecartforums.org/docs/appendix/local-installation/windows-web-server/installing-phpmyadmin.html</link>
<description><![CDATA[ <h2>Installation</h2>
After downloading phpMyAdmin, the downloaded ZIP can be extracted into your hosting 'http' folder.
<br/><br/>
For example, if using 'apache' web server, your http folder starts here...
<p>C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\</p>
Extract the ZIP contents into this folder, and then rename the created folder to 'phpmyadmin' (for example). So it looks like this...
<p>C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\phpmyadmin\</p>

<h2>Configuration</h2>
Using Windows Explorer, find the following folder:
<p>C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\phpmyadmin\</p>
Rename 'config.sample.inc.php' to 'config.inc.php'.
<br/><br/>
Edit the file using a text editor. Look for the following code, on around line 18:
<div class="codebox">$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */</div>
Add some text between the quotes, as shown below:
<div class="codebox">$cfg['blowfish_secret'] = 'my_blowfish_secret'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */</div>
Save the file.
<br/><br/>
Using your web browser, enter the following into the address bar (without the quotes):  'http://localhost/phpmyadmin/'.
<br/><br/>
When asked for a username and password, you can use the authentication details as previously noted down from installing mySQL; username being 'root', and the password you have set.
<br/><br/>
You are now able to manage the database directly.
<h2 style="color:red;">Important</h2>
The set-up shown here is NOT recommended for a live web server. Please read the installation notes for more information on securing phpMyAdmin in a live environment. ]]></description>
<pubDate>Sun, 20 May 2007 21:32:05 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/local-installation/windows-web-server/installing-phpmyadmin.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>Installing mySQL Tools</title>
<link>http://www.cubecartforums.org/docs/appendix/local-installation/windows-web-server/installing-mysql-tools.html</link>
<description><![CDATA[ <h2>Installation</h2>
After downloading the mySQL Tools, run the installation.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysqltools/mySQLAdmin01.gif" alt="Installing mySQL Tools"/>
<br/><br/>
Use the default installation path settings.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysqltools/mySQLAdmin02.gif" alt="Installing mySQL Tools"/>
<br/><br/>
Choose the 'Complete' installation route.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysqltools/mySQLAdmin03.gif" alt="Installing mySQL Tools"/>
<br/><br/>
A simple dialog to confirm the details, then click on install.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysqltools/mySQLAdmin04.gif" alt="Installing mySQL Tools"/>
<br/><br/>
Installed! Easy.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysqltools/mySQLAdmin05.gif" alt="Installing mySQL Tools"/>
<br/><br/>

<h2>Creating a Database</h2>
Now we need to create a database. From the newly created start menu items, select 'mySQL Administrator'. You will then be prompted for a login.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysqltools/admin01.gif" alt="Using mySQL Administrator"/>
<br/><br/>
Using the details you entered during the mySQL installation, enter the server host as 'localhost', the username 'root' and the password you entered during the mySQL installation. Then click on 'ok', you will be presented with the mySQL Administrator dialog.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysqltools/admin02.gif" alt="Using mySQL Administrator"/>
<br/><br/>
Scroll down to 'Catalogs', which is the name it gives to databases. In there you will see a list of database already created. All you need to do select 'Catalogs', and right click in the white space around the other databases to display a context menu.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysqltools/admin03.gif" alt="Using mySQL Administrator"/>
<br/><br/>
Select to 'Create a Schema', give it a name. And that is one database created. As you can see in the screenshot, I have already created a database called 'cubecart'.
<br/><br/>
You can now follow the installation instructions to install CubeCart on your local PC rather than relying on an internet connection.
 ]]></description>
<pubDate>Fri, 18 May 2007 22:36:50 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/local-installation/windows-web-server/installing-mysql-tools.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>Installing mySQL</title>
<link>http://www.cubecartforums.org/docs/appendix/local-installation/windows-web-server/installing-mysql.html</link>
<description><![CDATA[ Once downloaded, run the installer. 
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql01.gif" alt="Installing mySQL"/>
<br/><br/>
Choose the 'Typical' installation route.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql02.gif" alt="Installing mySQL"/>
<br/><br/>
The installer will then use defaults to install mySQL, this will be shown in this pre-installation dialog.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql03.gif" alt="Installing mySQL"/>
<br/><br/>
After you have clicked on 'Install', you will be shown a mySQL Enterprise page, just click next to continue...
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql04.gif" alt="Installing mySQL"/>
<br/><br/>

... and reappear at this dialog:
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql05.gif" alt="Installing mySQL"/>
<br/><br/>
Click on 'Finish', leaving the tick in place to continue the configuration of mySQL.
<br/><br/>
Continue on, selecting the 'Standard Configuration' for new installations.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql07.gif" alt="Installing mySQL"/>
<br/><br/>
Install it as a Windows server, and ensure the Service name is set to launch on start up.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql08.gif" alt="Installing mySQL"/>
<br/><br/>
Click on next, and enter the password for the user 'root'. Make a note of this username and password, as you will need it later.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql09.gif" alt="Installing mySQL"/>
<br/><br/>
Once this has been done, you can start the automated configuration process.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql10.gif" alt="Installing mySQL"/>
<br/><br/>
Ending with each item ticked.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/mysql/mysql11.gif" alt="Installing mySQL"/>
<br/><br/>
mySQL is now installed, and fully functional. In theory now, CubeCart will install on your PC, however we need to actually create the database first.

 ]]></description>
<pubDate>Fri, 18 May 2007 22:35:42 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/local-installation/windows-web-server/installing-mysql.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> <item> 
<title>Installling PHP</title>
<link>http://www.cubecartforums.org/docs/appendix/local-installation/windows-web-server/installling-php.html</link>
<description><![CDATA[ Once downloaded, run the installer. 
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/php/php01.gif" alt="Installing PHP"/>
<br/><br/>
Choose the default installation location...
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/php/php02.gif" alt="Installing PHP"/>
<br/><br/>
... and then on the next page select the web server technology you are using.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/php/php03.gif" alt="Installing PHP"/>
<br/><br/>
If you have just installed Apache following the instructions above, choose the 'Apache 2.2.x Module' option. If however you are using Windows Internet Information Sevices (IIS), choose 'IIS ISAPI Module'.
<br/><br/>
We are going to follow the Apache option, so the following dialog asks for the Apache Configuration page. 
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/php/php04.gif" alt="Installing PHP"/>
<br/><br/>
Using the default path, the required path is this:
<p>C:\Program Files\Apache Software Foundation\Apache2.2\conf\</p>

<br/>After choosing the path, clicking next you will come to the components stage.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/php/php05.gif" alt="Installing PHP"/>
<br/><br/>
To install the components relevant to what is being used, the following items should be selected/enabled. Note if using a different 'Web Server Setup', the relevant option should be selected. It has not been confirmed that CubeCart will not run without some of these components, however these are the technologies that CubeCart uses.

<div class="quotebox">PHP > Program > Script Executable > Register *.php files to open automatically with PHP.<br/>
PHP > Extensions > MySQL<br/>
PHP > Extensions > PDO > MySQL<br/>
PHP > Extensions > SOAP<br/>
PHP > Web Server Setup > Apache 2.2.x Module<br/>
PHP > Extras > PEAR<br/>
</div>
Click on next, and PHP can now install.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/php/php06.gif" alt="Installing PHP"/>
<br/><br/>
<br/><br/>
Once installed, there are some configuration settings you will need to apply which are not included in the installation instructions.
<br/><br/>
Look for 'http.conf' in this location:
<p>C:\Program Files\Apache Software Foundation\Apache2.2\conf\</p>

Search for 'DirectoryIndex', add 'index.php' as shown below: 

<div class="codebox">
&lt;IfModule dir_module&gt;<br/>
 &nbsp;&nbsp;&nbsp;&nbsp; DirectoryIndex index.html index.php<br/>
&lt;/IfModule&gt;
</div>

If the following code has not already been added by the PHP installer, then it will need adding:

<div class="codebox">
LoadModule php5_module "c:/Program Files/PHP/php5apache2_2.dll"<br/>
PHPIniDir "C:/Program Files/PHP"<br/>
<!-- AddType application/x-httpd-php .php<br/>
AddType application/x-httpd-php-source .phps -->
</div>
Note: the file name 'php5apache2_2.dll' may differ depending on the version of PHP installed. Looking in that file location will confirm what the file name is called.
<br/><br/>
<img src="http://www.cubecartforums.org/docs/images/appendix/apache/systemtray.gif" alt="Apache System Tray Icon" style="float:right;padding:3px 5px 3px 15px"/>To activate the edited configuration file, you will need to restart the Apache services. This can be done via the Apache icon in the system tray, or by rebooting.
<br/><br/>
To test this working, just add the CubeCart files to the web server directory, and see if you can display the CubeCart installer. If you create a folder called 'cubecart', copy the files to there, and then using your browser go to http://localhost/cubecart/. You will not be able to install it as yet though.

 ]]></description>
<pubDate>Fri, 18 May 2007 22:34:45 +0100</pubDate>
<guid isPermaLink="false">http://www.cubecartforums.org/docs/appendix/local-installation/windows-web-server/installling-php.html</guid>
<dc:creator>CubeCartForums.org Documentation</dc:creator> 

</item> 	</channel>
</rss>
