if(!defined('IN_DISCUZ')) exit('Access Denied'); include template('header'); ?>
if($allowviewip) { ?>
if(is_array($onlinelist)) { foreach($onlinelist as $online) { ?>
if($online['uid']) { ?>
} else { ?>
游客
} ?>
|
|
|
if($online['fid']) { ?>
} ?>
|
if($online['tid']) { ?>
} ?>
|
|
} } ?>
} else { ?>
if(is_array($onlinelist)) { foreach($onlinelist as $online) { ?>
if($online['uid']) { ?>
} else { ?>
游客
} ?>
|
|
|
if($online['fid']) { ?>
} ?>
|
if($online['tid']) { ?>
} ?>
|
} } ?>
} ?>
include template('footer'); ?>