<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4240460755145334973</id><updated>2011-12-21T01:11:42.017-08:00</updated><category term='Oscommerce'/><category term='Joomla Ecommerce'/><category term='Shop-Script Free'/><title type='text'>Tutorial E-commerce CMS</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-2722854660413542441</id><published>2008-06-03T21:04:00.000-07:00</published><updated>2008-12-08T23:31:28.574-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Joomla Ecommerce'/><title type='text'>Installation Joomla Ecommerce</title><content type='html'>&lt;div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;1. Requirements&lt;br /&gt;&lt;br /&gt;1.1. Server Requirements&lt;br /&gt;&lt;br /&gt;As VirtueMart is only a plugin for Joomla!, it has the same System Requirements, which are:&lt;br /&gt;• Joomla! 1.0.x or Mambo (&gt;= 4.5.1) recommended: Joomla! 1.0.x&lt;br /&gt;• PHP 4.2.x or above - http://www.php.net recommended: PHP 4.4.x&lt;br /&gt;• MySQL 3.23.x or above - http://www.mysql.com recommended: MySQL 4.0.x&lt;br /&gt;• Apache 1.13.19 or above - http://www.apache.org recommended: Apache 2.x&lt;br /&gt;You must ensure that you have MySQL-, XML- and Zlib-Support built into your PHP. Support for https (openSSL) and cURL is recommended!&lt;br /&gt;&lt;br /&gt;1.2. Client Requirements&lt;br /&gt;VirtueMart can be used with most major browsers including: Internet Explorer (version 5.5+), Firefox,&lt;br /&gt;Opera, Safari and Konqueror. Javascript doesn't need to be enabled when shopping and checking out.&lt;br /&gt;The administration section requires Javascript to be enabled.&lt;br /&gt;The browser needs to be capable of accepting Cookies.&lt;br /&gt;&lt;br /&gt;2. Installation and Upgrade&lt;br /&gt;New Installation&lt;br /&gt;When having met all the requirements and when you are running Joomla! or Mambo you have two choices:&lt;br /&gt;&lt;br /&gt;1. The automatic installation with Joomla's / Mambo's Element (Component-, Module-, Mambot-)&lt;br /&gt;Installer.&lt;br /&gt;2. The manual installation.&lt;br /&gt;&lt;br /&gt;Some users can't use the automatic Installer because of the PHP setting 'safe_mode' being set to 'On'.&lt;br /&gt;In case you're running into trouble with the automatic Installer try the manual installation instead.&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;Upgrade from mambo-phpShop&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;You want to upgrade to VirtueMart from mambo-phpShop? This is easy.&lt;br /&gt;All you need to do is install VirtueMart! It will convert your installation of mambo-phpShop, rename&lt;br /&gt;the tables and copy all customer information into its own table #__vm_user_info.&lt;br /&gt;So just follow the instructions for the automatic installation (or if you have difficulties with it: the&lt;br /&gt;manual installation).&lt;br /&gt;Note&lt;br /&gt;It is recommended to uninstall the old mambo-phpShop modules after you have installed the&lt;br /&gt;VirtueMart component and then install the new VirtueMart modules.&lt;br /&gt;Caution&lt;br /&gt;It is absolutely necessary to make a backup of your whole site before you upgrade your&lt;br /&gt;shop! An upgrade failure can always happen! So please: BACKUP, BACKUP, BACKUP!&lt;br /&gt;Upgrade from VirtueMart 1.0.0-1.0.5&lt;br /&gt;We have fixed a lot of bugs! An upgrade is highly recommended. Just get the "Patch Package" for&lt;br /&gt;your current VirtueMart version and overwrite your exising files with the ones from that package.&lt;br /&gt;The are two small changes to the database, so you must run the following SQL queries on your database&lt;br /&gt;to update it.&lt;br /&gt;Just open phpMyAdmin and run those queries:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;#############################################&lt;br /&gt;# SQL update script for upgrading&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;# from VirtueMart 1.0.x to VirtueMart 1.0.5&lt;br /&gt;#&lt;br /&gt;#############################################&lt;br /&gt;ALTER TABLE `jos_vm_product_mf_xref` CHANGE `product_id` `product_id` INT( 11 ) ALTER TABLE `jos_vm_orders` ADD `order_tax_details` TEXT NOT NULL AFTER `order_tax`;&lt;br /&gt;# Allow Shopper group discounts up to 100.00%&lt;br /&gt;ALTER TABLE `jos_vm_shopper_group` CHANGE `shopper_group_discount` `shopper_group_# Allow&lt;/span&gt;&lt;span style="font-size:85%;"&gt; bigger discounts than 999.99&lt;br /&gt;ALTER TABLE `jos_vm_product_discount` CHANGE `amount` `amount` DECIMAL( 12, 2 ) # Allow prices up to 9 999 999 999.99&lt;br /&gt;ALTER TABLE `jos_vm_product_price` CHANGE `product_price` `product_price` DECIMAL( # Adjust order item price&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;ALTER TABLE `jos_vm_order_item` CHANGE `product_item_price` `product_item_price&lt;br /&gt;# Adjust order item final price&lt;br /&gt;ALTER TABLE `jos_vm_order_item` CHANGE `product_final_price` `product_final_price` # Adjust order total, allowing totals up to 9 999 999 999 999.99&lt;br /&gt;ALTER TABLE `jos_vm_orders` CHANGE `order_total` `order_total` DECIMAL( 15, 5 ) ALTER TABLE `jos_vm_orders` CHANGE `order_subtotal` `order_subtotal` DECIMAL( 15, # Allow larger coupon amounts&lt;br /&gt;ALTER TABLE `jos_vm_orders` CHANGE `coupon_discount` `coupon_discount` DECIMAL( ALTER TABLE `jos_vm_coupons` CHANGE `coupon_value` `coupon_value` DECIMAL( 12, 2 # Allow larger payment&lt;/span&gt;&lt;span style="font-size:85%;"&gt; discounts&lt;br /&gt;ALTER TABLE `jos_vm_orders` CHANGE `order_discount` `order_discount` DECIMAL( 12, ALTER TABLE `jos_vm_payment_method` CHANGE `payment_method_discount` `payment_method_UPDATE `jos_components` SET `params` = 'RELEASE=1.0.5\nDEV_STATUS=stable' WHERE If you have another database prefix than "jos_" you must change the "jos_" to your prefix (mostly&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;'mos_' then).&lt;br /&gt;The queries can be found in the file /sql/UPDATE-SCRIPT_VirtueMart_1.0.xto-&lt;br /&gt;VirtueMart_1.0.3.sql and /sql/UPDATE-SCRIPT_VirtueMart_1.0.3-to-&lt;br /&gt;VirtueMart_1.0.5.sql.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;3. Automatic Installation&lt;/span&gt;&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;&lt;br /&gt;&lt;/span&gt;VirtueMart is a complex script. It's not component-only, but also requires a Module. So it comes to&lt;br /&gt;you in a file called 'VirtueMart_x.x_COMPLETE_PACKAGE.zip'. This file contains various&lt;br /&gt;Elements for VirtueMart.&lt;br /&gt;Important&lt;br /&gt;This file is not installable! Its contents are, but they must be unpacked first.&lt;br /&gt;Package Contents:&lt;br /&gt;• 1 Component (com_virtuemart_x.x.tar.gz)&lt;br /&gt;• 1 Main VirtueMart module (mod_virtuemart_x.x.tar.gz)&lt;br /&gt;• 10 additional Modules&lt;br /&gt;• 2 Mambots (1 Search, 1 Content Mambot)&lt;br /&gt;&lt;br /&gt;1. Unpack the file 'VirtueMart_x.x_COMPLETE_PACKAGE.zip' to a local directory.&lt;br /&gt;2. Log in into Mambo's Backend (using the URL ' http://joomla_url/administrator') to&lt;br /&gt;access the administrative interface.&lt;br /&gt;&lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5207877789113135058" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: pointer; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SEYZQbW8L9I/AAAAAAAAAH0/iTBKcPcn1q4/s320/joomla.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;You need to have the priviliges of an Administrator / Superadministrator to install Elements.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;3. Click 'Installers' =&gt; 'Components' (or 'Components' =&gt; 'Install/Uninstall' when using an older&lt;br /&gt;Mambo version) in the Top Menu.&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5208204742246629922" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SEdCnmsdgiI/AAAAAAAAAIE/injfQCjz6hI/s320/joomla2.gif" border="0" /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5208206778906660498" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SEdEeJ2DTpI/AAAAAAAAAIM/yyfxe7hm-gU/s320/joomla3.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;Caution&lt;br /&gt;&lt;/strong&gt;You must check if the directories listed above the component list are writable! If the&lt;br /&gt;directories are not writable, use ftp or JoomlaXplorer to change the permissions. For&lt;br /&gt;proper installation, the directories should be set to 777, after that you can change back&lt;br /&gt;to 755.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;In the part 'Upload new component' select the file 'com_virtuemart_x.x.tar.gz'. This is&lt;br /&gt;the package file which contains all files for the VirtueMart Component, located on your computer&lt;br /&gt;(see Step 1).&lt;br /&gt;Now click on 'Upload File &amp;amp; Install'. Since the tar.gz file is about 1 MB in size, you will have to&lt;br /&gt;wait a moment while the file is being uploaded to your server and unpacked.&lt;br /&gt;If the upload takes too long, try Step 4 or do the Manual Installation.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;4. Alternative: You can unpack the contents of 'com_virtuemart_x.x.tar.gz' and upload&lt;br /&gt;those files to a remote directory using a ftp connection. Now specify the directory on the server&lt;br /&gt;from where you want to install the files and click 'Install'.&lt;br /&gt;Note&lt;br /&gt;Package Files are mostly a ZIP or tar.gz compressed file directory, which includes all&lt;br /&gt;information for the installation. The main file is an XML document which describes the&lt;br /&gt;installation process. In order to use this function for your installation, your web server&lt;br /&gt;must support the zlib extension. You can check this in the Admin Section Menu&lt;br /&gt;item, System &gt; System Info &gt; System Information.&lt;/p&gt;&lt;p&gt;5. The VirtueMart Component should be installed now. You'll see the Welcome Message Screen with&lt;br /&gt;some options for the next steps:&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5208210417111644994" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SEdHx7Ntu0I/AAAAAAAAAIc/94K7j3ALG0k/s320/jommla4.gif" border="0" /&gt;&lt;br /&gt;You can now choose whether you want to install Sample Data (18 products, with attributes, in 5&lt;br /&gt;categories) to see how things have to be set up.&lt;br /&gt;Or you can 'go directly to the Shop &gt;&gt;' without installing Sample Data.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Caution&lt;br /&gt;This step again takes some time &amp;amp; the VirtueMart installer is running a lot of Database&lt;br /&gt;Queries now. So please be patient!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;6. Click 'Installers' =&gt; 'Modules' (or 'Modules' -&gt; 'Install/Uninstall' if you're using an older Mambo&lt;br /&gt;version) in the Top Menu to proceed to the installation of the VirtueMart Main module.&lt;br /&gt;Choose the file 'mod_virtuemart_x.x.tar.gz' in the File Dialog and click 'Upload File &amp;amp;&lt;br /&gt;Install'.&lt;br /&gt;Repeating this step you can install the additional modules for VirtueMart.&lt;br /&gt;Publishing the Module:&lt;br /&gt;Click 'Modules' -&gt; 'Site Modules' in the Top Menu. Now browse through the list of installed&lt;br /&gt;modules and find the one with the name 'VirtueMart Module'. Select it (click on the name) and&lt;br /&gt;modify its settings/details. You can now choose where to put the Module on your Joomla! site.&lt;br /&gt;For more information about modules please refer to the Joomla! documentation (help.joomla.org&lt;br /&gt;[http://help.joomla.org]).&lt;br /&gt;Important&lt;br /&gt;Anywhere you place the module on your site, IT MUST BE PUBLISHED. If it is not, you&lt;br /&gt;can't access or browse your shop.&lt;br /&gt;Additional modules&lt;br /&gt;mod_product_categories "Product Categories Module"&lt;br /&gt;It can display the product categories you have set up.&lt;br /&gt;mod_productscroller "Product Scroller Module"&lt;br /&gt;It can scroll certain products somewhere on your site using a&lt;br /&gt;marquee tag.&lt;br /&gt;mod_virtuemart_allinone "All-in-one module"&lt;br /&gt;Can display the latest, featured, top-ten or random products in&lt;br /&gt;one module using tabs.&lt;br /&gt;mod_virtuemart_cart "Mini-Cart Module"&lt;br /&gt;Displays the mini-cart for the customer with a link to the cart&lt;br /&gt;page.&lt;br /&gt;mod_virtuemart_featuredprod "Featured Products Module"&lt;br /&gt;Can display featured products in your store. Featured products&lt;br /&gt;are those which are "on special".&lt;br /&gt;mod_virtuemart_latestprod "Latest Products Module"&lt;br /&gt;Displays the newest products in your store.&lt;br /&gt;mod_virtuemart_manufacturers "Manufacturer Module"&lt;br /&gt;Shows all manufacturers from your store with a link to find all&lt;br /&gt;products of the selected manufacturer.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt; &lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-2722854660413542441?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/2722854660413542441/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=2722854660413542441' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/2722854660413542441'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/2722854660413542441'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/06/installation-joomla-ecommerce.html' title='Installation Joomla Ecommerce'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SEYZQbW8L9I/AAAAAAAAAH0/iTBKcPcn1q4/s72-c/joomla.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-4281149831034425755</id><published>2008-06-03T20:11:00.000-07:00</published><updated>2008-12-08T23:31:28.819-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oscommerce'/><title type='text'>Installation Troubleshooting Oscommerce</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Stylesheet: All images are broken&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If a page shows everything right except the graphics and formatting are missing then go&lt;br /&gt;to that page and change the link of your stylesheet in whatever file is not displaying&lt;br /&gt;correctly:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SEYP2y74ujI/AAAAAAAAAHk/c7PS7Bbfy08/s1600-h/osc.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SEYP2y74ujI/AAAAAAAAAHk/c7PS7Bbfy08/s320/osc.gif" alt="" id="BLOGGER_PHOTO_ID_5207867453160864306" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;All you have to do is find that line in and correct the path to point to your actual&lt;br /&gt;stylesheet.css.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SEYSwvNMoAI/AAAAAAAAAHs/eMw7dHX25vA/s1600-h/osc21.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SEYSwvNMoAI/AAAAAAAAAHs/eMw7dHX25vA/s320/osc21.gif" alt="" id="BLOGGER_PHOTO_ID_5207870647615397890" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-4281149831034425755?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/4281149831034425755/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=4281149831034425755' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/4281149831034425755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/4281149831034425755'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/06/installation-troubleshooting-oscommerce.html' title='Installation Troubleshooting Oscommerce'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_PIT0_AAkJ1w/SEYP2y74ujI/AAAAAAAAAHk/c7PS7Bbfy08/s72-c/osc.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-7250427021371136917</id><published>2008-06-01T21:21:00.000-07:00</published><updated>2008-06-02T21:32:26.175-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oscommerce'/><title type='text'>Installation Oscommerce</title><content type='html'>&lt;div&gt;&lt;br /&gt;osCommerce's feature packed out-of-the-box installation allows store owners to setup,&lt;br /&gt;run, and maintain their online stores with minimum effort and with no costs involved.&lt;br /&gt;osCommerce combines open source solutions to provide a free and open development&lt;br /&gt;platform, which includes the powerful PHP web scripting language, the stable Apache&lt;br /&gt;web server, and the fast MySQL database server.&lt;br /&gt;With no restrictions or special requirements, osCommerce can be installed on any PHP3&lt;br /&gt;or PHP4 enabled web server, on any environment that PHP and MySQL supports, which&lt;br /&gt;includes Linux, Solaris, BSD, and Microsoft Windows environments.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;New Installation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;First, you must download this software in http://oscommerce.com&lt;br /&gt;Then,&lt;br /&gt;Upload the catalog directory to your server using FTP.&lt;br /&gt;All PHP files must be uploaded in ASCII mode, not binary mode.&lt;br /&gt;The structure of osCommerce is:&lt;br /&gt;&lt;br /&gt;catalog&lt;br /&gt;catalog/admin&lt;br /&gt;extras&lt;br /&gt;&lt;br /&gt;Upload the catalog folder which includes the admin folder to your document root&lt;br /&gt;(public_html, www, htdocs) using FTP.&lt;br /&gt;&lt;br /&gt;Using phpMyAdmin or another tool, create your database and user, and assign that user&lt;br /&gt;to the database. Write down the name of the database, username, and password for this&lt;br /&gt;database for the database installation procedure.&lt;br /&gt;&lt;br /&gt;Open your web browser and go to http://yourserver/catalog/install/ and click on the&lt;br /&gt;Install button.&lt;br /&gt;&lt;br /&gt;The following instructions will guide you to configuring the online store for your server.&lt;br /&gt;&lt;br /&gt;Step 1&lt;br /&gt;Please customize your new installation with the following options:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Import Catalog Database&lt;/span&gt; - Install the database and add the sample data - leave this box&lt;br /&gt;checked Checking this box will import the database structure, required data, and some sample&lt;br /&gt;data. (required for first time installations)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Automatic Configuration&lt;/span&gt; - Save configuration values - leave this box checked&lt;br /&gt;Checking this box will save all entered data during the installation procedure to the&lt;br /&gt;appropriate configuration files on the server.&lt;br /&gt;Click the "Continue" button.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 2&lt;/span&gt;&lt;br /&gt;Please enter the database server information:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Database Server &lt;/span&gt;– localhost&lt;br /&gt;The database server can be in the form of a hostname, such as db1.myserver.com, or as&lt;br /&gt;an IP-address, such as 192.168.0.1.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Username&lt;/span&gt; – &lt;span style="font-style: italic;"&gt;username&lt;/span&gt;&lt;br /&gt;The username used to connect to the database server. An example username is&lt;br /&gt;'mysql_10'.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note: Create and Drop permissions are required at this point of the installation&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;procedure. This first user should have CREATE privileges on the database&lt;br /&gt;&lt;br /&gt;Password&lt;/span&gt; –&lt;span style="font-style: italic;"&gt; password&lt;/span&gt;&lt;br /&gt;The password is used together with the username, which forms the database user account.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Database Name&lt;/span&gt; – &lt;span style="font-style: italic;"&gt;database name&lt;/span&gt;&lt;br /&gt;The database used to hold the data. An example database name is 'osCommerce'.&lt;br /&gt;Persistent Connections:&lt;br /&gt;Enable persistent database connections.&lt;br /&gt;Note: Persistent connections should be disabled for shared servers.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Session Storage:&lt;/span&gt;&lt;br /&gt;Files&lt;br /&gt;Database (&lt;span style="font-style: italic;"&gt;choose Database&lt;/span&gt;)&lt;br /&gt;Store user session data as files on the server, or in the database.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note: Due to security related issues, database session storage is recommended for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;shared servers.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Click the "Continue" button.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3&lt;/span&gt;&lt;br /&gt;Database Import&lt;br /&gt;&lt;br /&gt;A test connection made to the database was successful.&lt;br /&gt;Please continue the installation process to execute the database import procedure.&lt;br /&gt;It is important this procedure is not interrupted, otherwise the database may end up&lt;br /&gt;corrupt.&lt;br /&gt;&lt;br /&gt;The file to import must be located and named at:&lt;br /&gt;&lt;br /&gt;/home/username/public_html/catalog/install/oscommerce.sql&lt;br /&gt;&lt;br /&gt;Click the "Continue" button.&lt;br /&gt;&lt;br /&gt;Database Import&lt;br /&gt;&lt;br /&gt;The database import was successful!&lt;br /&gt;&lt;br /&gt;Click the "Continue" button.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 4&lt;/span&gt;&lt;br /&gt;Please enter the web server information:&lt;br /&gt;&lt;br /&gt;WWW Address - http://www.your-server.com/catalog/&lt;br /&gt;The full website address to the online store&lt;br /&gt;&lt;br /&gt;Webserver Root Directory - /home/username/public_html/catalog/&lt;br /&gt;&lt;br /&gt;The server path to the online store&lt;br /&gt;&lt;br /&gt;HTTP Cookie Domain - .your-server.com&lt;br /&gt;&lt;br /&gt;The domain to store cookies in&lt;br /&gt;&lt;br /&gt;HTTP Cookie Path - /catalog/&lt;br /&gt;&lt;br /&gt;The path to store cookies under&lt;br /&gt;&lt;br /&gt;Enable SSL Connections - if you have ssl enable this&lt;br /&gt;&lt;br /&gt;Enable secure SSL/HTTPS connections (requires a secure certificate installed on the web&lt;br /&gt;server)&lt;br /&gt;&lt;br /&gt;Click the "Continue" button.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 5&lt;br /&gt;&lt;br /&gt;Note: This second user only needs SELECT, UPDATE and INSERT privileges if&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;you are using a second user. Most of times, both mysql users will be the same, but it&lt;/span&gt;&lt;span style="font-weight: bold;"&gt; leaves the door open for added security if wanted.&lt;br /&gt;&lt;br /&gt;Database Server&lt;/span&gt; - localhost&lt;br /&gt;&lt;br /&gt;The database server can be in the form of a hostname, such as db1.myserver.com, or as&lt;br /&gt;an IP address, such as 192.168.0.1&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Username &lt;/span&gt;– username&lt;br /&gt;&lt;br /&gt;The username is used to connect to the database server. An example username is&lt;br /&gt;mysql_10.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note: If the catalog is to be imported (selected above), the account used to connect to&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;the database server needs to have Create and Drop permissions.&lt;br /&gt;&lt;br /&gt;Password&lt;/span&gt; – password&lt;br /&gt;&lt;br /&gt;The password is used together with the username, which forms the database user account&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Database Name &lt;/span&gt;– database name&lt;br /&gt;&lt;br /&gt;The database used to hold the catalog data. An example database name is catalog&lt;br /&gt;Persistent Connections:&lt;br /&gt;Enable persistent database connections.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note: Persistent connections should be disabled for shared servers.&lt;br /&gt;&lt;br /&gt;Session Storage:&lt;/span&gt;&lt;br /&gt;Files&lt;br /&gt;Database (choose Database)&lt;br /&gt;&lt;br /&gt;Store user session data as files on the server, or in the database.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note: Due to security related issues, database session storage is recommended for&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;shared servers.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Click the "Continue" button.&lt;br /&gt;&lt;br /&gt;You are nearly finished!&lt;br /&gt;&lt;br /&gt;Rename the catalog/install folder or delete it.&lt;br /&gt;&lt;br /&gt;Reset the permissions on /catalog/includes/configure.php to 644 (if you are still getting&lt;br /&gt;the warning message at the top set configure.php to 444 which is read only - this happens&lt;br /&gt;on some servers that have been updated for security reasons).&lt;br /&gt;&lt;br /&gt;Set the permissions on /catalog/images directory to 777.&lt;br /&gt;&lt;br /&gt;Reset the permissions on /catalog/admin/includes/configure.php to 644.&lt;br /&gt;&lt;br /&gt;Create the dir /catalog/admin/backups and set the permissions to 777.&lt;br /&gt;&lt;br /&gt;Set the permissions on /catalog/admin/images/graphs directory to 777.&lt;br /&gt;&lt;br /&gt;You need to .htaccess your /catalog/admin directory so that it is password protected. You&lt;br /&gt;can use the password manager in your server admin area like cpanel.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Congratulations! Now you are really done!&lt;/span&gt;&lt;br /&gt;&lt;shop-script&gt;&lt;/shop-script&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-7250427021371136917?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/7250427021371136917/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=7250427021371136917' title='3 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/7250427021371136917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/7250427021371136917'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/06/installation-oscommerce.html' title='Installation Oscommerce'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-82434398390711802</id><published>2008-06-01T21:11:00.000-07:00</published><updated>2008-06-01T21:19:40.389-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Proctecting Shopping Cart</title><content type='html'>&lt;strong&gt;Please carefully read information below if your installation of Shop-Script FREE is&lt;br /&gt;available for 3rd parties, i.e. if you have installed Shop-Script FREE to a remote server&lt;br /&gt;and/or your shopping cart is accessible in the Internet or a Local Area Network.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Once Shop-Script FREE is installed, first thing you need to do is properly configure and protect&lt;br /&gt;your installation (and information).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;At first,&lt;br /&gt;&lt;/strong&gt;Make sure you have deleted install.php file.&lt;br /&gt;You have to do it manually with the FTP manager (e.g. CuteFTP, ftpzilla).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Second,&lt;br /&gt;&lt;/strong&gt;Make sure that HTTP access (i.e. access through a web browser) to following folders is&lt;br /&gt;prohibited:&lt;br /&gt;&lt;strong&gt;• cfg&lt;br /&gt;• includes&lt;br /&gt;• templates_c&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;These folders contain secure and sensitive information, which should not be available for 3rd&lt;br /&gt;parties.&lt;br /&gt;&lt;br /&gt;If you are using Apache HTTP server, these folders are already protected by .htaccess files&lt;br /&gt;(they are included in the package). For other web servers (e.g. IIS) please refer to your&lt;br /&gt;operating system manual and support resources.&lt;br /&gt;&lt;br /&gt;To make sure you properly protected folders mentioned above, please try to point your&lt;br /&gt;browser to these folders, e.g. &lt;span style="color:#3333ff;"&gt;http://www.mywebsite.com/shop/cfg/&lt;/span&gt;,&lt;br /&gt;&lt;span style="color:#3333ff;"&gt;http://www.mywebsite.com/shop/cfg/connect.inc.php&lt;/span&gt;.&lt;br /&gt;Pointing your browser to any of these folders or files inside these folders should bring up&lt;br /&gt;“Forbidden” error message.&lt;br /&gt;Do not protect products_pictures/ folder from public HTTP access. Otherwise product images&lt;br /&gt;will not be displayed.&lt;br /&gt;&lt;strong&gt;Third&lt;/strong&gt; (UNIX/FreeBSD/Linux/MacOSX users only),&lt;br /&gt;Verify proper access permissions for the certain folders and files (chmod):&lt;br /&gt;In the installation guide you were told to set:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;• chmod 777&lt;/strong&gt; for the following folders:&lt;br /&gt;o products_pictures/ folder&lt;br /&gt;o templates_c/ folder&lt;br /&gt;&lt;strong&gt;• chmod 666&lt;/strong&gt; for all files in the cfg/ folder (i.e. connect.inc.php, tables.inc.php and&lt;br /&gt;others).&lt;br /&gt;&lt;br /&gt;By specifying such access permissions you will enable (re)write permissions for these&lt;br /&gt;files/folders. Shop-Script should be able to create new files inside products_pictures,&lt;br /&gt;templates_c folders (e.g. upload product picture files) and rewrite existing files inside cfg&lt;br /&gt;folder (e.g. save database settings).&lt;br /&gt;Depending on server configuration proper chmod value may differ – for example, this&lt;br /&gt;depends on the user group to which Apache HTTP server (and PHP) belongs.&lt;br /&gt;Recommended chmod values - 777 for folders and 666 for the files - will work on all&lt;br /&gt;systems.&lt;br /&gt;&lt;strong&gt;However, on some systems setting chmod 777 for the listed folders may be&lt;br /&gt;insecure!&lt;br /&gt;&lt;/strong&gt;To get to know which chmod value should be set on your server please contact your&lt;br /&gt;hosting provider - simply ask them such a question: “Which access permissions value&lt;br /&gt;(chmod) should I set for the folder to make my PHP scripts be able to create files in this&lt;br /&gt;folder? Will setting chmod 777 for the folder be insecure? What chmod value would you&lt;br /&gt;suggest to set?”.&lt;br /&gt;After your hosting provider suggests you a proper chmod value, please set it for the folders&lt;br /&gt;listed above.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Forth,&lt;br /&gt;&lt;/strong&gt;Finally, please follow to ‘Settings’ section of Shop-Script FREE administrative mode to&lt;br /&gt;configure your shopping cart settings (e.g. define email address, shopping cart URL, name&lt;br /&gt;and other information).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-82434398390711802?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/82434398390711802/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=82434398390711802' title='2 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/82434398390711802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/82434398390711802'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/06/proctecting-shopping-cart.html' title='Proctecting Shopping Cart'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-5736660974205654198</id><published>2008-05-29T21:18:00.000-07:00</published><updated>2008-12-08T23:31:29.157-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Installating Zip Version Free Shop Script for Remote Server</title><content type='html'>&lt;div&gt;In this section you will find instructions on how to install Zip Version of Shop-Script FREE on a&lt;br /&gt;remote server.&lt;br /&gt;At first you have to make sure that a remote server meets system requirements listed in the&lt;br /&gt;‘System requirements’ section of this document. Please contact your hosting provider to verify&lt;br /&gt;server configuration.&lt;br /&gt;Installation instructions:&lt;br /&gt;1. &lt;strong&gt;Unpack Shop-Script FREE&lt;/strong&gt; zip archive into a separate folder on your computer.&lt;br /&gt;2. &lt;strong&gt;Upload all unpacked files&lt;/strong&gt; to the remote server into a separate folder.&lt;br /&gt;Files can be uploaded with your FTP manager (e.g. CuteFTP, ftpzilla). FTP connection&lt;br /&gt;settings can be obtained from your hosting provider.&lt;br /&gt;It is highly recommended to install Shop-Script FREE (upload files) into an empty directory&lt;br /&gt;on the remote server!&lt;br /&gt;Please make sure to upload ALL files. Otherwise Shop-Script FREE may function&lt;br /&gt;improperly.&lt;br /&gt;3. &lt;strong&gt;Create a new database&lt;/strong&gt; that will be used for Shop-Script FREE.&lt;br /&gt;However, if you already have an empty database you may use it as well.&lt;br /&gt;4. &lt;strong&gt;Enable write permissions&lt;/strong&gt; for the following files and folders:&lt;br /&gt;• all files inside cfg/ folder (e.g. connect.inc.php, tables.inc.php and all other files)&lt;br /&gt;• products_pictures/ folder&lt;br /&gt;• templates_c/ folder&lt;br /&gt;How to enable write permissions?&lt;br /&gt;• Windows IIS servers (Windows hosting):&lt;br /&gt;IIS runs as the IUSER_[machine name] local user, thus to enable write permissions&lt;br /&gt;on folders and files specified above please grant IUSER_[machine name] rights to&lt;br /&gt;rewrite these files and folders. Please contact your hosting provider to learn how to&lt;br /&gt;change files and folders permissions on the remote server.&lt;br /&gt;• UNIX/Linux/FreeBSD/Mac OS servers:&lt;br /&gt;File permissions are defined using &lt;strong&gt;chmod&lt;/strong&gt; command.&lt;br /&gt;Please set &lt;strong&gt;chmod 666&lt;/strong&gt; for the files listed above (i.e. all files in the cfg/ folder), and&lt;br /&gt;&lt;strong&gt;chmod 777&lt;/strong&gt; for the listed folders (i.e. products_pictures, templates_c).&lt;br /&gt;* See “Protecting your shopping cart” section of this User Guide for more information about file&lt;br /&gt;permissions.&lt;br /&gt;You will not be able to continue with the installation until permissions are not properly set.&lt;br /&gt;5. &lt;strong&gt;Run install.php&lt;/strong&gt;&lt;br /&gt;Simply point your browser to&lt;br /&gt;http: // &lt;shop-script&gt;/ install.php&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(e.g. http://www.mywebsite.com/shop/install.php)&lt;/span&gt;&lt;br /&gt;Install.php script should appear in your web browser as follows:&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;img id="BLOGGER_PHOTO_ID_5207130123331155874" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SENxQjRjt6I/AAAAAAAAAHM/72Fho6OJjPQ/s320/shopscript5.gif" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;If this page does not appear as presented on the screenshot above, please refer to ‘Troubleshooting’ section of&lt;br /&gt;this User Guide.&lt;br /&gt;Specify database connection settings (this information can be obtained from your hosting&lt;br /&gt;provider) and administrator’s login/password:&lt;/span&gt;&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5207130568839916338" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SENxqe7H6zI/AAAAAAAAAHU/uVz_L7hdbTg/s320/shopscript7.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Using login and password you provide here you will be able to access your store backend&lt;br /&gt;(administrative mode). After installation is complete you will be able to change&lt;br /&gt;administrator’s login and password at anytime.&lt;br /&gt;After you finish specifying installation preferences, click Install!&lt;br /&gt;6. &lt;strong&gt;Congratulations! Shop-Script FREE has been successfully installed&lt;/strong&gt;.&lt;br /&gt;You should be shown a screen with "Installation successful" message and a link to Shop-&lt;br /&gt;Script FREE storefront (shopping cart public interface):&lt;/span&gt;&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5207131381572528946" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SENyZylrazI/AAAAAAAAAHc/Po7vRDI6DLc/s320/shopscript8.gif" border="0" /&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;If this page does not appear as presented on the screenshot above, please refer to ‘Troubleshooting’ section of&lt;br /&gt;this User Guide.&lt;br /&gt;After the installation is complete, please carefully read instructions in the “Protecting&lt;br /&gt;your shopping cart” section of this User Guide!&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-5736660974205654198?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/5736660974205654198/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=5736660974205654198' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/5736660974205654198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/5736660974205654198'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/05/installating-zip-version-free-shop.html' title='Installating Zip Version Free Shop Script for Remote Server'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_PIT0_AAkJ1w/SENxQjRjt6I/AAAAAAAAAHM/72Fho6OJjPQ/s72-c/shopscript5.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-1357076989494613967</id><published>2008-05-29T20:26:00.000-07:00</published><updated>2008-12-08T23:31:29.450-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Manual Installation For Free Shop Script</title><content type='html'>Please follow instructions provided below only if you already have:&lt;br /&gt;• HTTP server installed (e.g. Apache, IIS);&lt;br /&gt;• Your system meets system requirements provided in ‘System requirements’ section of&lt;br /&gt;this document.&lt;br /&gt;&lt;br /&gt;Shop-Script Zip Version installation procedure:&lt;br /&gt;&lt;br /&gt;1. &lt;span style="font-weight: bold;"&gt;Create a separate folder or a virtual server&lt;/span&gt; where all Shop-Script FREE files will be&lt;br /&gt;stored (Shop-Script root folder).&lt;br /&gt;2. &lt;span style="font-weight: bold;"&gt;Unpack Shop-Script FREE &lt;/span&gt;archive to this folder.&lt;br /&gt;Please make sure to unpack all content of the archive. Otherwise Shop-Script may&lt;br /&gt;function improperly.&lt;br /&gt;3. &lt;span style="font-weight: bold;"&gt;Create a new database&lt;/span&gt; that will be used for your shopping cart system (if you&lt;br /&gt;already have an empty database, you may use it as well).&lt;br /&gt;4. &lt;span style="font-weight: bold;"&gt;Enable write permissions&lt;/span&gt; for following files and folders:&lt;br /&gt;o all files inside cfg/ folder (e.g. connect.inc.php, tables.inc.php and others)&lt;br /&gt;o products_pictures/ folder&lt;br /&gt;o templates_c/ folder&lt;br /&gt;&lt;br /&gt;How to enable write permissions?&lt;br /&gt;• &lt;span style="font-weight: bold;"&gt;Windows Apache users:&lt;/span&gt;&lt;br /&gt;Please skip this step. You do not need to enable write permissions since they are&lt;br /&gt;already enabled.&lt;br /&gt;• &lt;span style="font-weight: bold;"&gt;Windows IIS users:&lt;/span&gt;&lt;br /&gt;IIS runs as the IUSER_[machine name] local user, thus to enable write&lt;br /&gt;permissions on folders and files specified above please grant IUSER_[machine&lt;br /&gt;name] rights to rewrite these files and folders.&lt;br /&gt;You will not be able to continue with the installation until permissions are not&lt;br /&gt;properly set.&lt;br /&gt;• &lt;span style="font-weight: bold;"&gt;UNIX/Linux/FreeBSD/Mac OS users:&lt;/span&gt;&lt;br /&gt;File permissions are defined using &lt;span style="font-weight: bold;"&gt;chmod&lt;/span&gt; command.&lt;br /&gt;Please set &lt;span style="font-weight: bold;"&gt;chmod 666&lt;/span&gt; for the files listed above (i.e. all files in the cfg/ folder),&lt;br /&gt;and &lt;span style="font-weight: bold;"&gt;chmod 777 &lt;/span&gt;for the listed folders (i.e. products_pictures, templates_c).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;* See “Protecting your shopping cart” section of this User Guide for more information about file&lt;br /&gt;permissions.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You will not be able to continue with the installation until permissions are set&lt;br /&gt;properly.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5. Run install.php&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Simply point your browser to:&lt;br /&gt;http://&lt;shop-script url="" including="" folder=""&gt;/install.php&lt;br /&gt;e.g. http://localhost/shop/install.php&lt;br /&gt;Install.php script should appear in your web browser as follows:&lt;/shop-script&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD93N1OFDGI/AAAAAAAAAG0/lfrR0ohkx0E/s1600-h/shopscript5.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD93N1OFDGI/AAAAAAAAAG0/lfrR0ohkx0E/s320/shopscript5.gif" alt="" id="BLOGGER_PHOTO_ID_5206010773771717730" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;If this page does not appear as presented on the screenshot above, please refer to ‘Troubleshooting’ section of this User Guide.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Specify database connection settings and administrator’s login/password:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD95TlOFDHI/AAAAAAAAAG8/Fjwzf2Ppbso/s1600-h/shopscript7.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD95TlOFDHI/AAAAAAAAAG8/Fjwzf2Ppbso/s320/shopscript7.gif" alt="" id="BLOGGER_PHOTO_ID_5206013071579221106" border="0" /&gt;&lt;/a&gt;Using login and password you provide here you will be able to access your store&lt;br /&gt;backend (administrative mode). After installation is complete you will be able to change&lt;br /&gt;administrator’s login and password at anytime.&lt;br /&gt;After you finish specifying installation preferences, &lt;span style="font-weight: bold;"&gt;click Install!&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;6. Congratulations! Shop-Script FREE has been successfully installed.&lt;br /&gt;You will be shown a screen with "Installation successful" message and a link to Shop-&lt;br /&gt;Script FREE storefront (shopping cart public interface):&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD9-X1OFDII/AAAAAAAAAHE/F5lvSpe2Y0g/s1600-h/shopscript8.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD9-X1OFDII/AAAAAAAAAHE/F5lvSpe2Y0g/s320/shopscript8.gif" alt="" id="BLOGGER_PHOTO_ID_5206018642151804034" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;If this page does not appear as presented on the screenshot above, please refer to ‘Troubleshooting’ section&lt;br /&gt;of this User Guide.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-1357076989494613967?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/1357076989494613967/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=1357076989494613967' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/1357076989494613967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/1357076989494613967'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/05/manual-installation-for-free-shop.html' title='Manual Installation For Free Shop Script'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD93N1OFDGI/AAAAAAAAAG0/lfrR0ohkx0E/s72-c/shopscript5.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-8221892467520207616</id><published>2008-05-28T02:10:00.000-07:00</published><updated>2008-12-08T23:31:29.850-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Installating Zip Version for local computer</title><content type='html'>&lt;strong&gt;Installation to your local computer&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;In this section you will find instructions on how to install Zip Version of Shop-Script FREE on your&lt;br /&gt;computer.&lt;br /&gt;At first you have to make sure that you have required software installed on your computer (HTTP&lt;br /&gt;server, PHP, MySQL) - see ‘System requirements’ section for details.&lt;br /&gt;If you are familiar with such terms as PHP, MySQL and already have all required software installed&lt;br /&gt;please refer to ‘Manual installation (advanced)’ paragraph under this section.&lt;br /&gt;If you are not quite sure regarding what software is already installed on your machine, please&lt;br /&gt;refer to the instructions under ‘Installation with EasyPHP’ paragraph below.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Installation with EasyPHP (recommended)&lt;/strong&gt;&lt;br /&gt;Following instructions are recommended for users who are not familiar with web technologies and&lt;br /&gt;for those who do not have required software installed on their computers (see ‘System&lt;br /&gt;requirements’ section for details).&lt;br /&gt;Installation instructions:&lt;br /&gt;&lt;strong&gt;1. Download the latest version of EasyPHP from www.easyphp.org.&lt;/strong&gt;&lt;br /&gt;EasyPHP is a complete software package allowing to use all the power and the flexibility&lt;br /&gt;that offers the dynamic language PHP and the efficient use of databases under Windows.&lt;br /&gt;Package includes an Apache server, a MySQL database, a fully PHP execution, as well as&lt;br /&gt;easy development tools for your website or your applications.&lt;br /&gt;After download is complete, run the EasyPHP executable file and follow the instructions&lt;br /&gt;provided by the installation wizard. In the installation options we recommend changing&lt;br /&gt;Install Folder to "C:/EasyPHP" because a shorter directory name is easier to remember.&lt;br /&gt;&lt;strong&gt;2. Run EasyPHP on your computer after you finish its installation.&lt;/strong&gt;&lt;br /&gt;3. &lt;strong&gt;Create a new database&lt;/strong&gt; that will be used for your shopping cart system.&lt;br /&gt;To do this you need to create an empty &lt;strong&gt;shop_data&lt;/strong&gt; folder in the&lt;br /&gt;"C:/EasyPHP/MySQL/Data" directory.&lt;br /&gt;After you create this folder you should have an empty folder&lt;br /&gt;C:/EasyPHP/MySQL/Data/shop_data, where MySQL database files will be stored.&lt;br /&gt;By creating this folder you will create a new database named shop_data.&lt;br /&gt;4. Unpack Shop-Script FREE archive into an EasyPHP home folder - "C:/EasyPHP/www".&lt;br /&gt;If you do not have compression software installed, we suggest you to download WinZip&lt;br /&gt;software from &lt;span style="color: rgb(51, 51, 255);"&gt;www.winzip.com&lt;/span&gt; and unpack Shop-Script FREE archive using this software.&lt;br /&gt;Please make sure to unpack and copy all content of Shop-Script FREE archive&lt;br /&gt;(else you will not be able to install the software).&lt;br /&gt;5. Run install.php&lt;br /&gt;To do this simply point your browser to &lt;span style="color: rgb(51, 51, 255);"&gt;http://localhost/install.php&lt;/span&gt;.&lt;br /&gt;Install.php script should appear in your web browser as follows:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD9wU1OFDCI/AAAAAAAAAGU/kXZ8NTkxmjI/s1600-h/shopscript5.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD9wU1OFDCI/AAAAAAAAAGU/kXZ8NTkxmjI/s320/shopscript5.gif" alt="" id="BLOGGER_PHOTO_ID_5206003197449407522" border="0" /&gt;&lt;/a&gt;Install.php offers you to input database connection settings:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD9xq1OFDDI/AAAAAAAAAGc/x_IEZfWX-BY/s1600-h/shopscript6.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD9xq1OFDDI/AAAAAAAAAGc/x_IEZfWX-BY/s320/shopscript6.gif" alt="" id="BLOGGER_PHOTO_ID_5206004674918157362" border="0" /&gt;&lt;/a&gt;Please input database connection settings according to the screenshot above:&lt;br /&gt;Database host: &lt;span style="font-weight: bold;"&gt;localhost&lt;/span&gt;&lt;br /&gt;Database username: &lt;span style="font-weight: bold;"&gt;root&lt;/span&gt;&lt;br /&gt;Database password: [leave blank]&lt;br /&gt;Database name: &lt;span style="font-weight: bold;"&gt;shop_data&lt;/span&gt;&lt;br /&gt;Below the database connection settings form, there is a form to input administrator’s login&lt;br /&gt;and password:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD9yjlOFDEI/AAAAAAAAAGk/93DhHhDpe7A/s1600-h/shopscript7.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD9yjlOFDEI/AAAAAAAAAGk/93DhHhDpe7A/s320/shopscript7.gif" alt="" id="BLOGGER_PHOTO_ID_5206005649875733570" border="0" /&gt;&lt;/a&gt;Using login and password you provide here you will be able to access your store backend&lt;br /&gt;(administrative mode). After installation is complete you will be able to change&lt;br /&gt;administrator’s login and password at anytime.&lt;br /&gt;After you finish specifying installation preferences, click &lt;span style="font-weight: bold;"&gt;Install!&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;6. Congratulations! Shop-Script FREE has been successfully installed.&lt;/span&gt;&lt;br /&gt;You will be shown a screen with "Installation successful" message and a link to Shop-Script&lt;br /&gt;FREE storefront (shopping cart public interface):&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD9zYlOFDFI/AAAAAAAAAGs/1IdIrXkezX8/s1600-h/shopscript8.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD9zYlOFDFI/AAAAAAAAAGs/1IdIrXkezX8/s320/shopscript8.gif" alt="" id="BLOGGER_PHOTO_ID_5206006560408800338" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-8221892467520207616?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/8221892467520207616/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=8221892467520207616' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/8221892467520207616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/8221892467520207616'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/05/installating-zip-version-for-local.html' title='Installating Zip Version for local computer'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD9wU1OFDCI/AAAAAAAAAGU/kXZ8NTkxmjI/s72-c/shopscript5.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-463182660780134148</id><published>2008-05-27T23:58:00.000-07:00</published><updated>2008-12-08T23:31:30.854-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Installing Script Free fromWindows Executable VersionShop  to a Remote Server</title><content type='html'>&lt;strong&gt;Make sure your system complies with system requirements&lt;/strong&gt; listed in the ‘System&lt;br /&gt;requirements’ section above. Please contact your hosting provider regarding this issue.&lt;br /&gt;After you have verified that system requirements are met, run &lt;strong&gt;Shop-Script FREE installation wizard (.exe file):&lt;/strong&gt;&lt;br /&gt;a. The following window will appear:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;img id="BLOGGER_PHOTO_ID_5205321556074761090" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD0EYFOFC4I/AAAAAAAAAFE/2I_VKD7R-RM/s320/shopscript.gif" border="0" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;Click &lt;strong&gt;Next&lt;/strong&gt; to begin installation.&lt;br /&gt;b. Choose installation type:&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5205324145940040594" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SD0Gu1OFC5I/AAAAAAAAAFM/RGirgMMI3AA/s320/shopscript9.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;Choose &lt;strong&gt;Install to a remote server and click Next&lt;/strong&gt;.&lt;br /&gt;c. On the next step of the installation you will offered to indicate remote FTP server&lt;br /&gt;connection details:&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img id="BLOGGER_PHOTO_ID_5205325662063496098" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD0IHFOFC6I/AAAAAAAAAFU/tJTA46Zjv6A/s320/shopscript10.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Please indicate FTP settings obtained from your hosting provider and specify a folder where&lt;br /&gt;you would like to install Shop-Script.&lt;br /&gt;You may select folder to upload Shop-Script files by clicking "Browse" button. Installation&lt;br /&gt;wizard will connect to FTP server using details provided and will allow you to select a folder&lt;br /&gt;from the list.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Click &lt;strong&gt;Next.&lt;/strong&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;If you are not sure which folder to select, please contact your hosting provider to obtain information about folders structure on the server&lt;/span&gt;.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;d. On the next step you will be offered to input URL of the installation folder which you have&lt;br /&gt;specified. Please provide a valid URL of the installation folder (Shop-Script installation&lt;br /&gt;URL), e.g. &lt;span style="color:#3333ff;"&gt;&lt;a href="http://www.yourdomain.com/"&gt;http://www.yourdomain.com/&lt;/a&gt;&lt;/span&gt;:&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;img id="BLOGGER_PHOTO_ID_5205327925511261106" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SD0KK1OFC7I/AAAAAAAAAFc/oTi3btzk1DQ/s320/shopscript11.gif" border="0" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Install location URL depends on the installation folder you have specified.&lt;br /&gt;If you specified Install location URL correctly, Shop-Script files will be uploaded to the&lt;br /&gt;specified folder on the server, and installation wizard will automatically configure file&lt;br /&gt;access permissions on the server.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Please note that this is applicable only for UNIX/FreeBSD/Linux/MacOSX servers.&lt;br /&gt;Installation wizard automatically executes chmod commands for certain files and folders.&lt;br /&gt;In case you install Shop-Script on Windows hosting, please set file access permissions&lt;br /&gt;manually according to instructions given in the "Installing Zip Version" -&gt; "Installation to a&lt;br /&gt;remote server" section of this User Guide.&lt;br /&gt;Then installation wizard will automatically run post-install script install.php in your web&lt;br /&gt;browser. If this does not happen automatically, please point your web browser to the&lt;br /&gt;install.php manually: simply point your browser to the Installation URL + install.php, e.g.&lt;br /&gt;e.g. &lt;strong&gt;&lt;span style="color:#3366ff;"&gt;&lt;a href="http://www.yourdomain.com/install.php"&gt;http://www.yourdomain.com/install.php&lt;/a&gt;.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Install.php script should appear in your web browser as follows:&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205330811729284034" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SD0My1OFC8I/AAAAAAAAAFk/EvX-zqfUPvQ/s320/shopscript5.gif" border="0" /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;If this page does not appear as presented on the screenshot above, please refer to ‘Troubleshooting’ section of&lt;br /&gt;this User Guide.&lt;br /&gt;If you install Shop-Script on IIS, this page may be presented incorrectly. Note that for IIS you may need to&lt;br /&gt;specify file access permissions for certain files and folders. For more information regarding setting up file access&lt;br /&gt;permissions please refer to "Installing Zip Version" -&gt; "Installation to your local computer" -&gt; "Manual installation&lt;br /&gt;(advanced)" section of this User Guide.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Install.php offers you to input database connection settings:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205333384414694354" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SD0PIlOFC9I/AAAAAAAAAFs/noxrtfSupYA/s320/shopscript6.gif" border="0" /&gt;&lt;br /&gt;Database connection details can be obtained from your hosting provider.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Below the database connection settings form, there is a form to input administrator’s login&lt;br /&gt;and password:&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205334780279065570" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SD0QZ1OFC-I/AAAAAAAAAF0/a4KrgbEOuz0/s320/shopscript7.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Using login and password you provide here you will be able to access your store backend&lt;br /&gt;(administrative mode). After installation is complete you will be able to change&lt;br /&gt;administrator’s login and password at anytime.&lt;br /&gt;After you finish specifying installation preferences, &lt;strong&gt;click Install!&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;e. Congratulations! Shop-Script FREE has been successfully installed.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205337949964930034" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SD0TSVOFC_I/AAAAAAAAAF8/vijByGIjh8U/s320/shopscript8.gif" border="0" /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;If this page does not appear as presented on the screenshot above, please refer to ‘Troubleshooting’ section of this User Guide.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;After the installation is complete, please carefully read instructions in the "Protecting&lt;br /&gt;your shopping cart" section of this User Guide!&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-463182660780134148?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/463182660780134148/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=463182660780134148' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/463182660780134148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/463182660780134148'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/05/installing-shop-script-free-to-remote.html' title='Installing Script Free fromWindows Executable VersionShop  to a Remote Server'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_PIT0_AAkJ1w/SD0EYFOFC4I/AAAAAAAAAFE/2I_VKD7R-RM/s72-c/shopscript.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-3664189852411680184</id><published>2008-05-27T02:11:00.000-07:00</published><updated>2008-12-08T23:31:32.191-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Installing Shop-Script Free from Windows Executable Version for local computer</title><content type='html'>&lt;div&gt;In this section you will find instructions on how to install Windows Executable Version of Shop-&lt;br /&gt;Script FREE to your local machine or to a remote server. Recommended for all Windows users.&lt;br /&gt;Installation wizard makes installation process of Shop-Script as easy as installation of a regular&lt;br /&gt;Windows application.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Installation to your local computer&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;1. Make sure your system complies with the system requirements listed in the ‘System&lt;br /&gt;requirements’ section above.&lt;br /&gt;If you are familiar with such terms as PHP, MySQL and already have all required software&lt;br /&gt;installed please proceed to Step 2.&lt;br /&gt;Otherwise, if your computer does not have required software installed (Apache or IIS, PHP&lt;br /&gt;and MySQL), you can install all required software at once using EasyPHP.&lt;br /&gt;Please do the following:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;a. Download EasyPHP package from www.easyphp.org.&lt;br /&gt;&lt;/strong&gt;EasyPHP is a complete software package allowing to use all the power and the&lt;br /&gt;flexibility that offers the dynamic language PHP and the efficient use of databases&lt;br /&gt;under Windows. Package includes an Apache server, a MySQL database, a fully PHP&lt;br /&gt;execution, as well as easy development tools for your website or your applications.&lt;br /&gt;After download is complete, &lt;strong&gt;run the EasyPHP&lt;/strong&gt; executable file and follow the&lt;br /&gt;instructions provided by EasyPHP installation wizard. In the installation options&lt;br /&gt;please change Install Folder to "C:\EasyPHP" because a shorter directory name is&lt;br /&gt;easier to remember.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;b. Run EasyPHP on your computer after you finish its installation. &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;c. Create a new MySQL database that will be used for your shopping cart system.&lt;/strong&gt;&lt;br /&gt;To do this you need to create an empty folder named shop_data in the&lt;br /&gt;"C:/EasyPHP/MySQL/Data" directory.&lt;br /&gt;After you create this folder you should have an empty folder&lt;br /&gt;"C:/EasyPHP/MySQL/Data/shop_data", where MySQL database files will be stored.&lt;br /&gt;By creating this folder you will create a new database named shop_data.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#3333ff;"&gt;Having installed EasyPHP, you have made your computer compatible with Shop-&lt;br /&gt;Script’s system requirements.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. After you have verified that system requirements are met, run Shop-Script FREE installation wizard (.exe file):&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;a. The following window will appear:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5205250379876731650" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SDzDpFOFCwI/AAAAAAAAAEE/O8EHtP4zWNA/s320/shopscript.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Click Next to begin installation.&lt;br /&gt;b. Choose installation type:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5205252355561687826" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SDzFcFOFCxI/AAAAAAAAAEM/ujKbcs6jZKA/s320/shopscript2.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Choose Install to this machine and click Next.&lt;br /&gt;c. On the next step of the installation you will offered to indicate path to a folder&lt;br /&gt;where you would like to install Shop-Script files:&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205261400762813218" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SDzNqlOFCyI/AAAAAAAAAEU/dLY0lACRyRY/s320/shopscript3.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Enter "&lt;strong&gt;C:\EasyPHP\www\&lt;/strong&gt;" as it is shown on the screenshot above and click&lt;br /&gt;Next.&lt;br /&gt;In case you install Shop-Script not with EasyPHP, indicate your custom folder.&lt;br /&gt;d. On the next step you will be offered to input URL of the installation folder which you&lt;br /&gt;have specified (C:\EasyPHP\www\):&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205264175311686450" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_PIT0_AAkJ1w/SDzQMFOFCzI/AAAAAAAAAEc/cK8X9abkYl4/s320/shopscript4.gif" border="0" /&gt;&lt;br /&gt;Enter http://localhost/ as it is shown on the screenshot above and click Next.&lt;br /&gt;In case you install Shop-Script not with EasyPHP, indicate URL of your custom folder.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;e. If you specified Install location URL correctly, files will be copied to the specified&lt;br /&gt;folder and installation wizard will automatically run post-install script install.php:&lt;br /&gt;&lt;span style="color:#3366ff;"&gt;http://localhost/install.php&lt;br /&gt;&lt;/span&gt;If this does not happen automatically, please point your web browser (e.g. IE,&lt;br /&gt;Firefox) to the URL mentioned above.&lt;br /&gt;&lt;span style="font-size:85%;"&gt;In case you install Shop-Script not with EasyPHP, this URL may vary.&lt;br /&gt;&lt;/span&gt;Install.php script should appear in your web browser as follows: &lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205294072579033922" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_PIT0_AAkJ1w/SDzrYVOFC0I/AAAAAAAAAEk/-OwQPnYCYBk/s320/shopscript5.gif" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;If this page does not appear as presented on the screenshot above, please refer to ‘Troubleshooting’&lt;br /&gt;section of this User Guide.&lt;br /&gt;If you install Shop-Script on IIS, this page may be presented incorrectly. Note that for IIS you may need&lt;br /&gt;to specify file access permissions for certain files and folders. For more information regarding setting up&lt;br /&gt;file access permissions please refer to "Installing Zip Version" -&gt; "Installation to your local computer" -&gt;&lt;br /&gt;"Manual installation (advanced)" section of this User Guide.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;install.php offers you to input database connection settings:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205294746888899410" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SDzr_lOFC1I/AAAAAAAAAEs/liFjO6DOEpE/s320/shopscript6.gif" border="0" /&gt;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Please input database connection settings according to the screenshot above:&lt;br /&gt;Database host: &lt;strong&gt;localhost&lt;br /&gt;&lt;/strong&gt;Database username: &lt;strong&gt;root&lt;br /&gt;&lt;/strong&gt;Database password: [leave blank]&lt;br /&gt;Database name: &lt;strong&gt;shop_data&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;In case you install Shop-Script not with EasyPHP, these settings may vary.&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Below the database connection settings form, there is a form to input&lt;br /&gt;administrator’s login and password:&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205295970954578786" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SDztG1OFC2I/AAAAAAAAAE0/RrSu_mEnr8g/s320/shopscript7.gif" border="0" /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;Using login and password you provide here you will be able to access your store&lt;br /&gt;backend (administrative mode). After installation is complete you will be able to&lt;br /&gt;change administrator’s login and password at anytime.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;After you finish specifying installation preferences, click &lt;strong&gt;Install!&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;strong&gt;f. Congratulations! Shop-Script FREE has been successfully installed.&lt;br /&gt;&lt;/strong&gt;You will be shown a screen with "Installation successful" message and a link to&lt;br /&gt;Shop-Script FREE storefront (shopping cart public interface):&lt;/p&gt;&lt;img id="BLOGGER_PHOTO_ID_5205319039223925618" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://3.bp.blogspot.com/_PIT0_AAkJ1w/SD0CFlOFC3I/AAAAAAAAAE8/1nohsELDpu0/s320/shopscript8.gif" border="0" /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;If this page does not appear as presented on the screenshot above, please refer to ‘Troubleshooting’ section of this User Guide.&lt;br /&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-3664189852411680184?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/3664189852411680184/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=3664189852411680184' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/3664189852411680184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/3664189852411680184'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/05/installing-shop-script-free-for-windows.html' title='Installing Shop-Script Free from Windows Executable Version for local computer'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_PIT0_AAkJ1w/SDzDpFOFCwI/AAAAAAAAAEE/O8EHtP4zWNA/s72-c/shopscript.gif' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-3021431950691123812</id><published>2008-05-27T01:59:00.000-07:00</published><updated>2008-05-27T02:04:33.781-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Available Versin Shop Script</title><content type='html'>Shop-Script FREE software is available in two versions:&lt;br /&gt;&lt;br /&gt;• Windows Installer&lt;br /&gt;This version of Shop-Script FREE is an installation wizard which will install Shop-Script&lt;br /&gt;FREE to your local machine or to a remote server. Recommended for all Windows users.&lt;br /&gt;Installation wizard makes installation process of Shop-Script as easy as installation of a&lt;br /&gt;regular Windows application.&lt;br /&gt;&lt;br /&gt;• Zip-archive&lt;br /&gt;This version is a zip archive containing all Shop-Script files. No express installation wizard&lt;br /&gt;is included in this version. Installation is performed according to instructions given below in&lt;br /&gt;the "Installing Zip Version" section of this User Guide.&lt;br /&gt;Both versions of Shop-Script FREE can be downloaded from the "Download" section of Shop-Script website: www.shop-script.com.&lt;br /&gt;Please note that Windows and Zip version are just different versions of the same product.&lt;br /&gt;Features of both versions are absolutely the same. The only difference is in the installation&lt;br /&gt;process.&lt;br /&gt;&lt;br /&gt;We urge you to download Windows Executable since this is much easier and more&lt;br /&gt;convenient to install. Zip version is suitable for Linux/FreeBSD/MacOS X users.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-3021431950691123812?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/3021431950691123812/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=3021431950691123812' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/3021431950691123812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/3021431950691123812'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/05/available-versin-shop-script.html' title='Available Versin Shop Script'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-1469813580842403929</id><published>2008-05-26T20:19:00.000-07:00</published><updated>2008-05-26T20:25:36.507-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Installation &amp; Configure Shop Script Free</title><content type='html'>&lt;span style="font-weight: bold;"&gt;System requirements &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Shop-Script FREE software works on Windows, UNIX, Linux, FreeBSD, MacOS X platforms. Shop-Script products require following software to be installed on your web server (in assumption that&lt;br /&gt;you already have HTTP-server software installed, e.g. Apache, IIS):&lt;br /&gt;• PHP 4.3.0 or higher&lt;br /&gt;  &lt;span style="font-size:85%;"&gt;&lt;span style="font-style: italic;"&gt;Required PHP settings (php.ini):&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  file_uploads = On&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;  magic_quotes_gpc = On&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;• MySQL database&lt;br /&gt;If you are going to install Shop-Script to a remote server, please contact your hosting provider to&lt;br /&gt;verify server specifications.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-1469813580842403929?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/1469813580842403929/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=1469813580842403929' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/1469813580842403929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/1469813580842403929'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/05/installation-configure-shop-script-free.html' title='Installation &amp; Configure Shop Script Free'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4240460755145334973.post-9108939283926695134</id><published>2008-05-26T18:28:00.000-07:00</published><updated>2008-12-08T23:31:32.327-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Shop-Script Free'/><title type='text'>Introduction Shop Script Free</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SDt5k1OFCvI/AAAAAAAAAD8/dLJdhd03Jpo/s1600-h/package-free.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://2.bp.blogspot.com/_PIT0_AAkJ1w/SDt5k1OFCvI/AAAAAAAAAD8/dLJdhd03Jpo/s320/package-free.gif" alt="" id="BLOGGER_PHOTO_ID_5204887468025121522" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;You can have this software in http://www.shop-script.com/download-php-shopping-cart-software.html&lt;br /&gt;&lt;br /&gt;You must input first name,last name and email to get this free software.&lt;br /&gt;&lt;br /&gt;Shop-Script FREE is fully functional free PHP shopping cart software&lt;br /&gt;&lt;br /&gt;Shop-Script FREE benefits:&lt;br /&gt;- Absolutely free to download and use&lt;br /&gt;- No programming is required to install and manage Shop-Script&lt;br /&gt;- Open Source&lt;br /&gt;- Easy design integration (in any HTML editor)&lt;br /&gt;- Search Engine Optimized (SEO)&lt;br /&gt;- Compatible with PayPal&lt;br /&gt;- Easy localization&lt;br /&gt;- All basic ecommerce features&lt;br /&gt;&lt;br /&gt;Licensing&lt;br /&gt;To use Shop-Script FREE software you should accept terms and conditions of Shop-Script FREE&lt;br /&gt;End User License Agreement. For the full text of Shop-Script FREE End User License Agreement please refer to Shop-Script website: http://www.shop-script.com/license-free.html&lt;br /&gt;&lt;br /&gt;Authors&lt;br /&gt;Shop-Script is product of WebAsyst LLC, a privately owned international company.&lt;br /&gt;Our international team of software experts has more than 12 years experience in developing&lt;br /&gt;custom software solutions for business and other large enterprises. Drawing upon this vast&lt;br /&gt;knowledge base, the company’s team now specializes in the development and hosting of web-based solutions for business and organizations.&lt;br /&gt;&lt;br /&gt;For more information about WebAsyst LLC please refer to www.shop-script.com/contacts.html&lt;br /&gt;Support&lt;br /&gt;If you have any questions about the software and/or WebAsyst’s services please refer to&lt;br /&gt;“Support” section at Shop-Script website: www.shop-script.com/support.html&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Please note that we do not provide support on questions regarding modification of PHP/HTML source files (e.g. How can I add a feature? How can I integrate Shop-Script with my custom PHP script?).&lt;br /&gt;More information regarding WebAsyst products and services can be found in Terms Of Service section of Shop-Script  website: http://www.shop-script.com/terms-of-service.html&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4240460755145334973-9108939283926695134?l=osc-cms.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://osc-cms.blogspot.com/feeds/9108939283926695134/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4240460755145334973&amp;postID=9108939283926695134' title='1 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/9108939283926695134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4240460755145334973/posts/default/9108939283926695134'/><link rel='alternate' type='text/html' href='http://osc-cms.blogspot.com/2008/05/introduction-shop-script-free.html' title='Introduction Shop Script Free'/><author><name>about</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PIT0_AAkJ1w/SDt5k1OFCvI/AAAAAAAAAD8/dLJdhd03Jpo/s72-c/package-free.gif' height='72' width='72'/><thr:total>1</thr:total></entry></feed>
