MyBB Community Forums

Full Version: Fake users online?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Still some problem bro... Even though now it shows the settings it wont work!

Also the button is always on Install & Actiavte?!?

See pic

[Image: 73Jna.png]
Refresh the page, since it works when I tried it on local computer.

The plugin has issues though. It is not updating the number of online users on Board Stats area. You may use the following plugin as a alternative;

http://yaldaram.com/showthread.php?tid=619
Its giving me MySQL errors now O.o

As for your alternative its paid Sad

You could gift it?
(2012-06-28, 12:02 PM)justarandomguy Wrote: [ -> ]Its giving me MySQL errors now O.o

As for your alternative its paid Sad

You could gift it?

Open plugin file and find:
$query = $db->simple_select('users', '*', 'uid IN'.$fkl, 1); 
Replace it with the following:
$query = $db->simple_select('users', '*', 'uid IN'.$fkl.'', 1); 
Pages: 1 2