Wow…..
Can’t wait for this remake to hit the big screen in March 2010.
Source: IMDB || Clash of the Titans

Backupify is an online backup solution for all your web 2.0 accounts. Gmail, Flickr, Twitter, Photobucket, YouTube, Facebook, WordPress and etc… Simply register your accounts and backups will be taken daily.
Good news, from now till 31st Jan 2010, Backupify accounts will be free for life with no limitations!! So make sure to sign up ASAP.

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.