not trying to bring back dead threads but i have some issues with this mod if some one could help me.
i am getting this error
Parse error: syntax error, unexpected 'SELECT' (T_STRING) in /public_html/globals.php on line 118
[/b]else
{
$is =
$db->query(
"SELECT `u`.*, `us`.*
FROM `users` AS `u`
INNER JOIN `userstats` AS `us`
ON `u`.`userid`=`us`.`userid`
WHERE `u`.`userid` = {$userid}
LIMIT 1");
}