config.php 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. define('EmpireCMSConfig',TRUE);
  7. $ecms_config=array();
  8. //数据库设置
  9. $ecms_config['db']['usedb']='mysqli'; //数据库类型
  10. $ecms_config['db']['dbver']='5.0'; //数据库版本
  11. $ecms_config['db']['dbserver']='localhost'; //数据库登录地址
  12. $ecms_config['db']['dbport']=''; //端口,不填为按默认
  13. $ecms_config['db']['dbusername']='chinabx_jianzhanzj_com'; //数据库用户名
  14. $ecms_config['db']['dbpassword']='chinabx_jianzhanzj_com'; //数据库密码
  15. $ecms_config['db']['dbname']='chinabx_jianzhanzj_com'; //数据库名
  16. $ecms_config['db']['setchar']='utf8'; //设置默认编码
  17. $ecms_config['db']['dbchar']='utf8'; //数据库默认编码
  18. $ecms_config['db']['dbtbpre']='www_jianzhanzj_com_'; //数据表前缀
  19. $dbtbpre=$ecms_config['db']['dbtbpre']; //数据表前缀
  20. $ecms_config['db']['showerror']=1; //显示SQL错误提示(0为不显示,1为显示)
  21. //页面编码设置
  22. $ecms_config['sets']['pagechar']='utf-8'; //安装帝国CMS的编码版本
  23. $ecms_config['sets']['setpagechar']=1; //页面默认字符集,0=关闭 1=开启
  24. $ecms_config['sets']['elang']='gb'; //语言包
  25. //后台相关配置
  26. $ecms_config['esafe']['openonlinesetting']=3; //开启后台在线配置参数(0为关闭,1为开启防火墙配置,2为开启安全配置,3为全开启)
  27. $ecms_config['esafe']['openeditdttemp']=1; //开启后台在线修改动态模板(0为关闭,1为开启)
  28. //易通行系统配置
  29. $ecms_config['epassport']['open']=0; //是否开启易通行系统(1为开启,0为关闭)
  30. //其它配置
  31. $ecms_config['sets']['webdebug']=0; //是否显示PHP错误提示(0为不显示,1为显示)
  32. $ecms_config['sets']['timezone']='PRC'; //时区
  33. $ecms_config['sets']['getiptype']=0; //获取IP地址类型(0为自动,1为REMOTE_ADDR,2为HTTP_X_FORWARDED_FOR,3为HTTP_CLIENT_IP)
  34. $ecms_config['sets']['ecmscachepath']=ECMS_PATH.'ecachefiles/'; //动态页面缓存文件存放目录
  35. $ecms_config['sets']['ecmscachefiletype']='.html'; //动态页面缓存文件扩展名
  36. $ecms_config['sets']['txtpath']=ECMS_PATH.'d/txt/'; //文本型数据存放目录
  37. $ecms_config['sets']['saveurlimgclearurl']=0; //远程保存图片自动去除图片的链接(0为保留,1为去除)
  38. $ecms_config['sets']['deftempid']=0; //默认模板组ID
  39. $ecms_config['sets']['selfmoreportid']=0; //当前网站访问端ID,0为主访问端
  40. //-------EmpireCMS.Seting.member-------
  41. //会员系统相关配置
  42. $ecms_config['member']['tablename']="{$dbtbpre}enewsmember"; //会员表
  43. $user_tablename=$ecms_config['member']['tablename']; //会员表
  44. $ecms_config['member']['changeregisterurl']="ChangeRegister.php"; //多会员组中转注册地址
  45. $ecms_config['member']['registerurl']=""; //会员注册地址
  46. $ecms_config['member']['loginurl']=""; //会员登录地址
  47. $ecms_config['member']['quiturl']=""; //会员退出地址
  48. $ecms_config['member']['chmember']=0;//是否使用原版会员表信息,0为原版,1为非原版
  49. $ecms_config['member']['pwtype']=2;//密码保存形式,0为md5,1为明码,2为双重加密,3为16位md5
  50. $ecms_config['member']['regtimetype']=1;//注册时间保存格式,0为正常时间,1为数值型
  51. $ecms_config['member']['regcookietime']=0;//注册后登录保存时间(秒)
  52. $ecms_config['member']['defgroupid']=0;//注册时会员组ID(ecms的会员组,0为后台默认)
  53. $ecms_config['member']['saltnum']=6;//SALT随机码字符数
  54. $ecms_config['member']['utfdata']=0;//数据是否是GBK编码,0为正常数据,1为GBK编码
  55. $ecms_config['memberf']['userid']='userid';//用户ID字段
  56. $ecms_config['memberf']['username']='username';//用户名字段
  57. $ecms_config['memberf']['password']='password';//密码字段
  58. $ecms_config['memberf']['rnd']='rnd';//随机密码字段
  59. $ecms_config['memberf']['email']='email';//邮箱字段
  60. $ecms_config['memberf']['registertime']='registertime';//注册时间字段
  61. $ecms_config['memberf']['groupid']='groupid';//会员组字段
  62. $ecms_config['memberf']['userfen']='userfen';//积分字段
  63. $ecms_config['memberf']['userdate']='userdate';//有效期字段
  64. $ecms_config['memberf']['money']='money';//帐户余额字段
  65. $ecms_config['memberf']['zgroupid']='zgroupid';//到期转向会员组字段
  66. $ecms_config['memberf']['havemsg']='havemsg';//提示短消息字段
  67. $ecms_config['memberf']['checked']='checked';//审核状态字段
  68. $ecms_config['memberf']['salt']='salt';//SALT加密字段
  69. $ecms_config['memberf']['userkey']='userkey';//用户密钥字段
  70. $ecms_config['memberf']['ingid']='ingid';//内部会员组字段
  71. $ecms_config['memberf']['agid']='agid';//会员管理组字段
  72. $ecms_config['memberf']['isern']='isern';//实名字段
  73. //-------EmpireCMS.Seting.member-------
  74. //-------EmpireCMS.Seting.area-------
  75. //后台安全设置
  76. $ecms_config['esafe']['loginauth']=''; //登录认证码,如果设置登录需要输入此认证码才能通过
  77. $ecms_config['esafe']['enloginauth']=0; //登录认证码加密验证串有效时间,单位:秒(0为不启用加密)
  78. $ecms_config['esafe']['ecookiernd']='6OSpk2wYEGefVYBM2M95jlEUAZl0f8zeCP7z'; //后台登录COOKIE认证码(填写10~50个任意字符,最好多种字符组合)
  79. $ecms_config['esafe']['ckhloginip']=0; //后台是否验证登录IP,0为不验证,1为验证
  80. $ecms_config['esafe']['ckhsession']=0; //后台是否启用SESSION验证,0为不验证,1为验证
  81. $ecms_config['esafe']['ckhanytime']=0; //后台随时认证码变更周期,单位:秒(0为不启用)
  82. $ecms_config['esafe']['theloginlog']=0; //是否记录登陆日志(0为记录,1为不记录)
  83. $ecms_config['esafe']['thedolog']=0; //是否记录操作日志(0为记录,1为不记录)
  84. $ecms_config['esafe']['ckfromurl']=2; //是否启用来源地址验证,0为不验证,1为全部验证,2为后台验证,3为前台验证,4为全部验证(严格),5为后台验证(严格),6为前台验证(严格)
  85. $ecms_config['esafe']['ckhash']=0; //启用后台来源认证码,0为金刚模式验证,1为刺猬模式验证,2为关闭验证
  86. $ecms_config['esafe']['ckhashename']='ehash_'; //后台来源认证码访问变量名(必须字母开头,并且只能由字母、数字、下划线组成)
  87. $ecms_config['esafe']['ckhashrname']='rhash_'; //后台来源认证码提交变量名(必须字母开头,并且只能由字母、数字、下划线组成)
  88. $ecms_config['esafe']['ckhuseragent']=''; //允许后台访问的UserAgent信息必须包含字符(区分大小写),多个用“||”半角双竖线隔开
  89. //COOKIE设置
  90. $ecms_config['cks']['ckdomain']=''; //cookie作用域
  91. $ecms_config['cks']['ckpath']='/'; //cookie作用路径
  92. $ecms_config['cks']['ckhttponly']=0; //cookie的HttpOnly属性(0关闭,1开启,2只后台开启,3只前台开启)
  93. $ecms_config['cks']['cksecure']=0; //cookie的secure属性(0为自动识别,1为关闭,2为开启,3只后台开启,4只前台开启)
  94. $ecms_config['cks']['ckvarpre']='syphn'; //前台cookie变量前缀
  95. $ecms_config['cks']['ckadminvarpre']='dyrsz'; //后台cookie变量前缀
  96. $ecms_config['cks']['ckrnd']='Vm7ELklIqw2Aj4t5YGWqzsn67hgOG4cDF5R'; //COOKIE验证随机码(填写10~50个任意字符,最好多种字符组合)
  97. $ecms_config['cks']['ckrndtwo']='we5XijhteK6wpVRerCA5XuiVKgf322XQPA'; //COOKIE验证随机码2(填写10~50个任意字符,最好多种字符组合)
  98. $ecms_config['cks']['ckrndthree']='7qgvMWHNVfnXQOCCYIqE1YiCoYCx8bxEl'; //COOKIE验证随机码3(填写10~50个任意字符,最好多种字符组合)
  99. $ecms_config['cks']['ckrndfour']='lCgD7NbxD3i5pTE3qDOBMnKVuUf0Yx5R'; //COOKIE验证随机码4(填写10~50个任意字符,最好多种字符组合)
  100. $ecms_config['cks']['ckrndfive']='ts66221fJArosZdenIYOvBXPutQtUxn'; //COOKIE验证随机码5(填写10~50个任意字符,最好多种字符组合)
  101. //网站防火墙配置
  102. $ecms_config['fw']['eopen']=0; //开启防火墙(0为关闭,1为开启)
  103. $ecms_config['fw']['epass']=''; //防火墙加密密钥(填写10~50个任意字符,最好多种字符组合)
  104. $ecms_config['fw']['adminloginurl']=''; //允许后台登陆的域名,设置后必须通过这个域名才能访问后台
  105. $ecms_config['fw']['adminhour']=''; //允许登陆后台的时间:0~23小时,多个时间点用半角逗号格开
  106. $ecms_config['fw']['adminweek']=''; //允许登陆后台的星期:星期0~6,多个星期用半角逗号格开
  107. $ecms_config['fw']['adminckpassvar']=''; //后台预登陆验证变量名
  108. $ecms_config['fw']['adminckpassval']=''; //后台预登陆认证码
  109. $ecms_config['fw']['cleargettext']=''; //屏蔽提交敏感字符,多个用半角逗号格开
  110. //-------EmpireCMS.Seting.area-------
  111. //文件类型
  112. $ecms_config['sets']['tranpicturetype']=',.jpg,.gif,.png,.bmp,.jpeg,.webp,'; //图片
  113. $ecms_config['sets']['tranflashtype']=',.swf,.flv,.dcr,'; //FLASH
  114. $ecms_config['sets']['mediaplayertype']=',.wmv,.asf,.wma,.mp3,.asx,.mid,.midi,.swf,.flv,.dcr,.ogg,.webm,'; //mediaplayer
  115. $ecms_config['sets']['realplayertype']=',.rm,.ra,.rmvb,.mp4,.mov,.avi,.wav,.ram,.mpg,.mpeg,'; //realplayer
  116. //***************** 以下部分为缓存,不用设置 **************
  117. //-------EmpireCMS.Public.Cache-------
  118. //------------e_public
  119. $public_r=array('sitename'=>'RS直播_低调看NBA直播_JRS足球直播吧-QQZB体育',
  120. 'newsurl'=>'/',
  121. 'filetype'=>'|.gif|.jpg|.swf|.rar|.zip|.mp3|.wmv|.txt|.doc|',
  122. 'filesize'=>2048,
  123. 'relistnum'=>8,
  124. 'renewsnum'=>100,
  125. 'min_keyboard'=>2,
  126. 'max_keyboard'=>20,
  127. 'search_num'=>20,
  128. 'search_pagenum'=>10,
  129. 'newslink'=>0,
  130. 'checked'=>0,
  131. 'searchtime'=>3,
  132. 'loginnum'=>5,
  133. 'logintime'=>60,
  134. 'addnews_ok'=>1,
  135. 'register_ok'=>1,
  136. 'indextype'=>'.html',
  137. 'goodlencord'=>0,
  138. 'goodtype'=>'',
  139. 'searchtype'=>'.html',
  140. 'exittime'=>40,
  141. 'smalltextlen'=>160,
  142. 'defaultgroupid'=>1,
  143. 'fileurl'=>'/d/file/',
  144. 'install'=>0,
  145. 'phpmode'=>0,
  146. 'dorepnum'=>300,
  147. 'loadtempnum'=>50,
  148. 'bakdbpath'=>'bdata',
  149. 'bakdbzip'=>'zip',
  150. 'downpass'=>'P1kZEGpJXbzRXuVLTrOw',
  151. 'filechmod'=>1,
  152. 'loginkey_ok'=>0,
  153. 'tbname'=>'movie',
  154. 'limittype'=>0,
  155. 'redodown'=>1,
  156. 'downsofttemp'=>'[ <a href=\"#ecms\" onclick=\"window.open(\'[!--down.url--]\',\'\',\'width=300,height=300,resizable=yes\');\">[!--down.name--]</a> ]',
  157. 'onlinemovietemp'=>'[ <a href=\"#ecms\" onclick=\"window.open(\'[!--down.url--]\',\'\',\'width=300,height=300,resizable=yes\');\">[!--down.name--]</a> ]',
  158. 'lctime'=>1222406370,
  159. 'candocode'=>1,
  160. 'opennotcj'=>0,
  161. 'listpagetemp'=>'页次:[!--thispage--]/[!--pagenum--]&nbsp;每页[!--lencord--]&nbsp;总数[!--num--]&nbsp;&nbsp;&nbsp;&nbsp;[!--pagelink--]&nbsp;&nbsp;&nbsp;&nbsp;转到:[!--options--]',
  162. 'reuserpagenum'=>50,
  163. 'revotejsnum'=>100,
  164. 'readjsnum'=>100,
  165. 'qaddtran'=>0,
  166. 'qaddtransize'=>50,
  167. 'ebakthisdb'=>1,
  168. 'delnewsnum'=>300,
  169. 'markpos'=>5,
  170. 'markimg'=>'../data/mark/maskdef.gif',
  171. 'marktext'=>'',
  172. 'markfontsize'=>'5',
  173. 'markfontcolor'=>'',
  174. 'markfont'=>'../data/mark/cour.ttf',
  175. 'adminloginkey'=>1,
  176. 'php_outtime'=>0,
  177. 'listpagefun'=>'sys_ShowListPage',
  178. 'textpagefun'=>'sys_ShowTextPage',
  179. 'adfile'=>'thea',
  180. 'notsaveurl'=>'',
  181. 'rssnum'=>50,
  182. 'rsssub'=>300,
  183. 'savetxtf'=>',',
  184. 'dorepdlevelnum'=>300,
  185. 'listpagelistfun'=>'sys_ShowListMorePage',
  186. 'listpagelistnum'=>10,
  187. 'infolinknum'=>100,
  188. 'searchgroupid'=>0,
  189. 'opencopytext'=>0,
  190. 'reuserjsnum'=>100,
  191. 'reuserlistnum'=>8,
  192. 'opentitleurl'=>1,
  193. 'searchtempvar'=>1,
  194. 'showinfolevel'=>2,
  195. 'navfh'=>'>',
  196. 'spicwidth'=>105,
  197. 'spicheight'=>118,
  198. 'spickill'=>1,
  199. 'jpgquality'=>80,
  200. 'markpct'=>65,
  201. 'redoview'=>24,
  202. 'reggetfen'=>0,
  203. 'regbooktime'=>30,
  204. 'revotetime'=>30,
  205. 'fpath'=>1,
  206. 'filepath'=>'Y/m-d',
  207. 'nreclass'=>',1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,58,57,59,60,61,62,63,64,65,66,67,68,69,70,',
  208. 'nreinfo'=>',1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,58,57,59,60,61,62,63,64,65,66,67,68,69,70,',
  209. 'nrejs'=>',',
  210. 'nottobq'=>',',
  211. 'defspacestyleid'=>1,
  212. 'canposturl'=>'',
  213. 'openspace'=>1,
  214. 'defadminstyle'=>1,
  215. 'realltime'=>0,
  216. 'closeip'=>'',
  217. 'openip'=>'',
  218. 'hopenip'=>'',
  219. 'textpagelistnum'=>6,
  220. 'memberlistlevel'=>2,
  221. 'ebakcanlistdb'=>0,
  222. 'keytog'=>2,
  223. 'keytime'=>900,
  224. 'keyrnd'=>'FUdmkEEP3jhUL9iCUj8D0EgOWiECBWEd',
  225. 'checkdorepstr'=>',0,0,0,0,',
  226. 'regkey_ok'=>0,
  227. 'opengetdown'=>0,
  228. 'gbkey_ok'=>0,
  229. 'fbkey_ok'=>0,
  230. 'newaddinfotime'=>0,
  231. 'classnavs'=>'<a href=\"/paihang/\">积分榜</a>&nbsp;|&nbsp;<a href=\"/tag/\">关键词</a>&nbsp;|&nbsp;<a href=\"/zqnews/\">足球资讯</a>&nbsp;|&nbsp;<a href=\"/lqnews/\">篮球资讯</a>&nbsp;|&nbsp;<a href=\"/tv/\">电视直播</a>&nbsp;|&nbsp;<a href=\"/zqtuji/\">足球图集</a>&nbsp;|&nbsp;<a href=\"/lqtuji/\">篮球图集</a>',
  232. 'adminstyle'=>',1,2,',
  233. 'docnewsnum'=>300,
  234. 'openschall'=>0,
  235. 'schallfield'=>1,
  236. 'schallminlen'=>3,
  237. 'schallmaxlen'=>20,
  238. 'schallnum'=>20,
  239. 'schallpagenum'=>10,
  240. 'dtcanbq'=>1,
  241. 'dtcachetime'=>0,
  242. 'repkeynum'=>0,
  243. 'regacttype'=>0,
  244. 'opengetpass'=>0,
  245. 'hlistinfonum'=>30,
  246. 'qlistinfonum'=>25,
  247. 'dtncanbq'=>1,
  248. 'dtncachetime'=>0,
  249. 'readdinfotime'=>60,
  250. 'qeditinfotime'=>0,
  251. 'onclicktype'=>0,
  252. 'onclickfilesize'=>10,
  253. 'onclickfiletime'=>60,
  254. 'schalltime'=>0,
  255. 'defprinttempid'=>1,
  256. 'opentags'=>1,
  257. 'tagstempid'=>10,
  258. 'usetags'=>',5,9,10,11,12,13,14,15,',
  259. 'chtags'=>'',
  260. 'tagslistnum'=>20,
  261. 'closeqdt'=>0,
  262. 'settop'=>0,
  263. 'qlistinfomod'=>0,
  264. 'gb_num'=>20,
  265. 'member_num'=>20,
  266. 'space_num'=>25,
  267. 'infolday'=>0,
  268. 'filelday'=>0,
  269. 'dorepkey'=>0,
  270. 'dorepword'=>0,
  271. 'onclickrnd'=>'',
  272. 'indexpagedt'=>1,
  273. 'keybgcolor'=>'',
  274. 'keyfontcolor'=>'',
  275. 'keydistcolor'=>'',
  276. 'indexpageid'=>0,
  277. 'closeqdtmsg'=>'',
  278. 'openfileserver'=>0,
  279. 'fs_purl'=>'',
  280. 'closemods'=>',down,movie,shop,pay,error,member,pl,print,gb,fb,mlist,',
  281. 'fieldandtop'=>0,
  282. 'fieldandclosetb'=>'',
  283. 'filedatatbs'=>',1,',
  284. 'filedeftb'=>1,
  285. 'pldeftb'=>1,
  286. 'plurl'=>'/e/pl/',
  287. 'plkey_ok'=>1,
  288. 'plface'=>'||[~e.jy~]##1.gif||[~e.kq~]##2.gif||[~e.se~]##3.gif||[~e.sq~]##4.gif||[~e.lh~]##5.gif||[~e.ka~]##6.gif||[~e.hh~]##7.gif||[~e.ys~]##8.gif||[~e.ng~]##9.gif||[~e.ot~]##10.gif||',
  289. 'plf'=>'',
  290. 'pldatatbs'=>',1,',
  291. 'defpltempid'=>1,
  292. 'pl_num'=>12,
  293. 'plgroupid'=>0,
  294. 'closelisttemp'=>'',
  295. 'chclasscolor'=>'99C4E3',
  296. 'timeclose'=>'',
  297. 'timeclosedo'=>'',
  298. 'ipaddinfonum'=>0,
  299. 'ipaddinfotime'=>0,
  300. 'rewriteinfo'=>'',
  301. 'rewriteclass'=>'',
  302. 'rewriteinfotype'=>'',
  303. 'rewritetags'=>'',
  304. 'rewritepl'=>'',
  305. 'memberconnectnum'=>0,
  306. 'closehmenu'=>'',
  307. 'indexaddpage'=>0,
  308. 'modmemberedittran'=>0,
  309. 'modinfoedittran'=>0,
  310. 'php_adminouttime'=>1000,
  311. 'httptype'=>0,
  312. 'qinfoaddfen'=>0,
  313. 'bakescapetype'=>1,
  314. 'hkeytime'=>30,
  315. 'hkeyrnd'=>'Mog5YE8QKpscC0EY45ooZ5Ha8FQbcgnPDLCu',
  316. 'mhavedatedo'=>0,
  317. 'reportkey'=>0,
  318. 'ctimeopen'=>0,
  319. 'ctimelast'=>0,
  320. 'ctimeindex'=>0,
  321. 'ctimeclass'=>0,
  322. 'ctimelist'=>0,
  323. 'ctimetext'=>0,
  324. 'ctimett'=>0,
  325. 'ctimetags'=>0,
  326. 'ctimegids'=>'',
  327. 'ctimecids'=>'',
  328. 'ctimernd'=>'mhBbLspSmXlSSvjYe40X8gntyqz8AWUk5SBt54nCkj',
  329. 'qmadminuids'=>'',
  330. 'qmforumuids'=>'',
  331. 'qmotheruids'=>'',
  332. 'ckhavemoreport'=>1,
  333. 'usetotalnum'=>0,
  334. 'autodoopen'=>0,
  335. 'autodofile'=>0,
  336. 'autodoss'=>0,
  337. 'digglevel'=>0,
  338. 'diggcmids'=>'',
  339. 'spacegids'=>'',
  340. 'candocodetag'=>0,
  341. 'openern'=>'',
  342. 'ernurl'=>'',
  343. 'toqjf'=>'',
  344. 'qtoqjf'=>'',
  345. 'ctimeaddre'=>0,
  346. 'ctimeqaddre'=>0,
  347. 'deftempid'=>0,'add_www_jianzhan_com_name'=>'体育直播','add_www_jianzhanzj_com_domaind'=>'chinabx.jianzhanzj.com','add_www_jianzhanzj_com_yu'=>'www.','add_www_jianzhanzj_com_tongji'=>'统计代码','add_www_jianzhanzj_com_beian'=>'备案号','add_www_jianzhanzj_com_murl'=>'http://mchinabx.jianzhanzj.com','add_www_jianzhanzj_com_yzm'=>'d5ef5bd9293eb89a384864ea80033764','add_www_jianzhanzj_com_url'=>'http://chinabx.jianzhanzj.com');
  348. //------------e_public
  349. //moreports
  350. $emoreport_r=array();
  351. $emoreport_r['1']=Array('pid'=>'1',
  352. 'pname'=>'主访问端',
  353. 'purl'=>'http://chinabx.jianzhanzj.com/',
  354. 'ppath'=>'G:/phpstudy_pro/WWW/chinabx.jianzhanzj.com/',
  355. 'postpass'=>'CKgGpHaw73XTTCMmYMrEUcbgJCL2bCOGK99qMsjsMuvUhel3qBcp01zjLe2l',
  356. 'postfile'=>'',
  357. 'tempgid'=>'0',
  358. 'isclose'=>'0',
  359. 'closeadd'=>'0',
  360. 'openadmin'=>'0',
  361. 'rehtml'=>'3',
  362. 'mustdt'=>'0');
  363. $emoreport_r['2']=Array('pid'=>'2',
  364. 'pname'=>'手机版',
  365. 'purl'=>'http://mchinabx.jianzhanzj.com/',
  366. 'ppath'=>'G:/phpstudy_pro/WWW/chinabx.jianzhanzj.com/m/',
  367. 'postpass'=>'q4YTsNtaT568D7nAiLz0uBazgfbJYkk09ldA2dtHsZLgr4GxN4AzhVqX4X6W',
  368. 'postfile'=>'',
  369. 'tempgid'=>'2',
  370. 'isclose'=>'0',
  371. 'closeadd'=>'1',
  372. 'openadmin'=>'0',
  373. 'rehtml'=>'0',
  374. 'mustdt'=>'0');
  375. //moreports
  376. //-------EmpireCMS.Public.Cache-------
  377. $emod_pubr=Array('linkfields'=>'|');
  378. $etable_r=array();
  379. $etable_r['news']=Array('deftb'=>'1',
  380. 'yhid'=>0,
  381. 'intb'=>0,
  382. 'mid'=>1);
  383. $etable_r['dsp']=Array('deftb'=>'1',
  384. 'yhid'=>0,
  385. 'intb'=>0,
  386. 'mid'=>12);
  387. $etable_r['movie']=Array('deftb'=>'1',
  388. 'yhid'=>0,
  389. 'intb'=>0,
  390. 'mid'=>5);
  391. $etable_r['jj']=Array('deftb'=>'1',
  392. 'yhid'=>0,
  393. 'intb'=>0,
  394. 'mid'=>11);
  395. $etable_r['lx']=Array('deftb'=>'1',
  396. 'yhid'=>0,
  397. 'intb'=>0,
  398. 'mid'=>10);
  399. $etable_r['qd']=Array('deftb'=>'1',
  400. 'yhid'=>0,
  401. 'intb'=>0,
  402. 'mid'=>9);
  403. $etable_r['tupian']=Array('deftb'=>'1',
  404. 'yhid'=>0,
  405. 'intb'=>0,
  406. 'mid'=>13);
  407. $etable_r['tv']=Array('deftb'=>'1',
  408. 'yhid'=>0,
  409. 'intb'=>0,
  410. 'mid'=>14);
  411. $etable_r['zixun']=Array('deftb'=>'1',
  412. 'yhid'=>0,
  413. 'intb'=>0,
  414. 'mid'=>15);
  415. $emod_r=array();
  416. $emod_r[1]=Array('mid'=>1,
  417. 'mname'=>'专题系统模型',
  418. 'qmname'=>'专题',
  419. 'defaulttb'=>0,
  420. 'datatbs'=>',1,',
  421. 'deftb'=>'1',
  422. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,writer,befrom,newstext,',
  423. 'qenter'=>',title,ftitle,special.field,titlepic,smalltext,writer,befrom,newstext,',
  424. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,diggtop,',
  425. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  426. 'mustqenterf'=>',title,',
  427. 'listandf'=>',title,',
  428. 'setandf'=>0,
  429. 'searchvar'=>',title,smalltext,',
  430. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  431. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  432. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  433. 'tbmainf'=>',title,titlepic,newstime,ftitle,smalltext,diggtop,',
  434. 'tbdataf'=>',writer,befrom,newstext,',
  435. 'tobrf'=>',smalltext,newstext,',
  436. 'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,',
  437. 'checkboxf'=>',',
  438. 'savetxtf'=>'',
  439. 'editorf'=>',newstext,',
  440. 'ubbeditorf'=>',',
  441. 'pagef'=>'newstext',
  442. 'smalltextf'=>',smalltext,',
  443. 'filef'=>',',
  444. 'imgf'=>',titlepic,',
  445. 'flashf'=>',',
  446. 'linkfields'=>'|',
  447. 'morevaluef'=>'|',
  448. 'onlyf'=>',',
  449. 'adddofunf'=>'||',
  450. 'editdofunf'=>'||',
  451. 'qadddofunf'=>'||',
  452. 'qeditdofunf'=>'||',
  453. 'definfovoteid'=>0,
  454. 'orderf'=>'',
  455. 'sonclass'=>'|6|7|8|',
  456. 'maddfun'=>'',
  457. 'meditfun'=>'',
  458. 'qmaddfun'=>'',
  459. 'qmeditfun'=>'',
  460. 'tid'=>1,
  461. 'tbname'=>'news');
  462. $emod_r[5]=Array('mid'=>5,
  463. 'mname'=>'直播系统模型',
  464. 'qmname'=>'直播',
  465. 'defaulttb'=>1,
  466. 'datatbs'=>',1,',
  467. 'deftb'=>'1',
  468. 'enter'=>',title,special.field,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
  469. 'qenter'=>',',
  470. 'listtempf'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
  471. 'tempf'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
  472. 'mustqenterf'=>',title,',
  473. 'listandf'=>',typename,zd,kd,',
  474. 'setandf'=>0,
  475. 'searchvar'=>',title,',
  476. 'cj'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
  477. 'canaddf'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
  478. 'caneditf'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
  479. 'tbmainf'=>',title,titlepic,newstime,livename,xhyid,cid,live,typename,zd,kd,livetime,',
  480. 'tbdataf'=>',',
  481. 'tobrf'=>',',
  482. 'dohtmlf'=>',livename,xhyid,cid,live,typename,zd,kd,livetime,',
  483. 'checkboxf'=>',',
  484. 'savetxtf'=>'',
  485. 'editorf'=>',',
  486. 'ubbeditorf'=>',',
  487. 'pagef'=>'',
  488. 'smalltextf'=>',',
  489. 'filef'=>',',
  490. 'imgf'=>',titlepic,',
  491. 'flashf'=>',',
  492. 'linkfields'=>'|',
  493. 'morevaluef'=>'|',
  494. 'onlyf'=>',',
  495. 'adddofunf'=>'||',
  496. 'editdofunf'=>'||',
  497. 'qadddofunf'=>'||',
  498. 'qeditdofunf'=>'||',
  499. 'definfovoteid'=>0,
  500. 'orderf'=>'',
  501. 'sonclass'=>'|2|3|4|',
  502. 'maddfun'=>'',
  503. 'meditfun'=>'',
  504. 'qmaddfun'=>'',
  505. 'qmeditfun'=>'',
  506. 'tid'=>5,
  507. 'tbname'=>'movie');
  508. $emod_r[10]=Array('mid'=>10,
  509. 'mname'=>'录像系统模型',
  510. 'qmname'=>'录像',
  511. 'defaulttb'=>0,
  512. 'datatbs'=>',1,',
  513. 'deftb'=>'1',
  514. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  515. 'qenter'=>',',
  516. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,zd,kd,typename,jijin,cjurl,',
  517. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  518. 'mustqenterf'=>',title,',
  519. 'listandf'=>',title,zd,kd,typename,',
  520. 'setandf'=>0,
  521. 'searchvar'=>',title,smalltext,',
  522. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  523. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  524. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  525. 'tbmainf'=>',cjurl,typename,zd,jijin,smalltext,ftitle,newstime,titlepic,title,kd,',
  526. 'tbdataf'=>',newstext,',
  527. 'tobrf'=>',newstext,smalltext,',
  528. 'dohtmlf'=>',cjurl,typename,zd,jijin,newstext,smalltext,ftitle,kd,',
  529. 'checkboxf'=>',',
  530. 'savetxtf'=>'',
  531. 'editorf'=>',newstext,',
  532. 'ubbeditorf'=>',',
  533. 'pagef'=>'newstext',
  534. 'smalltextf'=>',smalltext,',
  535. 'filef'=>',',
  536. 'imgf'=>',titlepic,',
  537. 'flashf'=>',',
  538. 'linkfields'=>'|',
  539. 'morevaluef'=>'|jijin,2,3,1|',
  540. 'onlyf'=>',',
  541. 'adddofunf'=>'||',
  542. 'editdofunf'=>'||',
  543. 'qadddofunf'=>'||',
  544. 'qeditdofunf'=>'||',
  545. 'definfovoteid'=>0,
  546. 'orderf'=>'',
  547. 'sonclass'=>'|14|15|16|17|18|19|20|21|22|23|25|26|',
  548. 'maddfun'=>'',
  549. 'meditfun'=>'',
  550. 'qmaddfun'=>'',
  551. 'qmeditfun'=>'',
  552. 'tid'=>10,
  553. 'tbname'=>'lx');
  554. $emod_r[11]=Array('mid'=>11,
  555. 'mname'=>'集锦系统模型',
  556. 'qmname'=>'集锦',
  557. 'defaulttb'=>0,
  558. 'datatbs'=>',1,',
  559. 'deftb'=>'1',
  560. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  561. 'qenter'=>',',
  562. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,zd,kd,typename,jijin,cjurl,',
  563. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  564. 'mustqenterf'=>',title,',
  565. 'listandf'=>',title,zd,kd,typename,',
  566. 'setandf'=>0,
  567. 'searchvar'=>',title,smalltext,',
  568. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  569. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  570. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
  571. 'tbmainf'=>',cjurl,typename,zd,jijin,smalltext,ftitle,newstime,titlepic,title,kd,',
  572. 'tbdataf'=>',newstext,',
  573. 'tobrf'=>',newstext,smalltext,',
  574. 'dohtmlf'=>',cjurl,typename,zd,jijin,newstext,smalltext,ftitle,kd,',
  575. 'checkboxf'=>',',
  576. 'savetxtf'=>'',
  577. 'editorf'=>',newstext,',
  578. 'ubbeditorf'=>',',
  579. 'pagef'=>'newstext',
  580. 'smalltextf'=>',smalltext,',
  581. 'filef'=>',',
  582. 'imgf'=>',titlepic,',
  583. 'flashf'=>',',
  584. 'linkfields'=>'|',
  585. 'morevaluef'=>'|jijin,2,3,1|',
  586. 'onlyf'=>',',
  587. 'adddofunf'=>'||',
  588. 'editdofunf'=>'||',
  589. 'qadddofunf'=>'||',
  590. 'qeditdofunf'=>'||',
  591. 'definfovoteid'=>0,
  592. 'orderf'=>'',
  593. 'sonclass'=>'|29|30|31|32|33|34|35|36|37|38|40|41|',
  594. 'maddfun'=>'',
  595. 'meditfun'=>'',
  596. 'qmaddfun'=>'',
  597. 'qmeditfun'=>'',
  598. 'tid'=>11,
  599. 'tbname'=>'jj');
  600. $emod_r[12]=Array('mid'=>12,
  601. 'mname'=>'短视频系统模型',
  602. 'qmname'=>'短视频',
  603. 'defaulttb'=>0,
  604. 'datatbs'=>',1,',
  605. 'deftb'=>'1',
  606. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
  607. 'qenter'=>',',
  608. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,typename,jijin,cjurl,',
  609. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
  610. 'mustqenterf'=>',title,jijin,',
  611. 'listandf'=>',title,typename,',
  612. 'setandf'=>0,
  613. 'searchvar'=>',title,smalltext,',
  614. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
  615. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
  616. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
  617. 'tbmainf'=>',cjurl,jijin,typename,smalltext,ftitle,newstime,titlepic,title,',
  618. 'tbdataf'=>',newstext,',
  619. 'tobrf'=>',newstext,smalltext,',
  620. 'dohtmlf'=>',cjurl,jijin,typename,newstext,smalltext,ftitle,',
  621. 'checkboxf'=>',',
  622. 'savetxtf'=>'',
  623. 'editorf'=>',newstext,',
  624. 'ubbeditorf'=>',',
  625. 'pagef'=>'newstext',
  626. 'smalltextf'=>',smalltext,',
  627. 'filef'=>',',
  628. 'imgf'=>',titlepic,',
  629. 'flashf'=>',',
  630. 'linkfields'=>'|',
  631. 'morevaluef'=>'|jijin,2,3,1|',
  632. 'onlyf'=>',',
  633. 'adddofunf'=>'||',
  634. 'editdofunf'=>'||',
  635. 'qadddofunf'=>'||',
  636. 'qeditdofunf'=>'||',
  637. 'definfovoteid'=>0,
  638. 'orderf'=>'',
  639. 'sonclass'=>'|44|45|46|47|48|49|50|51|52|53|55|56|',
  640. 'maddfun'=>'',
  641. 'meditfun'=>'',
  642. 'qmaddfun'=>'',
  643. 'qmeditfun'=>'',
  644. 'tid'=>12,
  645. 'tbname'=>'dsp');
  646. $emod_r[9]=Array('mid'=>9,
  647. 'mname'=>'球队系统模型',
  648. 'qmname'=>'球队',
  649. 'defaulttb'=>0,
  650. 'datatbs'=>',1,',
  651. 'deftb'=>'1',
  652. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
  653. 'qenter'=>',',
  654. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,zjl,cs,ssls,',
  655. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
  656. 'mustqenterf'=>',title,',
  657. 'listandf'=>',title,ssls,',
  658. 'setandf'=>0,
  659. 'searchvar'=>',title,',
  660. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
  661. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
  662. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
  663. 'tbmainf'=>',ssls,zjl,cs,smalltext,newstime,ftitle,titlepic,title,',
  664. 'tbdataf'=>',newstext,',
  665. 'tobrf'=>',newstext,smalltext,',
  666. 'dohtmlf'=>',ssls,zjl,newstext,cs,smalltext,ftitle,',
  667. 'checkboxf'=>',',
  668. 'savetxtf'=>'',
  669. 'editorf'=>',newstext,',
  670. 'ubbeditorf'=>',',
  671. 'pagef'=>'newstext',
  672. 'smalltextf'=>',smalltext,',
  673. 'filef'=>',',
  674. 'imgf'=>',titlepic,',
  675. 'flashf'=>',',
  676. 'linkfields'=>'|',
  677. 'morevaluef'=>'|',
  678. 'onlyf'=>',',
  679. 'adddofunf'=>'||',
  680. 'editdofunf'=>'||',
  681. 'qadddofunf'=>'||',
  682. 'qeditdofunf'=>'||',
  683. 'definfovoteid'=>0,
  684. 'orderf'=>'',
  685. 'sonclass'=>'|10|11|',
  686. 'maddfun'=>'',
  687. 'meditfun'=>'',
  688. 'qmaddfun'=>'',
  689. 'qmeditfun'=>'',
  690. 'tid'=>9,
  691. 'tbname'=>'qd');
  692. $emod_r[13]=Array('mid'=>13,
  693. 'mname'=>'图片系统模型',
  694. 'qmname'=>'图片',
  695. 'defaulttb'=>0,
  696. 'datatbs'=>',1,',
  697. 'deftb'=>'1',
  698. 'enter'=>',title,special.field,newstime,titlepic,morepic,smalltext,',
  699. 'qenter'=>',title,special.field,',
  700. 'listtempf'=>',title,newstime,titlepic,smalltext,',
  701. 'tempf'=>',title,newstime,titlepic,morepic,smalltext,',
  702. 'mustqenterf'=>',title,smalltext,',
  703. 'listandf'=>'',
  704. 'setandf'=>0,
  705. 'searchvar'=>',title,smalltext,',
  706. 'cj'=>',title,newstime,morepic,smalltext,',
  707. 'canaddf'=>',title,newstime,titlepic,morepic,smalltext,',
  708. 'caneditf'=>',title,newstime,titlepic,morepic,smalltext,',
  709. 'tbmainf'=>',title,titlepic,newstime,picurl,smalltext,',
  710. 'tbdataf'=>',filesize,picsize,picfbl,picfrom,morepic,num,width,height,',
  711. 'tobrf'=>',smalltext,',
  712. 'dohtmlf'=>',filesize,picsize,picfbl,picfrom,picurl,morepic,num,width,height,smalltext,',
  713. 'checkboxf'=>',',
  714. 'savetxtf'=>'',
  715. 'editorf'=>',',
  716. 'ubbeditorf'=>',',
  717. 'pagef'=>'',
  718. 'smalltextf'=>',smalltext,',
  719. 'filef'=>',',
  720. 'imgf'=>',titlepic,picurl,',
  721. 'flashf'=>',',
  722. 'linkfields'=>'|',
  723. 'morevaluef'=>'|',
  724. 'onlyf'=>',',
  725. 'adddofunf'=>'||',
  726. 'editdofunf'=>'||',
  727. 'qadddofunf'=>'||',
  728. 'qeditdofunf'=>'||',
  729. 'definfovoteid'=>0,
  730. 'orderf'=>'',
  731. 'sonclass'=>'|69|70|',
  732. 'maddfun'=>'',
  733. 'meditfun'=>'',
  734. 'qmaddfun'=>'',
  735. 'qmeditfun'=>'',
  736. 'tid'=>14,
  737. 'tbname'=>'tupian');
  738. $emod_r[14]=Array('mid'=>14,
  739. 'mname'=>'电视系统模型',
  740. 'qmname'=>'电视系统模型',
  741. 'defaulttb'=>0,
  742. 'datatbs'=>',1,',
  743. 'deftb'=>'1',
  744. 'enter'=>',title,ftitle,special.field,newstime,live,titlepic,smalltext,writer,befrom,newstext,',
  745. 'qenter'=>',title,',
  746. 'listtempf'=>',title,ftitle,newstime,live,titlepic,smalltext,diggtop,',
  747. 'tempf'=>',title,ftitle,newstime,live,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  748. 'mustqenterf'=>',title,',
  749. 'listandf'=>',title,',
  750. 'setandf'=>0,
  751. 'searchvar'=>',title,',
  752. 'cj'=>',title,',
  753. 'canaddf'=>',title,ftitle,newstime,live,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  754. 'caneditf'=>',title,ftitle,newstime,live,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  755. 'tbmainf'=>',title,titlepic,newstime,ftitle,smalltext,diggtop,live,',
  756. 'tbdataf'=>',writer,befrom,newstext,',
  757. 'tobrf'=>',smalltext,newstext,',
  758. 'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,live,',
  759. 'checkboxf'=>',',
  760. 'savetxtf'=>'',
  761. 'editorf'=>',newstext,',
  762. 'ubbeditorf'=>',',
  763. 'pagef'=>'newstext',
  764. 'smalltextf'=>',smalltext,',
  765. 'filef'=>',',
  766. 'imgf'=>',titlepic,',
  767. 'flashf'=>',',
  768. 'linkfields'=>'|',
  769. 'morevaluef'=>'|',
  770. 'onlyf'=>',',
  771. 'adddofunf'=>'||',
  772. 'editdofunf'=>'||',
  773. 'qadddofunf'=>'||',
  774. 'qeditdofunf'=>'||',
  775. 'definfovoteid'=>0,
  776. 'orderf'=>',title,',
  777. 'sonclass'=>'|62|63|64|65|66|67|68|',
  778. 'maddfun'=>'',
  779. 'meditfun'=>'',
  780. 'qmaddfun'=>'',
  781. 'qmeditfun'=>'',
  782. 'tid'=>15,
  783. 'tbname'=>'tv');
  784. $emod_r[15]=Array('mid'=>15,
  785. 'mname'=>'资讯模型表',
  786. 'qmname'=>'资讯模型表',
  787. 'defaulttb'=>0,
  788. 'datatbs'=>',1,',
  789. 'deftb'=>'1',
  790. 'enter'=>',title,ftitle,special.field,newstime,typename,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  791. 'qenter'=>',',
  792. 'listtempf'=>',title,ftitle,newstime,typename,titlepic,smalltext,diggtop,',
  793. 'tempf'=>',title,ftitle,newstime,typename,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  794. 'mustqenterf'=>',title,',
  795. 'listandf'=>',title,',
  796. 'setandf'=>0,
  797. 'searchvar'=>',title,',
  798. 'cj'=>',title,',
  799. 'canaddf'=>',title,ftitle,newstime,typename,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  800. 'caneditf'=>',title,ftitle,newstime,typename,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  801. 'tbmainf'=>',title,titlepic,newstime,ftitle,smalltext,diggtop,typename,',
  802. 'tbdataf'=>',writer,befrom,newstext,',
  803. 'tobrf'=>',smalltext,newstext,',
  804. 'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,typename,',
  805. 'checkboxf'=>',',
  806. 'savetxtf'=>'',
  807. 'editorf'=>',newstext,',
  808. 'ubbeditorf'=>',',
  809. 'pagef'=>'newstext',
  810. 'smalltextf'=>',smalltext,',
  811. 'filef'=>',',
  812. 'imgf'=>',titlepic,',
  813. 'flashf'=>',',
  814. 'linkfields'=>'|',
  815. 'morevaluef'=>'|',
  816. 'onlyf'=>',',
  817. 'adddofunf'=>'||',
  818. 'editdofunf'=>'||',
  819. 'qadddofunf'=>'||',
  820. 'qeditdofunf'=>'||',
  821. 'definfovoteid'=>0,
  822. 'orderf'=>',title,',
  823. 'sonclass'=>'|59|60|',
  824. 'maddfun'=>'',
  825. 'meditfun'=>'',
  826. 'qmaddfun'=>'',
  827. 'qmeditfun'=>'',
  828. 'tid'=>16,
  829. 'tbname'=>'zixun');
  830. //-------EmpireCMS.Public.Cache-------
  831. ?>