Quote:
Originally Posted by MarcusTangh
Okay, it worked alright I suppose.
But I'm having this problem here, when I look at "Who's online" I see this:
Staff: ember.php?u=2606" rel="nofollow">The Midnighter, Azurith*, GTX*, Ryu, Takushi Rena*, Ultima Keyblade
As you can see, something is wrong with the code here.
|
This happens to a lot of people, and then to a lot it doesn't. Try doing one of the following:
Edit the plugin and change this (each line is found in different instances):
Code:
substr($activeusers_staff, 2);
substr($activeusers_members, 2);
To this:
Code:
substr($activeusers_staff, 1);
substr($activeusers_members, 1);
Or try the same, but changing it to 0, or deleting both lines.