Site Hacked? Or Normal Error Message?

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Site Hacked? Or Normal Error Message?
Browser
CZ Super Newbie
 Codezwiz Site Donator
Browser has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Nov 14, 2004
0.01 posts per day
Posts: 48
Points: 5,631
   
The following error message appeared on my site today and no changes have been made lately:

Fatal error: Call to undefined function: message_die() in /var/www/html/db/db.php on line 88

Could this mean the site has been hacked or is it a normal error message? What can cause this if I have not made any changes lately?



Back to top Reply with quote
#2   re: Site Hacked? Or Normal Error Message?
gutchunks
CZ Newbie
gutchunks has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Apr 21, 2004
0.00 posts per day
Posts: 29
Points: 2,148
   

$db = new sql_db($dbhost, $dbuname, $dbpass, $dbname, false);
if(!$db->db_connect_id) {
    die("<br><br><center><img src=images/logo.gif><br><br><b>There seems to be a problem with the MySQL server, sorry for the inconvenience.<br><br>We should be back shortly.</center></b>");
}



these are lines 86-89 of db.php .... im pretty sure these are the lines he's asking about .. just a guess but it looks like a problem with your host


Back to top Reply with quote
#3   re: Site Hacked? Or Normal Error Message?
Browser
CZ Super Newbie
 Codezwiz Site Donator
Browser has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Nov 14, 2004
0.01 posts per day
Posts: 48
Points: 5,631
   
Yes that is what I see also in my local site copy of db.php

My confusion is that the message below is not printed, only the php error saying undefined function... I can log into PHPMyAdmin fine.

I would expect that if it could not connect to the sql database then the "There seems to be a problem with the MySQL server, sorry for the inconvenience.<br><br>We should be back shortly" message would appear so I started to wonder if I had been hacked some how.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum