在wdbpost里面搜索   动过手脚
然后删掉以下代码
[code]$articlecontent=$articlecontent."<br><BR><font  color=red size=2>此贴被".$username."在".$timeedit."动过手脚</font>";
或者
$articlecontent=$articlecontent."
[color=gray][此贴被".$username."在".$timeedit."动过手脚][/color]";
上面的一段如果去掉就没有痕迹,位置大致在wdbpost.php里面
if (!$step) {
      $articletitle=str_replace('%a%','',$oldarticletitle);
      $articlecontent=str_replace("<br>","rn",$oldarticlecontent);
      $status="* 修改一篇旧文章";
      include("header.php");
      navi_bar($navi_bar_des,$navi_bar_l2,"修改文章");
      print_form();
      include("footer.php");
      exit;
   }
   elseif($step==2) {
      if (!$usericon) $usericon=$oldicon;
      //----Check-------
      $check=check_data();
      if ($check) {
         //-----安全检查------
         $articlecontent=stripslashes($articlecontent);   $articletitle=stripslashes($articletitle);
         $articletitle=str_replace(",",",",$articletitle); $articletitle=safe_convert($articletitle);
         $articlecontent=safe_convert($articlecontent); $articledes=safe_convert($articledes);
$timeedit=getfulldate($timestamp); $articlecontent=$articlecontent."<br><BR><font  color=gray size=1>此贴被".$username."在".$timeedit."动过手脚</font>";
[/code][color=gray][此贴被lwm2001在2003年4月8日10:05动过手脚][/color]