MyBB Community Forums

Full Version: If you have been HACKED, PLEASE READ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
$config['super_admins'] = '1';

Yup that's what it says
Hmmz... have you tried just reuploading the admin folder?? Do you have the Configuration, Forums & Posts, Users & Groups, Templates & Style and Tools & Maintenance tabs showing along the top of the ACP??
I was just going to reupload the admin file.....

Nope, only tab I have is Dashboard.
Uploaded just the admin file - still no change. *sigh*
OK... are you logging in with the same account that installed the forum, or an additional admin account added afterwards??

If you're using the initial admin account, can you go go to your host's control panel, open up phpMyAdmin, choose your database from the list on the left, find the mybb_adminoptions template, next to that you should see 6 small images, the first of which should say Browse when you hover over it, click that, find the row where the uid column = 1, click the little pencil image just to the left, and paste the contents of the permissions box here, please.
OK, here ya go:

a:0:{}
That's the problem then... Ok, just to confirm, are you using the admin account that was created in the installer, or a secondary one?? if it's a secondary one it just may not have had enough permissions.
Yes, the original admin account is what I use
Just saw 2 requests somebody made in a hacking attempt.

/%5C%22http://vgchat.info/member.php?action=lostpw%5C
	Http Code: 404 	Date: Sep 08 14:04:04 	Http Version: HTTP/1.0 	Size in Bytes: -
	Referer: http://vgchat.info/%5C%22http://vgchat.info/member.php?action=lostpw%5C
	Agent: Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)
	
	
	
	

    *  

	
/%5C%22http:///index.php
	Http Code: 404 	Date: Sep 08 14:04:05 	Http Version: HTTP/1.0 	Size in Bytes: -
	Referer: http://vgchat.info/index.php
	Agent: Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)

If I find more similar strings I'll edit the post. Rolleyes
(2009-09-08, 07:01 PM)DeniseP98 Wrote: [ -> ]Yes, the original admin account is what I use

OK, that's a bit odd then but should be easy to fix... if you can go to where you got the a:0:{} from, and replace it with this:

a:5:{s:6:"config";a:16:{s:3:"tab";s:1:"1";s:8:"settings";s:1:"1";s:7:"banning";s:1:"1";s:14:"profile_fields";s:1:"1";s:7:"smilies";s:1:"1";s:8:"badwords";s:1:"1";s:6:"mycode";s:1:"1";s:9:"languages";s:1:"1";s:10:"post_icons";s:1:"1";s:14:"help_documents";s:1:"1";s:7:"plugins";s:1:"1";s:16:"attachment_types";s:1:"1";s:9:"mod_tools";s:1:"1";s:7:"spiders";s:1:"1";s:9:"calendars";s:1:"1";s:7:"warning";s:1:"1";}s:5:"forum";a:5:{s:3:"tab";s:1:"1";s:10:"management";s:1:"1";s:13:"announcements";s:1:"1";s:16:"moderation_queue";s:1:"1";s:11:"attachments";s:1:"1";}s:5:"style";a:3:{s:3:"tab";s:1:"1";s:6:"themes";s:1:"1";s:9:"templates";s:1:"1";}s:5:"tools";a:13:{s:3:"tab";s:1:"1";s:13:"system_health";s:1:"1";s:5:"cache";s:1:"1";s:5:"tasks";s:1:"1";s:8:"backupdb";s:1:"1";s:10:"optimizedb";s:1:"1";s:15:"recount_rebuild";s:1:"1";s:8:"php_info";s:1:"1";s:8:"adminlog";s:1:"1";s:6:"modlog";s:1:"1";s:8:"maillogs";s:1:"1";s:10:"mailerrors";s:1:"1";s:10:"warninglog";s:1:"1";}s:4:"user";a:8:{s:3:"tab";s:1:"1";s:5:"users";s:1:"1";s:6:"groups";s:1:"1";s:6:"titles";s:1:"1";s:7:"banning";s:1:"1";s:17:"admin_permissions";s:1:"1";s:9:"mass_mail";s:1:"1";s:16:"group_promotions";s:1:"1";}}

Make sure you get all of it, sorry it stretches the page out. That should fix it... basically what appears to have happened is your admin permissions have all been removed, so you can't access any of the ACP, the reason I thought this is weird is because if this is the account that installed the forum, it would be a super admin, so these admin permissions shouldn't affect you... anyway, see if putting in that code works.
(2009-09-08, 09:02 PM)MattRogowski Wrote: [ -> ]That should fix it...

That did it! Thank you soo much!
Pages: 1 2 3 4 5 6 7 8 9