MyBB Community Forums

Full Version: Site hacked
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
My site has been hacked: http://www.soccertalkforums.com/forums/

Any suggestions on how to get it back to normal?

Thanks,

Jon
What do you mean 'hacked'? I can't see anything out of the ordinary.
Its loading fine for me also, doesn't seem to be any problems there :s
I see this stuff at the top:

Warning [2] array_merge() [function.array-merge]: Argument #1 is not an array - Line: 295 - File: inc/class_session.php PHP 5.2.17 (Linux)

And some other stuff below. I think its because I logged in as admin.
You're likely not hacked. Did you edit any files recently or add new plugins?
once you get it figured out, you should consider installing my Advanced File Verification plugin so you can baseline your existing files.
Yeah you've not been hacked, it's just a PHP error. Run the following queries in phpMyAdmin:

SELECT usergroup from mybb_users WHERE uid = 'X';
SELECT displaygroup from mybb_users WHERE uid = 'X';
SELECT gid, title from mybb_usergroups;

Replace X in the first two queries with your user ID (probably 1).

Paste the table of results for each one here.
I had to reset my password because the last one wouldn't let me if, if that makes any difference.

I made no other changes and the last time I logged in everything was working fine. That is why I think I was hacked.
(2012-05-21, 05:07 PM)MattRogowski Wrote: [ -> ]Run the following queries in phpMyAdmin:

SELECT usergroup from mybb_users WHERE uid = 'X';
SELECT displaygroup from mybb_users WHERE uid = 'X';
SELECT gid, title from mybb_usergroups;

Replace X in the first two queries with your user ID (probably 1).

Paste the table of results for each one here.
The first give no rows. If I look at the mybb_users table, it shows only one entry and that is mine. The uid for it is 64672.

The second gives no rows.

The third gives this:

1 Guests
2 Registered
3 Super Moderators
4 Administrators
5 Awaiting Activation
6 Moderators
7 Banned
Pages: 1 2 3