<?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>Speed Zone Roping &#187; php scripts</title>
	<atom:link href="http://www.speedzoneroping.com/category/php-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.speedzoneroping.com</link>
	<description>Because our users Love PLESK, and i hate it</description>
	<lastBuildDate>Mon, 09 May 2011 13:06:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WordPress updates</title>
		<link>http://www.speedzoneroping.com/2011/05/09/wordpress-updates/</link>
		<comments>http://www.speedzoneroping.com/2011/05/09/wordpress-updates/#comments</comments>
		<pubDate>Mon, 09 May 2011 13:06:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=151</guid>
		<description><![CDATA[The wordpress team distributes WordPress updates very often, the process is very simple, you unzip, FTP (upload) the update, and you are done. I do this very often for many many websites, although the process is simple, it is time consuming, the reson is that on shared hosting, i can not upload a zip file, [...]]]></description>
			<content:encoded><![CDATA[<p>The wordpress team distributes WordPress updates very often, the process is very simple, you unzip, FTP (upload) the update, and you are done.</p>
<p>I do this very often for many many websites, although the process is simple, it is time consuming, the reson is that on shared hosting, i can not upload a zip file, i have to upload 800+ files for every single website, the latency of uploading 800 * 10 files adds up, and i should not need to do this</p>
<p>the task look as simple as, create a system to upload the new version to all FTP destinations every time there is a new wordpress update.</p>
<p>This is also more secure than allowing wordpress to update itself, wordpress code files should not be writable to the web server, only to the FTP user.</p>
<p>Anyway, i will get to this project soon (Maybe it will take 10 hours work), and once done i will keep you posted on how to add your FTP details.</p>
<p>Till then, happy wordpressing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2011/05/09/wordpress-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Older wordpress installations get SEO Hacked</title>
		<link>http://www.speedzoneroping.com/2011/03/29/older-wordpress-installations-get-seo-hacked/</link>
		<comments>http://www.speedzoneroping.com/2011/03/29/older-wordpress-installations-get-seo-hacked/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 01:42:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php scripts]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=149</guid>
		<description><![CDATA[Versions before 3.1 got hacked where only google sees a big bulk of text with plenty of text, this is so that the visitor does not get a sense of urgency into fixing the issue. Surely, by the time the user updates the compromised WP install, Search engines would have visited his/her website a few [...]]]></description>
			<content:encoded><![CDATA[<p>Versions before 3.1 got hacked where only google sees a big bulk of text with plenty of text, this is so that the visitor does not get a sense of urgency into fixing the issue.</p>
<p>Surely, by the time the user updates the compromised WP install, Search engines would have visited his/her website a few times, and think the links are important, giving away the beloved rank to the spammer !</p>
<p>In any case, it seems WordPress are aware of the issue, and the update, followed by the DB update (You will see when you login as admin) resolves the issue !</p>
<p>Happy blogging !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2011/03/29/older-wordpress-installations-get-seo-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>auto updating WordPress and making it faster</title>
		<link>http://www.speedzoneroping.com/2009/05/02/auto-updating-wordpress-and-making-it-faster/</link>
		<comments>http://www.speedzoneroping.com/2009/05/02/auto-updating-wordpress-and-making-it-faster/#comments</comments>
		<pubDate>Sat, 02 May 2009 08:21:54 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[php scripts]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=60</guid>
		<description><![CDATA[Faster Auto Updating WordPress, Joomla, and other PHP scripts So, we don&#8217;t think the popular PHP software packages are optimized at all (Knowing the developers had to make them cross platform compatible), We also think keeping them up to date is a hassle, and Auto installation scripts can mess up quite allot when they update, [...]]]></description>
			<content:encoded><![CDATA[<p>Faster Auto Updating WordPress, Joomla, and other PHP scripts</p>
<p>So, we don&#8217;t think the popular PHP software packages are optimized at all (Knowing the developers had to make them cross platform compatible), We also think keeping them up to date is a hassle, and Auto installation scripts can mess up quite allot when they update, if you chose to modify your software, The auto updater can overwrite .</p>
<p>So, what has actually made it somewhere decent on the priority heap of my schedule is a modified version of this software that runs faster and auto updates, This should be added to the list of features in our standard hosting.</p>
<p>I will let you know how it goes, Very soon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2009/05/02/auto-updating-wordpress-and-making-it-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

