index.php 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?php
  2. require('../../class/connect.php');
  3. require('../../class/db_sql.php');
  4. require('../../class/functions.php');
  5. require('../../class/t_functions.php');
  6. require('../../data/dbcache/class.php');
  7. require '../'.LoadLang('pub/fun.php');
  8. $link=db_connect();
  9. $empire=new mysqlquery();
  10. $editor=1;
  11. $classid=(int)$_GET['classid'];
  12. if(empty($classid))
  13. {
  14. printerror("ErrorUrl","history.go(-1)",1);
  15. }
  16. $search='&classid='.$classid;
  17. $tbname=$class_r[$classid][tbname];
  18. $mid=$class_r[$classid][modid];
  19. if(empty($tbname)||empty($mid)||InfoIsInTable($tbname))
  20. {
  21. printerror("ErrorUrl","history.go(-1)",1);
  22. }
  23. $cr=$empire->fetch1("select classid,classpagekey,intro,classimg,cgroupid,islist,classtempid,listdt,bdinfoid,repagenum,islast,infos,addsql,fclast from {$dbtbpre}enewsclass where classid='$classid'");
  24. if(empty($cr['classid']))
  25. {
  26. printerror("ErrorUrl","history.go(-1)",1);
  27. }
  28. if($class_r[$classid][islast]&&$cr['bdinfoid'])
  29. {
  30. printerror("ErrorUrl","history.go(-1)",1);
  31. }
  32. //moreport
  33. if(Moreport_ReturnMustDt())
  34. {
  35. $class_r[$classid]['listdt']=1;
  36. $cr['repagenum']=0;
  37. $cr['listdt']=1;
  38. }
  39. //是否支持动态页
  40. if(empty($class_r[$classid]['listdt'])&&!$cr['repagenum'])
  41. {
  42. $classurl=sys_ReturnBqClassname($cr,9);
  43. Header("Location:$classurl");
  44. exit();
  45. }
  46. //权限
  47. if($cr['cgroupid'])
  48. {
  49. $mgroupid=(int)getcvar('mlgroupid');
  50. if(!strstr($cr[cgroupid],','.$mgroupid.','))
  51. {
  52. printerror('NotLevelToClass','history.go(-1)',1);
  53. }
  54. }
  55. //缓存
  56. if($public_r['ctimeopen'])
  57. {
  58. $public_r['usetotalnum']=0;
  59. }
  60. $ecms_tofunr=array();
  61. $ecms_tofunr['cacheuse']=0;
  62. $ecms_tofunr['cacheselfcid']=$classid;
  63. $ecms_tofunr['cachepath']='empirecms';
  64. //缓存
  65. $GLOBALS['navclassid']=$classid;
  66. $url=ReturnClassLink($classid);
  67. $pagetitle=$class_r[$classid]['classname'];
  68. $pagekey=$cr['classpagekey'];
  69. $pagedes=$cr['intro'];
  70. $classimg=$cr['classimg']?$cr['classimg']:$public_r[newsurl].'e/data/images/notimg.gif';
  71. //---封面式---
  72. if(!$class_r[$classid][islast]&&$cr['islist']!=1)
  73. {
  74. if(empty($cr['listdt'])||$cr['islist']==3)
  75. {
  76. printerror("ErrorUrl","history.go(-1)",1);
  77. }
  78. //封面:缓存
  79. $ecms_tofunr['cachetype']='classpage';
  80. $ecms_tofunr['cacheids']=$classid;
  81. $ecms_tofunr['cachedatepath']='cpage';
  82. $ecms_tofunr['cachetime']=$public_r['ctimeclass'];
  83. $ecms_tofunr['cachelasttime']=$public_r['ctimelast'];
  84. $ecms_tofunr['cachelastedit']=$cr['fclast'];
  85. $ecms_tofunr['cacheopen']=Ecms_eCacheCheckOpen($ecms_tofunr['cachetime']);
  86. if($ecms_tofunr['cacheopen']==1)
  87. {
  88. $ecms_tofunr['cacheuse']=Ecms_eCacheOut($ecms_tofunr,0);
  89. }
  90. //封面:缓存
  91. if($cr[islist]==2)
  92. {
  93. $classtemp=GetClassText($classid);
  94. $dttempname='classpage'.$classid;
  95. }
  96. else
  97. {
  98. if(empty($cr['classtempid']))
  99. {
  100. printerror('ErrorUrl','',1);
  101. }
  102. $classtemp=GetClassTemp($cr['classtempid']);
  103. $dttempname='classtemp'.$cr['classtempid'];
  104. }
  105. $string=DtNewsBq($dttempname,$classtemp,0);
  106. $string=str_replace('[!--newsnav--]',$url,$string);//位置导航
  107. $string=Class_ReplaceSvars($string,$url,$classid,$pagetitle,$pagekey,$pagedes,$classimg,$addr,0);
  108. $string=str_replace('[!--page.stats--]','',$string);
  109. //封面:缓存
  110. if($ecms_tofunr['cacheopen']==1)
  111. {
  112. Ecms_eCacheIn($ecms_tofunr,stripSlashes($string));
  113. }
  114. else
  115. {
  116. echo stripSlashes($string);
  117. }
  118. //封面:缓存
  119. exit();
  120. }
  121. //---列表式---
  122. $add='';
  123. //栏目
  124. if($class_r[$classid][islast])//终极栏目
  125. {
  126. $add.="classid='$classid'";
  127. $have_class=0;
  128. }
  129. else
  130. {
  131. $add.=ReturnClass($class_r[$classid][sonclass]);
  132. $have_class=1;
  133. }
  134. if($cr['addsql'])
  135. {
  136. $add.=' and ('.$cr['addsql'].')';
  137. }
  138. //排序
  139. if(empty($class_r[$classid][reorder]))
  140. {
  141. $addorder="newstime desc";
  142. }
  143. else
  144. {
  145. $addorder=$class_r[$classid][reorder];
  146. }
  147. //列表模板
  148. $tempid=$class_r[$classid]['dtlisttempid']?$class_r[$classid]['dtlisttempid']:$class_r[$classid]['listtempid'];
  149. if(empty($tempid))
  150. {
  151. printerror('ErrorUrl','',1);
  152. }
  153. $tempr=$empire->fetch1("select tempid,temptext,subnews,listvar,rownum,showdate,modid,subtitle,docode from ".GetTemptb("enewslisttemp")." where tempid='$tempid'");
  154. if(empty($tempr[tempid]))
  155. {
  156. printerror('ErrorUrl','',1);
  157. }
  158. $page=(int)$_GET['page'];
  159. $page=RepPIntvar($page);
  160. $start=0;
  161. $line=$class_r[$classid]['lencord'];//每页显示记录数
  162. $page_line=10;//每页显示链接数
  163. $offset=$page*$line;//总偏移量
  164. //列表:缓存
  165. $ecms_tofunr['cachetype']='classlist';
  166. $ecms_tofunr['cacheids']=$classid.','.$page;
  167. $ecms_tofunr['cachedatepath']='clist/'.$classid;
  168. $ecms_tofunr['cachetime']=$public_r['ctimelist'];
  169. $ecms_tofunr['cachelasttime']=$public_r['ctimelast'];
  170. $ecms_tofunr['cachelastedit']=$cr['fclast'];
  171. $ecms_tofunr['cacheopen']=Ecms_eCacheCheckOpen($ecms_tofunr['cachetime']);
  172. if($ecms_tofunr['cacheopen']==1)
  173. {
  174. $ecms_tofunr['cacheuse']=Ecms_eCacheOut($ecms_tofunr,0);
  175. }
  176. //列表:缓存
  177. //系统模型
  178. $ret_r=ReturnReplaceListF($mid);
  179. //优化
  180. $yhadd='';
  181. $yhid=$class_r[$classid][yhid];
  182. $yhvar='qlist';
  183. if($yhid)
  184. {
  185. $yhadd=ReturnYhSql($yhid,$yhvar,1);
  186. }
  187. //总数
  188. $totalnum=(int)$_GET['totalnum'];
  189. if(!$public_r['usetotalnum'])
  190. {
  191. $totalnum=0;
  192. }
  193. if($totalnum<1)
  194. {
  195. if($yhadd||$cr['addsql'])
  196. {
  197. $totalquery="select count(*) as total from {$dbtbpre}ecms_".$tbname." where ".$yhadd.$add;
  198. $num=$empire->gettotal($totalquery);
  199. }
  200. else
  201. {
  202. $num=ReturnClassInfoNum($cr,0);
  203. }
  204. }
  205. else
  206. {
  207. $num=$totalnum;
  208. }
  209. if($public_r['usetotalnum'])
  210. {
  211. $search.='&totalnum='.$num;
  212. }
  213. //checkpageno
  214. eCheckListPageNo($page,$line,$num);
  215. $query="select ".ReturnSqlListF($mid)." from {$dbtbpre}ecms_".$tbname." where ".$yhadd.$add;
  216. $query.=" order by ".ReturnSetTopSql('list').$addorder." limit $offset,$line";
  217. $sql=$empire->query($query);
  218. //伪静态
  219. $pagefunr=eReturnRewriteClassUrl($classid,0);
  220. $pagefunr['repagenum']=$cr['repagenum'];
  221. $pagefunr['dolink']=empty($class_r[$classid]['classurl'])?$public_r['newsurl'].$class_r[$classid]['classpath'].'/':$class_r[$classid]['classurl'].'/';
  222. $pagefunr['dofile']='index';
  223. $pagefunr['dotype']=$class_r[$classid]['classtype'];
  224. //分页
  225. if($pagefunr['rewrite']==1||$pagefunr['repagenum'])
  226. {
  227. $listpage=InfoUsePage($num,$line,$page_line,$start,$page,$search,$pagefunr);
  228. }
  229. else
  230. {
  231. $listpage=page1($num,$line,$page_line,$start,$page,$search);
  232. }
  233. //页面支持标签
  234. if($public_r['dtcanbq'])
  235. {
  236. $tempr[temptext]=DtNewsBq('list'.$tempid,$tempr[temptext],0);
  237. }
  238. else
  239. {
  240. if($public_r['searchtempvar'])
  241. {
  242. $tempr[temptext]=ReplaceTempvar($tempr[temptext]);
  243. }
  244. }
  245. $listtemp=$tempr[temptext];
  246. $rownum=$tempr[rownum];
  247. if(empty($rownum))
  248. {$rownum=1;}
  249. $formatdate=$tempr[showdate];
  250. $subnews=$tempr[subnews];
  251. $subtitle=$tempr[subtitle];
  252. $docode=$tempr[docode];
  253. $modid=$tempr[modid];
  254. $listvar=str_replace('[!--news.url--]',$public_r[newsurl],$tempr[listvar]);
  255. //公共
  256. $listtemp=str_replace('[!--newsnav--]',$url,$listtemp);//位置导航
  257. $listtemp=Class_ReplaceSvars($listtemp,$url,$classid,$pagetitle,$pagekey,$pagedes,$classimg,$addr,0);
  258. $listtemp=str_replace('[!--page.stats--]','',$listtemp);
  259. $listtemp=str_replace('[!--show.page--]',$listpage,$listtemp);
  260. $listtemp=str_replace('[!--show.listpage--]',$listpage,$listtemp);
  261. $listtemp=str_replace('[!--list.pageno--]',$page+1,$listtemp);
  262. //取得列表模板
  263. $list_exp="[!--empirenews.listtemp--]";
  264. $list_r=explode($list_exp,$listtemp);
  265. $listtext=$list_r[1];
  266. $no=$offset+1;
  267. $changerow=1;
  268. while($r=$empire->fetch($sql))
  269. {
  270. //替换列表变量
  271. $repvar=ReplaceListVars($no,$listvar,$subnews,$subtitle,$formatdate,$url,$have_class,$r,$ret_r,$docode);
  272. $listtext=str_replace("<!--list.var".$changerow."-->",$repvar,$listtext);
  273. $changerow+=1;
  274. //超过行数
  275. if($changerow>$rownum)
  276. {
  277. $changerow=1;
  278. $string.=$listtext;
  279. $listtext=$list_r[1];
  280. }
  281. $no++;
  282. }
  283. //多余数据
  284. if($changerow<=$rownum&&$listtext<>$list_r[1])
  285. {
  286. $string.=$listtext;
  287. }
  288. $string=$list_r[0].$string.$list_r[2];
  289. //列表:缓存
  290. if($ecms_tofunr['cacheopen']==1)
  291. {
  292. Ecms_eCacheIn($ecms_tofunr,stripSlashes($string));
  293. }
  294. else
  295. {
  296. echo stripSlashes($string);
  297. }
  298. //列表:缓存
  299. db_close();
  300. $empire=null;
  301. ?>