<?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>RootZone.Net &#187; Scripts</title>
	<atom:link href="http://rootzone.net/category/tips-and-tricks/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://rootzone.net</link>
	<description>All About Servers</description>
	<lastBuildDate>Wed, 21 Jul 2010 09:48:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>reset wordpress password from ftp</title>
		<link>http://rootzone.net/reset-wordpress-password-from-ftp/</link>
		<comments>http://rootzone.net/reset-wordpress-password-from-ftp/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 00:42:22 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rootzone.net/?p=440</guid>
		<description><![CDATA[beside all other usual way to reset wordpress password, like from email lost password or from phpmyadmin, there&#8217;s another way, simple way to reset worpress password from ftp Connect to your ftp server, enter your current in use wordpress theme directory, and open/edit functions.php add this entry to the first line after &#60;?php wp_set_password(&#8216;newpassword&#8217;,1); newpassword [...]]]></description>
		<wfw:commentRss>http://rootzone.net/reset-wordpress-password-from-ftp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Allow page access only from pre-listed referrer</title>
		<link>http://rootzone.net/allow-page-access-only-from-pre-listed-referrer/</link>
		<comments>http://rootzone.net/allow-page-access-only-from-pre-listed-referrer/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 05:37:54 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blindtext.info/?p=162</guid>
		<description><![CDATA[i used this trick normally for my rapidleech, it forbid a person to access my rapidleech from copy paste link on browser address,  my rapidleech can only be access by clcking the link on page that i use as referral. for ex, if i use my web here, blindtext.info, someone would be able to access [...]]]></description>
		<wfw:commentRss>http://rootzone.net/allow-page-access-only-from-pre-listed-referrer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Force CGI-Proxy retrieve secure URLs through a non-secure server</title>
		<link>http://rootzone.net/force-cgi-proxy-retrieve-secure-urls-through-a-non-secure-server/</link>
		<comments>http://rootzone.net/force-cgi-proxy-retrieve-secure-urls-through-a-non-secure-server/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:45:40 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blindtext.info/?p=120</guid>
		<description><![CDATA[this&#8217;s is for cgi script from jmarshall on standard script, if u want to browse a secure page (https) u will get this eror message : Retrieval of secure URLs through a non-secure proxy is forbidden.Retrieval of secure URLs through a non-secure proxy is forbidden. This proxy is running on a non-secure server, which means [...]]]></description>
		<wfw:commentRss>http://rootzone.net/force-cgi-proxy-retrieve-secure-urls-through-a-non-secure-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP Tips &#8211; How To Optimize PHP</title>
		<link>http://rootzone.net/php-tips-how-to-optimize-php/</link>
		<comments>http://rootzone.net/php-tips-how-to-optimize-php/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 22:00:31 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blindtext.info/?p=56</guid>
		<description><![CDATA[Here are tips for optimizing your php code so that your php code you can load more quickly and in the execution by the server and not a burden or using too many resources provided by the server. 1. Use of Variable Use of Variable * Operate a variable that is set at 376% faster [...]]]></description>
		<wfw:commentRss>http://rootzone.net/php-tips-how-to-optimize-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Batch file to cleanup unnecessary files in windows</title>
		<link>http://rootzone.net/batch-file-to-cleanup-unnecessary-files-in-windows/</link>
		<comments>http://rootzone.net/batch-file-to-cleanup-unnecessary-files-in-windows/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 02:56:22 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blindtext.info/?p=42</guid>
		<description><![CDATA[simple tool for clean up n free your disk from temporary and unusable files, it&#8217;s made by kebo_gila the ccpb idol n distribute to me by kabayan, coz few minutes ago i have no idea about tools for clean up the rest of uninstallation data, so i ask him about this n then he told [...]]]></description>
		<wfw:commentRss>http://rootzone.net/batch-file-to-cleanup-unnecessary-files-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force using www on website</title>
		<link>http://rootzone.net/force-using-www-on-website/</link>
		<comments>http://rootzone.net/force-using-www-on-website/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:39:54 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blindtext.info/?p=20</guid>
		<description><![CDATA[let say i want to force any people that visit this site to visit http://www.blindtext.info, not http://blindtext.info , there&#8221;s a very simple way. use .htacces copy this code on text editor, and save as .htacces RewriteEngine on RewriteCond %{HTTP_HOST} ^trevorfitzgerald.com [NC] RewriteRule ^(.*)$ http://www.trevorfitzgerald.com/$1 [L,R=301] will visit http://www.blindtext.info rather than http://blindtext.info www seem much sweeter, [...]]]></description>
		<wfw:commentRss>http://rootzone.net/force-using-www-on-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect page silently with PHP script</title>
		<link>http://rootzone.net/redirect-page-silently-with-php-script/</link>
		<comments>http://rootzone.net/redirect-page-silently-with-php-script/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 23:00:00 +0000</pubDate>
		<dc:creator>#root</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blindtext.info/?p=16</guid>
		<description><![CDATA[so simple just copy this code in text editor like notepad and save as index.php &#60;?php header( &#8216;Location: http://yourdestinationdomain.com&#8217; ) ; ?&#62; place it on your webpages pages, delete index.html if exist, and your page will silently redirect to any url or page u want]]></description>
		<wfw:commentRss>http://rootzone.net/redirect-page-silently-with-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
