fetch1("select ".eReturnSelectMemberF('*','u.').",ui.* from ".eReturnMemberTable()." u LEFT JOIN {$dbtbpre}enewsmemberadd ui ON u.".egetmf('userid')."=ui.userid where u.".egetmf('userid')."='$muserid' limit 1"); } //增加 if($enews=="MAddInfo") { $cr=DoQCheckAddLevel($classid,$muserid,$musername,$mrnd,0,1); $mr=$empire->fetch1("select qenter,qmname from {$dbtbpre}enewsmod where mid='$cr[modid]'"); if(empty($mr['qenter'])) { printerror("NotOpenCQInfo","history.go(-1)",1); } //IP发布数限制 $check_ip=egetip(); $check_checked=$cr['wfid']?0:$cr['checkqadd']; eCheckIpAddInfoNum($check_ip,$cr['tbname'],$cr['modid'],$check_checked); //验证单信息 //qCheckMemberOneInfo($cr['tbname'],$cr['modid'],$classid,$muserid); //初始变量 $word="增加信息"; $ecmsfirstpost=1; $rechangeclass=" [重新选择]"; //验证码 if($cr['qaddshowkey']) { $showkey=" 验证码
点击显示验证码
"; } //图片 $imgwidth=0; $imgheight=0; //文件验证码 $filepass=time(); } else { $word="修改信息"; $ecmsfirstpost=0; $id=(int)$_GET['id']; if(empty($id)) { printerror("EmptyQinfoCid","",1); } $cr=DoQCheckAddLevel($classid,$muserid,$musername,$mrnd,1,0); $mr=$empire->fetch1("select qenter,qmname from {$dbtbpre}enewsmod where mid='$cr[modid]'"); if(empty($mr['qenter'])) { printerror("NotOpenCQInfo","history.go(-1)",1); } $r=CheckQdoinfo($classid,$id,$muserid,$cr['tbname'],$cr['adminqinfo'],1); //检测时间 if($public_r['qeditinfotime']) { if(time()-$r['truetime']>$public_r['qeditinfotime']*60) { printerror("QEditInfoOutTime","history.go(-1)",1); } } $newstime=$r['newstime']; $r['newstime']=date("Y-m-d H:i:s",$r['newstime']); //图片 $imgwidth=170; $imgheight=120; //文件验证码 $filepass=$id; } $tbname=$cr['tbname']; esetcookie("qeditinfo","dgcms"); //标题分类 $cttidswhere=''; $tts=''; $caddr=$empire->fetch1("select ttids from {$dbtbpre}enewsclassadd where classid='$classid'"); if($caddr['ttids']!='-') { if($caddr['ttids']&&$caddr['ttids']!=',') { $cttidswhere=' and typeid in ('.substr($caddr['ttids'],1,-1).')'; } $ttsql=$empire->query("select typeid,tname from {$dbtbpre}enewsinfotype where mid='$cr[modid]'".$cttidswhere." order by myorder"); while($ttr=$empire->fetch($ttsql)) { $select=''; if($ttr[typeid]==$r[ttid]) { $select=' selected'; } $tts.=""; } } //栏目 $classurl=sys_ReturnBqClassname($cr,9); $postclass="".$class_r[$classid]['classname']."".$rechangeclass; if($cr['bclassid']) { $bcr['classid']=$cr['bclassid']; $bclassurl=sys_ReturnBqClassname($bcr,9); $postclass="".$class_r[$cr['bclassid']]['classname']." > ".$postclass; } //html编辑器 $loadeditorjs=''; if($emod_r[$mid]['editorf']&&$emod_r[$mid]['editorf']!=',') { include('../data/ecmseditor/eshoweditor.php'); $loadeditorjs=ECMS_ShowEditorJS('../data/ecmseditor/infoeditor/'); } if(empty($musername)) { $musername="游客"; } $modfile="../data/html/q".$cr['modid'].".php"; //导入模板 require(ECMS_PATH.'e/template/DoInfo/AddInfo.php'); db_close(); $empire=null; ?>