<?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>Proxy Coder &#187; Announcement</title>
	<atom:link href="http://www.proxycoder.com/category/announcement/feed" rel="self" type="application/rss+xml" />
	<link>http://www.proxycoder.com</link>
	<description>Free Proxy List Script</description>
	<lastBuildDate>Fri, 08 Jan 2010 16:49:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Powered By on the Title</title>
		<link>http://www.proxycoder.com/74/announcement/powered-by-on-the-title</link>
		<comments>http://www.proxycoder.com/74/announcement/powered-by-on-the-title#comments</comments>
		<pubDate>Fri, 08 Jan 2010 16:49:54 +0000</pubDate>
		<dc:creator>Proxy Coder</dc:creator>
				<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=74</guid>
		<description><![CDATA[Hi to all users. You may remove the &#8220;Powered By&#8221; thing on the title. It is not required]]></description>
			<content:encoded><![CDATA[<p>Hi to all users. You <strong>may remove</strong> the &#8220;Powered By&#8221; thing on the title. It is not required <img src='http://www.proxycoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/74/announcement/powered-by-on-the-title/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Disable Admin Captcha</title>
		<link>http://www.proxycoder.com/71/announcement/disable-admin-captcha</link>
		<comments>http://www.proxycoder.com/71/announcement/disable-admin-captcha#comments</comments>
		<pubDate>Sun, 22 Nov 2009 01:58:37 +0000</pubDate>
		<dc:creator>Proxy Coder</dc:creator>
				<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=71</guid>
		<description><![CDATA[Since on the current version admin captcha config is stored on database. To activate / deactivate you have to modify it on the database. On the next version, this will be stored on config file such as the older version, &#8230; <a href="http://www.proxycoder.com/71/announcement/disable-admin-captcha">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since on the current version admin captcha config is stored on database. To activate / deactivate you have to modify it on the database. On the next version, this will be stored on config file such as the older version, but for submission and contact captcha is still placed on the database <img src='http://www.proxycoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Run this in your phpMyAdmin<br />
<code>UPDATE config SET config_value = '0' WHERE config_name = 'image_verification_admin_login';</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/71/announcement/disable-admin-captcha/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to Upgrade From Old Version</title>
		<link>http://www.proxycoder.com/56/announcement/how-to-upgrade-from-old-version</link>
		<comments>http://www.proxycoder.com/56/announcement/how-to-upgrade-from-old-version#comments</comments>
		<pubDate>Fri, 09 Oct 2009 09:26:15 +0000</pubDate>
		<dc:creator>Proxy Coder</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=56</guid>
		<description><![CDATA[A copy of this reference can be found in your &#8220;/documentation/upgrade-from-first-release-readme.txt&#8221; file. Here are the steps First, backup your database and your files. You have to do it by yourself. Usually there is cPanel feature to do this. Or if &#8230; <a href="http://www.proxycoder.com/56/announcement/how-to-upgrade-from-old-version">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A copy of this reference can be found in your &#8220;/documentation/upgrade-from-first-release-readme.txt&#8221; file.</p>
<p>Here are the steps <img src='http://www.proxycoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<span id="more-56"></span></p>
<ol>
<li><strong>First</strong>, backup your database and your files. You have to do it by yourself. Usually there is cPanel feature to do this. Or if you do not want to use cPanel feature, you can backup manually by :
<ul>
<li>To backup your database, go to your PHP My Admin. And choose &#8220;Export&#8221;.</li>
<li>To backup your files, just zip your files with cPanel.</li>
</ul>
<p>Please note that if you modify the theme, CSS, etc, it will be reseted to the default. But your data in your database is not lost.</li>
<li><strong>Second</strong>, we have to update the tables from the old version, to the new version. Open SQL file in &#8220;<code>/documentation/upgrade-from-first.sql.txt</code>&#8220;, copy all of the file content. Next, open your PHP My Admin, and run it in &#8220;SQL&#8221; tab there.</li>
<li><strong>Third</strong>, delete all files from the server (including &#8220;php&#8221; file, etc).</li>
<li><strong>Fourth</strong>, upload all new files to your server.</li>
<li><strong>Fifth</strong>, open &#8220;<code>/includes/config-db.php</code>&#8221; and adjust the database setting.</li>
<li><strong>Sixth</strong>, login to your admin page (&#8220;admin.php&#8221;). Default username is &#8220;admin&#8221; and default password is &#8220;admin&#8221;.</li>
<li><strong>Seventh</strong>, change your admin password from admin page <img src='http://www.proxycoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><strong>Last</strong>, change your website configuration (website name, paypal e-mail, admin e-mail, etc) from admin page (it is not on &#8220;config.php&#8221; anymore).</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/56/announcement/how-to-upgrade-from-old-version/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New Beta Version Released</title>
		<link>http://www.proxycoder.com/53/announcement/new-beta-version-released</link>
		<comments>http://www.proxycoder.com/53/announcement/new-beta-version-released#comments</comments>
		<pubDate>Thu, 08 Oct 2009 01:27:26 +0000</pubDate>
		<dc:creator>Proxy Coder</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Proxy List Script]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=53</guid>
		<description><![CDATA[After few months of delay, here is the new beta version. New features : Most config are not stored on config.php anymore, but on database, with admin panel. Supports multiple theme directories at same website. And selectable on admin page. &#8230; <a href="http://www.proxycoder.com/53/announcement/new-beta-version-released">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After few months of delay, here is the new beta version.</p>
<p>New features :</p>
<ol>
<li>Most config are not stored on config.php anymore, but on database, with admin panel.</li>
<li>Supports multiple theme directories at same website. And selectable on admin page. I plan to make it such as wordpress admin theme page. (just check the admin page to view what i mean &#8220;admin.php?do=theme&#8221;)</li>
<li>Proxy speed support.</li>
<li>Proxy category. (can be modified from admin).</li>
<li>&#8220;Recently Visited&#8221; page. Proxy which recently visited will be sorted up. So this is a kind of &#8220;bumping&#8221; on thread.</li>
<li>Paging on all &#8220;List&#8221; pages, so all proxies will be visible. (the old one was just &#8220;top X&#8221;)</li>
<li>Some changes on the header.</li>
<li>Better admin page.</li>
<li>Better cron script.</li>
<li>Better coding (just fyi ).</li>
<li>I probably missed something, i&#8217;ll update it here.</li>
</ol>
<p><span id="more-53"></span><br />
To do on future release :</p>
<ol>
<li>Country information.</li>
<li>Click fraud protection.</li>
<li>I probably missed something, i&#8217;ll update it here.</li>
</ol>
<p>If you use the old version, you still can upgrade. No database / data will be lost. Your old data can be used on the new version.<br />
But, your old template can not be used. So you need to modify the template again. (or just the CSS, depends on what did you do to the old template)</p>
<p>Download : <a href="http://www.proxycoder.com/download-free-php-proxy-list-script">check this page http://www.proxycoder.com/download-free-php-proxy-list-script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/53/announcement/new-beta-version-released/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Join The Project</title>
		<link>http://www.proxycoder.com/19/announcement/join-the-project</link>
		<comments>http://www.proxycoder.com/19/announcement/join-the-project#comments</comments>
		<pubDate>Tue, 22 Sep 2009 10:09:00 +0000</pubDate>
		<dc:creator>Proxy Coder</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programmer]]></category>
		<category><![CDATA[Proxy List]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=19</guid>
		<description><![CDATA[I decide to let anyone to join the proxy list coding project. I use subversion for this. If you are interested, you can use Tortoise SVN or Netbeans as your SVN client. If you are a PHP programmer and like &#8230; <a href="http://www.proxycoder.com/19/announcement/join-the-project">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I decide to let anyone to join the proxy list coding project.<br />
I use subversion for this.<br />
If you are interested, you can use Tortoise SVN or Netbeans as your SVN client.<br />
If you are a PHP programmer and like to join the project, you can just leave a comment here along with your e-mail on the comment field.</p>
<p>The more qualified programmers join this project, the greater this script will be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/19/announcement/join-the-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Continued Development, Next Version</title>
		<link>http://www.proxycoder.com/6/announcement/continued-development-next-version</link>
		<comments>http://www.proxycoder.com/6/announcement/continued-development-next-version#comments</comments>
		<pubDate>Fri, 18 Sep 2009 10:50:51 +0000</pubDate>
		<dc:creator>Proxy Coder</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Proxy List]]></category>
		<category><![CDATA[Proxy List Script]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=6</guid>
		<description><![CDATA[I decide to continue the development recently. It will contain more features and bug fixes.]]></description>
			<content:encoded><![CDATA[<p>I decide to continue the development recently.</p>
<p>It will contain more features and bug fixes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/6/announcement/continued-development-next-version/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome to Proxy Coder</title>
		<link>http://www.proxycoder.com/3/announcement/welcome-to-proxy-coder</link>
		<comments>http://www.proxycoder.com/3/announcement/welcome-to-proxy-coder#comments</comments>
		<pubDate>Fri, 18 Sep 2009 10:36:24 +0000</pubDate>
		<dc:creator>Proxy Coder</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Proxy List]]></category>
		<category><![CDATA[Proxy List Script]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=3</guid>
		<description><![CDATA[Welcome to Proxy Coder .com. You can download free proxy list script. This was the old script which was developed by me, Xrvel. But i decide to move the whole project here. So please modify your backlink in the footer &#8230; <a href="http://www.proxycoder.com/3/announcement/welcome-to-proxy-coder">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Welcome to Proxy Coder .com.<br />
You can download <a href="http://www.proxycoder.com">free proxy list script</a>.<br />
This was the old script which was developed by me, <a href="http://www.xrvel.com">Xrvel</a>.<br />
But i decide to move the whole project here.<br />
So please modify your backlink in the footer of your proxy list script into <code>http://www.proxycoder.com</code> <img src='http://www.proxycoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/3/announcement/welcome-to-proxy-coder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
