',') { $smr=explode(',',$smalltextf); $sf=$smr[1]; } $addf=''; if($sf&&!strstr($emod_r[$mid]['tbdataf'],','.$sf.',')) { $addf=','.$sf; } $index_r=$empire->fetch1("select id,checked from {$dbtbpre}ecms_".$class_r[$classid][tbname]."_index where id='$id' limit 1"); if(!$index_r['id']) { return ''; } //返回表 $infotb=ReturnInfoMainTbname($class_r[$classid][tbname],$index_r['checked']); $infor=$empire->fetch1("select id,classid,isurl,titleurl,isgood,firsttitle,plnum,totaldown,onclick,newstime,titlepic,title,stb".$addf." from ".$infotb." where id='$id' limit 1"); if($sf&&!$addf) { //返回表信息 $infodatatb=ReturnInfoDataTbname($class_r[$classid][tbname],$index_r['checked'],$infor['stb']); $finfor=$empire->fetch1("select ".$sf." from ".$infodatatb." where id='$id' limit 1"); $infor[$sf]=$finfor[$sf]; } $ret_r['title']=$infor[title]; $ret_r['titleurl']=sys_ReturnBqTitleLink($infor); $ret_r['titlepic']=$infor[titlepic]; $ret_r['smalltext']=$infor[$sf]; $ret_r['newstime']=$infor[newstime]; return $ret_r; } $spid=(int)$_GET['spid']; //碎片 $spr=$empire->fetch1("select spid,spname,varname,sptype,maxnum,groupid,userclass,username from {$dbtbpre}enewssp where spid='$spid'"); if(!$spr['spid']) { printerror('ErrorUrl',''); } //验证操作权限 CheckDoLevel($lur,$spr[groupid],$spr[userclass],$spr[username]); $enews=ehtmlspecialchars($_GET['enews']); $postword='增加碎片信息'; $todaytime=date("Y-m-d H:i:s"); $url="更新碎片 > ".$spr[spname]." > 增加碎片信息"; $filepass=$spid; //修改 if($enews=="EditSpInfo") { $postword='修改碎片信息'; $sid=(int)$_GET['sid']; if($spr[sptype]==1) { $r=$empire->fetch1("select * from {$dbtbpre}enewssp_1 where sid='$sid' and spid='$spid'"); $newstime=date('Y-m-d H:i:s',$r[newstime]); //标题属性 if(strstr($r[titlefont],',')) { $tfontr=explode(',',$r[titlefont]); $r[titlecolor]=$tfontr[0]; $r[titlefont]=$tfontr[1]; } if(strstr($r[titlefont],"b|")) { $titlefontb=" checked"; } if(strstr($r[titlefont],"i|")) { $titlefonti=" checked"; } if(strstr($r[titlefont],"s|")) { $titlefonts=" checked"; } $url="更新碎片 > ".$spr[spname]." > 修改碎片信息"; } elseif($spr[sptype]==2) { $r=$empire->fetch1("select * from {$dbtbpre}enewssp_2 where sid='$sid' and spid='$spid'"); $newstime=date('Y-m-d H:i:s',$r[newstime]); $url="更新碎片 > ".$spr[spname]." > 修改碎片信息"; } elseif($spr[sptype]==3) { $r=$empire->fetch1("select * from {$dbtbpre}enewssp_3 where spid='$spid' limit 1"); $url="更新碎片 > ".$spr[spname]." > 修改碎片信息"; } } //取得信息 $ecms=RepPostStr($_GET['ecms'],1); if($ecms=='InfoidGetData') { include("../../data/dbcache/class.php"); $getinfor=ReturnSpInfoidGetData($_GET,$logininid,$loginin); if($getinfor['title']) { $r['title']=$getinfor['title']; $r['titlepic']=$getinfor['titlepic']; $r['titleurl']=$getinfor['titleurl']; $r['newstime']=$getinfor['newstime']; $r['smalltext']=$getinfor['smalltext']; $newstime=date('Y-m-d H:i:s',$r[newstime]); } } ?>
位置:=$url?> |