<?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</title>
	<atom:link href="http://www.proxycoder.com/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:50:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>ProxyCoder.com</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>3</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>ProxyCoder.com</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, but for submission and contact captcha is still placed on the database  
Run this [...]]]></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>2</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>ProxyCoder.com</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 you do not want to use cPanel feature, you can backup manually by :

To backup your [...]]]></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>ProxyCoder.com</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. I plan to make it such as wordpress admin theme page. (just check the admin page to view [...]]]></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>7</slash:comments>
		</item>
		<item>
		<title>Bug Fix : Invalid Stats</title>
		<link>http://www.proxycoder.com/46/bug-fix/bug-fix-invalid-stats</link>
		<comments>http://www.proxycoder.com/46/bug-fix/bug-fix-invalid-stats#comments</comments>
		<pubDate>Sat, 26 Sep 2009 13:10:29 +0000</pubDate>
		<dc:creator>ProxyCoder.com</dc:creator>
				<category><![CDATA[Bug Fix]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=46</guid>
		<description><![CDATA[There is a display bug. The script will show invalid click stats.
I have updated the ZIP file with the new script.
Here is how to fix this bug.

Open your /includes/init.php
Replace

$q = "SELECT SUM(`proxy_hits_out`) FROM `proxies` GROUP BY `proxy_status`";

With

$q = "SELECT SUM(`proxy_hits_out`) FROM `proxies` WHERE `proxy_status` = 'active'";

]]></description>
			<content:encoded><![CDATA[<p>There is a display bug. The script will show invalid click stats.</p>
<p>I have updated the ZIP file with the new script.</p>
<p>Here is how to fix this bug.<br />
<span id="more-46"></span><br />
Open your <code>/includes/init.php</code></p>
<p>Replace</p>
<pre>
$q = "SELECT SUM(`proxy_hits_out`) FROM `proxies` <strong>GROUP BY `proxy_status`</strong>";
</pre>
<p>With</p>
<pre>
$q = "SELECT SUM(`proxy_hits_out`) FROM `proxies` <strong>WHERE `proxy_status` = 'active'</strong>";
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/46/bug-fix/bug-fix-invalid-stats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Captcha Broken ?</title>
		<link>http://www.proxycoder.com/33/tips/is-your-captcha-broken</link>
		<comments>http://www.proxycoder.com/33/tips/is-your-captcha-broken#comments</comments>
		<pubDate>Sat, 26 Sep 2009 06:09:58 +0000</pubDate>
		<dc:creator>ProxyCoder.com</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Captcha]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/33/uncategorized/does-your-captcha-broken</guid>
		<description><![CDATA[Is your captcha broken and can not be viewed on your proxy list?
There are three possibilities.
First, your PHP GD is not activated. Second, your mod_rewrite is not activated. Third, your environment setting.

Before checking everything, make sure you have uploaded all necessary files and directories (not even a single one should be ignored) :

&#8220;/includes/libs/animatedcaptcha_background/&#8220;. It contains [...]]]></description>
			<content:encoded><![CDATA[<p>Is your captcha broken and can not be viewed on your proxy list?<br />
There are three possibilities.<br />
First, your PHP GD is not activated. Second, your mod_rewrite is not activated. Third, your environment setting.<br />
<span id="more-33"></span><br />
Before checking everything, make sure you have uploaded all necessary files and directories (not even a single one should be ignored) :</p>
<ol>
<li>&#8220;<code>/includes/libs/animatedcaptcha_background/</code>&#8220;. It contains the background images for the captcha. On the distribution package, it contains various GIF images.</li>
<li>&#8220;<code>/includes/libs/animatedcaptcha_fonts/</code>&#8220;. It contains various TTF fonts for the captcha.</li>
<li>&#8220;<code>/includes/libs/animatedcaptcha_temp/</code>&#8220;. This seems an empty directory. But still <strong>must</strong> exist. If you use animated captcha (which can be turned on optionally), this directory will be used and must be writable (chmod it to 777 &#8211; but only if you use animated captcha, if you just use the static one, you do not need to chmod it).</li>
<li>&#8220;<code>/includes/libs/animatedcaptcha.class.php</code>&#8220;. It is the core PHP class file for our captcha.</li>
</ol>
<h3>Problem on PHP GD</h3>
<p>To check if the first issue happens, try to save this file into any file on your web hosting and open it from your browser.<br />
If everything is fine, you should see a blue box (it is an image actually), with a text on it.</p>
<div class="alt2" dir="ltr" style="<br />
		margin: 0px;<br />
		padding: 6px;<br />
		border: solid #000000 1px;<br />
		width: 300px;<br />
		height: 498px;<br />
		text-align: left;<br />
		overflow: auto"><br />
		<code style="white-space:nowrap"><br />
&lt;?php<br />
//<br />
// (c) Xrvel.com &amp; ProxyCoder.com<br />
//<br />
// This is just a PHP GD demo to test your environment<br />
// You may delete this file if you want to.<br />
//<br />
if (!isset($_GET['debug'])) {<br />
	header('Content-type: image/gif');<br />
}<br />
$image = imagecreate(300, 60);<br />
$background_color = imagecolorallocate($image, 200, 200, 255);<br />
$text_color = imagecolorallocate($image, 0, 0, 5);<br />
imagefilledrectangle($image, 0, 0, 300, 60, $background_color);<br />
imagestring($image, 20, 30, 10, 'THIS IS JUST A PHP GD DEMO', $text_color);<br />
imagestring($image, 20, 30, 30, date('d-M-Y, H:i:s', time()), $text_color);<br />
imagegif($image);<br />
imagedestroy($image);<br />
?&gt;<br />
</code></div>
<h3>Problem on mod_rewrite</h3>
<p>The captcha is called as a rewritten link. The real URL is &#8220;animatedcaptcha.php&#8221;, but called on the page as &#8220;animatedcaptcha.gif&#8221;.<br />
So try to open &#8220;http://www.yourwebsitehere.com/animatedcaptcha.<strong>gif</strong>&#8220;. Do you get &#8220;404 Not Found&#8221; error?</p>
<ol>
<li>If you get &#8220;404 Not Found&#8221; error, it means your server has not activated the mod_rewrite. Try to open &#8220;http://www.yourwebsitehere.com/animatedcaptcha.<strong>php</strong>&#8221; instead. And if you can see the image now, you have two options :
<ol>
<li>First, ask your webhosting to activate the mod_rewrite.</li>
<li>Second, just use &#8220;animatedcaptcha.<strong>php</strong>&#8221; instead of  &#8220;animatedcaptcha.<strong>gif</strong>&#8220;.</li>
</ol>
</li>
<li>If not, there is no problem on your mod_rewrite.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.proxycoder.com/33/tips/is-your-captcha-broken/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Captcha : With or Without ?</title>
		<link>http://www.proxycoder.com/23/tips/captcha-with-or-without</link>
		<comments>http://www.proxycoder.com/23/tips/captcha-with-or-without#comments</comments>
		<pubDate>Tue, 22 Sep 2009 10:22:09 +0000</pubDate>
		<dc:creator>ProxyCoder.com</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=23</guid>
		<description><![CDATA[The proxy list script has a built in captcha (image verification) feature on proxy submission.
This feature can be activated / deactivated easily according to you.
So are you going to use it or not?
Here are some reasons to use captcha :

It prevents bot from submitting proxy to your website.
The captcha is the front gate of your [...]]]></description>
			<content:encoded><![CDATA[<p>The proxy list script has a built in captcha (image verification) feature on proxy submission.<br />
This feature can be activated / deactivated easily according to you.<br />
So are you going to use it or not?<br />
Here are some reasons to use captcha :</p>
<ol>
<li>It prevents bot from submitting proxy to your website.</li>
<li>The captcha is the front gate of your submission script before proxy checking, backlink checking, etc. So as long as user does not input the correct captcha, there will be no further checking for submission input.</li>
</ol>
<p>This feature needs PHP GD to be activated. It can be activated easily by your webhosting.<br />
So do not deactivate it just because the captcha can not be loaded on your website <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/23/tips/captcha-with-or-without/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bug Fix : Error Message on Invalid Reciprocal</title>
		<link>http://www.proxycoder.com/21/bug-fix/bug-fix-error-message-on-invalid-reciprocal</link>
		<comments>http://www.proxycoder.com/21/bug-fix/bug-fix-error-message-on-invalid-reciprocal#comments</comments>
		<pubDate>Tue, 22 Sep 2009 10:15:58 +0000</pubDate>
		<dc:creator>ProxyCoder.com</dc:creator>
				<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[Bug]]></category>

		<guid isPermaLink="false">http://www.proxycoder.com/?p=21</guid>
		<description><![CDATA[There is a small display bug (not a security one) on the old version.
If a user submits a proxy, and you require a backlink, and the backlink is invalid on the submitted proxy, there is no error message displayed.
This will confuse the user because he can not know what is wrong with the submission.

So here [...]]]></description>
			<content:encoded><![CDATA[<p>There is a small display bug (not a security one) on the old version.<br />
If a user submits a proxy, and you require a backlink, and the backlink is invalid on the submitted proxy, there is no error message displayed.<br />
This will confuse the user because he can not know what is wrong with the submission.<br />
<span id="more-21"></span><br />
So here is how to fix this bug.<br />
Open your<br />
<code>/includes/templates/submit-proxy.php</code></p>
<p>And you can add this PHP code to display the error message.<br />
<code>&lt;?php submitError($error, 'backlink'); ?&gt;</code></p>
<p>You can add it anywhere you like. Near the submit button, near the reciprocal button, etc.<br />
But i suggest you to put it after</p>
<pre>
&lt;input type="text" readonly="readonly" value="&lt;?php echo htmlentities(PLX_RECIPROCAL_LINK_2); ?&gt;" size="40" /&gt;
</pre>
<p>So it will become</p>
<pre>
&lt;input type="text" readonly="readonly" value="&lt;?php echo htmlentities(PLX_RECIPROCAL_LINK_2); ?&gt;" size="40" /&gt;
&lt;?php submitError($error, 'backlink'); ?&gt;
</pre>
<p>Just a simple copy paste and you&#8217;re done <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/21/bug-fix/bug-fix-error-message-on-invalid-reciprocal/feed</wfw:commentRss>
		<slash:comments>6</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>ProxyCoder.com</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 to join the project, you can just leave a comment here along with your e-mail on the comment [...]]]></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>ProxyCoder.com</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>
	</channel>
</rss>
