コード例 #1
0
ファイル: bbsfoot.php プロジェクト: bianle/www2
			setTimeout('newmailnotice();', 800);
		else
			thespan.style.display = 'none';
	}
	function clearjunkmail() {
		if(confirm('ÄãÊÇ·ñÒªÇå¿ÕÀ¬»øÏä?')) {
			if(top.window['f3'])
				top.window['f3'].location='bbsmailact.php?act=clear';
			return true;
		}
		return false;
	}
//-->
</script>
<body><div class="footer">ʱ¼ä[<span id="divTime"></span>] ÔÚÏß[<?php 
echo bbs_getonlinenumber();
?>
]
ÕʺÅ[<a href="bbsqry.php?userid=<?php 
echo $currentuser["userid"];
?>
" target="f3"><?php 
echo $currentuser["userid"];
?>
</a>]
<?php 
if (isset($total)) {
    echo "ÐÅÏä[<a href=\"bbsmailbox.php?path=.DIR&title=ÊÕ¼þÏä\" target=\"f3\">";
    if ($full) {
        echo $total . "·â</a><a href=\"javascript:void(0);\" onclick=\"return clearjunkmail()\">(ÐÅÏ䳬ÈÝ)</a>] <bgsound src='sound/mailfull.mp3'>";
    } else {
コード例 #2
0
ファイル: forum.php プロジェクト: tilitala/nForum
 public static function getOnlineNum()
 {
     return bbs_getonlinenumber();
 }