MyBB Community Forums

Full Version: [Solved] IP Logged problem after upgrade to 1.4.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

After upgrade our forum to MyBB 1.4.4, when click on "IP Address: Logged" in posts recieve this error:

Quote:You do not have permission to access this page. This could be because of one of the following reasons:

1. Your account has either been suspended or you have been banned from accessing this resource.
2. You do not have permission to access this page. Are you trying to access administrative pages or a resource that you shouldn't be? Check in the forum rules that you are allowed to perform this action.
3. Your account may still be awaiting activation or moderation. (Resend Activation Code)


You are currently logged in with the username: 'Admin'

Screenshot:



http://tehransar.ir/pics4/dec3eacca407ee...66b8bb.jpg




(2008-11-27, 05:00 PM)Ryan Gordon Wrote: [ -> ]Open moderation.php

find

if($mybb->request_method != "post")
{
	error_no_permission();
}

replace with

if($mybb->request_method != "post" && $mybb->input['action'] != "getip")
{
	error_no_permission();
}
Thx "~computer-geek~",
First post edited.
no problem glad to help Big Grin