A lot of my money making blogs are hosted on Wordpress, yesterday however things went direly wrong on one of my major Tech blogs. When I visited the page NOTHING came up, I couldnt even get to wp-admin, so I jumped into the PHP files, deleted a lot of mods, to no avail, went into sql and deleted the last post, still no resolution. It was only when I considered that my site had been ahcked that I looked into WP Options. This was when i found out my wp-options table had crashed and needed repairing, wordpress seems to be one of the few content management ystems that doesnt bring up a debug message warning of table errors!!! For those who dont know repairing a table is easy in sql, simply open up the sql command box and type (No quotes) "REPAIR TABLE Table_Name" replacing table name with the name of the broken table. I just thought this might happen to help any site owners ina similar position before they deleted a lot of work like I did!