qinfofun.php 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497
  1. <?php
  2. //新用户投稿验证
  3. function qCheckNewMemberAddInfo($registertime){
  4. global $public_r;
  5. if(empty($public_r['newaddinfotime']))
  6. {
  7. return '';
  8. }
  9. $registertime=eReturnMemberIntRegtime($registertime);
  10. if(time()-$registertime<=$public_r['newaddinfotime']*60)
  11. {
  12. printerror('NewMemberAddInfoError','',1);
  13. }
  14. }
  15. //验证同一IP发信息数
  16. function eCheckIpAddInfoNum($ip,$tbname,$mid,$checked=1){
  17. global $empire,$dbtbpre,$public_r,$emod_r;
  18. if(!$public_r['ipaddinfonum']||!$public_r['ipaddinfotime'])
  19. {
  20. return '';
  21. }
  22. //是否有IP字段
  23. $qenterf=$emod_r[$mid]['qenter'];
  24. if(!strstr($qenterf,',infoip,'))
  25. {
  26. return '';
  27. }
  28. $infotb=ReturnInfoMainTbname($tbname,$checked);
  29. //时间
  30. $cktime=time()-$public_r['ipaddinfotime']*3600;
  31. $num=$empire->gettotal("select count(*) as total from ".$infotb." where newstime>$cktime and infoip='$ip'");
  32. if($num+1>$public_r['ipaddinfonum'])
  33. {
  34. printerror('IpMaxAddInfo','history.go(-1)',1);
  35. }
  36. }
  37. //一个会员单信息
  38. function qCheckMemberOneInfo($tbname,$mid,$classid,$userid){
  39. global $empire,$dbtbpre,$class_r;
  40. $classid=(int)$classid;
  41. $userid=(int)$userid;
  42. if(empty($class_r[$classid]['oneinfo']))
  43. {
  44. return '';
  45. }
  46. $GLOBALS['classqoneinfo']=$class_r[$classid]['oneinfo'];
  47. //表
  48. $num=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_".$tbname." where userid='$userid' and ismember=1 and classid='$classid'");
  49. if($num>=$class_r[$classid]['oneinfo'])
  50. {
  51. printerror('OneInfoAddInfo','history.go(-1)',1);
  52. }
  53. //审核表
  54. $cknum=$empire->gettotal("select count(*) as total from {$dbtbpre}ecms_".$tbname."_check where userid='$userid' and ismember=1 and classid='$classid'");
  55. $allnum=$num+$cknum;
  56. if($allnum>=$class_r[$classid]['oneinfo'])
  57. {
  58. printerror('OneInfoAddInfo','history.go(-1)',1);
  59. }
  60. }
  61. //屏蔽字符
  62. function qCheckInfoCloseWord($mid,$add,$closewordsf,$closewords){
  63. if(empty($closewordsf)||$closewordsf=='|'||empty($closewords)||$closewords=='|')
  64. {
  65. return '';
  66. }
  67. $fr=explode('|',$closewordsf);
  68. $count=count($fr);
  69. $r=explode('|',$closewords);
  70. $countr=count($r);
  71. for($i=0;$i<$count;$i++)
  72. {
  73. if(empty($fr[$i]))
  74. {
  75. continue;
  76. }
  77. for($j=0;$j<$countr;$j++)
  78. {
  79. if($r[$j])
  80. {
  81. if(stristr($r[$j],'##'))//多字
  82. {
  83. $morer=explode('##',$r[$j]);
  84. if(stristr($add[$fr[$i]],$morer[0])&&stristr($add[$fr[$i]],$morer[1]))
  85. {
  86. printerror("HaveCloseWords","history.go(-1)",1);
  87. }
  88. }
  89. else
  90. {
  91. if(stristr($add[$fr[$i]],$r[$j]))
  92. {
  93. printerror("HaveCloseWords","history.go(-1)",1);
  94. }
  95. }
  96. }
  97. }
  98. }
  99. }
  100. //提交字段值的处理
  101. function DoqValue($mid,$f,$val){
  102. global $public_r,$emod_r;
  103. $val=RepPhpAspJspcodeText($val);
  104. if(strstr($emod_r[$mid]['editorf'],','.$f.','))//编辑器
  105. {
  106. $val=ClearNewsBadCode($val);
  107. }
  108. else
  109. {
  110. $val=doehtmlstr($val);//替换html
  111. if(!strstr($emod_r[$mid]['tobrf'],','.$f.',')&&strstr($emod_r[$mid]['dohtmlf'],','.$f.','))//加回车
  112. {
  113. $val=doebrstr($val);
  114. }
  115. }
  116. return $val;
  117. }
  118. //返回字段值的处理
  119. function DoReqValue($mid,$f,$val){
  120. global $public_r,$emod_r;
  121. if($emod_r[$mid]['savetxtf']&&$emod_r[$mid]['savetxtf']==$f)//存文本
  122. {
  123. $val=stripSlashes(GetTxtFieldText($val));
  124. }
  125. if(strstr($emod_r[$mid]['editorf'],','.$f.','))//编辑器
  126. {
  127. return $val;
  128. }
  129. $val=dorehtmlstr($val);//替换html
  130. if(!strstr($emod_r[$mid]['tobrf'],','.$f.',')&&strstr($emod_r[$mid]['dohtmlf'],','.$f.','))//加回车
  131. {
  132. $val=dorebrstr($val);
  133. }
  134. return $val;
  135. }
  136. //替换html代码
  137. function doehtmlstr($str){
  138. $str=ehtmlspecialchars($str,ENT_QUOTES);
  139. return $str;
  140. }
  141. //还原html代码
  142. function dorehtmlstr($str){
  143. return $str;
  144. }
  145. //替换回车
  146. function doebrstr($str){
  147. $str=str_replace("\n","<br />",$str);
  148. return $str;
  149. }
  150. //还原回车
  151. function dorebrstr($str){
  152. $str=str_replace("<br />","\n",$str);
  153. $str=str_replace("<br>","\n",$str);
  154. return $str;
  155. }
  156. //投稿生成内容页面
  157. function qAddGetHtml($classid,$id){
  158. $titleurl=DoGetHtml($classid,$id);
  159. return $titleurl;
  160. }
  161. //投稿生成页面
  162. function qAddListHtml($classid,$mid,$qaddlist,$listdt){
  163. global $class_r;
  164. if($qaddlist==0)//不生成
  165. {
  166. return "";
  167. }
  168. elseif($qaddlist==1)//生成当前栏目
  169. {
  170. if(!$listdt)
  171. {
  172. $sonclass="|".$classid."|";
  173. QReClassHtml($sonclass);
  174. }
  175. }
  176. elseif($qaddlist==2)//生成首页
  177. {
  178. QReIndex();
  179. }
  180. elseif($qaddlist==3)//生成父栏目
  181. {
  182. $featherclass=$class_r[$classid]['featherclass'];
  183. if($featherclass&&$featherclass!="|")
  184. {
  185. QReClassHtml($featherclass);
  186. }
  187. }
  188. elseif($qaddlist==4)//生成当前栏目与父栏目
  189. {
  190. $featherclass=$class_r[$classid]['featherclass'];
  191. if(empty($featherclass))
  192. {
  193. $featherclass="|";
  194. }
  195. if(!$listdt)
  196. {
  197. $featherclass.=$classid."|";
  198. }
  199. QReClassHtml($featherclass);
  200. }
  201. elseif($qaddlist==5)//生成父栏目与首页
  202. {
  203. QReIndex();
  204. $featherclass=$class_r[$classid]['featherclass'];
  205. if($featherclass&&$featherclass!="|")
  206. {
  207. QReClassHtml($featherclass);
  208. }
  209. }
  210. elseif($qaddlist==6)//生成当前栏目、父栏目与首页
  211. {
  212. QReIndex();
  213. $featherclass=$class_r[$classid]['featherclass'];
  214. if(empty($featherclass))
  215. {
  216. $featherclass="|";
  217. }
  218. if(!$listdt)
  219. {
  220. $featherclass.=$classid."|";
  221. }
  222. QReClassHtml($featherclass);
  223. }
  224. }
  225. //投稿生成栏目
  226. function QReClassHtml($sonclass){
  227. global $empire,$dbtbpre,$class_r;
  228. $r=explode("|",$sonclass);
  229. $count=count($r);
  230. for($i=1;$i<$count-1;$i++)
  231. {
  232. //终极栏目
  233. if($class_r[$r[$i]]['islast'])
  234. {
  235. if(!$class_r[$r[$i]]['listdt'])
  236. {
  237. ListHtml($r[$i],'',0,$userlistr);
  238. }
  239. }
  240. elseif($class_r[$r[$i]]['islist']==1)//列表式父栏目
  241. {
  242. if(!$class_r[$r[$i]]['listdt'])
  243. {
  244. ListHtml($r[$i],'',3);
  245. }
  246. }
  247. elseif($class_r[$r[$i]]['islist']==3)//栏目绑定信息式
  248. {
  249. ReClassBdInfo($r[$i]);
  250. }
  251. else//父栏目
  252. {
  253. $cr=$empire->fetch1("select classtempid from {$dbtbpre}enewsclass where classid='$r[$i]'");
  254. $classtemp=$class_r[$r[$i]]['islist']==2?GetClassText($r[$i]):GetClassTemp($cr['classtempid']);
  255. NewsBq($r[$i],$classtemp,0,0);
  256. }
  257. }
  258. }
  259. //投稿生成首页
  260. function QReIndex(){
  261. $indextemp=GetIndextemp();
  262. NewsBq($classid,$indextemp,1,0);
  263. }
  264. //验证权限
  265. function CheckQdoinfo($classid,$id,$userid,$tbname,$adminqinfo,$ecms=0){
  266. global $empire,$dbtbpre,$emod_r,$class_r;
  267. //索引表
  268. $index_r=$empire->fetch1("select id,classid,checked from {$dbtbpre}ecms_".$tbname."_index where id='$id' limit 1");
  269. if(!$index_r['id']||$index_r['classid']!=$classid)
  270. {
  271. printerror("HaveNotLevelQInfo","history.go(-1)",1);
  272. }
  273. //返回表
  274. $infotb=ReturnInfoMainTbname($tbname,$index_r['checked']);
  275. $r=$empire->fetch1("select * from ".$infotb." where id='$id' and classid='$classid' and ismember=1 and userid='$userid' limit 1");
  276. if(!$r['id'])
  277. {
  278. printerror("HaveNotLevelQInfo","history.go(-1)",1);
  279. }
  280. $r['checked']=$index_r['checked'];
  281. if($adminqinfo==1)//管理未审核信息
  282. {
  283. if($index_r['checked'])
  284. {
  285. printerror("ClassSetNotAdminQCInfo","history.go(-1)",1);
  286. }
  287. }
  288. elseif($adminqinfo==2)//只可编辑未审核信息
  289. {
  290. if($index_r['checked']||$ecms!=1)
  291. {
  292. printerror("ClassSetNotEditQCInfo","history.go(-1)",1);
  293. }
  294. }
  295. elseif($adminqinfo==3)//只可删除未审核信息
  296. {
  297. if($index_r['checked']||$ecms!=2)
  298. {
  299. printerror("ClassSetNotDelQCInfo","history.go(-1)",1);
  300. }
  301. }
  302. elseif($adminqinfo==4)//管理所有信息
  303. {}
  304. elseif($adminqinfo==5)//只可编辑所有信息
  305. {
  306. if($ecms!=1)
  307. {
  308. printerror("ClassSetNotEditQInfo","history.go(-1)",1);
  309. }
  310. }
  311. elseif($adminqinfo==6)//只可删除所有信息
  312. {
  313. if($ecms!=2)
  314. {
  315. printerror("ClassSetNotDelQInfo","history.go(-1)",1);
  316. }
  317. }
  318. else//不能管理投稿
  319. {
  320. printerror("ClassSetNotAdminQInfo","history.go(-1)",1);
  321. }
  322. //返回表信息
  323. $infotbr=ReturnInfoTbname($tbname,$index_r['checked'],$r['stb']);
  324. //副表
  325. $mid=$class_r[$classid]['modid'];
  326. $finfor=$empire->fetch1("select ".ReturnSqlFtextF($mid)." from ".$infotbr['datatbname']." where id='$r[id]' limit 1");
  327. $r=array_merge($r,$finfor);
  328. return $r;
  329. }
  330. //组合下载/影视
  331. function DoqReturnDownPath($path,$ecms=0){
  332. global $fun_r;
  333. $downqz="";
  334. $fen=0;
  335. $fuser=0;
  336. $f_exp="::::::";
  337. $r_exp="\r\n";
  338. $returnstr="";
  339. $path=str_replace($f_exp,"",$path);
  340. $path=str_replace($r_exp,"",$path);
  341. if($ecms==0)
  342. {
  343. $name=$fun_r['DownPath']."1";
  344. }
  345. else
  346. {
  347. $name="1";
  348. }
  349. if($path)
  350. {
  351. $returnstr=$name.$f_exp.$path.$f_exp.$fuser.$f_exp.$fen.$f_exp.$downqz.$r_exp;
  352. }
  353. //去掉最后的字符
  354. $returnstr=substr($returnstr,0,strlen($returnstr)-2);
  355. return $returnstr;
  356. }
  357. //返回下载/影视地址
  358. function DoReqDownPath($downpath){
  359. if(empty($downpath))
  360. {
  361. return "";
  362. }
  363. $f_exp="::::::";
  364. $r_exp="\r\n";
  365. $r=explode($r_exp,$downpath);
  366. $r1=explode($f_exp,$r[0]);
  367. $r1[1]=addslashes(RepPostStr($r1[1]));
  368. return $r1[1];
  369. }
  370. //特殊字段处理
  371. function DoqSpecialValue($mid,$f,$value,$add,$infor,$ecms=0){
  372. global $public_r,$loginin,$emod_r;
  373. if($f=="morepic")//图片集
  374. {
  375. $add['msavepic']=0;
  376. $value=ReturnMorepicpath($add['msmallpic'],$add['mbigpic'],$add['mpicname'],$add['mdelpicid'],$add['mpicid'],$add,$add['mpicurl_qz'],$ecms,0,($ecms==1?$infor['fstb']:$public_r['filedeftb']));
  377. $value=doehtmlstr($value);
  378. }
  379. elseif($f=="downpath")//下载地址
  380. {
  381. $value=DoqReturnDownPath($value,0);
  382. $value=doehtmlstr($value);
  383. }
  384. elseif($f=="onlinepath")//在线地址
  385. {
  386. $value=DoqReturnDownPath($value,1);
  387. $value=doehtmlstr($value);
  388. }
  389. elseif($f=="newstext")//内容
  390. {
  391. //远程保存
  392. //$value=addslashes(CopyImg(stripSlashes($value),$add[copyimg],$add[copyflash],$add[classid],$add[qz_url],$loginin,$add['id'],$add['filepass'],$add['mark'],($ecms==1?$infor['fstb']:$public_r['filedeftb'])));
  393. }
  394. //存文本
  395. if($emod_r[$mid]['savetxtf']&&$f==$emod_r[$mid]['savetxtf'])
  396. {
  397. if($ecms==1)
  398. {
  399. //建立目录
  400. $newstexttxt_r=explode("/",$infor[$f]);
  401. $thetxtfile=$newstexttxt_r[2];
  402. $truevalue=MkDirTxtFile($newstexttxt_r[0]."/".$newstexttxt_r[1],$thetxtfile);
  403. }
  404. else
  405. {
  406. //建立目录
  407. $thetxtfile=GetFileMd5();
  408. $truevalue=MkDirTxtFile(date("Y/md"),$thetxtfile);
  409. }
  410. //写放文件
  411. EditTxtFieldText($truevalue,$value);
  412. $value=$truevalue;
  413. }
  414. return $value;
  415. }
  416. //检测点数是否足够
  417. function MCheckEnoughFen($userfen,$userdate,$fen){
  418. if(!($userdate-time()>0))
  419. {
  420. if($userfen+$fen<0)
  421. {
  422. printerror("HaveNotFenAQinfo","history.go(-1)",1);
  423. }
  424. }
  425. }
  426. //返回字段
  427. function ReturnQAddinfoF($mid,$add,$infor,$classid,$filepass,$userid,$username,$ecms=0){
  428. global $empire,$dbtbpre,$public_r,$emod_r,$ecms_config;
  429. $ret_r=array();
  430. $pr=$empire->fetch1("select qaddtran,qaddtransize,qaddtranimgtype,qaddtranfile,qaddtranfilesize,qaddtranfiletype,closewords,closewordsf from {$dbtbpre}enewspublic limit 1");
  431. $isadd=$ecms==0?1:0;
  432. qCheckInfoCloseWord($mid,$add,$pr['closewordsf'],$pr['closewords']);//屏蔽字符验证
  433. //检测必填字段
  434. $pagef=$emod_r[$mid]['pagef'];
  435. $mustr=explode(",",$emod_r[$mid]['mustqenterf']);
  436. $mustcount=count($mustr)-1;
  437. for($i=1;$i<$mustcount;$i++)
  438. {
  439. $mf=$mustr[$i];
  440. if(strstr($emod_r[$mid]['filef'],','.$mf.',')||strstr($emod_r[$mid]['imgf'],','.$mf.',')||strstr($emod_r[$mid]['flashf'],','.$mf.',')||$mf=='downpath'||$mf=='onlinepath')//附件
  441. {
  442. $mfilef=$mf."file";
  443. //上传文件
  444. if($_FILES[$mfilef]['name'])
  445. {
  446. if(strstr($emod_r[$mid]['imgf'],','.$mf.','))//图片
  447. {
  448. if(!$pr['qaddtran'])
  449. {
  450. printerror("CloseQTranPic","",1);
  451. }
  452. }
  453. else//附件
  454. {
  455. if(!$pr['qaddtranfile'])
  456. {
  457. printerror("CloseQTranFile","",1);
  458. }
  459. }
  460. }
  461. elseif(!trim($add[$mf])&&!$infor[$mf])
  462. {
  463. printerror("EmptyQMustF","",1);
  464. }
  465. }
  466. else
  467. {
  468. $chmustval=ReturnCheckboxAddF($add[$mf],$mid,$mf);//复选框
  469. $chmustval=ReturnMoreValueAddF($add,$chmustval,$mid,$mf,$ecms);//多值
  470. if(!trim($chmustval))
  471. {
  472. printerror("EmptyQMustF","",1);
  473. }
  474. }
  475. }
  476. //字段处理
  477. $dh="";
  478. $tranf="";
  479. $fr=explode(',',$emod_r[$mid]['qenter']);
  480. $count=count($fr)-1;
  481. for($i=1;$i<$count;$i++)
  482. {
  483. $f=$fr[$i];
  484. if($f=='special.field'||($ecms==0&&!strstr($emod_r[$mid]['canaddf'],','.$f.','))||($ecms==1&&!strstr($emod_r[$mid]['caneditf'],','.$f.',')))
  485. {continue;}
  486. //附件
  487. $add[$f]=str_replace('[!#@-','ecms',$add[$f]);
  488. if(strstr($emod_r[$mid]['filef'],','.$f.',')||strstr($emod_r[$mid]['imgf'],','.$f.',')||strstr($emod_r[$mid]['flashf'],','.$f.',')||$f=='downpath'||$f=='onlinepath')
  489. {
  490. //上传附件
  491. $filetf=$f."file";
  492. if($_FILES[$filetf]['name'])
  493. {
  494. $filetype=GetFiletype($_FILES[$filetf]['name']);//取得文件类型
  495. if(CheckSaveTranFiletype($filetype))
  496. {
  497. printerror("NotQTranFiletype","",1);
  498. }
  499. if(strstr($emod_r[$mid]['imgf'],','.$f.','))//图片
  500. {
  501. if(!$pr['qaddtran'])
  502. {
  503. printerror("CloseQTranPic","",1);
  504. }
  505. if(!strstr($pr['qaddtranimgtype'],"|".$filetype."|"))
  506. {
  507. printerror("NotQTranFiletype","",1);
  508. }
  509. if($_FILES[$filetf]['size']>$pr['qaddtransize']*1024)
  510. {
  511. printerror("TooBigQTranFile","",1);
  512. }
  513. if(!strstr($ecms_config['sets']['tranpicturetype'],','.$filetype.','))
  514. {
  515. printerror("NotQTranFiletype","",1);
  516. }
  517. }
  518. else//附件
  519. {
  520. if(!$pr['qaddtranfile'])
  521. {
  522. printerror("CloseQTranFile","",1);
  523. }
  524. if(!strstr($pr['qaddtranfiletype'],"|".$filetype."|"))
  525. {
  526. printerror("NotQTranFiletype","",1);
  527. }
  528. if($_FILES[$filetf]['size']>$pr['qaddtranfilesize']*1024)
  529. {
  530. printerror("TooBigQTranFile","",1);
  531. }
  532. if(strstr($emod_r[$mid]['flashf'],','.$f.','))//flash
  533. {
  534. if(!strstr($ecms_config['sets']['tranflashtype'],",".$filetype.","))
  535. {printerror("NotQTranFiletype","",1);}
  536. }
  537. if($f=="onlinepath")//视频
  538. {
  539. if(strstr($wmv_type,",".$filetype.","))
  540. {}
  541. }
  542. }
  543. $tranf.=$dh.$f;
  544. $dh=",";
  545. $fval="[!#@-".$f."-@!]";
  546. }
  547. else
  548. {
  549. if($public_r['modinfoedittran']==1)
  550. {
  551. $fval=$add[$f];
  552. if($ecms==1&&$infor[$f]&&!trim($fval))
  553. {
  554. $fval=$infor[$f];
  555. //特殊字段
  556. if($f=="downpath"||$f=="onlinepath")
  557. {
  558. $fval=DoReqDownPath($fval);
  559. }
  560. }
  561. }
  562. else
  563. {
  564. $fval='';
  565. if($ecms==1)
  566. {
  567. $fval=$infor[$f];
  568. //特殊字段
  569. if($f=="downpath"||$f=="onlinepath")
  570. {
  571. $fval=DoReqDownPath($fval);
  572. }
  573. }
  574. }
  575. }
  576. }
  577. elseif($f=='newstime')//时间
  578. {
  579. if($add[$f])
  580. {
  581. $fval=to_time($add[$f]);
  582. }
  583. else
  584. {
  585. $fval=time();
  586. }
  587. }
  588. elseif($f=='newstext')//内容
  589. {
  590. if($ecms==0)
  591. {
  592. $fval=DoReplaceKeyAndWord($add[$f],1,$classid);//替换关键字和字符
  593. }
  594. else
  595. {
  596. $fval=$add[$f];
  597. }
  598. }
  599. elseif($f=='infoip') //ip
  600. {
  601. $fval=egetip();
  602. }
  603. elseif($f=='infoipport') //ip端口
  604. {
  605. $fval=egetipport();
  606. }
  607. elseif($f=='infozm') //字母
  608. {
  609. $fval=$add[$f]?$add[$f]:GetInfoZm($add[title]);
  610. }
  611. else
  612. {
  613. $add[$f]=ReturnCheckboxAddF($add[$f],$mid,$f);//复选框
  614. $add[$f]=ReturnMoreValueAddF($add,$add[$f],$mid,$f,$ecms);//多值
  615. $fval=$add[$f];
  616. }
  617. $fval=eDoInfoTbfToQj($emod_r[$mid]['tbname'],$f,$fval,$public_r['qtoqjf']);
  618. $fval=DoFFun($mid,$f,$fval,$isadd,1);//执行函数
  619. $modispagef=$pagef==$f?1:0;
  620. $fval=RepTempvarPostStrT($fval,$modispagef);
  621. if($pagef!=$f)
  622. {
  623. $fval=RepTempvarPostStr($fval);
  624. }
  625. ChIsOnlyAddF($mid,$infor[id],$f,$fval,1);//唯一值
  626. $fval=DoqValue($mid,$f,$fval);
  627. $fval=DoqSpecialValue($mid,$f,$fval,$add,$infor,$ecms);
  628. $fval=RepPostStr2($fval);
  629. if($ecms==1)
  630. {
  631. SameDataAddF($info[id],$classid,$mid,$f,$fval);
  632. }
  633. $fval=addslashes($fval);
  634. if($ecms==0)//添加
  635. {
  636. if(strstr($emod_r[$mid]['tbdataf'],','.$f.','))//副表
  637. {
  638. $ret_r[2].=",".$f;
  639. $ret_r[3].=",'".$fval."'";
  640. }
  641. else
  642. {
  643. $ret_r[0].=",".$f;
  644. $ret_r[1].=",'".$fval."'";
  645. }
  646. }
  647. else//编辑
  648. {
  649. if($f=='infoip'||$f=='infoipport') //ip
  650. {
  651. continue;
  652. }
  653. if(strstr($emod_r[$mid]['tbdataf'],','.$f.','))//副表
  654. {
  655. $ret_r[3].=",".$f."='".$fval."'";
  656. }
  657. else
  658. {
  659. $ret_r[0].=",".$f."='".$fval."'";
  660. }
  661. }
  662. }
  663. //上传附件
  664. if($tranf)
  665. {
  666. if($ecms==0)
  667. {
  668. $infoid=0;
  669. }
  670. else
  671. {
  672. $infoid=$infor['id'];
  673. $filepass=0;
  674. }
  675. $tranr=explode(",",$tranf);
  676. $count=count($tranr);
  677. for($i=0;$i<$count;$i++)
  678. {
  679. $tf=$tranr[$i];
  680. $tffile=$tf."file";
  681. $tfr=DoTranFile($_FILES[$tffile]['tmp_name'],$_FILES[$tffile]['name'],$_FILES[$tffile]['type'],$_FILES[$tffile]['size'],$classid);
  682. if($tfr['tran'])
  683. {
  684. //文件类型
  685. $mvf=$tf."mtfile";
  686. if(strstr($emod_r[$mid]['imgf'],','.$tf.','))//图片
  687. {
  688. $type=1;
  689. }
  690. elseif(strstr($emod_r[$mid]['flashf'],','.$tf.','))//flash
  691. {
  692. $type=2;
  693. }
  694. elseif($add[$mvf]==1)//多媒体
  695. {
  696. $type=3;
  697. }
  698. else//附件
  699. {
  700. $type=0;
  701. }
  702. //写入数据库
  703. $filetime=time();
  704. $filesize=(int)$_FILES[$tffile]['size'];
  705. $classid=(int)$classid;
  706. eInsertFileTable($tfr[filename],$filesize,$tfr[filepath],'[Member]'.$username,$classid,'['.$tf.']'.addslashes(RepPostStr($add[title])),$type,$infoid,$filepass,$public_r[fpath],0,0,($ecms==1?$infor['fstb']:$public_r['filedeftb']));
  707. //删除旧文件
  708. if($ecms==1&&$infor[$tf])
  709. {
  710. DelYQTranFile($classid,$infor['id'],$infor[$tf],$tf,$infor['fstb']);
  711. }
  712. $repfval=$tfr['url'];
  713. }
  714. else
  715. {
  716. $repfval=$infor[$tf];
  717. //特殊字段
  718. if($tf=="downpath"||$tf=="onlinepath")
  719. {
  720. $repfval=DoReqDownPath($repfval);
  721. }
  722. }
  723. if($ecms==0)//添加
  724. {
  725. $ret_r[1]=str_replace("[!#@-".$tf."-@!]",$repfval,$ret_r[1]);
  726. $ret_r[3]=str_replace("[!#@-".$tf."-@!]",$repfval,$ret_r[3]);
  727. }
  728. else//编辑
  729. {
  730. $ret_r[0]=str_replace("[!#@-".$tf."-@!]",$repfval,$ret_r[0]);
  731. $ret_r[3]=str_replace("[!#@-".$tf."-@!]",$repfval,$ret_r[3]);
  732. }
  733. }
  734. }
  735. $ret_r[4]=$emod_r[$mid]['deftb'];
  736. return $ret_r;
  737. }
  738. //删除原附件
  739. function DelYQTranFile($classid,$id,$file,$tf,$fstb='1'){
  740. global $empire,$dbtbpre;
  741. //特殊字段
  742. if($tf=="downpath"||$tf=="onlinepath")
  743. {
  744. $file=DoReqDownPath($file);
  745. }
  746. if(empty($file))
  747. {
  748. return "";
  749. }
  750. $r=explode("/",$file);
  751. $count=count($r);
  752. $filename=$r[$count-1];
  753. $filename=addslashes(RepPostStr($filename));
  754. $fr=$empire->fetch1("select filename,path,fileid,fpath,classid from {$dbtbpre}enewsfile_{$fstb} where classid='$classid' and id='$id' and filename='$filename' limit 1");
  755. if($fr['fileid'])
  756. {
  757. $sql=$empire->query("delete from {$dbtbpre}enewsfile_{$fstb} where fileid='$fr[fileid]'");
  758. DoDelFile($fr);
  759. }
  760. }
  761. //信息投稿
  762. function DodoInfo($add,$ecms=0){
  763. global $empire,$public_r,$emod_r,$level_r,$class_r,$dbtbpre,$fun_r;
  764. //验证来源
  765. if($ecms==0||$ecms==1)
  766. {
  767. CheckCanPostUrl();
  768. }
  769. //开启投稿
  770. if($public_r['addnews_ok'])
  771. {
  772. printerror("CloseQAdd","",1);
  773. }
  774. //验证本时间允许操作
  775. eCheckTimeCloseDo('info');
  776. $classid=(int)$add['classid'];
  777. $mid=(int)$class_r[$classid]['modid'];
  778. if(!$mid||!$classid)
  779. {
  780. printerror("EmptyQinfoCid","",1);
  781. }
  782. $tbname=$emod_r[$mid]['tbname'];
  783. $qenter=$emod_r[$mid]['qenter'];
  784. if(!$tbname||!$qenter||$qenter==',')
  785. {
  786. printerror("ErrorUrl","history.go(-1)",1);
  787. }
  788. $muserid=(int)getcvar('mluserid');
  789. $musername=RepPostVar(getcvar('mlusername'));
  790. $mrnd=RepPostVar(getcvar('mlrnd'));
  791. //取得栏目信息
  792. $isadd=0;
  793. if($ecms==0)
  794. {
  795. $isadd=1;
  796. }
  797. $setuserday='';
  798. $cr=DoQCheckAddLevel($classid,$muserid,$musername,$mrnd,$ecms,$isadd);
  799. $setuserday=$cr['checkaddnumquery'];
  800. $filepass=(int)$add['filepass'];
  801. $id=(int)$add['id'];
  802. $infor=array();
  803. //组合标题属性
  804. $titlecolor=addslashes(RepPostStr(RepPhpAspJspcodeText($add[titlecolor])));
  805. $titlefont=dgdb_tosave(TitleFont($add[titlefont],$titlecolor));
  806. $titlecolor="";
  807. $titlefont="";
  808. $ttid=(int)$add['ttid'];
  809. $keyboard=addslashes(RepPostStr(trim(DoReplaceQjDh($add[keyboard]))));
  810. $keyid='';
  811. //返回关键字组合
  812. if($keyboard&&strstr($qenter,',special.field,'))
  813. {
  814. $keyboard=str_replace('[!--f--!]','ecms',$keyboard);
  815. $keyid=GetKeyid($keyboard,$classid,$id,$class_r[$classid][link_num]);
  816. $keyid=dgdb_tosave($keyid);
  817. }
  818. else
  819. {
  820. $keyboard='';
  821. $keyid='';
  822. }
  823. //验证码
  824. $keyvname='checkinfokey';
  825. //moreport
  826. if(Moreport_ReturnMustDt())
  827. {
  828. define('ECMS_SELFPATH',eReturnEcmsMainPortPath());
  829. Moreport_ResetMainTempGid();
  830. }
  831. $epreid=0;
  832. //-----------------增加
  833. if($ecms==0)
  834. {
  835. //时间
  836. $lasttime=getcvar('lastaddinfotime');
  837. if($lasttime)
  838. {
  839. if(time()-$lasttime<$public_r['readdinfotime'])
  840. {
  841. printerror("QAddInfoOutTime","",1);
  842. }
  843. }
  844. //验证码
  845. if($cr['qaddshowkey'])
  846. {
  847. ecmsCheckShowKey($keyvname,$add['key'],1);
  848. }
  849. //IP发布数限制
  850. $check_ip=egetip();
  851. $check_checked=$cr['wfid']?0:$cr['checkqadd'];
  852. eCheckIpAddInfoNum($check_ip,$tbname,$mid,$check_checked);
  853. //验证单信息
  854. qCheckMemberOneInfo($tbname,$mid,$classid,$muserid);
  855. //返回字段
  856. $ret_r=ReturnQAddinfoF($mid,$add,$infor,$classid,$filepass,$muserid,$musername,0);
  857. $checked=$cr['checkqadd'];
  858. $havehtml=0;
  859. $newspath=date($cr['newspath']);
  860. $truetime=time();
  861. $newstime=$truetime;
  862. $newstempid=$cr['newstempid'];
  863. $haveaddfen=0;
  864. //强制签发
  865. $isqf=0;
  866. if($cr['wfid'])
  867. {
  868. $checked=0;
  869. $isqf=1;
  870. }
  871. //增扣点
  872. if($muserid)
  873. {
  874. if($checked)
  875. {
  876. AddInfoFen($cr['addinfofen'],$muserid);
  877. $haveaddfen=1;
  878. }
  879. else
  880. {
  881. if($cr['addinfofen']<0&&!$public_r['qinfoaddfen'])
  882. {
  883. AddInfoFen($cr['addinfofen'],$muserid);
  884. $haveaddfen=1;
  885. }
  886. }
  887. }
  888. if(empty($muserid))
  889. {
  890. $musername=$fun_r['guest'];
  891. }
  892. //会员投稿数更新
  893. if($setuserday)
  894. {
  895. $empire->query($setuserday);
  896. }
  897. //发布时间
  898. if(!strstr($qenter,',newstime,'))
  899. {
  900. $ret_r[0]=",newstime".$ret_r[0];
  901. $ret_r[1]=",'$newstime'".$ret_r[1];
  902. }
  903. else
  904. {
  905. if($add['newstime'])
  906. {
  907. $newstime=to_time($add['newstime']);
  908. $newstime=intval($newstime);
  909. }
  910. }
  911. //附加链接参数
  912. $addecmscheck=empty($checked)?'&ecmscheck=1':'';
  913. //索引表
  914. $indexsql=$empire->query("insert into {$dbtbpre}ecms_".$tbname."_index(classid,checked,newstime,truetime,lastdotime,havehtml) values('$classid','$checked','$newstime','$truetime','$truetime','$havehtml');");
  915. $id=$empire->lastid();
  916. //返回表信息
  917. $infotbr=ReturnInfoTbname($tbname,$checked,$ret_r[4]);
  918. //主表
  919. $sql=$empire->query("insert into ".$infotbr['tbname']."(id,classid,ttid,onclick,plnum,totaldown,newspath,filename,userid,username,firsttitle,isgood,istop,isqf,ismember,isurl,truetime,lastdotime,havehtml,groupid,userfen,titlefont,titleurl,stb,fstb,restb,keyboard".$ret_r[0].") values('$id','$classid','$ttid',0,0,0,'$newspath','','".$muserid."','".addslashes($musername)."',0,0,0,'$isqf',1,0,'$truetime','$truetime','$havehtml',0,0,'$titlefont','','$ret_r[4]','$public_r[filedeftb]','$public_r[pldeftb]','$keyboard'".$ret_r[1].");");
  920. //副表
  921. $fsql=$empire->query("insert into ".$infotbr['datatbname']."(id,classid,keyid,dokey,newstempid,closepl,haveaddfen,infotags".$ret_r[2].") values('$id','$classid','$keyid',1,'$newstempid',0,'$haveaddfen',''".$ret_r[3].");");
  922. //扣点记录
  923. if($haveaddfen)
  924. {
  925. if($cr['addinfofen']<0)
  926. {
  927. BakDown($classid,$id,0,$muserid,$musername,addslashes(RepPostStr($add[title])),abs($cr['addinfofen']),3);
  928. }
  929. }
  930. //签发
  931. if($isqf==1)
  932. {
  933. InfoInsertToWorkflow($id,$classid,$cr['wfid'],$muserid,addslashes($musername));
  934. }
  935. //文件命名
  936. $filename=ReturnInfoFilename($classid,$id,'');
  937. //信息地址
  938. $infourl=GotoGetTitleUrl($classid,$id,$newspath,$filename,0,0,'');
  939. $usql=$empire->query("update ".$infotbr['tbname']." set filename='$filename',titleurl='$infourl' where id='$id'");
  940. //修改ispic
  941. UpdateTheIspic($classid,$id,$checked);
  942. //修改附件
  943. if($filepass)
  944. {
  945. UpdateTheFile($id,$filepass,$classid,$public_r['filedeftb']);
  946. }
  947. //更新栏目信息数
  948. AddClassInfos($classid,'+1','+1',$checked);
  949. //更新新信息数
  950. DoUpdateAddDataNum('info',$class_r[$classid]['tid'],1);
  951. //处理函数
  952. DoMFun($class_r[$classid]['modid'],$classid,$id,1,1);
  953. //清除验证码
  954. ecmsEmptyShowKey($keyvname);
  955. esetcookie("qeditinfo","",0);
  956. //生成页面
  957. if($checked&&!$cr['showdt'])
  958. {
  959. $titleurl=qAddGetHtml($classid,$id);
  960. }
  961. //生成列表
  962. $epreid=0;
  963. if($checked)
  964. {
  965. qAddListHtml($classid,$mid,$cr['qaddlist'],$cr['listdt']);
  966. //生成上一篇
  967. if($cr['repreinfo'])
  968. {
  969. $prer=$empire->fetch1("select * from {$dbtbpre}ecms_".$tbname." where id<$id and classid='$classid' order by id desc limit 1");
  970. $epreid=$prer['id'];
  971. GetHtml($prer['classid'],$prer['id'],$prer,1);
  972. }
  973. }
  974. //更新动态缓存
  975. if($public_r['ctimeopen']&&$checked)
  976. {
  977. eUpCacheInfo(0,$classid,0,$epreid,$ttid,'','',0,0);
  978. }
  979. if($sql)
  980. {
  981. $reurl=DoingReturnUrl("AddInfo.php?classid=$classid&mid=$mid".$addecmscheck,$add['ecmsfrom']);
  982. if($add['gotoinfourl']&&$checked)//返回内容页
  983. {
  984. if($cr['showdt']==1)
  985. {
  986. $reurl=$public_r[newsurl]."e/action/ShowInfo/?classid=$classid&id=$id";
  987. }
  988. elseif($cr['showdt']==2)
  989. {
  990. $rewriter=eReturnRewriteInfoUrl($classid,$id,1);
  991. $reurl=$rewriter['pageurl'];
  992. }
  993. else
  994. {
  995. $reurl=$titleurl;
  996. }
  997. }
  998. esetcookie("lastaddinfotime",time(),time()+3600*24);//设置最后发表时间
  999. printerror("AddQinfoSuccess",$reurl,1);
  1000. }
  1001. else
  1002. {printerror("DbError","history.go(-1)",1);}
  1003. }
  1004. //---------------修改
  1005. elseif($ecms==1)
  1006. {
  1007. if(!$id)
  1008. {
  1009. printerror("ErrorUrl","history.go(-1)",1);
  1010. }
  1011. //检测权限
  1012. $infor=CheckQdoinfo($classid,$id,$muserid,$tbname,$cr['adminqinfo'],1);
  1013. //检测时间
  1014. if($public_r['qeditinfotime'])
  1015. {
  1016. if(time()-$infor['truetime']>$public_r['qeditinfotime']*60)
  1017. {
  1018. printerror("QEditInfoOutTime","history.go(-1)",1);
  1019. }
  1020. }
  1021. //签发信息
  1022. if($infor['isqf'])
  1023. {
  1024. $qck_qfr=$empire->fetch1("select wfid,checktno from {$dbtbpre}enewswfinfo where id='$infor[id]' and classid='$infor[classid]' limit 1");
  1025. if($qck_qfr['checktno']<100)
  1026. {
  1027. $qck_qfwfr=$empire->fetch1("select wfid,canedit from {$dbtbpre}enewsworkflow where wfid='$qck_qfr[wfid]' limit 1");
  1028. if($qck_qfwfr['wfid']&&!$qck_qfwfr['canedit'])
  1029. {
  1030. printerror("qWorkflowCanNotEditInfo","history.go(-1)",1);
  1031. }
  1032. }
  1033. }
  1034. $iaddfield='';
  1035. $addfield='';
  1036. $faddfield='';
  1037. //返回字段
  1038. $ret_r=ReturnQAddinfoF($mid,$add,$infor,$classid,$filepass,$muserid,$musername,1);
  1039. if($keyboard)
  1040. {
  1041. $addfield=",keyboard='$keyboard'";
  1042. $faddfield=",keyid='$keyid'";
  1043. }
  1044. //时间
  1045. if(strstr($qenter,',newstime,'))
  1046. {
  1047. if($add['newstime'])
  1048. {
  1049. $newstime=to_time($add['newstime']);
  1050. $newstime=intval($newstime);
  1051. $iaddfield.=",newstime='$newstime'";
  1052. }
  1053. }
  1054. //修改是否需要审核
  1055. $ychecked=$infor['checked'];
  1056. if($cr['qeditchecked'])
  1057. {
  1058. $infor['checked']=0;
  1059. $iaddfield.=",checked=0";
  1060. $relist=1;
  1061. //删除原页面
  1062. DelNewsFile($infor[filename],$infor[newspath],$infor[classid],$infor[newstext],$infor[groupid]);
  1063. }
  1064. //会员投稿数更新
  1065. if($setuserday)
  1066. {
  1067. //$empire->query($setuserday);
  1068. }
  1069. $lastdotime=time();
  1070. //附加链接参数
  1071. $addecmscheck=empty($infor['checked'])?'&ecmscheck=1':'';
  1072. //索引表
  1073. $indexsql=$empire->query("update {$dbtbpre}ecms_".$tbname."_index set lastdotime=$lastdotime,havehtml=0".$iaddfield." where id='$id'");
  1074. //返回表信息
  1075. $infotbr=ReturnInfoTbname($tbname,$ychecked,$infor['stb']);
  1076. //主表
  1077. $sql=$empire->query("update ".$infotbr['tbname']." set lastdotime=$lastdotime,havehtml=0,ttid='$ttid'".$addfield.$ret_r[0]." where id=$id and classid=$classid and userid='$muserid' and ismember=1");
  1078. //副表
  1079. $fsql=$empire->query("update ".$infotbr['datatbname']." set classid='$classid'".$faddfield.$ret_r[3]." where id='$id'");
  1080. //修改ispic
  1081. UpdateTheIspic($classid,$id,$ychecked);
  1082. //更新附件
  1083. UpdateTheFileEdit($classid,$id,$infor['fstb']);
  1084. //未审核信息互转
  1085. if($ychecked!=$infor['checked'])
  1086. {
  1087. MoveCheckInfoData($tbname,$ychecked,$infor['stb'],"id='$id'");
  1088. //更新栏目信息数
  1089. if($infor['checked'])
  1090. {
  1091. AddClassInfos($classid,'','+1');
  1092. }
  1093. else
  1094. {
  1095. AddClassInfos($classid,'','-1');
  1096. }
  1097. }
  1098. //处理函数
  1099. DoMFun($class_r[$classid]['modid'],$classid,$id,0,1);
  1100. esetcookie("qeditinfo","",0);
  1101. //生成页面
  1102. if($infor['checked']&&!$cr['showdt'])
  1103. {
  1104. $titleurl=qAddGetHtml($classid,$id);
  1105. }
  1106. //生成列表
  1107. if($infor['checked']||$relist==1)
  1108. {
  1109. qAddListHtml($classid,$mid,$cr['qaddlist'],$cr['listdt']);
  1110. }
  1111. //生成上一篇
  1112. $epreid=0;
  1113. if($cr['repreinfo']&&$infor['checked'])
  1114. {
  1115. $prer=$empire->fetch1("select * from {$dbtbpre}ecms_".$tbname." where id<$id and classid='$classid' order by id desc limit 1");
  1116. $epreid=$prer['id'];
  1117. GetHtml($prer['classid'],$prer['id'],$prer,1);
  1118. }
  1119. //更新动态缓存
  1120. if($public_r['ctimeopen']&&$infor['checked'])
  1121. {
  1122. eUpCacheInfo(0,$classid,0,$epreid,$ttid,'','',0,0);
  1123. }
  1124. if($sql)
  1125. {
  1126. $reurl=DoingReturnUrl("ListInfo.php?mid=$mid".$addecmscheck,$add['ecmsfrom']);
  1127. if($add['editgotoinfourl']&&$infor['checked'])//返回内容页
  1128. {
  1129. if($cr['showdt']==1)
  1130. {
  1131. $reurl=$public_r[newsurl]."e/action/ShowInfo/?classid=$classid&id=$id";
  1132. }
  1133. elseif($cr['showdt']==2)
  1134. {
  1135. $rewriter=eReturnRewriteInfoUrl($classid,$id,1);
  1136. $reurl=$rewriter['pageurl'];
  1137. }
  1138. else
  1139. {
  1140. $reurl=$titleurl;
  1141. }
  1142. }
  1143. printerror("EditQinfoSuccess",$reurl,1);
  1144. }
  1145. else
  1146. {printerror("DbError","history.go(-1)",1);}
  1147. }
  1148. //---------------删除
  1149. elseif($ecms==2)
  1150. {
  1151. if(!$id)
  1152. {
  1153. printerror("ErrorUrl","history.go(-1)",1);
  1154. }
  1155. //检测权限
  1156. $r=CheckQdoinfo($classid,$id,$muserid,$tbname,$cr['adminqinfo'],2);
  1157. //附加链接参数
  1158. $addecmscheck=empty($r['checked'])?'&ecmscheck=1':'';
  1159. //返回表信息
  1160. $infotbr=ReturnInfoTbname($tbname,$r['checked'],$r['stb']);
  1161. $stf=$emod_r[$mid]['savetxtf'];
  1162. $pf=$emod_r[$mid]['pagef'];
  1163. //分页字段
  1164. if($pf)
  1165. {
  1166. if(strstr($emod_r[$mid]['tbdataf'],','.$pf.','))
  1167. {
  1168. $finfor=$empire->fetch1("select ".$pf." from ".$infotbr['datatbname']." where id='$id' limit 1");
  1169. $r[$pf]=$finfor[$pf];
  1170. }
  1171. }
  1172. //存文本
  1173. if($stf)
  1174. {
  1175. $newstextfile=$r[$stf];
  1176. $r[$stf]=GetTxtFieldText($r[$stf]);
  1177. //删除文件
  1178. DelTxtFieldText($newstextfile);
  1179. }
  1180. //删除信息文件
  1181. DelNewsFile($r[filename],$r[newspath],$classid,$r[$pf],$r[groupid]);
  1182. $indexsql=$empire->query("delete from {$dbtbpre}ecms_".$tbname."_index where id='$id'");
  1183. $sql=$empire->query("delete from ".$infotbr['tbname']." where id=$id and classid=$classid and userid='$muserid' and ismember=1");
  1184. $fsql=$empire->query("delete from ".$infotbr['datatbname']." where id=$id");
  1185. esetcookie("qdelinfo","",0);
  1186. //更新栏目信息数
  1187. AddClassInfos($classid,'-1','-1',$r['checked']);
  1188. //删除其它表记录和附件
  1189. DelSingleInfoOtherData($classid,$id,$r,0,0);
  1190. //生成列表
  1191. $epreid=0;
  1192. $enextid=0;
  1193. if($r['checked'])
  1194. {
  1195. qAddListHtml($classid,$mid,$cr['qaddlist'],$cr['listdt']);
  1196. //生成上一篇
  1197. if($cr['repreinfo'])
  1198. {
  1199. $prer=$empire->fetch1("select * from {$dbtbpre}ecms_".$tbname." where id<$id and classid='$classid' order by id desc limit 1");
  1200. $epreid=$prer['id'];
  1201. GetHtml($prer['classid'],$prer['id'],$prer,1);
  1202. //下一篇
  1203. $nextr=$empire->fetch1("select * from {$dbtbpre}ecms_".$tbname." where id>$id and classid='$classid' order by id limit 1");
  1204. if($nextr['id'])
  1205. {
  1206. $enextid=$nextr['id'];
  1207. GetHtml($nextr['classid'],$nextr['id'],$nextr,1);
  1208. }
  1209. }
  1210. }
  1211. //更新动态缓存
  1212. if($public_r['ctimeopen']&&$r['checked'])
  1213. {
  1214. eUpCacheInfo(0,$classid,$enextid,$epreid,$r['ttid'],'','',0,0);
  1215. }
  1216. if($sql)
  1217. {
  1218. $reurl=DoingReturnUrl("ListInfo.php?mid=$mid",$add['ecmsfrom']);
  1219. printerror("DelQinfoSuccess",$reurl,1);
  1220. }
  1221. else
  1222. {printerror("DbError","history.go(-1)",1);}
  1223. }
  1224. else
  1225. {
  1226. printerror("ErrorUrl","",1);
  1227. }
  1228. }
  1229. //投稿权限检测
  1230. function DoQCheckAddLevel($classid,$userid,$username,$rnd,$ecms=0,$isadd=0){
  1231. global $empire,$dbtbpre,$level_r,$public_r;
  1232. $classid=(int)$classid;
  1233. $user=array();
  1234. $r=$empire->fetch1("select * from {$dbtbpre}enewsclass where classid='$classid'");
  1235. if(!$r['classid']||$r[wburl])
  1236. {
  1237. printerror("EmptyQinfoCid","",1);
  1238. }
  1239. if(!$r['islast'])
  1240. {
  1241. printerror("MustLast","",1);
  1242. }
  1243. if($r['openadd'])
  1244. {
  1245. printerror("NotOpenCQInfo","",1);
  1246. }
  1247. //是否登陆
  1248. if($ecms==1||$ecms==2||($r['qaddgroupid']&&$r['qaddgroupid']<>','))
  1249. {
  1250. $user=islogin($userid,$username,$rnd);
  1251. //验证新会员投稿
  1252. if($isadd==1&&$public_r['newaddinfotime'])
  1253. {
  1254. qCheckNewMemberAddInfo($user[registertime]);
  1255. }
  1256. }
  1257. //会员组
  1258. if($r['qaddgroupid']&&$r['qaddgroupid']<>',')
  1259. {
  1260. if(!strstr($r['qaddgroupid'],','.$user[groupid].','))
  1261. {
  1262. printerror("HaveNotLevelAQinfo","history.go(-1)",1);
  1263. }
  1264. }
  1265. if($isadd==1)
  1266. {
  1267. //检测是否足够点数
  1268. if($r['addinfofen']<0&&$user['userid'])
  1269. {
  1270. MCheckEnoughFen($user['userfen'],$user['userdate'],$r['addinfofen']);
  1271. }
  1272. //检测投稿数
  1273. if($r['qaddgroupid']&&$r['qaddgroupid']<>','&&$level_r[$user[groupid]]['dayaddinfo'])
  1274. {
  1275. $r['checkaddnumquery']=DoQCheckAddNum($user['userid'],$user['groupid']);
  1276. }
  1277. }
  1278. //审核
  1279. if(($ecms==0||$ecms==1)&&$userid)
  1280. {
  1281. if(!$user[groupid])
  1282. {
  1283. $user=islogin($userid,$username,$rnd);
  1284. }
  1285. if($level_r[$user[groupid]]['infochecked'])
  1286. {
  1287. $r['checkqadd']=1;
  1288. $r['qeditchecked']=0;
  1289. }
  1290. }
  1291. //实名验证
  1292. eCheckHaveTruename('info',$user['userid'],$user['username'],$user['isern'],$user['checked'],0);
  1293. return $r;
  1294. }
  1295. //检查投稿数
  1296. function DoQCheckAddNum($userid,$groupid){
  1297. global $empire,$dbtbpre,$level_r,$public_r;
  1298. $userid=(int)$userid;
  1299. $ur=$empire->fetch1("select userid,todayinfodate,todayaddinfo from {$dbtbpre}enewsmemberpub where userid='$userid' limit 1");
  1300. $thetoday=date("Y-m-d");
  1301. if($ur['userid'])
  1302. {
  1303. if($thetoday!=$ur['todayinfodate'])
  1304. {
  1305. $query="update {$dbtbpre}enewsmemberpub set todayinfodate='$thetoday',todayaddinfo=1 where userid='$userid'";
  1306. }
  1307. else
  1308. {
  1309. if($ur['todayaddinfo']>=$level_r[$groupid]['dayaddinfo'])
  1310. {
  1311. printerror("CrossDayInfo",$public_r['newsurl'],1);
  1312. }
  1313. $query="update {$dbtbpre}enewsmemberpub set todayaddinfo=todayaddinfo+1 where userid='$userid'";
  1314. }
  1315. }
  1316. else
  1317. {
  1318. $query="replace into {$dbtbpre}enewsmemberpub(userid,todayinfodate,todayaddinfo) values('$userid','$thetoday',1);";
  1319. }
  1320. return $query;
  1321. }
  1322. //上传附件
  1323. function DoQTranFile($add,$file,$file_name,$file_type,$file_size,$userid,$username,$rnd,$ecms=0){
  1324. global $empire,$dbtbpre,$class_r,$public_r,$ecms_config;
  1325. if($public_r['addnews_ok'])//关闭投稿
  1326. {
  1327. $ecms!=1?printerror("NotOpenCQInfo","",9):ECMS_QEditorPrintError(1,'','','NotOpenCQInfo','','');
  1328. }
  1329. $filepass=(int)$add['filepass'];
  1330. $classid=(int)$add['classid'];
  1331. $infoid=(int)$add['infoid'];
  1332. if(!$file_name||!$filepass||!$classid||!$class_r[$classid][tbname])
  1333. {
  1334. $ecms!=1?printerror("EmptyQTranFile","",9):ECMS_QEditorPrintError(1,'','','EmptyQTranFile','','');
  1335. }
  1336. //信息
  1337. if($infoid)
  1338. {
  1339. $index_r=$empire->fetch1("select classid,checked from {$dbtbpre}ecms_".$class_r[$classid][tbname]."_index where id='$infoid'");
  1340. if(!$index_r['classid']||$classid!=$index_r['classid'])
  1341. {
  1342. $ecms!=1?printerror("EmptyQTranFile","",9):ECMS_QEditorPrintError(1,'','','EmptyQTranFile','','');
  1343. }
  1344. $infotb=ReturnInfoMainTbname($class_r[$classid][tbname],$index_r['checked']);
  1345. $infor=$empire->fetch1("select classid,fstb from ".$infotb." where id='$infoid'");
  1346. if(!$infor['fstb']||$classid!=$infor['classid'])
  1347. {
  1348. $ecms!=1?printerror("EmptyQTranFile","",9):ECMS_QEditorPrintError(1,'','','EmptyQTranFile','','');
  1349. }
  1350. $fstb=$infor['fstb'];
  1351. }
  1352. else
  1353. {
  1354. $fstb=$public_r['filedeftb'];
  1355. }
  1356. //验证权限
  1357. $userid=(int)$userid;
  1358. $username=RepPostVar($username);
  1359. $rnd=RepPostVar($rnd);
  1360. DoQCheckAddLevel($classid,$userid,$username,$rnd,0,0);
  1361. $filetype=GetFiletype($file_name);//取得文件类型
  1362. if(CheckSaveTranFiletype($filetype))
  1363. {
  1364. $ecms!=1?printerror("NotQTranFiletype","",9):ECMS_QEditorPrintError(1,'','','NotQTranFiletype','','');
  1365. }
  1366. $type=(int)$add['type'];
  1367. $pr=$empire->fetch1("select qaddtran,qaddtransize,qaddtranimgtype,qaddtranfile,qaddtranfilesize,qaddtranfiletype from {$dbtbpre}enewspublic limit 1");
  1368. if($type==1)//图片
  1369. {
  1370. if(!$pr['qaddtran'])
  1371. {
  1372. $ecms!=1?printerror("CloseQTranPic","",9):ECMS_QEditorPrintError(1,'','','CloseQTranPic','','');
  1373. }
  1374. if(!strstr($pr['qaddtranimgtype'],"|".$filetype."|"))
  1375. {
  1376. $ecms!=1?printerror("NotQTranFiletype","",9):ECMS_QEditorPrintError(1,'','','NotQTranFiletype','','');
  1377. }
  1378. if($file_size>$pr['qaddtransize']*1024)
  1379. {
  1380. $ecms!=1?printerror("TooBigQTranFile","",9):ECMS_QEditorPrintError(1,'','','TooBigQTranFile','','');
  1381. }
  1382. if(!strstr($ecms_config['sets']['tranpicturetype'],','.$filetype.','))
  1383. {
  1384. $ecms!=1?printerror("NotQTranFiletype","",9):ECMS_QEditorPrintError(1,'','','NotQTranFiletype','','');
  1385. }
  1386. }
  1387. elseif($type==2)//flash
  1388. {
  1389. if(!$pr['qaddtranfile'])
  1390. {
  1391. $ecms!=1?printerror("CloseQTranFile","",9):ECMS_QEditorPrintError(1,'','','CloseQTranFile','','');
  1392. }
  1393. if(!strstr($pr['qaddtranfiletype'],"|".$filetype."|"))
  1394. {
  1395. $ecms!=1?printerror("NotQTranFiletype","",9):ECMS_QEditorPrintError(1,'','','NotQTranFiletype','','');
  1396. }
  1397. if($file_size>$pr['qaddtranfilesize']*1024)
  1398. {
  1399. $ecms!=1?printerror("TooBigQTranFile","",9):ECMS_QEditorPrintError(1,'','','TooBigQTranFile','','');
  1400. }
  1401. if(!strstr($ecms_config['sets']['tranflashtype'],','.$filetype.','))
  1402. {
  1403. $ecms!=1?printerror("NotQTranFiletype","",9):ECMS_QEditorPrintError(1,'','','NotQTranFiletype','','');
  1404. }
  1405. }
  1406. else//附件
  1407. {
  1408. if(!$pr['qaddtranfile'])
  1409. {
  1410. $ecms!=1?printerror("CloseQTranFile","",9):ECMS_QEditorPrintError(1,'','','CloseQTranFile','','');
  1411. }
  1412. if(!strstr($pr['qaddtranfiletype'],"|".$filetype."|"))
  1413. {
  1414. $ecms!=1?printerror("NotQTranFiletype","",9):ECMS_QEditorPrintError(1,'','','NotQTranFiletype','','');
  1415. }
  1416. if($file_size>$pr['qaddtranfilesize']*1024)
  1417. {
  1418. $ecms!=1?printerror("TooBigQTranFile","",9):ECMS_QEditorPrintError(1,'','','TooBigQTranFile','','');
  1419. }
  1420. }
  1421. $r=DoTranFile($file,$file_name,$file_type,$file_size,$classid);
  1422. if(empty($r[tran]))
  1423. {
  1424. $ecms!=1?printerror("TranFail","",9):ECMS_QEditorPrintError(1,'','','TranFail','','');
  1425. }
  1426. //写入数据库
  1427. $filetime=time();
  1428. $r[filesize]=(int)$r[filesize];
  1429. $classid=(int)$classid;
  1430. eInsertFileTable($r[filename],$r[filesize],$r[filepath],'[Member]'.$username,$classid,$r[filename],$type,$filepass,$filepass,$public_r[fpath],0,0,$fstb);
  1431. //编辑器
  1432. if($ecms==1)
  1433. {
  1434. ECMS_QEditorPrintError(0,$r[url],$r[filename],'',$r[filename],$r[filesize]);
  1435. }
  1436. else
  1437. {
  1438. eCheckStrType(4,$add['field'],1);
  1439. echo"<script>opener.document.add.".$add['field'].".value='".$r['url']."';window.close();</script>";
  1440. }
  1441. db_close();
  1442. $empire=null;
  1443. exit();
  1444. }
  1445. //----------- 编辑器 --------------
  1446. //提示信息
  1447. function ECMS_QEditorPrintError($errorNumber,$fileUrl,$fileName,$customMsg,$fileno,$filesize){
  1448. if(empty($errorNumber))
  1449. {
  1450. $errorNumber=0;
  1451. $filesize=ChTheFilesize($filesize);
  1452. }
  1453. else
  1454. {
  1455. @include LoadLang("pub/q_message.php");
  1456. $customMsg=$qmessage_r[$customMsg];
  1457. }
  1458. $errorNumber=(int)$errorNumber;
  1459. $typer=ECMS_EditorReturnType('');
  1460. $type=$typer['ftype'];
  1461. //附件
  1462. if($type==0)
  1463. {
  1464. $fileUrl=$fileUrl.'##'.$fileno.'##'.$filesize;
  1465. }
  1466. ECMS_PTEditorShowError($type,addslashes($customMsg),addslashes($fileUrl),$add,0);
  1467. db_close();
  1468. exit();
  1469. }
  1470. ?>