This is done by User ID number in the Method I know...Zajako came up with this idea a long time ago, but I think he coded his differently...
The way I do it alters Afterburner's colored on-line users hack...
Find in index.php:
PHP Code:
// Afterburners Colored OnlineUserHack Start
Add an extra line, like so:
PHP Code:
} else if (($loggedin['userid'] == 1) and $highlightadmin) {
$username = "<img border="0" src="http://www.putURLhere.com";
// Image for Admin
Also, find
PHP Code:
// Invisible User but show to Admin
$invisibleuser = '*';
}
Add under it
PHP Code:
if (($loggedin['userid'] == 1) and $highlightadmin) {
$username = "<img border="0" src="http://www.URL.com"; // Image for admin