Help for this modification
I want that when esten connected usuary xs it leaves template restrictive but profit not to communicate to me with the users online
This code
// RESTRICT
if ($totalonline >= 200) // Limit of users online
{
if (!is_member_of($vbulletin->userinfo, 1,2,3,4)) // Allowed groups
{
eval('print_output("' . fetch_template('template_saturation ') . '");'); // Template of saturation
}
}
// RESTRICT
Be one that happens you to you
|