Help! Hackers!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lesa Stone
    New Member
    • Mar 2008
    • 9

    Help! Hackers!

    Hello,

    It appears I have had some hackers from singapore get into my site. I banned their IP addresses, because they were posting spam and porn. They somehow got into my database. I took down the site, I deleted the database and yet somehow files must still be in there somewhere because I keep receiving the following email message...over and over like 40 times a day...

    Database error in vBulletin :

    mysql_connect() [<a
    href='function.mysql-connect'>function.mysql-connect</a>]: Access
    denied for user 'gymstodayc304500'@'web65c6.megawebservers.com'
    (using password: YES)
    /services/webpages/g/y/gymstoday.com/public/includes/class_core.php
    on line 274

    MySQL Error :
    Error Number :
    Date : Wednesday, September 3rd 2008 @ 07:32:56 PM
    Script : http://gymstoday.com/register.php?do=signup
    Referrer : http://gymstoday.com
    IP Address : 121.32.35.249
    Username :
    Classname : vB_Database

    How can I stop this???
  • peterska2
    Senior Member
    • Oct 2003
    • 8869
    • 3.7.x

    #2
    This error means either:
    • One or more of the following is wrong in your config.php file:
      $config['MasterServer']['servername'] (except in rare cases, this should almost always be left as 'localhost' or '127.0.0.1')
      $config['MasterServer']['username']
      $config['MasterServer']['password']
      $config['Database']['dbname']

      If you are unsure of what the appropriate values are then you will need to ask your web host.

      NOTE: Please note that you can NOT use the config.php file from version 2.x or 3.0.x on a 3.5.0 forum.
    • Or that this db user is not assigned to that database or does not have permission to access MySQL to create or access a database. You may need to first manually create the database and assign the db user to it. Since each web host is different, if you do not know how to do this then contact your web host for help.
    • Or you are running MySQL 4.1.x. As of MySQL 4.1.X there is a new password hashing system. PHP4 does not have builtin support for it as of yet, however PHP5 does. In order for your old PHP4 MySQL clients to be able to connect to the MySQL 4.1.X database you need to set an OLD_PASSWORD. You should be able to run the following Query to make it possible for PHP4 to access the MySQL 4.1.X database.
      SET PASSWORD FOR 'username'@'localhost' = OLD_PASSWORD('password');


      More info is here:

      http://dev.mysql.com/doc/mysql/en/up...-from-4-0.html

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...