<?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>JoePerri.com LLC Blog &#187; php</title>
	<atom:link href="http://www.joeperri.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joeperri.com/blog</link>
	<description>Website Design Deals, Tips and Much More</description>
	<lastBuildDate>Tue, 17 Jan 2012 19:29:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>WordPress Security Issue</title>
		<link>http://www.joeperri.com/blog/2010/05/09/wordpress-security-issue/</link>
		<comments>http://www.joeperri.com/blog/2010/05/09/wordpress-security-issue/#comments</comments>
		<pubDate>Sun, 09 May 2010 22:15:31 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress dashboard]]></category>

		<guid isPermaLink="false">http://www.joeperri.com/blog/?p=225</guid>
		<description><![CDATA[This weekend there has been a huge attack on websites that are developed using PHP, namely WordPress websites. From the websites I have been monitoring on this issue, right now it’s not really known how the attacker(s) are accessing the PHP files. What is known is that the attack is modifying every PHP file on [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend there has been a huge attack on websites that are developed using PHP, namely WordPress websites. From the websites I have been monitoring on this issue, right now it’s not really known how the attacker(s) are accessing the PHP files. What is known is that the attack is modifying every PHP file on a server. It appears only websites that are on a shared hosting account are being affected. At this point in time it cannot be said if the attack is targeting websites and accessing them via admin login accounts, ftp accounts, or by direct access to the web servers and running a script to modify every PHP file on that server (This would include all websites on a shared hosting server).</p>
<p>Discovering if your website has been hacked can be done very simple by going to your website, viewing the source file and going all the way to the bottom, right above the &lt;/body&gt; tag. If your website has been hacked, you will see a javascript tag with the one of the following URL in it:</p>
<blockquote><p>//www.indesignstudioinfo.com/ls.php<br />
//zettapetta.com/js.php</p></blockquote>
<p>If you are using WordPress, logging into your dashboard you will find that it does not display properly. Having your dashboard not displaying properly is a good indication your website has been recently hacked.<br />
If your website has been hacked, there is something you can do about it. You can find directions on how to remove the malware code that has been added to every PHP file on your website by going to <a href="http://blog.sucuri.net/2010/05/new-attack-today-against-wordpress.html" target="_blank">http://blog.sucuri.net/2010/05/new-attack-today-against-wordpress.html</a>. There are step by step directions on how to run a script written by Sucuri Security to remove this malware code.</p>
<p>Once you have the code remove, clear the cookies, history and cache saved by your browser. It is not known what information this malware javascript is trying to collect (or what it function is), but clearing these items should keep you safe. You may also want to run your anti-virus software to make sure your computer is clean.<br />
After you have cleaned your browser cache, cookies, and history, you should log into WordPress and change your password. This is just a safety precaution.<br />
I am planning on posting a few security tips for WordPress in the next few days. Come back soon to learn a few steps you can take to help keep your WordPress website safe from being hacked. If you have any questions or if your website has been hacked and what to share how you were able remove the malware, please leave a comment. Sharing knowledge helps to build a safer and more reliable Internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeperri.com/blog/2010/05/09/wordpress-security-issue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updating WordPress issues with 1and1</title>
		<link>http://www.joeperri.com/blog/2009/07/25/updating-wordpress-issues-with-1and1/</link>
		<comments>http://www.joeperri.com/blog/2009/07/25/updating-wordpress-issues-with-1and1/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 22:18:39 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress dashboard]]></category>

		<guid isPermaLink="false">http://blog.joeperri.com/?p=35</guid>
		<description><![CDATA[Having issues updating WordPress on a 1and1 server? Only have half your WordPress dashboard showing? Here is what I encounter and how I solved these issues. A few weeks ago I installed the newest version of WordPress on my web host server, which I use 1and1 web hosting services. Everything was great, until I saw [...]]]></description>
			<content:encoded><![CDATA[<p>Having issues updating WordPress on a 1and1 server? Only have half your WordPress dashboard showing? Here is what I encounter and how I solved these issues.</p>
<p>A few weeks ago I installed the newest version of WordPress on my web host server, which I use 1and1 web hosting services. Everything was great, until I saw the message at the top of my WordPress dashboard saying there is an updated version available. I clicked on the link to updating my site because I feel it’s important to have the latest version available for reasons such as security, bug fixes, and ensure newer versions of the plug ins I use are compatible.</p>
<p>Once I clicked on the link to updated my WordPress software, I got the message that WordPress was initiating the update. I waited and waited and waited some more, nothing happened. I decided to click on the dashboard and found over half the usual dashboard content missing.  I was bewildered by this.  I needed to know what went wrong and how to solve this problem so I wouldn’t have this issue in the future.<br />
<span id="more-35"></span>What I uncovered was that 1and1 web servers defaults to php 4. WordPress will run on php 4, but it is designed to take advantage of php 5. What the issue was was with not being about to update WordPress and a large portion of my dashboard missing, was WordPress was looking to take advantage of php 5 and was not able to do so.</p>
<p>The fix for the problem is relatively easy. It requires you to edit your .htaccess file a bit in order to tell the 1and1 web server that you want it to run your website using php 5, not php 4. I would recommend downloading your .htaccess to your hard drive and open it using any website editing program, such as Dreamweaver. If you do not have a website editing program, notepad (Window Users) or TextEdit (Mac Users) will also work.</p>
<p>Once you open the file, you will see that it starts with <strong><em># BEGIN WordPress</em></strong> and ends with <strong><em># END WordPress</em></strong>.  For our needs, the information between these two tags isn’t important. What is important is after the <em># END WordPress</em>, these two lines of code are added.</p>
<blockquote><p>AddType x-mapp-php5 .php<br />
AddHandler x-mapp-php5 .php</p></blockquote>
<p>These two lines of code will tell your 1and1 server that you want it to use php 5 as it&#8217;s default php version instead of php4. These two lines should also be used in a .htaccess file if you are coding a website using php 5 to be hosted on a 1and1 web server.</p>
<p>Save the changes to the file and upload the changes to your 1and1 website host server.  Go back to your WordPress administrator page and click on the update link now. It should update your software and fix the dashboard so everything that was there before, is there once again.</p>
<p>I hope that helps. If there are any other topics you would like me to discuss on WordPress or 1and1 website hosting problems, feel free to let me know in a comment below. Also let me know if you find this useful and would like me to continue posting tricks and solutions I have learned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joeperri.com/blog/2009/07/25/updating-wordpress-issues-with-1and1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

