Current time: 05-25-2012, 01:05 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] [BROKEN] Show users who have posted with this IP
04-19-2009, 06:53 PM (This post was last modified: 04-19-2009 06:54 PM by labrocca.)
Post: #1
[F] [BROKEN] Show users who have posted with this IP
This user has been denied support. This user has been denied support.
Admincp problem.

Code:
SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
syntax to use near ')' at line 3
Query:
SELECT COUNT(u.uid) AS num_results FROM mybb_users u WHERE 1=1 AND u.uid IN()


That isn't working anymore. I tested both upgrade package and full package files just in case.

I need a fix for this asap. It's very important I can search via PMs to prevent fraud on my sites.

New MyBB plugin is "My Awards 2.0".
[Image: 468x60_SF.gif]
Visit this user's website Find all posts by this user
04-19-2009, 06:54 PM
Post: #2
RE: [BROKEN] Show users who have posted with this IP
more details? I don't even know which file your talking about.
Visit this user's website Find all posts by this user
04-19-2009, 06:58 PM
Post: #3
RE: [BROKEN] Show users who have posted with this IP
In admin/modules/user/user.php find:

PHP Code:
$ip_uids = array(); 

replace with

PHP Code:
$ip_uids = array(0); 

Ryan
Visit this user's website Find all posts by this user
04-19-2009, 07:23 PM
Post: #4
RE: [BROKEN] Show users who have posted with this IP
This user has been denied support. This user has been denied support.
That seemed to do it.

Thanks.

New MyBB plugin is "My Awards 2.0".
[Image: 468x60_SF.gif]
Visit this user's website Find all posts by this user
04-19-2009, 07:26 PM
Post: #5
RE: [BROKEN] Show users who have posted with this IP
Seems ok to me.. Big Grin

Quote:
Visit this user's website Find all posts by this user
04-19-2009, 08:07 PM
Post: #6
[F] [BROKEN] Show users who have posted with this IP
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group
Visit this user's website Find all posts by this user


Forum Jump:


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

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