MyBB Community Forums

Full Version: Need as soon as possible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So i was adding ranks on my forum and me being stupid as usual i forgot to tick permission to admin cp and set my rank as the developer without any admin cp rights now whenever i go on my control panel it only shows the home part and any other page i link onto it says

Access Denied
You do not have permission to access this part of the administration control panel.

How do i get back ?
(2014-05-05, 02:35 AM)adamsmall1 Wrote: [ -> ]So i was adding ranks on my forum and me being stupid as usual i forgot to tick permission to admin cp and set my rank as the developer without any admin cp rights now whenever i go on my control panel it only shows the home part and any other page i link onto it says

Access Denied
You do not have permission to access this part of the administration control panel.

How do i get back ?

You can go into phpMyAdmin and go to the table mybb_adminoptions. Find your uid and make the permissions column this value:

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

That should work.