pltemp.txt 672 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. <!--empire.listtemp.top-->
  8. <?php
  9. while($r=$empire->fetch($sql))
  10. {
  11. $plusername=$r[username];
  12. if(empty($r[username]))
  13. {
  14. $plusername=$fun_r['nomember'];
  15. }
  16. if($r[userid])
  17. {
  18. $plusername="<a href='$public_r[newsurl]e/space/?userid=$r[userid]' target='_blank'>$r[username]</a>";
  19. }
  20. $saytime=date('Y-m-d H:i:s',$r['saytime']);
  21. //ip
  22. $sayip=ToReturnXhIp($r[sayip]);
  23. $saytext=RepPltextFace(stripSlashes($r['saytext']));//替换表情
  24. $includelink=" onclick=\"javascript:document.saypl.repid.value='".$r[plid]."';document.saypl.saytext.focus();\"";
  25. ?>
  26. <!--empire.listtemp.center-->
  27. <?
  28. }
  29. ?>
  30. <!--empire.listtemp.footer-->