MyBB Community Forums

Full Version: Authorization code mismatch.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have looked at most of the thread they get me no where because I cant login to the admin CP, i can get into the first part but when i click on something else it ask's me to sigh back in and I try to sigh back in and it does not let me.

I have looked at this: https://community.mybb.com/thread-218862.html
But it does not work because I cant get access to any of the admin CP

I have also tried clearing my browser cookies and cache but still nothing and i have tried another web browser but nothing will work.
I have looked in the FTP to try to sort something out and still nothing so i decided to look in the SQL database and that does not help me as well.
Also i have looked almost everywhere on the internet and i could not find any help on this.

I would try to use 'File Verification' tool but i cant get anywhere in adminCP.

If it helps there is a theme on the website and i was trying to remove it and i cant because it keeps asking me to sigh in the adminCP.
(Is there a way to remove the theme in FTP and stop it loading up with out going into admin CP)


Website: http://www.boundlessrp.com/Forums/
Photo of the admin CP when i click on something: https://gyazo.com/0c8c184ca2607a2783e29541e47b3282
For problems accessing ACP, see here. Then you can resolve the Authorization mismatch issue.
(2019-03-23, 11:14 PM)Wires Wrote: [ -> ]For problems accessing ACP, see here. Then you can resolve the Authorization mismatch issue.

Ahh okay, i'll take a look if it dose not work i'll let you know thanks.

Where it says /inc/settings.php mine says:

$settings['cookiedomain'] = ".boundlessrp.com";
$settings['cookiepath'] = "/Forums/";
$settings['cookieprefix'] = "";

and i still can't do anything in ACP.
open settings.php file using
editor at your web host panel or by using advanced editor like notepad++

change
$settings['bburl'] = "http://www.boundlessrp.com/Forums";
to below
$settings['bburl'] = "http://boundlessrp.com/Forums";

similarly change values of
$settings['cookiedomain'] to .boundlessrp.com {note: it has dot at the beginning}
$settings['cookiepath'] to /Forums/

save the file & use it. you should be able to login to forum admin panel

then at the admin panel
you have to put again above given values
at Site Details page of Configuration section
and save the settings

Quote:Board URL --> http://boundlessrp.com/Forums
Cookie Domain --> .boundlessrp.com
Cookie Path --> /Forums/
Right i have edited,
$settings['cookiedomain'] = ".boundlessrp.com";
$settings['cookiepath'] = "/Forums/";
and
$settings['bburl'] = "http://boundlessrp.com/Forums";

Went back on the forums and loged into the admin pannle but when i click on something else it log's me out and i cant log back in..
Gif: https://gyazo.com/27839276c6eccba541922a94bf40419f



$settings['bburl'] = "http://boundlessrp.com/Forums";
$settings['cookiedomain'] = ".boundlessrp.com";
$settings['cookiepath'] = "/Forums/";
Also change
$settings['cookiesecureflag'] = "1";

to
$settings['cookiesecureflag'] = "0";
(2019-03-24, 11:21 AM)doylecc Wrote: [ -> ]Also change
$settings['cookiesecureflag'] = "1";

to
$settings['cookiesecureflag'] = "0";

Sweat, that is working now. Is there anything else i need to change or not?
Quote:then at the admin panel
you have to put again above given values
at Site Details page of Configuration section
and save the settings
(2019-03-24, 11:36 AM).m. Wrote: [ -> ]
Quote:then at the admin panel
you have to put again above given values
at Site Details page of Configuration section
and save the settings

Board Name: https://gyazo.com/8e59e741f977d0b8a633cb4c53515730
Cookie Domain: https://gyazo.com/660efef1e1cf4b0fb13c38db9f51cc34
Cookie Path: https://gyazo.com/be4ec67906e24733095f2a7c0ce02e1e

Is that all good now?

Also another problem i have came a cross now is that i can not logout of my profile...
https://gyazo.com/055622291cf3345631b148f09629df4b


it has gone back to this "Authorization code mismatch. Are you accessing this function correctly? Please go back and try again."
i have done nothing. I can log into the ACP and it all works there but not on the forums.



<?php
/*********************************\ 
  DO NOT EDIT THIS FILE, PLEASE USE
  THE SETTINGS EDITOR
\*********************************/

$settings['load'] = "0";
$settings['showownunapproved'] = "0";
$settings['profilmuzigiek_otomatik_oynat'] = "0";
$settings['profilmuzigiek_mp3'] = "1";
$settings['profilmuzigiek_soundcloud'] = "1";
$settings['profilmuzigiek_youtube'] = "1";
$settings['profilmuzigiek_dogrulayicilar'] = "1";
$settings['mail_message_id'] = "1";
$settings['mail_parameters'] = "";
$settings['discord_integration_additional'] = "webhook=this_is_a_webhook
behavior=new_reply
forums=1,2,3
groups=1
prefixes=0
message=[\$mybb->user[\"username\"]](\$userurl) posted an announcement [{\$mybb->input[\"subject\"]}](\$threadurl)!
---
webhook=this_is_another_webhook
behavior=new_thread
forums=4
groups=2,3,4
prefixes=1
message=[\$mybb->user[\"username\"]](\$userurl) posted an open thread [{\$mybb->input[\"subject\"]}](\$threadurl).";
$settings['adminemail'] = "";
$settings['extraadmininfo'] = "1";
$settings['allowalignmycode'] = "1";
$settings['allowanonwarningpms'] = "1";
$settings['allowaway'] = "1";
$settings['allowbasicmycode'] = "1";
$settings['allowbuddyonly'] = "0";
$settings['allowcodemycode'] = "1";
$settings['allowcolormycode'] = "1";
$settings['allowcustomwarnings'] = "1";
$settings['alloweditreason'] = "1";
$settings['allowemailmycode'] = "1";
$settings['allowmultipleemails'] = "0";
$settings['allowfontmycode'] = "1";
$settings['allowgooglefield'] = "-1";
$settings['pmsallowhtml'] = "0";
$settings['announcementshtml'] = "0";
$settings['sightml'] = "0";
$settings['allowicqfield'] = "-1";
$settings['profilmuzigiek_http_allowed'] = "1";
$settings['allowlinkmycode'] = "1";
$settings['allowlistmycode'] = "1";
$settings['allowmemycode'] = "1";
$settings['multirep'] = "1";
$settings['pmsallowmycode'] = "1";
$settings['sigmycode'] = "1";
$settings['negrep'] = "1";
$settings['neurep'] = "1";
$settings['posrep'] = "1";
$settings['postrep'] = "1";
$settings['allowremoteavatars'] = "1";
$settings['allowsizemycode'] = "1";
$settings['allowskypefield'] = "-1";
$settings['pmsallowsmilies'] = "1";
$settings['sigsmilies'] = "1";
$settings['allowsymbolmycode'] = "1";
$settings['allowyahoofield'] = "-1";
$settings['pmsallowimgcode'] = "1";
$settings['sigimgcode'] = "1";
$settings['pmsallowvideocode'] = "1";
$settings['username_method'] = "0";
$settings['purgespammergroups'] = "3,4,6";
$settings['subscribeexcerpt'] = "100";
$settings['announcementlimit'] = "2";
$settings['attachthumbh'] = "96";
$settings['attachthumbw'] = "96";
$settings['readparentforums'] = "0";
$settings['avatarep_latest_threads'] = "1";
$settings['avatarep_portal'] = "1";
$settings['avatarep_private'] = "1";
$settings['avatarep_usercp'] = "1";
$settings['avatarep_foros'] = "1";
$settings['avatarep_busqueda'] = "1";
$settings['avatarep_temas'] = "1";
$settings['avatarresizing'] = "auto";
$settings['avataruploadpath'] = "./uploads/avatars";
$settings['awactialert'] = "1";
$settings['purgespammerbandelete'] = "ban";
$settings['purgespammerbanreason'] = "Spam";
$settings['purgespammerbangroup'] = "7";
$settings['stopforumspam_block_on_error'] = "0";
$settings['boardclosed'] = "0";
$settings['boardclosed_reason'] = "These forums are currently closed for maintenance. Please check back later.";
$settings['bbname'] = "Boundless Roleplay";
$settings['bburl'] = "http://boundlessrp.com/Forums";
$settings['canviewownwarning'] = "1";
$settings['captchaimage'] = "1";
$settings['stopforumspam_check_emails'] = "1";
$settings['stopforumspam_on_contact'] = "0";
$settings['stopforumspam_on_newreply'] = "0";
$settings['stopforumspam_on_newthread'] = "0";
$settings['stopforumspam_check_ips'] = "1";
$settings['enablestopforumspam_on_register'] = "0";
$settings['stopforumspam_check_usernames'] = "0";
$settings['bbcodeinserter'] = "1";
$settings['partialmode'] = "0";
$settings['smilieinserter'] = "1";
$settings['contactemail'] = "";
$settings['faxno'] = "";
$settings['contactlink'] = "";
$settings['cplanguage'] = "english";
$settings['cpstyle'] = "";
$settings['cookiedomain'] = ".boundlessrp.com";
$settings['cookiepath'] = "/Forums/";
$settings['cookieprefix'] = "";
$settings['coppa'] = "disabled";
$settings['prunepostcountall'] = "0";
$settings['customtitlemaxlength'] = "40";
$settings['wolcutoffmins'] = "15";
$settings['dateformat'] = "m-d-Y";
$settings['datetimesep'] = ", ";
$settings['dstcorrection'] = "1";
$settings['dayspruneregistered'] = "90";
$settings['dayspruneunactivated'] = "90";
$settings['decpoint'] = ".";
$settings['useravatardims'] = "100|100";
$settings['bblanguage'] = "english";
$settings['default_memberlist_sortby'] = "regdate";
$settings['default_memberlist_order'] = "ascending";
$settings['timezoneoffset'] = "0";
$settings['useravatar'] = "images/default_avatar.png";
$settings['delayedthreadviews'] = "0";
$settings['no_plugins'] = "0";
$settings['contact_guests'] = "0";
$settings['disableregs'] = "0";
$settings['hiddencaptchaimage'] = "0";
$settings['avatarep_format'] = "1";
$settings['failedlogintext'] = "1";
$settings['enableattachments'] = "1";
$settings['enablecalendar'] = "1";
$settings['contact'] = "1";
$settings['enableforumjump'] = "1";
$settings['enableshowteam'] = "1";
$settings['guestwelcome_enable'] = "1";
$settings['helpsearch'] = "1";
$settings['enablememberlist'] = "1";
$settings['portal'] = "1";
$settings['enablepms'] = "1";
$settings['enablereputation'] = "1";
$settings['seourls_archive'] = "0";
$settings['seourls'] = "auto";
$settings['soft_delete'] = "1";
$settings['statsenabled'] = "1";
$settings['enablepruning'] = "0";
$settings['enablewarningsystem'] = "1";
$settings['contact_badwords'] = "1";
$settings['use_xmlhttprequest'] = "1";
$settings['avatarep_active'] = "1";
$settings['errorloglocation'] = "./error.log";
$settings['errorlogmedium'] = "none";
$settings['errortypemedium'] = "both";
$settings['deleteinvites'] = "180";
$settings['forcelogin'] = "0";
$settings['portal_excludediscussion'] = "";
$settings['portal_announcementsfid'] = "-1";
$settings['modlist'] = "1";
$settings['redirects'] = "1";
$settings['useravatarrating'] = "g";
$settings['guestwelcome_message'] = "Hello guest, if you are reading this it means you are not registered to the forum. Click <a href=\"member.php?action=register\" style=\"color: red;\">here</a> to register in a few simple steps, and enjoy all the features of our forum. ";
$settings['avatarep_guests'] = "1";
$settings['gziplevel'] = "4";
$settings['searchhardlimit'] = "0";
$settings['hiddencaptchaimagefield'] = "email3";
$settings['hideprivateforums'] = "1";
$settings['hidesignatures'] = "";
$settings['hidewebsite'] = "";
$settings['homename'] = "Boundless Roleplay";
$settings['homeurl'] = "http://www.boundlessrp.com/";
$settings['siglength'] = "255";
$settings['stopforumspam_log_blocks'] = "0";
$settings['loginattemptstimeout'] = "15";
$settings['mail_handler'] = "mail";
$settings['mail_logging'] = "2";
$settings['mailingaddress'] = "";
$settings['avatarep_temas_mark'] = "0";
$settings['maxloginattempts'] = "5";
$settings['avatarsize'] = "25";
$settings['maxattachments'] = "5";
$settings['maxavatardims'] = "100x100";
$settings['postmaxavatarsize'] = "55x55";
$settings['memberlistmaxavatarsize'] = "70x70";
$settings['maxpostimages'] = "10";
$settings['maxmessagelength'] = "65535";
$settings['contact_maxmessagelength'] = "65535";
$settings['maxquotedepth'] = "5";
$settings['maxsigimages'] = "2";
$settings['maxpolloptions'] = "10";
$settings['maxmultipagelinks'] = "5";
$settings['maxpasswordlength'] = "30";
$settings['maxpmquotedepth'] = "5";
$settings['polloptionlimit'] = "250";
$settings['maxregsbetweentime'] = "2";
$settings['maxreplength'] = "300";
$settings['contact_maxsubjectlength'] = "85";
$settings['maxnamelength'] = "30";
$settings['maxpostvideos'] = "1";
$settings['maxwarningpoints'] = "10";
$settings['membersperpage'] = "20";
$settings['postmergefignore'] = "";
$settings['postmergesep'] = "[hr]";
$settings['postmergeuignore'] = "4";
$settings['minifycss'] = "0";
$settings['minmessagelength'] = "5";
$settings['contact_minmessagelength'] = "5";
$settings['minpasswordlength'] = "6";
$settings['regtime'] = "15";
$settings['minreplength'] = "10";
$settings['minsearchword'] = "0";
$settings['stopforumspam_min_weighting_before_spam'] = "50.00";
$settings['minnamelength'] = "3";
$settings['avatarep_menu'] = "1";
$settings['avatarep_menu_events'] = "1";
$settings['mycodemessagelength'] = "1";
$settings['sigcountmycode'] = "1";
$settings['discord_integration_new_reply_message'] = "[{\$mybb->user[\"username\"]}](\$userurl) posted in [{\$mybb->input[\"subject\"]}](\$threadurl):

\$messageshort";
$settings['discord_integration_new_reply_nickname'] = "";
$settings['discord_integration_new_reply_forums'] = "";
$settings['discord_integration_new_reply_groups'] = "";
$settings['discord_integration_new_reply_webhook'] = "";
$settings['discord_integration_new_thread_message'] = "[{\$mybb->user[\"username\"]}](\$userurl) created the thread [{\$mybb->input[\"subject\"]}](\$threadurl) in [{\$forum[\"name\"]}](\$forumurl).";
$settings['discord_integration_new_thread_nickname'] = "";
$settings['discord_integration_new_thread_forums'] = "";
$settings['discord_integration_new_thread_groups'] = "";
$settings['discord_integration_new_thread_webhook'] = "";
$settings['smilieinsertercols'] = "4";
$settings['smilieinsertertot'] = "20";
$settings['portal_numannouncements'] = "10";
$settings['failedcaptchalogincount'] = "3";
$settings['portal_showdiscussionsnum'] = "10";
$settings['failedlogincount'] = "10";
$settings['showbirthdayspostlimit'] = "0";
$settings['tplhtmlcomments'] = "1";
$settings['guestimages'] = "1";
$settings['guestvideos'] = "1";
$settings['cdnpath'] = "";
$settings['polltimelimit'] = "12";
$settings['forumviews_set_position'] = "float_bottom";
$settings['prunepostcount'] = "0";
$settings['postfloodcheck'] = "1";
$settings['postfloodsecs'] = "60";
$settings['postlayout'] = "horizontal";
$settings['purgespammerpostlimit'] = "10";
$settings['postmergemins'] = "60";
$settings['postsperpage'] = "10";
$settings['pmfloodsecs'] = "60";
$settings['pruneunactived'] = "0";
$settings['enableprunebyposts'] = "0";
$settings['prunethreads'] = "0";
$settings['threadreadcut'] = "7";
$settings['captchaprivatekey'] = "";
$settings['captchapublickey'] = "";
$settings['referralsperpage'] = "20";
$settings['refreshwol'] = "1";
$settings['regdateformat'] = "M Y";
$settings['regtype'] = "verify";
$settings['hottopic'] = "20";
$settings['reportmethod'] = "db";
$settings['repsperpage'] = "15";
$settings['requirecomplexpasswords'] = "0";
$settings['returnemail'] = "";
$settings['cookiesamesiteflag'] = "1";
$settings['ip_forwarded_check'] = "0";
$settings['searchfloodtime'] = "30";
$settings['searchtype'] = "standard";
$settings['cookiesecureflag'] = "0";
$settings['guestwelcome_groupcontrol'] = "1";
$settings['nocacheheaders'] = "0";
$settings['showeditedbyadmin'] = "1";
$settings['showeditedby'] = "1";
$settings['showsimilarthreads'] = "0";
$settings['showaddlgroups'] = "1";
$settings['attachthumbnails'] = "yes";
$settings['avatarep_contributor'] = "1";
$settings['showdescriptions'] = "1";
$settings['showforumpagesbreadcrumb'] = "1";
$settings['portal_showstats'] = "1";
$settings['showgroupleaders'] = "1";
$settings['jumptopagemultipage'] = "1";
$settings['showlanguageselect'] = "1";
$settings['portal_showdiscussions'] = "1";
$settings['multiquote'] = "1";
$settings['forumviews_show'] = "1";
$settings['logip'] = "hide";
$settings['showpmip'] = "hide";
$settings['quickreply'] = "1";
$settings['pmquickreply'] = "1";
$settings['portal_showsearch'] = "1";
$settings['securityquestion'] = "1";
$settings['showindexstats'] = "1";
$settings['subforumsstatusicons'] = "1";
$settings['portal_showpms'] = "1";
$settings['portal_showwelcome'] = "1";
$settings['showthemeselect'] = "1";
$settings['threadreview'] = "1";
$settings['showbirthdays'] = "1";
$settings['statstopreferrer'] = "1";
$settings['showvernum'] = "0";
$settings['forumviews_visit'] = "float_bv";
$settings['portal_showwol'] = "1";
$settings['showwol'] = "1";
$settings['showforumviewing'] = "0";
$settings['avatarep_onerror'] = "1";
$settings['similarlimit'] = "10";
$settings['similarityrating'] = "1";
$settings['secure_smtp'] = "0";
$settings['smtp_host'] = "";
$settings['smtp_pass'] = "";
$settings['smtp_port'] = "";
$settings['smtp_user'] = "";
$settings['profilmuzigiek_soundcloud_degistirgenler'] = "&maxheight=130&color=0066cc&visual=false&show_comments=false&iframe=true";
$settings['statscachetime'] = "0";
$settings['statslimit'] = "15";
$settings['purgespammerapikey'] = "";
$settings['subforumsindex'] = "2";
$settings['thousandssep'] = ",";
$settings['threadsperpage'] = "20";
$settings['failedlogintime'] = "15";
$settings['betweenregstime'] = "24";
$settings['timeformat'] = "h:i A";
$settings['uploadspath'] = "./uploads";
$settings['cdnurl'] = "";
$settings['dotfolders'] = "1";
$settings['usecdn'] = "0";
$settings['useerrorhandling'] = "1";
$settings['gzipoutput'] = "0";
$settings['usereferrals'] = "1";
$settings['allowthreadratings'] = "1";
$settings['discord_integration_new_reply_default_nickname'] = "0";
$settings['discord_integration_new_thread_default_nickname'] = "0";
$settings['threadusenetstyle'] = "0";
$settings['userpppoptions'] = "5,10,15,20,25,30,40,50";
$settings['usertppoptions'] = "10,15,20,25,30,40,50";
$settings['browsingthisforum'] = "1";
$settings['browsingthisthread'] = "1";
$settings['emailkeep'] = "0";
$settings['avatarep_version'] = "301";
$settings['hottopicviews'] = "150";
$settings['forumviews_visibleto'] = "adm";
$settings['wolorder'] = "username";