How to set on home page uder Online 1/0 to write who is online?
SpAgEtE, look at the source code of online.php file.
I only want nicks to be shown
# SpAgEtE (24.12.2014 / 15:44)
Which code exactly?
Try that code
$arg = array('iphide' => 1);
$sql = mysql_query("select * from `users` order by `id` desc limit 8");
while($row = mysql_fetch_assoc($sql)) {
echo '<div class="menu">' . functions::display_user($row, $arg) . ' </div>';
}
Parse error : syntax error, unexpected end
of file in /home/vhosts/
kobrawap.eu5.org/incfiles/end.php on
line 65
i fixed but it shows all users by id i need online users
No avatar and other things only nick to show and to show only online users
xD can u give another code