<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TerraNetwork &#187; eCommerce</title>
	<atom:link href="http://www.terranetwork.net/blog/category/ecommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terranetwork.net/blog</link>
	<description></description>
	<lastBuildDate>Tue, 29 Nov 2011 10:19:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Magento Multi-Store on Shared cPanel Hosting with Parked Domains</title>
		<link>http://www.terranetwork.net/blog/2011/11/magento-multi-store-on-shared-cpanel-hosting-with-parked-domains/</link>
		<comments>http://www.terranetwork.net/blog/2011/11/magento-multi-store-on-shared-cpanel-hosting-with-parked-domains/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 15:25:23 +0000</pubDate>
		<dc:creator>Edith</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Magento]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=1088</guid>
		<description><![CDATA[This tutorial guides you through setting up Magento Multi-Store on Shared Hosting with cPanel with the &#8220;parked domain&#8221; method. The set-up has been tested on our servers and works perfectly with all TerraNetwork hosting accounts. Any problems, feel free to contact support and we can take a look. Shared Hosting Caveat: Whilst it&#8217;s perfectly possible [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/11/magento-logo-580.gif" alt="" title="Magento" width="580" height="131" class="aligncenter size-full wp-image-1135" /></p>
<p>This tutorial guides you through setting up Magento Multi-Store on Shared Hosting with cPanel with the &#8220;parked domain&#8221; method. The set-up has been tested on our servers and works perfectly with all TerraNetwork hosting accounts. Any problems, feel free to contact support and we can take a look.</p>
<p>Shared Hosting Caveat: Whilst it&#8217;s perfectly possible to run Magento on Shared Hosting it does require more resources than other carts. If your shop gets busy or you have a large number of SKUs, then you may wish to consider an upgrade to Semi-Dedicated or Dedicated Hosting.</p>
<p>The set-up has been tested with Magento Community Edition 1.6.1.0 on Shared Hosting with cPanel on PHP5.3. </p>
<ul>
<li><a href="#admin">Adding another shop in Magento </a></li>
<li><a href="#cpanel">Adding a parked domain to cPanel </a></li>
<li><a href="#htaccess">Modifying .htaccess </a></li>
<li><a href="#ssl">Setting up SSL for checkout </a></li>
</ul>
<h3 id="admin">Adding another shop in Magento </h3>
<p>First off we need to add a second shop in Magento. We&#8217;re using a dummy name &#8220;example.com&#8221;. Please replace with the real domain you wish to us. </p>
<h4>Create Root Category</h4>
<ol>
<li>Log into your Magento admin </li>
<li>Go to the Catalog tab and select &#8220;Manage Categories&#8221; </li>
<li>Click on the &#8220;Add Root Category&#8221; button on the left </li>
<li>For &#8220;Name&#8221; enter example.com. Set the dropdown for &#8220;Is Active&#8221; to &#8220;Yes&#8221;.</li>
<li>Click &#8220;Save Category&#8221; button. </li>
</ol>
<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/11/mage-root-cat.gif" alt="" title="Magento Add Root Category" width="580" height="124" class="aligncenter size-full wp-image-1103" /></p>
<h4>Create Website</h4>
<ol>
<li>Go to the &#8220;Systems&#8221; tab and select &#8220;Manage Stores&#8221;. </li>
<li>Click on the &#8220;Create Website&#8221; button. </li>
<li>For the &#8220;Name&#8221; enter example.com and for the code example. The code will be important later when we need to modify .htaccess. </li>
<li>Click on the &#8220;Save Website&#8221; button. </li>
</ol>
<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/11/mage-new-website.gif" alt="" title="Magento Add New Website" width="580" height="120" class="aligncenter size-full wp-image-1106" /></p>
<h4>Create Store</h4>
<ol>
<li>Click on the &#8220;Create Store&#8221; button. </li>
<li>For the &#8220;Website&#8221;, select example.com from the dropdown. For the &#8220;Name&#8221; enter &#8220;Example&#8221; or any value of your choice. For the &#8220;Root Category&#8221; select example.com from the dropdown.</li>
<li>Click on the &#8220;Save Store&#8221; button. </li>
</ol>
<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/11/mage-new-store1.gif" alt="" title="Magento Add New Store" width="580" height="123" class="aligncenter size-full wp-image-1109" /></p>
<h4>Create Store View</h4>
<ol>
<li>Click on the &#8220;Create Store View&#8221; button. </li>
<li>For the &#8220;Store&#8221; select the store you created in the last step, in our case Example. For &#8220;Name&#8221; enter Example View. For &#8220;Code&#8221; enter example_view. Set &#8220;Status&#8221; to &#8220;Enabled&#8221;. </li>
<li>Click on the &#8220;Save Store View&#8221; button. </li>
</ol>
<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/11/mage-new-store-view.gif" alt="" title="Magento Add New Store View" width="580" height="158" class="aligncenter size-full wp-image-1112" /></p>
<h4>Change Base URL </h4>
<ol>
<li>Go the &#8220;System&#8221; tab and select &#8220;Configuration&#8221;. </li>
<li>For &#8220;Current Configuration Scope&#8221; (located near top left) change the dropdown menu from &#8220;Default Config&#8221; to example.com </li>
<li>Select &#8220;Web&#8221; from the left sidebar under the &#8220;General&#8221; section. </li>
<li>For both the Unsecure and Secure sections, uncheck the &#8220;Use Default&#8221; box next to the Base URL; and enter the URL for your own shop example.com. Make sure to include the trailing backslash.  </li>
<li>Click the &#8220;Save Config&#8221; button. </li>
</ol>
<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/11/mage-base-url.gif" alt="" title="Magento Change Base URL" width="580" height="238" class="aligncenter size-full wp-image-1113" /></p>
<h4>Modify URL redirecting </h4>
<ol>
<li>Still under &#8220;System -> Configuration&#8221; change the &#8220;Current Configuration Scope&#8221; to &#8220;Default Config&#8221;. </li>
<li>Select &#8220;Web&#8221; from the left sidebar under the General section. </li>
<li>For &#8220;URL Options -> Auto-redirect to Base URL&#8221; set to &#8220;No&#8221;. </li>
<li>Click the &#8220;Save Config&#8221; button. </li>
</ol>
<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/11/mage-url-redirect.gif" alt="" title="Magento Modify URL Redirecting" width="580" height="114" class="aligncenter size-full wp-image-1116" /></p>
<h3 id="cpanel">Adding a parked domain to cPanel </h3>
<ol>
<li>Change the domain&#8217;s DNS name servers to your servers. If in doubt, ask your hosting provider for help.</li>
<li>Log into your cPanel and go to &#8220;Domains -> Parked Domains&#8221; </li>
<li>Add the domain example.com and click &#8220;Add Domain&#8221;  </li>
</ol>
<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/11/cpanel-parked-domain.gif" alt="" title="cPanel Add Parked Domain" width="580" height="152" class="aligncenter size-full wp-image-1119" /></p>
<h3 id="htaccess">Modifying .htaccess </h3>
<ol>
<li>Either log into your cPanel and go to &#8220;Files -> File Manager&#8221; or connect to your site via an FTP program. </li>
<li>Navigate to /home/USER/public_html/.htacess (where USER is your cPanel username).</li>
<li>Add to the file the following lines as below. The &#8220;Host&#8221; is the main part of your domain name. &#8220;CODE&#8221; is the website code you defined in Magento admin. RUN_TYPE should always be &#8220;website&#8221;.  <br />
<script type="syntaxhighlighter" class="brush: plain">
SetEnvIf Host .*example.* MAGE_RUN_CODE=example
SetEnvIf Host .*example.* MAGE_RUN_TYPE=website 
</script></li>
<li>Save the file and if you using FTP, upload to your site </li>
</ol>
<h3>Done!</h3>
<p>If all has gone to plan, then you will now have the same instance of Magento running on two separate domain names. </p>
<h3 id="ssl">Setting up SSL Certificates for Checkout </h3>
<p>With the set-up as described above, the only option if you need an SSL Certificate for checkout is to go for a Multi-Domain cert. Multi-domain SSL certificates allow for one cert to be applied to separate domain names on 1 IP. In the past these used to be prohibitively expensive; but prices have tumbled dramatically and are now feasible even for smaller shops. </p>
<p>Multi-Domain Certs should not be confused with WildCard SSL Certs. WildCard covers sub-domains (www.mydomain.com, shop.mydomain.com). Multi-Domain Certs cover separate domain names (mydomain.com, myothershop.com). When ordering a Multi-Domain Cert please bear in mind that www.mydomain.com and mydomain.com will be counted as 2 domains. </p>
<p>For the Dedicated IP, please contact your hosting provider. For Multi-Domain Certs, you can for example try <a href="http://www.comodo.com/business-security/digital-certificates/multi-domain-ssl.php" target="_blank">Comodo</a> or <a href="http://www.godaddy.com/ssl/ssl-certificates.aspx?ci=9039" target="_blank">GoDaddy</a>. </p>
<p>So there you have it &#8211; a Magento multi-shop set up with secure checkout on a Shared Hosting account. And for customers of TerraNetwork, if you run into any issues, feel free to drop us a support ticket, we&#8217;re here to help!</p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2011/11/magento-multi-store-on-shared-cpanel-hosting-with-parked-domains/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PrestaShop Vulnerability</title>
		<link>http://www.terranetwork.net/blog/2011/08/prestashop-vulnerability/</link>
		<comments>http://www.terranetwork.net/blog/2011/08/prestashop-vulnerability/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 09:29:18 +0000</pubDate>
		<dc:creator>Edith</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=1006</guid>
		<description><![CDATA[The PrestaShop team has advised that all PrestaShop versions 1.4.x are vulnerable to a hack and have issued a fix. We have seen this exploit ourselves in our servers, and we'd advise all PrestaShop owners to take action now.]]></description>
			<content:encoded><![CDATA[<p>The PrestaShop team has advised that all PrestaShop versions 1.4.x are vulnerable to a hack and have issued a fix. We have seen this exploit ourselves in our servers, and we&#8217;d advise all PrestaShop owners to take action now. </p>
<p>The update from the PrestaShop team is included in full below: </p>
<h2>PrestaShop Security Fix </h2>
<p>Last night, the PrestaShop’s official website, prestashop.com, was hacked, resulting in the misappropriation of a script intended for transcribing news information in the Back Office of PrestaShop stores.</p>
<p>The entire PrestaShop team dedicated ourselves to identifying and fixing this issue as quickly as possible. That fix has been completed.</p>
<h3>Has my shop been infected?</h3>
<p>This only affects PrestaShop versions 1.4/1.4.1/1.4.2/1.4.3/1.4.4, but not all shops using these versions are necessarily affected</p>
<p>If you use one of these versions, please check for any of the following symptoms:</p>
<ul>
<li>A her.php file is at the root of /modules folder</li>
<li>A .php file different from index.php is in the upload and download folders</li>
<li>Your footer.tpl file has been modified</li>
<li>Your tools/smartyv2 folder is missing</li>
</ul>
<p>If you fulfill one of these conditions, your shop may have been infected. However, it is easy to fix just by following the instructions listed below.</p>
<h3>What should I do?</h3>
<ol>
<li>Change your database password (or contact your webhost if you do not know how to do it). Once you have done that, open the settings.inc.php file in your /config folder and replace your old password with the new one. See below: </li>
<li>Download the fix published by PrestaShop available on <a href="http://addons.prestashop.com/fr/herfix/" target="_blank">http://addons.prestashop.com/fr/herfix/</a> </li>
<li>Upload it to the root folder of your shop with your FTP client (Filezilla, Transmit…) </li>
<li>Go to the url <a href="http://www.myshop.com/herfix.php" target="_blank">http://www.myshop.com/herfix.php</a> (where myshop.com is replaced by the domain name of your site) </li>
<li>The fix is now applied. Please do not forget to delete the herfix.php file previously uploaded at the root of your shop </li>
<li>Rename the admin folder </li>
<li>Change the password of all admins of your shop </li>
</ol>
<p>If you need any help or have any additional questions, you can email us at <a href="mailto:&#x73;&#x65;&#x63;&#x75;&#x72;&#x69;&#x74;&#x79;&#x40;&#x70;&#x72;&#x65;&#x73;&#x74;&#x61;&#x73;&#x68;&#x6f;&#x70;&#x2e;&#x63;&#x6f;&#x6d;"><span class="oe_textdirection">&#x6d;&#x6f;&#x63;&#x2e;&#x70;&#x6f;&#x68;&#x73;&#x61;&#x74;&#x73;&#x65;&#x72;&#x70;<span class="oe_displaynone">null</span>&#x40;&#x79;&#x74;&#x69;&#x72;&#x75;&#x63;&#x65;&#x73;</span></a>. You will receive an answer at the soonest.</p>
<p>The whole PrestaShop team wants to deeply thank the community for its help in identifying this issue.</p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2011/08/prestashop-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scheduled PayPal Maintenance Downtime May 26/27</title>
		<link>http://www.terranetwork.net/blog/2011/05/scheduled-paypal-maintenance-downtime-may-2627/</link>
		<comments>http://www.terranetwork.net/blog/2011/05/scheduled-paypal-maintenance-downtime-may-2627/#comments</comments>
		<pubDate>Wed, 25 May 2011 13:09:53 +0000</pubDate>
		<dc:creator>Rhea</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=851</guid>
		<description><![CDATA[For the benefit of our customers (and anyone else who reads this), Pay Pal has cheduled system-wide maintenance of around 25 minutes duration on May 26 (or May 27 depending on your timezone). You can find full information here: https://www.x.com/view-blog-post.jspa?blog=1542&#38;blogPost=5811 You can also check PayPal&#8217;s system status and scheduled maintenance at: https://www.x.com/community/ppx/system_status]]></description>
			<content:encoded><![CDATA[<p>For the benefit of our customers (and anyone else who reads this), Pay Pal has cheduled system-wide maintenance of around 25 minutes duration on May 26 (or May 27 depending on your timezone).</p>
<p>You can find full information here: https://www.x.com/view-blog-post.jspa?blog=1542&amp;blogPost=5811</p>
<p>You can also check PayPal&#8217;s system status and scheduled maintenance at:<br />
<a rel="nofollow" href="https://www.x.com/community/ppx/system_status" target="_blank">https://www.x.com/community/ppx/system_status</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2011/05/scheduled-paypal-maintenance-downtime-may-2627/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Tell a friend&#8221; script exploits</title>
		<link>http://www.terranetwork.net/blog/2011/03/tell-a-friend-script-exploits/</link>
		<comments>http://www.terranetwork.net/blog/2011/03/tell-a-friend-script-exploits/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 13:38:13 +0000</pubDate>
		<dc:creator>Edith</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Zen Cart]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=685</guid>
		<description><![CDATA[Spammers are getting very good at exploiting &#8220;Tell a Friend&#8221; (TAF) scripts. Any site that uses TAF without adequate security can easily be misued by spammers as a free spam sending service, using up your bandwidth and getting the server blacklisted. &#8220;Tell a Friend&#8221; (TAF) scripts allow a user to send an email to another [...]]]></description>
			<content:encoded><![CDATA[<p>Spammers are getting very good at exploiting &#8220;Tell a Friend&#8221; (TAF) scripts. Any site that uses TAF without adequate security can easily be misued by spammers as a free spam sending service, using up your bandwidth and getting the server blacklisted.</p>
<p><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/03/taf-oscom-screen.gif" alt="Tell a Friend" title="Tell a Friend" width="203" height="123" class="alignleft size-full wp-image-715" /></p>
<p>&#8220;Tell a Friend&#8221; (TAF) scripts allow a user to send an email to another person via your website, usually intended for sharing product/page links. However, as these scripts are nothing more than simple mail send commands, spammers can easily exploit them by running an automated script against it which sends out spam messages, using affected websites as free spam relay.</p>
<p>Spam exploits are often only noticed when email send volumes on the site go up unexpectedly, and volume of bounced emails drastically increases. Although in some cases, spammers keep the volume of emails very low, and we have seen exploits which went undetected for months.</p>
<p>In this article we discuss strategies how &#8220;tell a friend&#8221; (TAF) scripts can be secured and alternative methods of allowing customers to share links on your site.</p>
<ul>
<li><a href="#osc-zen">osCommerce / Zen Cart </a></li>
<li><a href="#magento">Magento </a></li>
<li><a href="#wp">WordPress</a> </li>
<li><a href="#share">Social sharing buttons </a></li>
<li><a href="#email">Using email link </a></li>
<li><a href="#securing">Other methods to secure your script</a></li>
<li><a href="#secure">Secure your site now!</a></li>
</ul>
<h3 id="osc-zen">osCommerce / Zen Cart</h3>
<p>Both osCommerce and Zen Cart have a tell_a_friend.php script which allows visitors to send an email with a product URL and message via your site. Misuse can be stopped by setting the configuration setting &#8220;Allow guest to tell a friend&#8221; in the shop admin to &#8220;false&#8221;. Once set to false, customers will be required to log in or register before sending the email.</p>
<p>If &#8220;Allow guest to tell a friend&#8221; is set to &#8220;true&#8221;, this script is easily exploited. Spammers often search the web for tell_a_friend.php script names and once they have found your site it provides an open door for using your site and bandwidth as their own free mail service. As spammers look for file names, just removing the link from your site won&#8217;t stop the exploit. Only securing (or deleting) the script itself will.</p>
<p>In Zen Cart, go to &#8220;Configuration -&gt; Email Options&#8221;.<br />
<img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/03/taf-zen-cart2.gif" alt="Tell a Friend Zen Cart" title="Tell a Friend Zen Cart" width="560" height="59" class="aligncenter size-full wp-image-723" /></p>
<p>In osCommerce, go to &#8220;Configuration -&gt; My Shop&#8221;.<br />
<img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/03/taf-oscommerce2.gif" alt="Tell a Friend osCommerce" title="Tell a Friend osCommerce" width="560" height="58" class="aligncenter size-full wp-image-721" /></p>
<h3 id="magento">Magento</h3>
<p>Magento&#8217;s &#8220;Email a friend&#8221; script can be configured in admin under &#8220;System -&gt; Configuration -&gt; Catalogue: Email to a friend&#8221;. The important setting is &#8220;Allow for Guests&#8221; set to &#8220;No&#8221;. It also gives the option to limit the number of recipients, limit the number of emails sent per hour and how to monitor either by &#8220;cookie(unsafe)&#8221; or &#8220;IP Address&#8221;.</p>
<p><img class="aligncenter size-full wp-image-707" title="Magento &quot;Tell a Friend&quot;" src="http://www.terranetwork.net/blog/wp-content/uploads/2011/03/taf-magento.gif" alt="Magento &quot;Tell a Friend&quot;" width="560" height="219" /></p>
<h3 id="wp">WordPress</h3>
<p>WordPress has no built-in TAF script, but there are many plugins available <a href="http://www.google.co.uk/search?q=social+bookmarking+wordpress">www.google.co.uk/search?q=social+bookmarking+wordpress</a> . One we use is <a href="http://wordpress.org/extend/plugins/sociable/">wordpress.org/extend/plugins/sociable/</a>. This plugin combines popular social networking tools (facebook, twitter) and an email link which uses the visitor&#8217;s own mail program.</p>
<p><a href="http://blogplay.com/"><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/03/sociable-settings.gif" alt="Sociable for WordPress" title="Sociable for WordPress" width="560" height="135" class="aligncenter size-full wp-image-717" /></a></p>
<p>Any plugin should be checked to see how email is sent. If email is sent via your own site/server, it will present a security issue and is best avoided. Plugins which send mail via their own server or use the visitor&#8217;s mail program are safe.</p>
<h3 id="share">Using Sharing Buttons as secure alternatives to TAF scripts</h3>
<p>A good alternative to using your own TAF script is to use sharing tools such as  <a href="http://www.addthis.com">www.addthis.com</a> and <a href="http://www.sharethis.com">www.sharethis.com/</a>. These give visitors a wide range of options how to share content on your site including email, facebook, twitter and many others; and can easily be implemented.</p>
<p><a href="http://www.addthis.com/"><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/03/add-this-button.gif" alt="Add This Button Styles" title="Add This Button Styles" width="560" height="197" class="aligncenter size-full wp-image-711" /></a></p>
<p>Social network sharing tools are secure, customisable for your site, often can be integrated eg with Google Analytics and tap into the current trend for social network features. Additionaly, the &#8220;email&#8221; links are sent via the button provider&#8217;s website who are responsible for security. Even if the email link is exploited, it would not impact on your own site (and server).</p>
<p><a href="http://www.sharethis.com/"><img src="http://www.terranetwork.net/blog/wp-content/uploads/2011/03/share-this-button.gif" alt="Share This Button" title="Share This Button" width="560" height="70" class="aligncenter size-full wp-image-719" /></a></p>
<p>For site owners looking for an easy to implement, user-friendly and secure alternative to writing their own TAF scripts, these tools offer an attractive option.</p>
<h3 id="email">Using an email link</h3>
<p>An easy alternative to TAF scripts are email links which use the visitor&#8217;s own email program (Outlook, Thunderbird etc) to send an email. Links are in the format:</p>
<pre class="brush:plain"><a href="mailto:?subject=XX?body=XX"> XX </a>
</pre>
<p>Where XX is your preferred subject line and body content message. Dynamic content such as the product URL are easy to add by developers. Please note that the mailto command is empty on purpose, to allow visitors to enter their own recipient email addresses.</p>
<p>When a visitor clicks on the link, an email is opened from the mail program and visitors can then send via their own email service. This method is simple, but can lead to problems where visitors don&#8217;t have email programs installed on their device or eg at work are not allowed to use these for private communications. On the other hand, email is sent by the person itself, simplifying privacy implications and removing any spam concerns.</p>
<h3 id="securing">Securing your TAF Script</h3>
<p>If you cannot secure your TAF script via existing configurations in your site, and the social networking tools are not suitable, then you can look into securing your script. This work should only be carried out by a developer with a good understanding of PHP security.</p>
<p>Common tactics to stop spam exploits include</p>
<ul>
<li>use a captcha (nb: hackers have become quite good at breaking these) </li>
<li>forcing users to register with a website (customer registration) before sending email </li>
<li>limiting the volume of emails each IP address can send per hour </li>
<li>log all emails sent via your site (monitoring, alert of suspicious patterns) </li>
</ul>
<p>It should be noted that any mail script that allows users to send their own mail via your site is inherently a risk. Even if security measures are taken, the activity on the script should be closely monitored and site owners should be aware of the exploit potential.</p>
<h3 id="secure">Secure your site now! </h3>
<p>Even if you are not a developer yourself, you can easily check if your site uses a &#8220;Tell a Friend&#8221; script. Have a look on your site, check what software you are using (Zen Cart, Magento, etc), check via  a file manager for any &#8220;tell_a_friend.php&#8221; or similar files.</p>
<p>If your site does use a script of this kind, use our advice to secure your site now &#038; don&#8217;t be a free mail service for spammers!</p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2011/03/tell-a-friend-script-exploits/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Starting Your Own Business &#8211; the easy way!</title>
		<link>http://www.terranetwork.net/blog/2011/01/starting-your-own-business-the-easy-way/</link>
		<comments>http://www.terranetwork.net/blog/2011/01/starting-your-own-business-the-easy-way/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 15:37:30 +0000</pubDate>
		<dc:creator>Rhea</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=679</guid>
		<description><![CDATA[Let&#8217;s face it, wherever you live in the world, the going is tough at the moment.  People with jobs are worried about keeping them, some have already lost their jobs and everyone who&#8217;s employed by someone else is facing a reduction in the real value of their salaries.  So many people are looking at the [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it, wherever you live in the world, the going is tough at the moment.  People with jobs are worried about keeping them, some have already lost their jobs and everyone who&#8217;s employed by someone else is facing a reduction in the real value of their salaries.  So many people are looking at the idea of starting their own business, either to fill a gap in earnings, to make up for a lost job or to provide future security just in case they do lose the job they have.  The hurdle they face is the cost of starting their own business.</p>
<p>For most people the costs involved in buying their own bricks-n-mortar shop, stocking it, staffing it and running it until they get into profit is just too much to bear, or just too much of a risk.</p>
<p>Some will be tempted by the idea of buying into a franchised business &#8211; a pre-established business expanding through franchising in new areas.  They&#8217;d get the business model, the products and facilities they need from the franchising company and their own area in which to operate. But it&#8217;s up to them to grow the business and the up-front costs of buying the franchise runs from the thousands to the tens of thousands.  That&#8217;s money that many don&#8217;t have and for others it&#8217;s still too much of a risk.</p>
<p>So what&#8217;s the one thing that keeps growing, year-on-year, even during tough times?  The Internet.  The World Wide Web.  And on the Internet the area that also keeps growing is eCommerce &#8211; the quick and easy way to start your own business and with very little outlay.  That&#8217;s where we come in.<span id="more-679"></span></p>
<p>We specialise in providing off-the-shelf eCommerce sites for people who want to start their own business, but also provide white-labelled Reseller Hosting for those who want to grow a business selling websites to others.  We make it easy for both kinds of entrepreneur.</p>
<p>From as little as £39.95 a year (excl tax) you can have your own hosting package with eCommerce software installed by us.  From as little as £130.00 per year (excl tax) you can have your own Reseller Account and be the host for up to 10 websites.   Starting up your own business, with the aim of growing it to something substantial, doesn&#8217;t get more risk-free than that!</p>
<p>So what are you waiting for?  Come on in &#8211; the www is fine!</p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2011/01/starting-your-own-business-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Zen Cart 1.38+ to 1.3.9+</title>
		<link>http://www.terranetwork.net/blog/2010/11/upgrading-zen-cart-1-38-to-1-3-9/</link>
		<comments>http://www.terranetwork.net/blog/2010/11/upgrading-zen-cart-1-38-to-1-3-9/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 01:44:23 +0000</pubDate>
		<dc:creator>Rhea</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=620</guid>
		<description><![CDATA[Many people will still be using Zen Cart v1.3.8a, with available security patches applied. Unfortunately this still leaves them open to intrusion by malicious hackers. Provided that you have not modified your Zen Cart site with new coding additions since you installed it, or since it was installed for you, the upgrade procedure is quite [...]]]></description>
			<content:encoded><![CDATA[<p>Many people will still be using Zen Cart v1.3.8a, with available security patches applied.  Unfortunately this still leaves them open to intrusion by malicious hackers.  Provided that you have not modified your Zen Cart site with new coding additions since you installed it, or since it was installed for you, the upgrade procedure is quite simple to carry out &#8211; though it will take some time.</p>
<p>If you installed Zen Cart yourself using Fantastico or Softaculous then you can use  Softaculous to apply the upgrade &#8211; and don&#8217;t need to follow the procedure below.</p>
<p><strong> </strong></p>
<ul><strong>Upgrading an unmodified Zen Cart 1.3.8+ to Zen Cart 1.3.9h</strong></ul>
<p><strong> </strong></p>
<p><strong>The quickest way to do this, provided you have not added coding additions to your website, is to install a new copy of Zen Cart 1.3.9h in a new folder on your website, and then make a copy of your database and upgrade it to 1.3.9h level.  This method is particularly recommended if your Zen Cart site has been subject to a hack.</strong></p>
<p><span style="color: red;">You must put your live site &#8220;Down For Maintenance&#8221; whilst you carry out this procedure &#8211; otherwise it will become much more complicated to replace your live site with the test site when ready to do so.</span></p>
<p>1.  Make an FTP connection to your website and create a new folder.  Make sure that the name of the new folder does not closely conflict with an existing folder to avoid confusion.<br />
2.  Now upload the complete sub-folder and file set for Zen Cart 1.3.9h to that new folder.<br />
3.  Now go to cPanel and using the MySQL Wizard link create a new empty database with a new User and Password (make a note of them for future reference).<br />
4.  Now use the phpMyAdmin link in cPanel to download a backup of your existing website&#8217;s database to your PC.<br />
5.  Again using cPanel and the phpMyAdmin link go to the new and empty database.  Click on the Import tab and then use the Browse text box to locate the database backup you downloaded to your PC.  Now you can Import a copy of your database ready for use with the 1.3.9h test site.<br />
6.  Now download copies of your existing website&#8217;s two configure.php files and your &#8216;images&#8217; folder then upload them to the correct places in the 1.3.9h fileset.  Please make sure that the &#8216;images&#8217; folder does not contain any PHP files, because these will be hack files.<br />
7.  Now that you have done that you need to edit both configure.php files in the new 1.3.9h test site folder with the new database name, user name and password.  You must also alter the file pathways to include the folder name.  At this stage the two configure.php files need to be left &#8220;writeable&#8221; (permissions of 644).<br />
8.  Now you are ready to begin the upgrade of the database to 1.3.9h.  Using &#8216;yourdomain.com&#8217; in place of the real name of your domain, and assuming that you installed your original site in the root of your domain, you go to this address: http://www.yourdomain.com/test-folder/zc_install.<br />
9.  At the bottom of the configuration check page you will see a link which allows you to upgrade the database only.  Click on that link only &#8211; and no other.<br />
10.  You have now upgraded your old database to work with the new 1.3.9h website.</p>
<p>Just some tidying up and checking to do now:</p>
<p>11. Go back to the test-folder/admin/includes/configure.php file and change the name of the &#8216;admin&#8217; folder (in 3 places).<br />
12. Rename that admin folder, using FTP, to a new name.<br />
13. Now make both of the configure.php files, using FTP, have permissions of 444 (unwriteable).<br />
14. Run tests on the new website to make sure it is all working correctly.</p>
<p>You should now have a working 1.3.9h website, with the contents of your existing website&#8217;s database.  When you are happy that all is working as it should do you can replace your existing website with the new 1.3.9h website.</p>
<p><strong> </strong></p>
<ul><strong>I have an upgraded &#8220;test&#8221; site, so now what do I do?</strong></ul>
<p><strong> </strong></p>
<p><strong>If you followed our advice and put your old website &#8220;Down For Maintenance&#8221; whilst creating the site upgraded to 1.3.9h then you won&#8217;t have had any new customers register on your site and no new orders whilst you did this upgrade of the test site and so replacing your live website with your test website (making it the live site) is relatively simple.</strong></p>
<p>1.  You can keep the upgraded new database as it is, and use it for the new website.<br />
2.  If your live site was installed in a folder called, for example, &#8216;shop&#8217; and your test site was installed in a folder called, for example, &#8216;test&#8217; &#8211; then FTP to your website and rename the &#8216;shop&#8217; folder to something else and then rename the &#8216;test&#8217; folder to &#8216;shop&#8217;.  You then update your two configure.php files for your new and upgraded site with the &#8216;shop&#8217; folder name replacing the &#8216;test&#8217; folder name in those two files.  Job done!</p>
<p>3.  If you installed your live site in the root then it&#8217;s a little more time-consuming but not necessarily more difficult.<br />
4.  First, FTP to your site and download a copy of all folders and files inside your test folder.<br />
5.  You may also want to download a copy of all folders and files of your old website, but we do keep copies that go back two weeks (14 days) and which you can access via the R1Soft link in your cPanel.<br />
6.  Now, here&#8217;s the nerve wracking part &#8211; you delete all folders and files of your old version site in the root, except for any html files etc that you added and the cgi-bin folder.<br />
7.  You upload the 1.3.9h sub-folders and files to the root.<br />
8.  You edit both configure.php files and remove those parts of the pathways which include the test folder name.<br />
9.  You give both those configure.php files permissions of 444 to make them unwriteable.<br />
10. Your new site is now live &#8211; but there is one final thing you must do to make your new site secure.<br />
11. Use the Password Protection feature in cPanel to password protect your renamed &#8216;admin&#8217; folder.  This will add an additional (and necessary) level of security.</p>
<p><span style="color: red;">***  If you modifed the existing Zen Cart template or added your own template then you will need to copy those files over to the templates folder of the newly upgraded website.  You will also need to copy over any overrides or extra configure folders and files, or you will lose the styling of your old site when upgrading.<br />
***  If we installed Zen Cart 1.3.8a for you with Ultimate SEO URLs added to the basic install then contact us via Support Ticket and we will make available a download link to our version of 1.3.9h, which will include Ultimate SEO URLs.</span></p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2010/11/upgrading-zen-cart-1-38-to-1-3-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomato Cart</title>
		<link>http://www.terranetwork.net/blog/2010/11/tomato-cart/</link>
		<comments>http://www.terranetwork.net/blog/2010/11/tomato-cart/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:56:04 +0000</pubDate>
		<dc:creator>Rhea</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=606</guid>
		<description><![CDATA[We have been asked by the makers of Tomato Cart to provide installations of Tomato Cart for our customers (which we have agreed to do) and to evaluate Tomato Cart and provide that evaluation in a Blog posting &#8211; which we are now doing. The first thing to point out is that Tomato Cart was [...]]]></description>
			<content:encoded><![CDATA[<p>We have been asked by the makers of Tomato Cart to provide installations of Tomato Cart for our customers (which we have agreed to do) and to evaluate Tomato Cart and provide that evaluation in a Blog posting &#8211; which we are now doing.</p>
<p>The first thing to point out is that Tomato Cart was developed on the framework of osCommerce MS3 which, whilst available for download, is listed as &#8220;not ready for production use&#8221;.  However, the work done by the team developing TomatoCart does mean that it is ready for production use.</p>
<p>Secondly, the comparison we are offering is between TomatoCart and osCommerce MS2 &#8211; the current stable version of osCommerce.  There is little difference between the screenshots of osCommerce MS2 and MS3.</p>
<p>First let&#8217;s look at the front end of Tomato Cart, and then compare it with the look of osCommerce, as they are &#8220;out of the box&#8221;.</p>
<p><img src="http://www.terranetwork.net/blog/images/tomatocart-front.jpg" alt="Tomato Cart Shop Front" /></p>
<p><img src="http://www.terranetwork.net/blog/images/osc-front.jpg" alt="osCommerce Shop Front" /></p>
<p>You&#8217;ll notice immediately that the front end of Tomato Cart is far more pleasing to the eye than the front end of osCommerce, and behind this is the templating system which Tomato Cart operates.</p>
<p>Now let&#8217;s look at the control panel, or the &#8220;back end&#8221; for both shopping carts.</p>
<p><img src="http://www.terranetwork.net/blog/images/tomatocart-back.jpg" alt="Tomato Cart control panel" /></p>
<p><img src="http://www.terranetwork.net/blog/images/osc-back.jpg" alt="osCommerce control panel" /></p>
<p>Once again TomatoCart is more pleasing to the eye, but also easier to navigate around.  You have the ability to select your Featured Products and there is also a Wish List incorporated into Tomato Cart.</p>
<p>If there is one drawback which TomatoCart has at the moment it is the small number of payment modules which are available for use with TomatoCart for UK eCommerce websites, and this is undoubtedly a problem.  However, I do expect the development team at TomatoCart to remedy this in the very near future.</p>
<p>This is only a limited introduction to TomatoCart and is not definitive of its benefits or drawbacks by any means &#8211; it&#8217;s just to give you a flavour of what the TomatoCart development team have achieved on the base of osCommerce MS3.</p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2010/11/tomato-cart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sage Pay System Upgrade</title>
		<link>http://www.terranetwork.net/blog/2010/04/sage-pay-system-upgrade/</link>
		<comments>http://www.terranetwork.net/blog/2010/04/sage-pay-system-upgrade/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 16:28:28 +0000</pubDate>
		<dc:creator>Rhea</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=368</guid>
		<description><![CDATA[Sage Pay have announced that they have scheduled a major system upgrade beginning Saturday 17th April 2010 at 22.00 hrs UK time. As far as we can tell the main part of this upgrade will involve changing the ip addresses which their name servers work on. Sage Pay are anticipating minimal disruption (calculated in minutes) [...]]]></description>
			<content:encoded><![CDATA[<p>Sage Pay have announced that they have scheduled a major system upgrade beginning Saturday 17th April 2010 at 22.00 hrs UK time.  As far as we can tell the main part of this upgrade will involve changing the ip addresses which their name servers work on.</p>
<p>Sage Pay are anticipating minimal disruption (calculated in minutes) while the ip address changes take place &#8211; but we have been here before with Sage Pay system upgrades and their track record is not great.</p>
<p>As Internet Service Providers lock onto the ip addresses which name servers use and not the actual names they use we hope that Sage Pay will put in place forwarding from the old ip addresses to the new.  If they fail to do this, or fail to do it correctly, or their systems get overloaded with the redirects then you should expect disruption for much longer than a few minutes.</p>
<p>Our advice &#8211; if you have alternative payment modules installed but not currently in use, such as Pay Pal, then you should activate them ready for the 17th of April, thus guaranteeing that your customers are able to make payments to you.</p>
<p>Hopefully you won&#8217;t need this &#8211; but it&#8217;s just as well to be prepared!</p>
<p>Link to the Sage Pay email below:<br />
<a href="http://sagepay-email.com/8Z4-4AGG-0916CDOSDF/cr.aspx">Original Sage Pay Email</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2010/04/sage-pay-system-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.co domains &#8211; what you need to know!</title>
		<link>http://www.terranetwork.net/blog/2010/04/co-domains-what-you-need-to-know/</link>
		<comments>http://www.terranetwork.net/blog/2010/04/co-domains-what-you-need-to-know/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:40:36 +0000</pubDate>
		<dc:creator>Rhea</dc:creator>
				<category><![CDATA[eCommerce]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=365</guid>
		<description><![CDATA[You may soon be approached, if you haven&#8217;t already been, by companies trying to sell you the new .co type of domains. This new domain type has nothing to do with existing .co.uk domains. This type of domain, whilst it isn&#8217;t even available yet, is being marketed as &#8220;recognised worldwide as standing for company&#8221;. How [...]]]></description>
			<content:encoded><![CDATA[<p>You may soon be approached, if you haven&#8217;t already been, by companies trying to sell you the new .co type of domains.  This new domain type has nothing to do with existing .co.uk domains.  This type of domain, whilst it isn&#8217;t even available yet, is being marketed as &#8220;recognised worldwide as standing for company&#8221;.  How it can be recognised world-wide as standing for &#8220;company&#8221; when it isn&#8217;t even available yet beats me.</p>
<p>The fact is that .co stands for Colombia, the South American country this domain type belongs to &#8211; just as .tv stands for TuValu and not for TeleVision.</p>
<p>Registering one of the .co domains at this point in time, the pre-launch &#8220;Sunrise&#8221; stage, will costs hundreds whether you calculate in Dollars, Pounds or Euros.</p>
<p>If you think it is essential for your business that you grab one of these domains then you will need to do so at this stage and absorb the cost.</p>
<p>There are new types of domains coming out all the time, some make it and some don&#8217;t.  For instance, you&#8217;ll see .tv domains being used by some companies who advertise on television, but mainly it has been a flop.</p>
<p>My own, purely personal, view is that at this point in time it is too early to tell if the .co type of domain will take off in a meaningful way.</p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2010/04/co-domains-what-you-need-to-know/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making it easier for Business Start-Ups</title>
		<link>http://www.terranetwork.net/blog/2010/03/making-it-easier-for-business-start-ups/</link>
		<comments>http://www.terranetwork.net/blog/2010/03/making-it-easier-for-business-start-ups/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 17:10:51 +0000</pubDate>
		<dc:creator>Rhea</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[TerraNetwork Hosting]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[Prestashop]]></category>
		<category><![CDATA[Zen Cart]]></category>

		<guid isPermaLink="false">http://www.terranetwork.net/blog/?p=362</guid>
		<description><![CDATA[At TerraNetwork we&#8217;ve been specialising in providing eCommerce websites and hosting since 2002. Quite a number of our customers have been with us since their early days and our early days. However, we know that in this difficult economic climate there are many who are thinking about starting a Online Ecommerce Business, but are perhaps [...]]]></description>
			<content:encoded><![CDATA[<p>At TerraNetwork we&#8217;ve been specialising in providing eCommerce websites and hosting since 2002.  Quite a number of our customers have been with us since their early days and our early days.</p>
<p>However, we know that in this difficult economic climate there are many who are thinking about starting a Online Ecommerce Business, but are perhaps deterred by the cost and commitment required.  That&#8217;s why we&#8217;ve decided to lower the entry bar for Start-Up businesses.<span id="more-362"></span></p>
<p>Having just upgraded web space and bandwidth on both our single-site Starter and Business hosting packages we have also now instituted a system of quarterly payments.  Previously, for these two packages, there was only an annual payment option.  You can now get your eCommerce site online for just £11.99 (plus vat) per quarter.</p>
<p>You still get a free domain (all common domain types &#8211; see our site for full details), and a free install of an eCommerce shopping cart website (Zen Cart, Magento, Prestashop, osCommerce).</p>
<p>For those that want a Full SSL Certificate, rather than use our Shared SSL Certificate, we&#8217;ve also lowered the cost of purchasing Full SSL for your website.</p>
<p>It doesn&#8217;t get easier than this to get your dream business online!</p>]]></content:encoded>
			<wfw:commentRss>http://www.terranetwork.net/blog/2010/03/making-it-easier-for-business-start-ups/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

