Did Someone Just Hacked My Site?

Written on February 15, 2008 – 9:56 am | by Keith Neo

Drupal SQL Error

This is strange; did someone attempted to hack into my Drupal site yesterday? The screenshot above was what I see this morning when I opened up my windows. This is really irritating, I could have easily let it function on its own, but somehow or another, things won’t let me have some rest.

Looks like I have to spend (or waste) some time into fixing this site; which is one of the revenue-generating sites that I have.

I found some suggestion over the Internet. One of them suggests to change the include file to the following:

$connection = mysql_connect($url['host'], $url['user'], $url['pass'], FALSE) or die(mysql_error());
mysql_select_db(substr($url['path'], 1), $connection) or die(’unable to select database’);

I’m not sure how well it might work, but I’ll give it a try later.

  1. 1 Trackback(s)

  2. Feb 15, 2008: Gallery of posts up to 02-14-2008 UNITED STATES WordPress 2.0.11

Post a Comment