Current time: 05-24-2012, 12:48 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
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
This user has been denied support. This user has been denied support.
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.

New MyBB plugin is "My Awards 2.0".
[Image: 468x60_SF.gif]
Visit this user's website Find all posts by this user
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
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();

Visit this user's website Find all posts by this user
11-27-2008, 05:14 PM
Post: #4
RE: Can't view IP address
The download and changed file package has been updated.
Visit this user's website Find all posts by this user
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
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication