config.php 29 KB

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