
Upgraded to WordPress 2.9 and your simple tags plugin stopped working? Here’s a quick fix till the author releases a new version.
// Check version.
global $wp_version;
if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false ) {
require(dirname(__FILE__).'/2.7/simple-tags.client.php');
Change it to;
// Check version.
global $wp_version;
if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false ) {
require(dirname(__FILE__).'/2.7/simple-tags.client.php');
Basically add “|| strpos($wp_version, ’2.9′) !== false” at the end of the if statement.

Google Public DNS servers, 8.8.8.8 and 8.8.4.4 are really sluggish today. Shit load of timeouts and really bad lag. I’m switching back to openDNS now. 208.67.222.222 and 208.67.220.220
Know something I don’t? Please share

Newzleech has been down for almost a week now. Their hosting company based in the Ukraine Colocall was raided and all their server confiscated. Including the ones Newzleech was hosted on.
Newzleech is currently being restored but it will be sometime before we see it online.

Just finished updating to WordPress 2.6 today. Here’s a few features which caught my extension.
For the full list read Matt’s post on WordPress 2.9.
There’s a new Mac Studio opening up in Bangsar Village and the grand opening’s tomorrow. The first 100 guest to show up stand to get an iPod Nano.
Source: MacStudio