<?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>E-Commerce Templates,Addons,Plugins &#187; Troubleshoot</title>
	<atom:link href="http://template.jujuber.com/category/zen-cart/troubleshoot/feed" rel="self" type="application/rss+xml" />
	<link>http://template.jujuber.com</link>
	<description>Free Zen Cart Themes</description>
	<lastBuildDate>Wed, 26 May 2010 15:32:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zen Cart Security Recommendations</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-security-recommendations</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-security-recommendations#comments</comments>
		<pubDate>Wed, 29 Jul 2009 01:39:40 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=50</guid>
		<description><![CDATA[Recently, there are many zen cart shopping store were attacked by hackers, for example, main page has been changed to add a lot of garbage link(fix this please refer step 5), here list some of important security recommendations.
1. Rename your &#8220;/admin&#8221; folder and install the latest zen cart security patch
Renaming the &#8220;admin&#8221; folder makes it [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #993300;">Recently, there are many zen cart shopping store were attacked by hackers, for example, main page has been changed to add a lot of garbage link(</span><span style="color: #ff0000;">fix this please refer step 5</span><span style="color: #993300;">), here list some of important security recommendations.</span></p>
<h4>1. Rename your &#8220;/admin&#8221; folder and install the latest zen cart security patch</h4>
<p>Renaming the &#8220;admin&#8221; folder makes it much harder for would-be hackers to get into your admin area.</p>
<p>(Before making the following changes, make sure to have a current backup of your files and your database.)</p>
<p><span style="color: #0000ff;">A-</span> Open your <span style="color: #99cc00;">admin/includes/configure.php</span>, using a simple text editor like notepad.</p>
<p>Change all instances of /admin/ to your chosen new admin folder-name.</p>
<p>Change this section:</p>
<blockquote><p>define(&#8217;DIR_WS_ADMIN&#8217;, &#8216;/admin/&#8217;);</p>
<p>define(&#8217;DIR_WS_CATALOG&#8217;, &#8216;/&#8217;);</p>
<p>define(&#8217;DIR_WS_HTTPS_ADMIN&#8217;, &#8216;/admin/&#8217;);</p>
<p>define(&#8217;DIR_WS_HTTPS_CATALOG&#8217;, &#8216;/&#8217;);</p></blockquote>
<p>And this section:</p>
<blockquote><p>define(&#8217;DIR_FS_ADMIN&#8217;, &#8216;/home/mystore.com/www/public/admin/&#8217;);</p>
<p>define(&#8217;DIR_FS_CATALOG&#8217;, &#8216;/home/mystore.com/www/public/&#8217;);</p></blockquote>
<p><span style="color: #0000ff;">B-</span> Find your Zen Cart /admin/ directory, using your FTP software or your webhost File Manager.</p>
<p>Rename the directory to match the settings you just made in your admin/includes/configure.php.</p>
<p><span style="color: #0000ff;">C -</span> To login to your admin system you will now have to visit a new URL that matches the new name used in steps A and B above. For example instead of visiting http://www.example.com/admin/ visit http://www.example.com/NeW_NamE4u/.</p>
<p><span style="color: #0000ff;">D -</span> You should also protect your admin area by using a .htaccess file similar to the one shown below, and placing it into /admin/includes. (This should already exist in Zen Cart versions 1.2.7 and greater.)</p>
<p><span style="color: #0000ff;">E- </span>Install the <a href="http://www.zen-cart.com/forum/showthread.php?t=130161">security patch on your Zen Cart? 1.3.x store</a></p>
<h4>2. Set configure.php files read-only</h4>
<p>It&#8217;s important that you CHMOD (set permissions) on the two configure.php files as read-only.</p>
<p>Typically this means setting it to &#8220;644&#8243;, or in some cases &#8220;444&#8243;.</p>
<p>The configure.php files are located in:</p>
<blockquote><p>/&lt;YourStoresFolder&gt;/includes/configure.php</p>
<p>/&lt;YourStoresFolder&gt;/admin/includes/configure.php</p></blockquote>
<p>Quite often setting permissions on a file to read only via FTP will not work. Even if the permission looks like it was set to read only, it really may not have been. You must verify the correct setting by entering the store and seeing if there is a warning message on the top of the screen. &#8220;Warning: I am able to write to the configuration file:&#8230;&#8221; In this case you will need to use the &#8220;File Manager&#8221; supplied with your webhosting account.</p>
<p>If you&#8217;re using a Windows server, simply set the file as Read-Only for Everyone and especially the IUSR_xxxxx (Internet Guest Account) user if running IIS, or the System account or apache user if running Apache.</p>
<h4>3. Delete any unused Admin accounts</h4>
<p>Admin-&gt;Tools-&gt;Admin Settings</p>
<p>In your admin area, open the Tools menu, and choose Admin Settings</p>
<p>- Check for any unused admin accounts, and delete them. Especially the &#8220;Demo&#8221; account, if it exists.</p>
<h4>4. Admin Password Security</h4>
<p>It is wise to use complicated passwords so that a would-be hacker cannot easily guess them.</p>
<p>You can change your admin password in Admin-&gt;Tools-&gt;Admin Settings, and click on the &#8220;Reset Password&#8221; button, or click on the icon that looks like a recycle symbol.</p>
<p>We recommend that you use passwords that are at least 8 characters long.</p>
<p>Making them alpha-numeric (including letters, numbers, upper-and-lower-case, etc) helps too.</p>
<p>If you are going to use normal words it is a good idea to join together two normal words that don&#8217;t normally go together.</p>
<h4>5. Protect your &#8220;define pages&#8221; content in &#8220;html_includes&#8221;</h4>
<p>After you have finished editing your define pages (Admin-&gt;Tools-&gt;Define Pages Editor), you should protect them:</p>
<p><span style="color: #0000ff;">A.</span> Download a copy of them to your PC using your FTP software. They are located in the <span style="color: #99cc00;">/includes/languages/english/html_includes </span>area.</p>
<p><span style="color: #0000ff;">B.</span> Make them CHMOD 644 or 444 (or </p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-security-recommendations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change zen cart tagline text</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/how-to-change-zen-cart-tagline-text</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/how-to-change-zen-cart-tagline-text#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:42:35 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=38</guid>
		<description><![CDATA[In Zen Cart, to change the 
]]></description>
			<content:encoded><![CDATA[<p>In Zen Cart, to change the </p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/how-to-change-zen-cart-tagline-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete zen cart congratulations messages</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/delete-zen-cart-congratulations</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/delete-zen-cart-congratulations#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:36:00 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=36</guid>
		<description><![CDATA[This article teach you how to remove zen cart congratulation messages.
If you want to replace &#8220;Congratulations! You have successfully installed your Zen Cart?; E-Commerce Solution&#8221; with your own text open the includes/languages/ENGLISH/index.php file and find the following code:
// This section deals with the &#8220;home&#8221; page at the top level with no options/products selected
/*Replace this text [...]]]></description>
			<content:encoded><![CDATA[<h4>This article teach you how to remove zen cart congratulation messages.</h4>
<p>If you want to replace &#8220;Congratulations! You have successfully installed your Zen Cart?; E-Commerce Solution&#8221; with your own text open the includes/languages/ENGLISH/index.php file and find the following code:</p>
<blockquote><p>// This section deals with the &#8220;home&#8221; page at the top level with no options/products selected</p>
<p>/*Replace this text with the headline you would like for your shop. For example: &#8216;Welcome to My SHOP!&#8217;*/</p>
<p>define(&#8217;HEADING_TITLE&#8217;, &#8216;Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.&#8217;);</p>
<p>} elseif ($category_depth == &#8216;nested&#8217;) {</p>
<p>// This section deals with displaying a subcategory</p>
<p>/*Replace this line with the headline you would like for your shop. For example: &#8216;Welcome to My SHOP!&#8217;*/</p>
<p>define(&#8217;HEADING_TITLE&#8217;, &#8216;Congratulations! You have successfully installed your Zen Cart&amp;trade; E-Commerce Solution.&#8217;);</p>
<p>}</p></blockquote>
<p>Replace the text starting </p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/delete-zen-cart-congratulations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove zen cart greeting message</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/remove-zen-cart-greeting-message</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/remove-zen-cart-greeting-message#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:08:36 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=30</guid>
		<description><![CDATA[This article teach you how to delete zen cart greeting messages.
If you want to remove
]]></description>
			<content:encoded><![CDATA[<h4>This article teach you how to delete zen cart greeting messages.</h4>
<p>If you want to remove</p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/remove-zen-cart-greeting-message/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zen Cart Blank Page</title>
		<link>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-blank-page</link>
		<comments>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-blank-page#comments</comments>
		<pubDate>Mon, 27 Jul 2009 06:24:19 +0000</pubDate>
		<dc:creator>theme</dc:creator>
				<category><![CDATA[Troubleshoot]]></category>

		<guid isPermaLink="false">http://template.jujuber.com/?p=28</guid>
		<description><![CDATA[Getting a zen cart blank page or blank part of a page
If you&#8217;re getting a blank page when trying to browse to a certain page on your store, or after clicking to have it do something, you&#8217;ve almost certainly got a PHP error in one or more of your files.
Blank pages can be caused by [...]]]></description>
			<content:encoded><![CDATA[<h3>Getting a zen cart blank page or blank part of a page</h3>
<p>If you&#8217;re getting a blank page when trying to browse to a certain page on your store, or after clicking to have it do something, you&#8217;ve almost certainly got a PHP error in one or more of your files.<br />
Blank pages can be caused by a number of things, and often occur just after installing, upgrading, or customizing your store.  Any time you touch a PHP file, you must be sure to not introduce syntax problems(<span style="color: #ff0000;">even worse you have a blank space after a </p>
]]></content:encoded>
			<wfw:commentRss>http://template.jujuber.com/zen-cart/troubleshoot/zen-cart-blank-page/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
