Current time: 03-19-2010, 07:18 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Can't view IP address
11-27-2008, 10:46 AM (This post was last modified: 11-27-2008 06:01 PM by Ryan Gordon.)
Post: #1
[F] Can't view IP address
In posts when I click "IP Address: Logged" link..I get a error_no_permissions page. Why?

EDIT: Because of moderation.php

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


As you can see...error on anything that's not a post method which that link is not. Of course you will need to come up with a quick fix for this.

Join MyBB Central for exclusive plugins. Downloads require a paid membership.
Do you need free Mybb Support?
[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
11-27-2008, 04:30 PM
Post: #2
RE: Can't view IP address
the same with me on my board.
Find all posts by this user
Quote this message in a reply
11-27-2008, 05:00 PM
Post: #3
RE: Can't view IP address
find

PHP Code:
if($mybb->request_method != "post")
{
    
error_no_permission();


replace with

PHP Code:
if($mybb->request_method != "post" && $mybb->input['action'] != "getip")
{
    
error_no_permission();


[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
Quote this message in a reply
11-27-2008, 05:14 PM
Post: #4
RE: Can't view IP address
The download and changed file package has been updated.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user
Quote this message in a reply
11-28-2008, 09:58 AM
Post: #5
RE: [F] Can't view IP address
Had same problem and worked for me on an 1.2.14 version (with the updated fixes).

Thanks.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: