<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[SD Scripts Support and Information Forum - All Forums]]></title>
		<link>http://www.sdscripts.com/forum/</link>
		<description><![CDATA[SD Scripts Support and Information Forum - http://www.sdscripts.com/forum]]></description>
		<pubDate>Sun, 07 Sep 2008 16:43:02 -0400</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Basic Explanation of HTML in ACP]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=64</link>
			<pubDate>Tue, 02 Sep 2008 12:11:22 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=64</guid>
			<description><![CDATA[HTML Section of Proxy Promo ACP<br />
<br />
Firstly, if you only change one area, you might get a "Error" message, ignore it, it should not say Error, should just be a notice that that section was not updated.<br />
<br />
Custom links or html displayed underneath proxy list<br />
<br />
Add what you want here, this is displayed under the proxy list box.  <br />
<br />
Title to display on index<br />
<br />
This will show on first page, basically your opening paragraph.<br />
<br />
Body to display on index<br />
This is what shows on your homepage.<br />
Use html markup, etc.<br />
<br />
Adcode to be displayed before redirection to proxy<br />
This shows when someone clicks a proxy from the proxy form box.<br />
You can add your ad code, text, etc.  Use html markup if you wish.<br />
<br />
Time to display ads for<br />
This is how long you want the above page to show before being brought over to the proxy they clicked.]]></description>
			<content:encoded><![CDATA[HTML Section of Proxy Promo ACP<br />
<br />
Firstly, if you only change one area, you might get a "Error" message, ignore it, it should not say Error, should just be a notice that that section was not updated.<br />
<br />
Custom links or html displayed underneath proxy list<br />
<br />
Add what you want here, this is displayed under the proxy list box.  <br />
<br />
Title to display on index<br />
<br />
This will show on first page, basically your opening paragraph.<br />
<br />
Body to display on index<br />
This is what shows on your homepage.<br />
Use html markup, etc.<br />
<br />
Adcode to be displayed before redirection to proxy<br />
This shows when someone clicks a proxy from the proxy form box.<br />
You can add your ad code, text, etc.  Use html markup if you wish.<br />
<br />
Time to display ads for<br />
This is how long you want the above page to show before being brought over to the proxy they clicked.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Forgotten admin password reset]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=63</link>
			<pubDate>Mon, 18 Aug 2008 11:11:13 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=63</guid>
			<description><![CDATA[If you have forgotten your acp password, watch the video below on how to change.<br />
<br />
Here are also directions.<br />
<br />
Quote:1.  Go to your phpMyAdmin<br />
2.  Open the database<br />
3.  Open settings table<br />
4.   Edit adminp table<br />
5.  Value is  MD5 encryption  Type your password<br />
6.  Click go.<br />
7.  Done.<br />
<br />
<br />
Copy and paste this link in browser to view video.<br />
Please note you do not have to change it again in acp, but you can if you want, after you change it here.<br />
<br />
Code:<br />
http://www.sdscripts.com/dev/vid/changeadmin.swf<br />
<br />
]]></description>
			<content:encoded><![CDATA[If you have forgotten your acp password, watch the video below on how to change.<br />
<br />
Here are also directions.<br />
<br />
Quote:1.  Go to your phpMyAdmin<br />
2.  Open the database<br />
3.  Open settings table<br />
4.   Edit adminp table<br />
5.  Value is  MD5 encryption  Type your password<br />
6.  Click go.<br />
7.  Done.<br />
<br />
<br />
Copy and paste this link in browser to view video.<br />
Please note you do not have to change it again in acp, but you can if you want, after you change it here.<br />
<br />
Code:<br />
http://www.sdscripts.com/dev/vid/changeadmin.swf<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[www.wpthemes.me]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=60</link>
			<pubDate>Sat, 26 Jul 2008 10:58:40 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=60</guid>
			<description><![CDATA[ok still a long way to go regarding content<br />
<br />
but got my site up and running now at http://www.wpthemes.me<br />
<br />
one sight change i added a simple contact form]]></description>
			<content:encoded><![CDATA[ok still a long way to go regarding content<br />
<br />
but got my site up and running now at http://www.wpthemes.me<br />
<br />
one sight change i added a simple contact form]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adding new pages to the script]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=59</link>
			<pubDate>Thu, 24 Jul 2008 17:04:51 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=59</guid>
			<description><![CDATA[We have had many questions / inquiries on adding new pages.  <br />
Here is a guide using ProxyMirage Template.<br />
<br />
<br />
To add files. <br />
You must edit both index.htpl <br />
Also you must edit the .htaccess<br />
<br />
Step 1.<br />
Copy and paste this code into a blank document<br />
<br />
<br />
Code:<br />
&lt;div id="leftside"&gt;<br />
<br />
<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2&gt;FAQ&lt;/h2&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;Blah blah blah this is the content&lt;/p&gt;<br />
<br />
&lt;/div&gt;<br />
<br />
<br />
Save file as faq.htpl<br />
<br />
Step 2.<br />
 Open index.htpl<br />
 Find<br />
<br />
Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;{elseif &#36;request.action == 'viewed'}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{include file="viewed.htpl"}<br />
<br />
 Below add<br />
<br />
Code:<br />
{elseif &#36;request.action == 'faq'}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{include file="faq.htpl"}<br />
<br />
<br />
Open .htaccess<br />
<br />
Add this line at the bottom<br />
<br />
Code:<br />
RewriteRule ^faq/? &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=faq<br />
<br />
<br />
Save and upload files to appropriate folders.<br />
<br />
Open templates_c folder and delete the files within.<br />
<br />
Depends on the template you are using what the code in the new faq.htpl would look like.   Just open paypal.htpl and save as faq.htpl and edit how you wish.]]></description>
			<content:encoded><![CDATA[We have had many questions / inquiries on adding new pages.  <br />
Here is a guide using ProxyMirage Template.<br />
<br />
<br />
To add files. <br />
You must edit both index.htpl <br />
Also you must edit the .htaccess<br />
<br />
Step 1.<br />
Copy and paste this code into a blank document<br />
<br />
<br />
Code:<br />
&lt;div id="leftside"&gt;<br />
<br />
<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;h2&gt;FAQ&lt;/h2&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;p&gt;Blah blah blah this is the content&lt;/p&gt;<br />
<br />
&lt;/div&gt;<br />
<br />
<br />
Save file as faq.htpl<br />
<br />
Step 2.<br />
 Open index.htpl<br />
 Find<br />
<br />
Code:<br />
&nbsp;&nbsp;&nbsp;&nbsp;{elseif &#36;request.action == 'viewed'}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{include file="viewed.htpl"}<br />
<br />
 Below add<br />
<br />
Code:<br />
{elseif &#36;request.action == 'faq'}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{include file="faq.htpl"}<br />
<br />
<br />
Open .htaccess<br />
<br />
Add this line at the bottom<br />
<br />
Code:<br />
RewriteRule ^faq/? &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;index.php?action=faq<br />
<br />
<br />
Save and upload files to appropriate folders.<br />
<br />
Open templates_c folder and delete the files within.<br />
<br />
Depends on the template you are using what the code in the new faq.htpl would look like.   Just open paypal.htpl and save as faq.htpl and edit how you wish.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Update July 20, 2008]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=58</link>
			<pubDate>Thu, 24 Jul 2008 11:02:42 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=58</guid>
			<description><![CDATA[Many people did not receive the update of Proxy Promo List Script.<br />
<br />
This update includes :<br />
Duplicate Link Checking<br />
Removal script to remove all duplicate links from before.<br />
Better way to approve / delete new free submission.<br />
<br />
If you did not receive this update via email on the 20th, please go to http://www.sdscripts.com and go to the help desk.<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Many people did not receive the update of Proxy Promo List Script.<br />
<br />
This update includes :<br />
Duplicate Link Checking<br />
Removal script to remove all duplicate links from before.<br />
Better way to approve / delete new free submission.<br />
<br />
If you did not receive this update via email on the 20th, please go to http://www.sdscripts.com and go to the help desk.<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A couple errors]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=57</link>
			<pubDate>Sun, 15 Jun 2008 13:34:51 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=57</guid>
			<description><![CDATA[    *  While executing Setting::put in includes/setting.php on line 51: No update made to setting adcode<br />
    * While executing slots in acp/index.php on line 290: Failed to update adcode<br />
<br />
I get the above errors when trying to SAVE HTML. The HTML gets saved but generates the above errors.<br />
<br />
Any ideas?]]></description>
			<content:encoded><![CDATA[    *  While executing Setting::put in includes/setting.php on line 51: No update made to setting adcode<br />
    * While executing slots in acp/index.php on line 290: Failed to update adcode<br />
<br />
I get the above errors when trying to SAVE HTML. The HTML gets saved but generates the above errors.<br />
<br />
Any ideas?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SEO Update]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=56</link>
			<pubDate>Fri, 30 May 2008 23:09:28 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=56</guid>
			<description><![CDATA[We have just released an update to WP Theme Script.<br />
View has now been made SEO Friendly.<br />
<br />
You can see it here<br />
http://www.wpthemescript.com/demo (click on one of the images).<br />
<br />
We have sent an email with the needed files to all owners of the script.<br />
If you did not receive your email, please send us a support ticket.<br />
Be sure to let us know the url you have installed the script on.<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[We have just released an update to WP Theme Script.<br />
View has now been made SEO Friendly.<br />
<br />
You can see it here<br />
http://www.wpthemescript.com/demo (click on one of the images).<br />
<br />
We have sent an email with the needed files to all owners of the script.<br />
If you did not receive your email, please send us a support ticket.<br />
Be sure to let us know the url you have installed the script on.<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Two New Skins for WP Theme Script]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=55</link>
			<pubDate>Mon, 26 May 2008 16:13:56 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=55</guid>
			<description><![CDATA[Two new skins for you to use for WP Theme Script.<br />
<br />
<br />
and<br />
<br />
<br />
Updating the download links.]]></description>
			<content:encoded><![CDATA[Two new skins for you to use for WP Theme Script.<br />
<br />
<br />
and<br />
<br />
<br />
Updating the download links.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[coder needed to add to the script for a site]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=53</link>
			<pubDate>Thu, 15 May 2008 09:30:09 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=53</guid>
			<description><![CDATA[hey,<br />
<br />
I am looking for a coder ( or the admin ) to add to the script as i want more functions and redesign.<br />
<br />
please pm me etc if you interested.]]></description>
			<content:encoded><![CDATA[hey,<br />
<br />
I am looking for a coder ( or the admin ) to add to the script as i want more functions and redesign.<br />
<br />
please pm me etc if you interested.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[new premium ( and free topsite ) unblock.us]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=52</link>
			<pubDate>Thu, 15 May 2008 09:25:47 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=52</guid>
			<description><![CDATA[just published the script on my site unblock<br />
and its had 48 proxies added to it already :)]]></description>
			<content:encoded><![CDATA[just published the script on my site unblock<br />
and its had 48 proxies added to it already :)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Is there an admin panel]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=50</link>
			<pubDate>Mon, 05 May 2008 11:05:29 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=50</guid>
			<description><![CDATA[Is there any admin panel?<br />
<br />
How would it be? /admin/admin.php<br />
<br />
admin.php etc<br />
<br />
Or any Live Demo?/]]></description>
			<content:encoded><![CDATA[Is there any admin panel?<br />
<br />
How would it be? /admin/admin.php<br />
<br />
admin.php etc<br />
<br />
Or any Live Demo?/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[When go for paid advertisement, i got this problem]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=49</link>
			<pubDate>Sun, 27 Apr 2008 06:00:00 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=49</guid>
			<description><![CDATA[I got this problem after this stage.<br />
<br />
" You are now required to pay for your purchase with paypal " Continue to paypal...<br />
<br />
<br />
<br />
Please help. I need this site to run immediately.]]></description>
			<content:encoded><![CDATA[I got this problem after this stage.<br />
<br />
" You are now required to pay for your purchase with paypal " Continue to paypal...<br />
<br />
<br />
<br />
Please help. I need this site to run immediately.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[If you want Reciprocal]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=48</link>
			<pubDate>Sat, 26 Apr 2008 16:10:49 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=48</guid>
			<description><![CDATA[Please follow steps in this thread if you want free advertisers to use a linkback (reciprocal)<br />
<br />
http://www.sdscripts.com/forum/showthread.php?tid=44]]></description>
			<content:encoded><![CDATA[Please follow steps in this thread if you want free advertisers to use a linkback (reciprocal)<br />
<br />
http://www.sdscripts.com/forum/showthread.php?tid=44]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Changing theme]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=47</link>
			<pubDate>Sat, 26 Apr 2008 16:06:54 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=47</guid>
			<description><![CDATA[1. Log into acp<br />
2. Go to Settings tab<br />
3. Where it says style sheet add the path (each theme should have a read me within it except for the default one which tells you path).<br />
4. Where it says theme name, type theme name.<br />
<br />
Click save.<br />
Log into FTP and delete files from template_c folder.]]></description>
			<content:encoded><![CDATA[1. Log into acp<br />
2. Go to Settings tab<br />
3. Where it says style sheet add the path (each theme should have a read me within it except for the default one which tells you path).<br />
4. Where it says theme name, type theme name.<br />
<br />
Click save.<br />
Log into FTP and delete files from template_c folder.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Question posted for new user]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=46</link>
			<pubDate>Thu, 24 Apr 2008 19:29:30 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=46</guid>
			<description><![CDATA[1. How to custom template using smarty?<br />
2. How to change the template in stead of default?]]></description>
			<content:encoded><![CDATA[1. How to custom template using smarty?<br />
2. How to change the template in stead of default?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to change theme?]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=45</link>
			<pubDate>Thu, 24 Apr 2008 19:04:28 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=45</guid>
			<description><![CDATA[Please give instruction guide how to change theme.]]></description>
			<content:encoded><![CDATA[Please give instruction guide how to change theme.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Want Free Links to use Reciprocal...check this mod]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=44</link>
			<pubDate>Tue, 22 Apr 2008 07:47:13 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=44</guid>
			<description><![CDATA[This is quite simple to do.  Please follow the directions.<br />
<br />
We have decided not to add this code to the script.  It's a known fact about the automatic checkers, they don't work.  People will find your link on another site and just add that.   This is why we have decided to show you how to do it manually.<br />
<br />
======================================================<br />
1.  Open submit.htpl in your template folder.<br />
<br />
2.  Add this code where you want it, change the wording, etc to meet  your needs.<br />
  <br />
<br />
Code:<br />
&lt;b&gt;Though not required much appreciated.&nbsp;&nbsp;Please consider showing your support by adding our link to your site.&lt;/b&gt;&lt;br/&gt;<br />
 &lt;font color="red"&gt;Copy the code below and place this code on your page&lt;/font&gt;&lt;br/&gt;<br />
 &lt;textarea cols="40"&gt;&lt;a href="{&#36;settings.root}"&gt;Proxy Lists&lt;/a&gt; &lt;/textarea&gt;<br />
<br />
<br />
3.  Save file and upload.<br />
<br />
4.  Now when someone submits for free.   Go to:<br />
<br />
Code:<br />
http://tools.seobook.com/general/link-check/<br />
<br />
<br />
Type in the urls that are submitted and follow instructions.<br />
<br />
5.  If reciprocal link is valid, the approve, if not delete.]]></description>
			<content:encoded><![CDATA[This is quite simple to do.  Please follow the directions.<br />
<br />
We have decided not to add this code to the script.  It's a known fact about the automatic checkers, they don't work.  People will find your link on another site and just add that.   This is why we have decided to show you how to do it manually.<br />
<br />
======================================================<br />
1.  Open submit.htpl in your template folder.<br />
<br />
2.  Add this code where you want it, change the wording, etc to meet  your needs.<br />
  <br />
<br />
Code:<br />
&lt;b&gt;Though not required much appreciated.&nbsp;&nbsp;Please consider showing your support by adding our link to your site.&lt;/b&gt;&lt;br/&gt;<br />
 &lt;font color="red"&gt;Copy the code below and place this code on your page&lt;/font&gt;&lt;br/&gt;<br />
 &lt;textarea cols="40"&gt;&lt;a href="{&#36;settings.root}"&gt;Proxy Lists&lt;/a&gt; &lt;/textarea&gt;<br />
<br />
<br />
3.  Save file and upload.<br />
<br />
4.  Now when someone submits for free.   Go to:<br />
<br />
Code:<br />
http://tools.seobook.com/general/link-check/<br />
<br />
<br />
Type in the urls that are submitted and follow instructions.<br />
<br />
5.  If reciprocal link is valid, the approve, if not delete.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Every so often license invalid]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=43</link>
			<pubDate>Mon, 21 Apr 2008 07:57:55 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=43</guid>
			<description><![CDATA[Question:<br />
My site is working, but every so often we receive key invalid.<br />
<br />
Answer:<br />
This is due to your servers port 80.  If you have this problem, please contact us and we will fix it for you.<br />
This is a very uncommon issue.]]></description>
			<content:encoded><![CDATA[Question:<br />
My site is working, but every so often we receive key invalid.<br />
<br />
Answer:<br />
This is due to your servers port 80.  If you have this problem, please contact us and we will fix it for you.<br />
This is a very uncommon issue.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[My license stopped working?]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=42</link>
			<pubDate>Fri, 11 Apr 2008 13:15:30 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=42</guid>
			<description><![CDATA[Problem:  <br />
  My license was working fine, then today I am getting invalid license?   Why?<br />
<br />
Solution:<br />
  Our licenses are lifetime, so the problem will not be at our end.  <br />
  The most common reason for this error is that your host has updated their apache build, and the firewall does not have the proper ports open.<br />
  Please ask them to open port 80, as this is the port which connects to the PHP Audit system.<br />
<br />
If this solution does not work, please contact us via the helpdesk.]]></description>
			<content:encoded><![CDATA[Problem:  <br />
  My license was working fine, then today I am getting invalid license?   Why?<br />
<br />
Solution:<br />
  Our licenses are lifetime, so the problem will not be at our end.  <br />
  The most common reason for this error is that your host has updated their apache build, and the firewall does not have the proper ports open.<br />
  Please ask them to open port 80, as this is the port which connects to the PHP Audit system.<br />
<br />
If this solution does not work, please contact us via the helpdesk.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problems Extracting files]]></title>
			<link>http://www.sdscripts.com/forum/showthread.php?tid=41</link>
			<pubDate>Fri, 11 Apr 2008 13:13:08 -0400</pubDate>
			<guid isPermaLink="false">http://www.sdscripts.com/forum/showthread.php?tid=41</guid>
			<description><![CDATA[Problem:<br />
  My zip file is corrupted?<br />
<br />
Solution:<br />
  Unfortunately the software we use for licensing is known to have issues with many compression softwares.  <br />
  Please use WINRAR or WINZIP only to extract your downloaded files.]]></description>
			<content:encoded><![CDATA[Problem:<br />
  My zip file is corrupted?<br />
<br />
Solution:<br />
  Unfortunately the software we use for licensing is known to have issues with many compression softwares.  <br />
  Please use WINRAR or WINZIP only to extract your downloaded files.]]></content:encoded>
		</item>
	</channel>
</rss>