This mod i made from scratch, i will tell you how many poeple are onlineon the main menu.
Open Main Menu
Find the line:
$mc=$ir['new_mail'];
add under:
$var2['num_users_on'] = mysql_query("SELECT userid FROM users WHERE laston >= UNIX_TIMESTAMP()-900", $c);
$var['num_users_on'] = mysql_num_rows($var2['num_users_on']);
and put this anywhere on the links in main menu:
Users Online ({$var['num_users_on']})
This mod was made by me Peter Greenacre
First Placed on modern-empires
http://www.modern-empires.site40.net