You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
672 B
30 lines
672 B
<?php
|
|
if(!defined('InEmpireCMS'))
|
|
{
|
|
exit();
|
|
}
|
|
?>
|
|
<!--empire.listtemp.top-->
|
|
<?php
|
|
while($r=$empire->fetch($sql))
|
|
{
|
|
$plusername=$r[username];
|
|
if(empty($r[username]))
|
|
{
|
|
$plusername=$fun_r['nomember'];
|
|
}
|
|
if($r[userid])
|
|
{
|
|
$plusername="<a href='$public_r[newsurl]e/space/?userid=$r[userid]' target='_blank'>$r[username]</a>";
|
|
}
|
|
$saytime=date('Y-m-d H:i:s',$r['saytime']);
|
|
//ip
|
|
$sayip=ToReturnXhIp($r[sayip]);
|
|
$saytext=RepPltextFace(stripSlashes($r['saytext']));//替换表情
|
|
$includelink=" onclick=\"javascript:document.saypl.repid.value='".$r[plid]."';document.saypl.saytext.focus();\"";
|
|
?>
|
|
<!--empire.listtemp.center-->
|
|
<?
|
|
}
|
|
?>
|
|
<!--empire.listtemp.footer-->
|