<?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; Bug Fix</title>
	<atom:link href="http://www.proxycoder.com/category/bug-fix/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>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>Proxy Coder</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 &#8230; <a href="http://www.proxycoder.com/46/bug-fix/bug-fix-invalid-stats">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>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>Proxy Coder</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. &#8230; <a href="http://www.proxycoder.com/21/bug-fix/bug-fix-error-message-on-invalid-reciprocal">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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>
	</channel>
</rss>
