Backupify for free. Limited time only.

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.

2009-12-27 · 1 min · Danesh Manoharan

Simple Tags not working with WordPress 2.9

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.<br /> global $wp_version;<br /> if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false ) {<br /> require(dirname(__FILE__).'/2.7/simple-tags.client.php'); Change it to; // Check version.<br /> global $wp_version;<br /> if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false ) {<br /> require(dirname(__FILE__)....

2009-12-27 · 1 min · Danesh Manoharan

Google Public DNS down?

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

2009-12-27 · 1 min · Danesh Manoharan

Newzleech is down for now

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.

2009-12-19 · 1 min · Danesh Manoharan

WordPress 2.9 is out

Just finished updating to WordPress 2.6 today. Here’s a few features which caught my extension. There’s a new recycle bin feature now called “trash”. You get to undelete posts, you get the idea. There’s a new built in image editor. You can crop,flip,scale any image you upload. Batch plugin updates. Finally, you get to update all your outdated plugins in one go. Oembed, embed videos directly into posts now without the need for extra plugins....

2009-12-19 · 1 min · Danesh Manoharan