<?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>xytheMe &#124; Free Custom Proxy Templates &#187; Proxy Mods &amp; Plugins</title>
	<atom:link href="http://www.xytheme.com/category/mods-n-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xytheme.com</link>
	<description>Providing free custom proxy templates.</description>
	<lastBuildDate>Mon, 06 Dec 2010 13:00:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Small user online script &#8211; as seen on PWA!</title>
		<link>http://www.xytheme.com/2009/02/small-user-online-script-as-seen-on-pwa/</link>
		<comments>http://www.xytheme.com/2009/02/small-user-online-script-as-seen-on-pwa/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 00:35:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Proxy Mods & Plugins]]></category>
		<category><![CDATA[check ip address]]></category>
		<category><![CDATA[check user online]]></category>
		<category><![CDATA[proxywhereabouts]]></category>
		<category><![CDATA[user online script]]></category>
		<category><![CDATA[what is my ip]]></category>
		<category><![CDATA[whatismyip]]></category>

		<guid isPermaLink="false">http://www.xytheme.com/?p=209</guid>
		<description><![CDATA[For you who want to be different and want to have cool user online on your site, I found a script that can easily customized and includes the function to check your IP. Confused to understand what I meant? Go on and visit ProxyWhereabouts.com and look at its left sidebar no.3. It shows the IP [...]]]></description>
			<content:encoded><![CDATA[<p>For you who want to be different and want to have cool user online on your site, I found a script that can easily customized and includes the function to check your IP. Confused to understand what I meant? Go on and visit <a href="http://www.proxywhereabouts.com" target="_blank">ProxyWhereabouts.com</a> and look at its left sidebar no.3. It shows the IP of who&#8217;s online and the link to the page where people can see their IP and other details.</p>
<p><a href="http://www.xytheme.com/wp-content/uploads/2009/02/whosonline.png"><img class="alignnone size-thumbnail wp-image-210" title="whosonline" src="http://www.xytheme.com/wp-content/uploads/2009/02/whosonline-300x149.png" alt="whosonline 300x149 Small user online script   as seen on PWA!" width="300" height="149" /></a></p>
<p><a href="http://www.xytheme.com/wp-content/uploads/2009/02/whatismyip.png"><img class="alignnone size-thumbnail wp-image-211" title="whatismyip" src="http://www.xytheme.com/wp-content/uploads/2009/02/whatismyip.png" alt="whatismyip Small user online script   as seen on PWA!" width="500" height="178" /></a></p>
<p>I put this up because there is people who seems interested to know how to create something similar to what I have on <a href="http://www.proxywhereabouts.com" target="_blank">ProxyWhereabouts.com</a>. It even been discussed on a <a href="http://www.netbuilders.org/post-11188-1.html" target="_blank">webmaster forum</a>. *happy*. So, Aquarezz I hope you&#8217;re happy to have this code. Only that you need to customize it to suit your need.</p>
<p>If you feel this script make you day, then do drop some comments below.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3  class="related_post_title">These post might interest you</h3><ul class="related_post"><li><a href="http://www.xytheme.com/2009/02/costly-human-error/" title="Costly Human Error">Costly Human Error</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.xytheme.com/2009/02/small-user-online-script-as-seen-on-pwa/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to prevent hotlinking on your Zelune based proxy.</title>
		<link>http://www.xytheme.com/2009/01/how-to-prevent-hotlinking-on-your-zelune-based-proxy/</link>
		<comments>http://www.xytheme.com/2009/01/how-to-prevent-hotlinking-on-your-zelune-based-proxy/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 01:45:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Proxy Mods & Plugins]]></category>
		<category><![CDATA[prevent hotlinking zelune]]></category>
		<category><![CDATA[zelune hotlinking mod]]></category>

		<guid isPermaLink="false">http://www.xytheme.com/?p=172</guid>
		<description><![CDATA[Oh, this is a continuation from the hotlinking code for CGI proxy yesterday. Like PHProxy, Glype and CGI proxy, Zelune also been considered as a popular proxy script. Thus, it also has the disadvantages of being hotlinked by other good-for-nothing webmasters. So, to prevent hotlinking on Zelune, simply open up your index.php and look for [...]]]></description>
			<content:encoded><![CDATA[<p>Oh, this is a continuation from the hotlinking code for CGI proxy yesterday. Like PHProxy, Glype and CGI proxy, Zelune also been considered as a popular proxy script. Thus, it also has the disadvantages of being hotlinked by other good-for-nothing webmasters. So, to prevent hotlinking on Zelune, simply open up your index.php and look for php opening tag ( Right after the tag, insert this codes.</p>
<blockquote><p>// Change this to your domain (no ‘www.’)<br />
$domain=”yourdomain.com”;</p>
<p>// If no request:<br />
if($_GET[’__new_url’]!=”&#8221;){<br />
// Get referer<br />
$referer=$_SERVER[”HTTP_REFERER”];<br />
// Check to see if referer is not the proxys domain<br />
$count=substr_count($referer,$domain);<br />
// If there is an outside referer:<br />
if($count==0){<br />
// If there is a request:<br />
if($_GET[’__new_url’]!=”&#8221;){<br />
// Redirect to homepage and finish script<br />
header(”Location: http://www.” . $domain . “/”);<br />
exit();<br />
}<br />
}<br />
}</p></blockquote>
<p>See? A simple solution to saves you lots of bandwidth. <img src='http://www.xytheme.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How to prevent hotlinking on your Zelune based proxy." class='wp-smiley' title="How to prevent hotlinking on your Zelune based proxy." /> </p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.xytheme.com/2008/03/ive-just-won-a-proxy/" title="I&#8217;ve Just Won A Proxy">I&#8217;ve Just Won A Proxy</a></li><li><a href="http://www.xytheme.com/2009/01/how-to-prevent-hotlinking-on-your-cgi-based-proxy/" title="How to prevent hotlinking on your CGI based proxy.">How to prevent hotlinking on your CGI based proxy.</a></li><li><a href="http://www.xytheme.com/2008/07/orange-by-doeshcom/" title="&#8220;Orange&#8221; by doesh.com">&#8220;Orange&#8221; by doesh.com</a></li><li><a href="http://www.xytheme.com/2008/09/phproxy-bandwidth-limiter-mod/" title="PHProxy&#8217;s Bandwidth Limiter Mod">PHProxy&#8217;s Bandwidth Limiter Mod</a></li><li><a href="http://www.xytheme.com/2008/07/green-20-by-doeshcom/" title="&#8220;Green 2.0&#8243; by doesh.com">&#8220;Green 2.0&#8243; by doesh.com</a></li><li><a href="http://www.xytheme.com/2008/03/free-templates-are-ready-for-download/" title="Free Templates Are Ready For Download.">Free Templates Are Ready For Download.</a></li><li><a href="http://www.xytheme.com/2008/04/geekhall-v1/" title="GeekHall v1">GeekHall v1</a></li><li><a href="http://www.xytheme.com/2008/07/markisa/" title="Markisa">Markisa</a></li><li><a href="http://www.xytheme.com/2008/04/geekhall-v2/" title="GeekHall v2">GeekHall v2</a></li><li><a href="http://www.xytheme.com/2010/04/how-to-create-a-web-based-proxy/" title="How to Create a Web Based Proxy">How to Create a Web Based Proxy</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.xytheme.com/2009/01/how-to-prevent-hotlinking-on-your-zelune-based-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to prevent hotlinking on your CGI based proxy.</title>
		<link>http://www.xytheme.com/2009/01/how-to-prevent-hotlinking-on-your-cgi-based-proxy/</link>
		<comments>http://www.xytheme.com/2009/01/how-to-prevent-hotlinking-on-your-cgi-based-proxy/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 19:19:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Proxy Mods & Plugins]]></category>
		<category><![CDATA[cgi hotlinking]]></category>
		<category><![CDATA[prevent hotlinking]]></category>
		<category><![CDATA[stop hotlinking]]></category>

		<guid isPermaLink="false">http://www.xytheme.com/?p=169</guid>
		<description><![CDATA[Previously I wrote a code about how to prevent hotlinking on your PHProxy. This time around you will learn how to prevent hotlinking on your CGI Proxy script. Open up your nph-proxy.cgi with notepad or your favorite text editor. Look for this line. $HTTP_1_X=  $NOT_RUNNING_AS_NPH   ? &#8216;Status:&#8217;   : &#8220;HTTP/$HTTP_VERSION&#8221; ; Below the line, add this [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I wrote a code about how to <a href="http://www.xytheme.com/2008/09/05/phproxy-bandwidth-limiter-mod/">prevent hotlinking on your PHProxy</a>. This time around you will learn how to prevent hotlinking on your CGI Proxy script.</p>
<p>Open up your nph-proxy.cgi with notepad or your favorite text editor.<br />
Look for this line.</p>
<blockquote><p>$HTTP_1_X=  $NOT_RUNNING_AS_NPH   ? &#8216;Status:&#8217;   : &#8220;HTTP/$HTTP_VERSION&#8221; ;</p></blockquote>
<p>Below the line, add this line and change the domain with your own.</p>
<blockquote><p>if($ENV{’HTTP_REFERER’} =~ /^http:\/\/www.yourdomain.com/)<br />
{<br />
}<br />
else<br />
{<br />
&amp;redirect_to(’http://www.targetdomain.com/’, ”);</p></blockquote>
<p>What it does, whenever people hotlinked your proxy, they will be directed to the address that you specify above.<br />
If you are wanting to get rid of them for good, perhaps shoving them off to my listing site can do you good. lol.</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.xytheme.com/2009/04/raise-your-chance-being-accepted-by-adversal/" title="Raise your chance being accepted by Adversal">Raise your chance being accepted by Adversal</a></li><li><a href="http://www.xytheme.com/2008/04/clean-blue-simple-yet-elegant/" title="Clean Blue &#8211; Simple yet elegant">Clean Blue &#8211; Simple yet elegant</a></li><li><a href="http://www.xytheme.com/2008/04/xytheme-now-have-a-new-face/" title="xytheMe now have a new face!">xytheMe now have a new face!</a></li><li><a href="http://www.xytheme.com/2008/09/phproxy-bandwidth-limiter-mod/" title="PHProxy&#8217;s Bandwidth Limiter Mod">PHProxy&#8217;s Bandwidth Limiter Mod</a></li><li><a href="http://www.xytheme.com/2008/03/advertisers-for-proxy/" title="Advertisers For Proxy">Advertisers For Proxy</a></li><li><a href="http://www.xytheme.com/2008/04/avoid-your-ads-from-being-ripped/" title="Avoid your ads from being ripped!">Avoid your ads from being ripped!</a></li><li><a href="http://www.xytheme.com/2008/11/ads-on-proxified-pages/" title="Ads on proxified pages">Ads on proxified pages</a></li><li><a href="http://www.xytheme.com/2008/03/welcome-to-xytheme/" title="Welcome to xytheMe.">Welcome to xytheMe.</a></li><li><a href="http://www.xytheme.com/2008/03/ultimate/" title="Ultimate">Ultimate</a></li><li><a href="http://www.xytheme.com/2008/04/ebook-kick-start-your-proxies-business/" title="[eBook] Kick Start Your Proxies Business">[eBook] Kick Start Your Proxies Business</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.xytheme.com/2009/01/how-to-prevent-hotlinking-on-your-cgi-based-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ads on proxified pages</title>
		<link>http://www.xytheme.com/2008/11/ads-on-proxified-pages/</link>
		<comments>http://www.xytheme.com/2008/11/ads-on-proxified-pages/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 07:16:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Proxy Articles]]></category>
		<category><![CDATA[Proxy Mods & Plugins]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[cgi proxy]]></category>
		<category><![CDATA[Glype Templates]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[PHProxy Templates]]></category>
		<category><![CDATA[proxified page ads]]></category>
		<category><![CDATA[zelune]]></category>

		<guid isPermaLink="false">http://www.xytheme.com/?p=159</guid>
		<description><![CDATA[Too many people has asked me on several forums about this. Actually, setting up an ads in your proxified pages is very easy. All you need is to search for a few keywords/codes and put your ads in between them. So, here we goes. I will write the method of how you can place your [...]]]></description>
			<content:encoded><![CDATA[<p>Too many people has asked me on several forums about this. Actually, setting up an ads in your proxified pages is very easy. All you need is to search for a few keywords/codes and put your ads in between them.</p>
<p>So, here we goes. I will write the method of how you can place your own ads in your proxy proxified page.</p>
<p><strong>#PHProxy</strong><br />
Open up &#8220;index.php&#8221; and do a search for &#8220;url_form&#8221;. Then, you will find something like this,</p>
<blockquote><p>$_url_form      = &#8216;&lt;div style=&#8221;width:100%;margin:0;text-align:center;border-bottom:1px solid #000;color:#fff;background:#654d8d;font-size:12px;font-weight:bold;font-family:Bitstream Vera Sans,arial,sans-serif;padding:4px;&#8221;&gt;&#8217;<br />
. &#8216;&lt;form method=&#8221;post&#8221; action=&#8221;&#8216; . $_script_url . &#8216;&#8221;&gt;&#8217;<br />
. &#8216; &lt;label for=&#8221;____&#8217; . $_config['url_var_name'] . &#8216;&#8221;&gt;&lt;a href=&#8221;&#8216; . $_url . &#8216;&#8221;&gt;Address&lt;/a&gt;:&lt;/label&gt; &lt;input id=&#8221;____&#8217; . $_config['url_var_name'] . &#8216;&#8221; type=&#8221;text&#8221; size=&#8221;80&#8243; name=&#8221;&#8216; . $_config['url_var_name'] . &#8216;&#8221; value=&#8221;&#8216; . $_url . &#8216;&#8221; /&gt;&#8217;<br />
. &#8216; &lt;input type=&#8221;submit&#8221; name=&#8221;go&#8221; value=&#8221;Go&#8221; /&gt;&#8217;<br />
. &#8216; [go: &lt;a href="' . $_script_url . '?' . $_config['url_var_name'] . &#8216;=&#8217; . encode_url($_url_parts['prev_dir']) .&#8217; &#8220;&gt;up one dir&lt;/a&gt;, &lt;a href=&#8221;&#8216; . $_script_base . &#8216;&#8221;&gt;main page&lt;/a&gt;]&#8217;<br />
. &#8216;&lt;br /&gt;&lt;hr /&gt;&#8217;;</p></blockquote>
<p>Put your ads in between &lt;hr /&gt; and &#8216;. So, your ads should be like this.</p>
<blockquote><p>$_url_form      = &#8216;&lt;div style=&#8221;width:100%;margin:0;text-align:center;border-bottom:1px solid #000;color:#fff;background:#654d8d;font-size:12px;font-weight:bold;font-family:Bitstream Vera Sans,arial,sans-serif;padding:4px;&#8221;&gt;&#8217;<br />
. &#8216;&lt;form method=&#8221;post&#8221; action=&#8221;&#8216; . $_script_url . &#8216;&#8221;&gt;&#8217;<br />
. &#8216; &lt;label for=&#8221;____&#8217; . $_config['url_var_name'] . &#8216;&#8221;&gt;&lt;a href=&#8221;&#8216; . $_url . &#8216;&#8221;&gt;Address&lt;/a&gt;:&lt;/label&gt; &lt;input id=&#8221;____&#8217; . $_config['url_var_name'] . &#8216;&#8221; type=&#8221;text&#8221; size=&#8221;80&#8243; name=&#8221;&#8216; . $_config['url_var_name'] . &#8216;&#8221; value=&#8221;&#8216; . $_url . &#8216;&#8221; /&gt;&#8217;<br />
. &#8216; &lt;input type=&#8221;submit&#8221; name=&#8221;go&#8221; value=&#8221;Go&#8221; /&gt;&#8217;<br />
. &#8216; [go: &lt;a href="' . $_script_url . '?' . $_config['url_var_name'] . &#8216;=&#8217; . encode_url($_url_parts['prev_dir']) .&#8217; &#8220;&gt;up one dir&lt;/a&gt;, &lt;a href=&#8221;&#8216; . $_script_base . &#8216;&#8221;&gt;main page&lt;/a&gt;]&#8217;<br />
. &#8216;&lt;br /&gt;&lt;hr /&gt;<strong>YOUR AD HERE</strong>&#8216;;</p></blockquote>
<p>To add your ad code in the <strong>footer</strong>, find this line of codes;</p>
<blockquote><p>$pattern = &#8220;#&lt;/body&gt;#i&#8221;;<br />
preg_match($pattern,$_response_body, $matches);<br />
$_response_body = preg_replace($pattern, &#8216;<br />
&lt;/body&gt;&#8217;, $_response_body); //the replace function</p></blockquote>
<p>Then replace it with these;</p>
<blockquote><p>$pattern = &#8220;#&lt;/body&gt;#i&#8221;;<br />
preg_match($pattern,$_response_body, $matches);<br />
$_response_body = preg_replace($pattern, &#8216;<br />
&lt;!&#8211; START AD CODE &#8211;&gt;<br />
YOU AD CODE HERE<br />
&lt;!&#8211; END AD CODE &#8211;&gt;<br />
&lt;/body&gt;&#8217;, $_response_body); //the replace function</p></blockquote>
<p><strong>#Glype</strong></p>
<p>When you download the installation files, you will find &#8220;setup.php&#8221; in one of its folder. Upload that file and secure it with a password. In that file, you will see several options that you can set. Click on &#8220;Installation Options&#8221; scroll a bit until you see &#8220;Footer Include&#8221; section. Paste your ad code there. Don&#8217;t forget to wrap the code in center tag (&lt;center&gt;&lt;/center&gt;).</p>
<p><strong>#CGI Proxy<br />
</strong></p>
<p>This is the easiest thing to do. Open up your &#8220;nph-proxy.cgi&#8221; file with notepad, I use NotePad++ btw. Look for</p>
<blockquote><p>$table_close<br />
&lt;/center&gt;<br />
&lt;/form&gt;<br />
EOF</p></blockquote>
<p>Your ad code should be placed in between &lt;/form&gt; and EOF. There is 2 instances of this codes, so you need to insert your ad code in both instances.</p>
<p><strong>#Zelune</strong></p>
<p>I have not once tried Zelune script just yet. But according to my friends who used this script, to place ads in proxified page, you need to look for checkbox options. Scroll a bit down past checkbox options until you see form ends tag (&lt;/form&gt;). Place your ad code there. Make sure to put backslash () before any quotation marks (&#8220;). For an example:</p>
<blockquote><p>&lt;a href=&#8221;http://www.example.com&#8221; /&gt;YOUR ADS HERE&lt;/a&gt;</p></blockquote>
<p>should be</p>
<blockquote><p>&lt;a href=&#8221;http://www.example.com&#8221; /&gt;YOUR ADS HERE&lt;/a&gt;</p></blockquote>
<p>So, here you goes. Let&#8217;s make monies out of proxies! For the webmaster who are looking a place to promote proxies, I invite you to submit your to our proxy listing directory that can be found &lt;a href=&#8221;http://www.xytheme.com/proxy-sites/&#8221; /&gt;HERE&lt;/a&gt;.</p>
<p>Good luck!</p>
<h3  class="related_post_title">These post might interest you</h3><ul class="related_post"><li><a href="http://www.xytheme.com/2008/04/xytheme-now-have-a-new-face/" title="xytheMe now have a new face!">xytheMe now have a new face!</a></li><li><a href="http://www.xytheme.com/2008/11/avoid-ads-from-showing-public-service-ads-psa/" title="Avoid Ads From Showing Public Service Ads (PSA)">Avoid Ads From Showing Public Service Ads (PSA)</a></li><li><a href="http://www.xytheme.com/2008/07/peanut/" title="Peanut">Peanut</a></li><li><a href="http://www.xytheme.com/2008/07/myrtle/" title="Myrtle">Myrtle</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.xytheme.com/2008/11/ads-on-proxified-pages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PHProxy&#8217;s Bandwidth Limiter Mod</title>
		<link>http://www.xytheme.com/2008/09/phproxy-bandwidth-limiter-mod/</link>
		<comments>http://www.xytheme.com/2008/09/phproxy-bandwidth-limiter-mod/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 19:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Proxy Mods & Plugins]]></category>
		<category><![CDATA[fast phproxy]]></category>
		<category><![CDATA[phproxy bandwidth limiter mod]]></category>
		<category><![CDATA[phproxy mod]]></category>
		<category><![CDATA[proxy bandwidth limiter]]></category>
		<category><![CDATA[proxy mod]]></category>

		<guid isPermaLink="false">http://www.xytheme.com/?p=115</guid>
		<description><![CDATA[This is an Extra MOD for you. This MOD will help your bandwidth usage by disabling hotlinking on your proxy. Copy the code, open index.php in your proxy folder, paste the code right before the opening &#60;?php syntax. If you need help, use the contact form to contact me or leave a comment below Random [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff6600;">This is an Extra MOD for you. This MOD will help your bandwidth usage by disabling hotlinking on your proxy. Copy the code, open index.php in your proxy folder, paste the code right before the opening &lt;?php syntax. If you need help, use the contact form to contact me or leave a comment below </span></strong></p>
Note: There is a file embedded within this post, please visit this post to download the file.
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.xytheme.com/2008/04/geekhall-v3/" title="GeekHall v3">GeekHall v3</a></li><li><a href="http://www.xytheme.com/2008/04/looking-for-proxy-templates/" title="Looking for proxy templates?">Looking for proxy templates?</a></li><li><a href="http://www.xytheme.com/2009/02/costly-human-error/" title="Costly Human Error">Costly Human Error</a></li><li><a href="http://www.xytheme.com/2009/01/how-to-prevent-hotlinking-on-your-zelune-based-proxy/" title="How to prevent hotlinking on your Zelune based proxy.">How to prevent hotlinking on your Zelune based proxy.</a></li><li><a href="http://www.xytheme.com/2009/01/xytheme-proxy-list-is-back/" title="xytheMe Proxy List is BACK!">xytheMe Proxy List is BACK!</a></li><li><a href="http://www.xytheme.com/2008/09/new-features-added/" title="New Features Added">New Features Added</a></li><li><a href="http://www.xytheme.com/2008/04/avoid-your-ads-from-being-ripped/" title="Avoid your ads from being ripped!">Avoid your ads from being ripped!</a></li><li><a href="http://www.xytheme.com/2008/11/avoid-ads-from-showing-public-service-ads-psa/" title="Avoid Ads From Showing Public Service Ads (PSA)">Avoid Ads From Showing Public Service Ads (PSA)</a></li><li><a href="http://www.xytheme.com/2008/07/thermal-glype/" title="Thermal Glype">Thermal Glype</a></li><li><a href="http://www.xytheme.com/2009/01/proxy-business-and-proxy-promotion-in-its-common-ways-2/" title="Proxy business and Proxy promotion in its common ways">Proxy business and Proxy promotion in its common ways</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.xytheme.com/2008/09/phproxy-bandwidth-limiter-mod/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

