Fix for Online Count 100% works!!!

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 28, 2006
Messages
67
Reaction score
0
I got this from dyeprey and it works.. All you have to do is this:

open library/functions.php

FIND:

$oq = $link->query("SELECT * from list_connected");

Replace:

$oq = $link->query("SELECT * FROM accounts WHERE online = '1'");

Save And Exit..

Hope this works! Enjoy
 
Status
Not open for further replies.
Back