<?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>h4x3d.com &#187; Wordpress</title>
	<atom:link href="http://h4x3d.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://h4x3d.com</link>
	<description>online portfolio of Julian Klewes</description>
	<lastBuildDate>Thu, 24 May 2012 18:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Wrong character encoding &#8211; Latin-1, UTF-8 data in MySQL</title>
		<link>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/</link>
		<comments>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 03:17:17 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://h4x3d.com/?p=1420</guid>
		<description><![CDATA[This article saved me quite some headache &#8211; also this is the cleanest solution of all. For several other workarounds, see Stackoverflow here. The solution that works was: mysqldump -h (your ip) -u (your username) -p  --opt --quote-names \ --skip-set-charset --default-character-set=latin1 (your db name) &#62; (your db name)-dump.sql mysql -h (your ip) -u (your username) [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hno3.org/2010/04/22/fixing-double-encoded-utf-8-data-in-mysql/">This article</a> saved me quite some headache &#8211; also this is the cleanest solution of all. For several other workarounds, see Stackoverflow <a href="http://stackoverflow.com/questions/1344692/i-need-help-fixing-broken-utf8-encoding">here</a>.</p>
<p>The solution that works was:</p>
<pre><code>mysqldump -h (your ip) -u (your username) -p  --opt --quote-names \
--skip-set-charset --default-character-set=latin1 (your db name) &gt; (your db name)-dump.sql</code></pre>
<pre><code>mysql -h (your ip) -u (your username) -p \
--default-character-set=utf8 (your db name) &lt; (your db name)-dump.sql</code></pre>
<p>delete the brackets, dont fill in the brackets (your ip) = 127.0.0.1 for instance</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wrong-character-encoding-latin-1-utf-8-data-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove W3 Total Cache html comment in footer</title>
		<link>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/</link>
		<comments>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 08:28:21 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[credits]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[W3 Total Cache]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1417</guid>
		<description><![CDATA[I am not discussing whether it should be done or not, but just saying where to do it. W3 Total Cache is a great plugin and they surely deserve some SEO juice / kudos for their work, but I have seen questions unanswered on the net of people not knowing where to delete pieces of [...]]]></description>
			<content:encoded><![CDATA[<p><em>I am not discussing whether it should be done or not, but just saying where to do it.</em><br />
W3 Total Cache is a great plugin and they surely deserve some SEO juice / kudos for their work, but I have seen questions unanswered on the net of people not knowing where to delete pieces of comments that are inserted into their pages. Again, I am not touching the ethics of removing credits, but just offer the tools. Use as liked.</p>
<pre><code>/wp-content/plugins/w3-total-cache/lib/W3/Plugin/TotalCache.php</code></pre>
<p>and uncomment/change as desired.</p>
<p>from</p>
<pre><code>/wp-content/plugins/w3-total-cache/w3-total-cache.php</code></pre>
<p>you can find the lead (the references to the above mentioned file).<br />
find the lines using the search for the html comment&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/how-to-remove-w3-total-cache-html-comment-in-footer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Mu embed not working for youtube, input, code, etc.</title>
		<link>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/</link>
		<comments>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:16:32 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[includes]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[unfiltered]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1402</guid>
		<description><![CDATA[Today I wanted to publish a real quick post about how to embed a paypal button into your wordpress post. A topic that has been covered many times elsewhere (if you consult google), but yet many paypal buttons failed to hide the merchant&#8217;s email address which would result in evil spam to be sent. Anyhow, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to publish a real quick post about how to embed a paypal button into your wordpress post. A topic that has been covered many times elsewhere (if you consult google), but yet many paypal buttons failed to hide the merchant&#8217;s email address which would result in evil spam to be sent. Anyhow, I thought posting this quick article would take max 5 minutes or so, but it turned out to be more difficult: WordPress MU for security purposes does not allow specific HTML code to be included in posts or pages.<br />
This is for security reasons, as mentioned before, because in a multi-blog environment people could post all sorts of crap to compromise your site, server and work, ultimately driving you nuts and causing all sorts of havoc.</p>
<p>After some Googling <a href="http://www.clickonf5.org/wordpress-mu/youtube-other-video-not-embedding-wordpress-mu/5820">I</a> <a href="http://mu.wordpress.org/forums/topic/1964?replies=6">found</a> <a href="http://mu.wordpress.org/forums/topic/1964/page/2#post-46843">several</a> <a href="http://blogs.voxeo.com/behindtheblog/2008/08/01/tip-how-to-modify-wordpress-mu-to-allow-embed-objects-specifically-for-slideshare/">interesting</a> <a href="http://php-princess.net/2009/06/16/embedding-youtube-videos-in-wordpress-mu/">articles</a>, <a href="http://kafekafe.com/wordpress-mu/2009/06/24/wordpress-mu-embed-code/">most</a> of <a href="http://www.darkavenger.co.uk/words/2009/09/get-youtube-videos-to-work-in-wordpress-mu/">them</a> repeated themselves and said &#8220;well.. edit the ksas.php file in wp-includes&#8221; and then stated a long-list with many interesting HTML pieces. This works, but a plugin is more fancy I thought: so I googled on and found a plugin called <a href="http://wordpress.org/extend/plugins/unfiltered-mu/">&#8220;unfiltered&#8221; content WordPress MU</a>, released by the WordPress guys. This is in so far cool, as you can either stick it in the mu-plugins folder and have it sidewide, or in the regular plugins folder and just activate it on a blog by blog basis. Since I am running this WordPress MU installation on my own and do not have posts to monitor for &#8220;havoc causing script includes&#8221;, I decided to go for the plugin and enable it side-wide. This way I can upgrade my wordpress mu next time a new version comes out and keep my sanity (because by then I would probably have forgotten about the includes folder and the php file that I need to update every time&#8230;)</p>
<p>Hope this helps,<br />
best,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a paypal button to your wordpress page</title>
		<link>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/</link>
		<comments>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 15:39:23 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[asides]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[donate]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1398</guid>
		<description><![CDATA[update: f§*king wordpress mu won&#8217;t let me enter tags in my posts. I have tried the wordpress RAW plugin and other filters, but still. more updates on this tomorrow -> solution There are different approaches to doing this (adding a paypal button to your wordpress page, or any html or php website): You can copy&#38;paste [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/">update: f§*king wordpress mu won&#8217;t let me enter  tags in my posts. I have tried the wordpress RAW plugin and other filters, but still. more updates on this tomorrow -> solution</a></strong></p>
<p>There are different approaches to doing this (adding a paypal button to your wordpress page, or any html or php website):</p>
<p>You can copy&amp;paste the code you find on most pages and wonder why you get really a lot of spam emails<br />
or you can use the &#8220;secure merchant id&#8221; code from paypal<br />
or you can grab a plugin at wordpress.org</p>
<p>To explain the first (revealing code)</p>
<pre><span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>form</span> <span style=' color: Red;'>name</span>=”_xclick” <span style=' color: Red;'>action</span>=”https://www.paypal.com/cgi-bin/webscr” <span style=' color: Red;'>method</span>=”post”<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”cmd” <span style=' color: Red;'>value</span>=”_xclick”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”business” <span style=' color: Red;'>value</span>=”user@spam-me-please.com”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”item_name” <span style=' color: Red;'>value</span>=”Customer Service”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”currency_code” <span style=' color: Red;'>value</span>=”USD”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”hidden” <span style=' color: Red;'>name</span>=”amount” <span style=' color: Red;'>value</span>=”1.00″/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>=”image” <span style=' color: Red;'>src</span>=”http://www.paypal.com/en_US/i/btn/btn_donate_LG.gif” <span style=' color: Red;'>border</span>=”0″ <span style=' color: Red;'>name</span>=”submit” <span style=' color: Red;'>alt</span>=”Make payments with PayPal - it’s fast, free and secure!”/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span>/<span style=' color: Maroon;'>form</span><span style=' color: Blue;'>&gt;</span></pre>
<p>While this has its advantages: you can easily specify the parameters, it also has the problem that your email address is very likely to be scraped and spammed by bots. So next time you receive one of those fake paypal &#8220;you need to click here to reactivate your account&#8221; emails&#8230; guess why you are receiving it.</p>
<p>I use the second version, the paypal secured id, because I am not too keen to exposing (any) email address to spam bots. The code below will generate a paypal button with my id in it. To change that or to get your code you need to login to paypal and get it from the merchant tab. Or you can enter &#8220;paypal button&#8221; in the search field top right of the page.</p>
<p>2) Click on Merchant services.<br />
3) Click on websites payment standards.<br />
4) Click on accept contributions.<br />
5) Click on get donation button.</p>
<pre><span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>form</span> <span style=' color: Red;'>action</span>="<span style=' color: Blue;'>https://www.paypal.com/cgi-bin/webscr</span>" <span style=' color: Red;'>method</span>="<span style=' color: Blue;'>post</span>"<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>hidden</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>cmd</span>" <span style=' color: Red;'>value</span>="<span style=' color: Blue;'>_s-xclick</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>hidden</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>hosted_button_id</span>" <span style=' color: Red;'>value</span>="<span style=' color: Blue;'>10155388</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span><span style=' color: Maroon;'>input</span> <span style=' color: Red;'>type</span>="<span style=' color: Blue;'>image</span>" <span style=' color: Red;'>src</span>="<span style=' color: Blue;'>https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif</span>" <span style=' color: Red;'>style</span>="<span style=' color: Blue;'>width: 100px; float: right;</span>" <span style=' color: Red;'>border</span>="<span style=' color: Blue;'>0</span>" <span style=' color: Red;'>name</span>="<span style=' color: Blue;'>submit</span>" <span style=' color: Red;'>alt</span>="<span style=' color: Blue;'>PayPal - The safer, easier way to pay online!</span>"/<span style=' color: Blue;'>&gt;</span>
<span style=' color: Blue;'>&lt;</span>/<span style=' color: Maroon;'>form</span><span style=' color: Blue;'>&gt;</span></pre>
<p>And now to the fun part actually: you will not be able to copy and paste the code(s) mentioned above, because wordpress will strip the input fields and nothing will display. So unless you are putting this code into your template (e.g. by including it in a separate php file), it won&#8217;t work, I believe.</p>
<p>You can however grab a wordpress plugin, like this <a href="http://wordpress.org/extend/plugins/paypal-donations/">paypal plugin</a> to help you out.</p>
<p>Also of help &#8211; this support post at <a href="http://en.forums.wordpress.com/topic/adding-a-custom-paypal-link-easy-as-1-2-3?replies=7">wordpress</a></p>
<p>hope this helps anyone,<br />
best,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/adding-a-paypal-button-to-your-wordpress-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to find Akismet servers or The key below was previously validated but a connection to akismet.com can not be established at this time.</title>
		<link>http://h4x3d.com/unable-to-find-akismet-servers-or-the-key-below-was-previously-validated-but-a-connection-to-akismet-com-can-not-be-established-at-this-time/</link>
		<comments>http://h4x3d.com/unable-to-find-akismet-servers-or-the-key-below-was-previously-validated-but-a-connection-to-akismet-com-can-not-be-established-at-this-time/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 09:46:03 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1374</guid>
		<description><![CDATA[Seems like either my server&#8217;s DNS management is entirely bust or WordPress/Automattic/Akismet changed something their end, because as discussed yesterday in my cannot resolve downloads.wordpress.org and dashboard (RSS) empty post, the fix is rather straight forward: add the needed IPs and the corresponding hostname to /etc/hosts (on the server, not local client!), you can see [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like either my server&#8217;s DNS management is entirely bust or WordPress/Automattic/Akismet changed something their end, because as discussed <a href="http://www.h4x3d.com/cannot-resolve-downloads-wordpress-org-or-wordpress-dashboard-empty/">yesterday</a> <a href="http://www.h4x3d.com/cannot-resolve-downloads-wordpress-org-or-wordpress-dashboard-empty/">in my cannot resolve downloads.wordpress.org and dashboard (RSS) empty post</a>, the fix is rather straight forward:</p>
<p>add the needed IPs and the corresponding hostname to /etc/hosts (on the server, not local client!),<br />
you can see how to do it in the before mentioned post.</p>
<p>You can get the akismet IPs yourself by pinging <em>rest.akismet.com</em> or just check their website and FAQ at <a href="http://blog.akismet.com/akismet-hosting-faq/">http://blog.akismet.com/akismet-hosting-faq </a></p>
<p>Just use the first one:<br />
<em>72.233.69.3</em><br />
72.233.69.2<br />
66.135.58.62<br />
66.135.58.61</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/unable-to-find-akismet-servers-or-the-key-below-was-previously-validated-but-a-connection-to-akismet-com-can-not-be-established-at-this-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot resolve downloads.wordpress.org or WordPress Dashboard empty?</title>
		<link>http://h4x3d.com/cannot-resolve-downloads-wordpress-org-or-wordpress-dashboard-empty/</link>
		<comments>http://h4x3d.com/cannot-resolve-downloads-wordpress-org-or-wordpress-dashboard-empty/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 10:14:44 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[auto]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[resolve]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1370</guid>
		<description><![CDATA[Cannot resolve downloads.wordpress.org ? You are not alone! I am running WordPress MU 2.8.4. and till today I have had no issues using the auto upgrade or auto update function of WordPress Plugins or WordPress MU Plugins until everything stopped working. I pretty much googled for one hour and tried different solutions here and there, [...]]]></description>
			<content:encoded><![CDATA[<p>Cannot resolve downloads.wordpress.org ?<br />
You are not alone!</p>
<p>I am running WordPress MU 2.8.4. and till today I have had no issues using the auto upgrade or auto update function of WordPress Plugins or WordPress MU Plugins until everything stopped working.</p>
<p>I pretty much googled for one hour and tried different solutions here and there, but nothing really worked, as the root/cause of the problem was literally at &#8220;root&#8221; level: I had to edit the /etc/hosts file on my server to reflect the correct IPs of wordpress.org</p>
<p>Open up the file <em>/etc/hosts</em> and add the following lines at the end:<br />
You get to this file by ssh&#8217;ing into your server and typing &#8220;<em>cd /etc/</em>&#8220;.<br />
On any unix server you can edit the hosts file by typing &#8220;<em>vi hosts</em>&#8221;<br />
In <em>vi</em>, press <em>i</em> to <em>insert</em> and paste (usual command+v) the lines below.<br />
Press <em>ESC</em> briefly to exit the insert-mode. Then <em>type in the following: <strong>:wq</strong></em>.<br />
The <em>:</em> tells vi to change into command mode, the <em>w</em> to write to file and the <em>q</em> to quit the file.<br />
Make sure to <em>restart</em> the <em>httpd</em> service by typing <em>service restart httpd</em>.<br />
Some steps may be different depending on your setup, but this should in general work!</p>
<p>Below the IPs and the hostnames:</p>
<p><code>72.233.56.139 wordpress.org<br />
72.233.56.138 downloads.wordpress.org<br />
72.233.56.139 planet.wordpress.org<br />
74.125.47.147 blogsearch.google.com<br />
72.233.56.139 api.wordpress.org<br />
72.233.56.142 codex.wordpress.org</code></p>
<p>(C/P&#8217;ed from http://mu.wordpress.org/forums/topic/14891)</p>
<p>Of course, if the IP addresses change in future, the ones entered before will have to be changed.<br />
This can be done by simply pinging the domains from either command line (terminal on Mac OS X or cmd on Windows), using &#8220;ping&#8221;. On Mac OS X you will want to use &#8220;ping -c 5 wordpress.org&#8221; to limit the query to five pings. If you want to stop your pinging before, just break the operation by pressing Command + C.</p>
<p>If you cannot use any command line tool you may want to consider using <a href="http://ping.eu" target="_blank">Ping.eu</a> the cute pingu that helped me out with several network related operations in the past.</p>
<p>I hope this article will spare you the useless hours of Googling :)</p>
<p><strong>Searched for &#8220;cannot resolve downloads.wordpress.org&#8221;</strong><br />
<em>Did help:</em><br />
mu.wordpress.org/forums/topic/14891</p>
<p><strong>Searched for &#8220;RSS Error: WP HTTP Error: name lookup timed out&#8221;</strong><br />
<em>Did not help:</em><br />
WordPress › Support » Dashboard issues: RSS Error:&#8230; &#8211; wordpress.org<br />
wordpress.org/support/topic/293871	 	</p>
<p><strong>Searched for &#8220;An Unexpected HTTP Error occurred during the API request.	&#8220;</strong><br />
<em>Did not help: </em><br />
WordPress › Support » Plugin API HTTP Error &#8211; wordpress.org<br />
wordpress.org/support/topic/227430<br />
WordPress › Support » Plugin Installer Bugs &#8211; wordpress.org<br />
wordpress.org/support/topic/215527	 	</p>
<p><strong>Searched for &#8220;An Error has occured: name lookup timed out&#8221;</strong><br />
<em>Did not help:</em><br />
Case Study: RSS Error: WP HTTP Error: name lookup timed out &#8230; &#8211; bestwpthemez.com<br />
www.bestwpthemez.com/&#8230;/case-study­-rss-error-wp-http-error-name-looku<br />
How-to Fix WP HTTP Error: name lookup timed out « Roll Over	 &#8211; fatlabmusic.com<br />
fatlabmusic.com/blog/&#8230;/how-to-fix-­wp-http-error-name-lookup-timed-o&#8230;	 	</p>
<p><strong>Searched for &#8220;Download failed. name lookup timed out&#8221;</strong><br />
<em>Did not help:</em><br />
WordPress › Support » name lookup timed out	 &#8211; wordpress.org<br />
wordpress.org/support/topic/225535<br />
Quick &#8216;n Dirty solution for wordpress: Download failed.:&#8230;  &#8211; 	minkfarmen.net<br />
sirmc.minkfarmen.net/&#8230;/quick-n-dirty­-solution-for-wordpress-download-­&#8230;<br />
.</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/cannot-resolve-downloads-wordpress-org-or-wordpress-dashboard-empty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to harden your WordPress install (ssh)</title>
		<link>http://h4x3d.com/how-to-harden-your-wordpress-install-ssh/</link>
		<comments>http://h4x3d.com/how-to-harden-your-wordpress-install-ssh/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 08:36:11 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[harden]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1368</guid>
		<description><![CDATA[I figured out how to harden wordpress using ssh and some common sense. I changed ownership (user) of the cache and uploads folder to apache by chown apache uploads chown apache cache to enable apache to write to it chmod was set to more restrictive value of 755 each instead of easily exploitable (as it [...]]]></description>
			<content:encoded><![CDATA[<p>I figured out how to harden wordpress using ssh and some common sense.</p>
<p>I changed ownership (user) of the cache and uploads folder to apache by</p>
<p><code>chown apache uploads<br />
chown apache cache</code></p>
<p>to enable apache to write to it</p>
<p>chmod was set to more restrictive value of 755 each instead of easily<br />
exploitable (as it happened on solarvps and zone.net) chmod 777</p>
<p><code>chmod 755 uploads<br />
chmod 755 cache</code></p>
<p>giving me the following structure</p>
<p><code>ls -l  /wp-content/</p>
<p>drwxr-xr-x  2 apache   psacln 60416 May  3 05:39 cache<br />
-rw-r--r--  1 comh4x3d psacln    30 Nov 14 03:26 index.php<br />
drwxr-xr-x 83 comh4x3d psacln  3072 Apr 17 12:48 plugins<br />
drwxr-xr-x  9 comh4x3d psacln  1024 Apr 17 12:37 themes<br />
drwxr-xr-x  5 comh4x3d psacln  1024 Mar 25 07:04 upgrade<br />
drwxr-xr-x  3 apache   psacln  8192 May  3 05:38 uploads</code></p>
<p>by that wordpress can upload files to the uploads folder and files can<br />
be created in the cache folder.</p>
<p>to restrict the folders even more I added a<br />
.htaccess file with chmod 644 each</p>
<p>vi .htaccess</p>
<p>for uploads:<br />
<code><br />
Deny from all<br />
Allow from 72.249.95.104      # server IP address</p>
<p>Options -ExecCGI # disallow execution of below files<br />
AddHandler cgi-scriptscript .php .pl .py .jsp .asp .htm .shtml .sh .cgi<br />
# we dont want any dodgy pearl scripts or php to executed</p>
<p>Order Allow,Deny<br />
Deny from all<br />
 # deny everything but the<br />
image and text files<br />
Allow from all<br />
</code></p>
<p><code> # deny<br />
opening those files<br />
Order Allow,Deny<br />
Deny from all<br />
</code></p>
<p>similar file for the cache folder, but instead of the image and doc<br />
files only meta and html are allowed, make sure to remove html from<br />
execcgi line</p>
<p>I hope you appreciate this article,</p>
<p>best,<br />
julian klewes<br />
h4x3d.com</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/how-to-harden-your-wordpress-install-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8-beta1-11402</title>
		<link>http://h4x3d.com/wordpress-2-8-beta1-11402/</link>
		<comments>http://h4x3d.com/wordpress-2-8-beta1-11402/#comments</comments>
		<pubDate>Wed, 20 May 2009 08:25:36 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[unsorted]]></category>
		<category><![CDATA[2.8]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[h4x3d]]></category>
		<category><![CDATA[may]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1346</guid>
		<description><![CDATA[Quite frankly I should rather be sitting down and study for the upcoming exams, but since I have been toying with my website redesign since October 2008 (last year, yes&#8230;) and the dark-ish, artistic version does not really &#8220;fit&#8221; to spring/summer anymore I am working on a day/night time theme which basically shows the old, [...]]]></description>
			<content:encoded><![CDATA[<p>Quite frankly I should rather be sitting down and study for the upcoming exams, but since I have been toying with my website redesign since October 2008 (last year, yes&#8230;) and the dark-ish, artistic version does not really &#8220;fit&#8221; to spring/summer anymore I am working on a day/night time theme which basically shows the old, white site when the sun is up and the dark, night-ish site when the sun is down. I was thinking how to realize this: I could have gone for an easy PHP-switch checking the server-time and therebased-on use stylesheet A or B, but since the website&#8217;s audience is spread over the world I am now opting to use a jquery javascript client-side approach. So every user, regardless of timezone and location, will be served the appropriate version.</p>
<p>So I hardened my wordpress by means of playing around CentOS usergroups and permissions and I was able to get the upload and cache folder to work with quite restrictive permissions (755 as the worst). Hopefully this will take care of the past security issues&#8230;</p>
<p>Anyhow, using the &#8220;automatic upgrade&#8221; function within wordpress I stumbled upon the &#8220;highly praised&#8221; WordPress 2.8 version (2.8-beta1-11402) and frankly it is doing &#8220;shit at all&#8221; but not displaying &#8220;pages&#8221; anymore (posts are fine). I suspect it has to do with changes in the theme terminology, but then again, why is it working on &#8220;posts&#8221; all fine? I am reverting, or at least trying to revert. The last &#8220;major issue&#8221; I have had with WordPress was the switch from 2.6 to 2.7.4&#8230; my advise: keep your fingers off betas if you can. There are not, as the devs say, for public use in open, active, systems.</p>
<p>I have some themes lined up, alongside the changes I mentioned above, but still exams till 2<sup>nd</sup> of June, 09. Gah&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wordpress-2-8-beta1-11402/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Buddypress</title>
		<link>http://h4x3d.com/buddypress/</link>
		<comments>http://h4x3d.com/buddypress/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 11:05:55 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[april]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/buddypress/</guid>
		<description><![CDATA[This week I have been extensively working with WordPressMU and buddypress.org, pretty much setting up your own community sites with WordPress. Highly recommended (however I do dig their logo that much) My site(s) are hosted by SolarVPS and their friendly &#8220;can do attitude&#8221; is why I recommend them. This was posted via email]]></description>
			<content:encoded><![CDATA[<p><img src="http://posterous.com/getfile/files.posterous.com/jez/whfGnLuH5CiIDN0zp2GozwiyOzjVECDLjor6gNq1qemaGv2XTcmrTzBHv7zP/buddypress.gif" width="500"></p>
<p>This week I have been extensively working with WordPressMU and buddypress.org, pretty much<br />
setting up your own community sites with WordPress. Highly recommended (however<br />
I do dig their logo that much)</p>
<p style="font-size: 10px">  My site(s) are hosted by <a href="http://solarvps.com">SolarVPS</a> and their friendly &#8220;can do attitude&#8221; is why I recommend them. This was posted via email  </p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/buddypress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing themes over to GPL</title>
		<link>http://h4x3d.com/changing-themes-over-to-gpl/</link>
		<comments>http://h4x3d.com/changing-themes-over-to-gpl/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 22:12:18 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WTFPL]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1217</guid>
		<description><![CDATA[I am in the midst of changing all my themes over to GPL - particularly interesting is the WTFPL license &#8211; http://sam.zoy.org/wtfpl/COPYING which states: Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK [...]]]></description>
			<content:encoded><![CDATA[<p>I am in the midst of changing all my themes over to GPL -<br />
particularly interesting is the WTFPL license &#8211; <a href="http://sam.zoy.org/wtfpl/COPYING">http://sam.zoy.org/wtfpl/COPYING</a></p>
<p>which states:</p>
<p><em>Everyone is permitted to copy and distribute verbatim or modified<br />
copies of this license document, and changing it is allowed as long<br />
as the name is changed.</p>
<p>            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE<br />
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p>
<p>  0. You just DO WHAT THE FUCK YOU WANT TO.</em></p>
<p><strong>I am almost tempted to use this one</strong>, because if GPL is boilt down to its core, this is basically what (as I understand) is meant by it. People, companies, evil can do whatever the crap they like with the work GPL&#8217;ed.</p>
<p>If those are the conditions to get my 10 something themes re-listed on the themeviewer for the community, so be it. My PR dropped recently from 6 to 5 anyway, so I am clearly not in for the link juice anyway.</p>
<p>WTF PL&#8217;ed themes mean you can also remove the footer link/change whatever you like as desired.<br />
It would be nice however to retain it to show some appreciation.</p>
<p>Keep you posted,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/changing-themes-over-to-gpl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

