PageRenderTime 29ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/e/install/data/config.php

https://github.com/westeast/xwdede
PHP | 612 lines | 571 code | 25 blank | 16 comment | 1 complexity | f529b9b844b1eddeded550e16388df08 MD5 | raw file
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. define('EmpireCMSConfig',TRUE);
  7. //数据库设置
  8. $phome_use_db='<!--dbtype.phome.net-->'; //数据库类型
  9. $phome_use_dbver='<!--dbver.phome.net-->'; //数据库版本
  10. $phome_db_server='<!--host.phome.net-->'; //数据库登陆地址
  11. $phome_db_port='<!--port.phome.net-->'; //端口,不填为按默认
  12. $phome_db_username='<!--username.phome.net-->'; //数据库用户名
  13. $phome_db_password='<!--password.phome.net-->'; //数据库密码
  14. $phome_db_dbname='<!--name.phome.net-->'; //数据库名
  15. $phome_db_char='<!--char.phome.net-->'; //设置默认编码
  16. $phome_db_dbchar='<!--dbchar.phome.net-->'; //数据库默认编码
  17. $dbtbpre='<!--tbpre.phome.net-->'; //数据表前缀
  18. $ecmslang='gb'; //语言包
  19. //页面编码设置
  20. $phome_ecms_charver='<!--headerchar.phome.net-->'; //安装帝国CMS的编码版本
  21. $phome_headercharset=1; //页面默认字符集,0=关闭 1=开启
  22. //后台相关配置
  23. $do_openonlinesetting=3; //开启后台在线配置参数(0为关闭,1为开启防火墙配置,2为开启安全配置,3为全开启)
  24. //其它配置
  25. $do_openbqquery=1; //开启标签支持sql语句查询(0为不支持,1为开启)
  26. $do_openreadfile=0; //开启标签支持读取本地文件,一般不要开启(0为不支持,1为开启)
  27. $do_txtpath=ECMS_PATH.'d/txt/'; //文本型数据存放目录
  28. $saveurlimgclearurl=0; //远程保存图片自动去除图片的链接(0为保留,1为去除)
  29. $ecmsdeftempid=0; //默认模板组ID
  30. //-------EmpireCMS.Seting.area-------
  31. //后台安全设置
  32. $do_loginauth='<!--loginauth.phome.net-->'; //登录认证码,如果设置登录需要输入此认证码才能通过
  33. $do_ecookiernd='<!--cookiernd.phome.net-->'; //后台登录COOKIE认证码(填写10~50个任意字符,最好多种字符组合)
  34. $do_ckhloginfile=0; //后台是否启用文件验证,0为验证,1为不验证
  35. $do_ckhloginip=0; //后台是否验证登录IP,0为不验证,1为验证
  36. $do_theloginlog=0; //是否记录登陆日志(0为记录,1为不记录)
  37. $do_thedolog=0; //是否记录操作日志(0为记录,1为不记录)
  38. //COOKIE设置
  39. $phome_cookiedomain=''; //cookie作用域
  40. $phome_cookiepath='/'; //cookie作用路径
  41. $phome_cookievarpre='<!--cookiepre.phome.net-->'; //前台cookie变量前缀
  42. $phome_cookieadminvarpre='<!--admincookiepre.phome.net-->'; //后台cookie变量前缀
  43. $phome_cookieckrnd='<!--qcookiernd.phome.net-->'; //COOKIE验证随机码(填写10~50个任意字符,最好多种字符组合)
  44. //网站防火墙配置
  45. $efw_open=0; //开启防火墙(0为关闭,1为开启)
  46. $efw_pass=''; //防火墙加密密钥(填写10~50个任意字符,最好多种字符组合)
  47. $efw_adminloginurl=''; //允许后台登陆的域名,设置后必须通过这个域名才能访问后台
  48. $efw_adminhour=''; //允许登陆后台的时间:0~23小时,多个时间点用半角逗号格开
  49. $efw_adminweek=''; //允许登陆后台的星期:星期0~6,多个星期用半角逗号格开
  50. $efw_adminckpassvar=''; //后台预登陆验证变量名
  51. $efw_adminckpassval=''; //后台预登陆认证码
  52. $efw_cleargettext=''; //屏蔽提交敏感字符,多个用半角逗号格开
  53. //-------EmpireCMS.Seting.area-------
  54. //文件类型
  55. $tranpicturetype=',.jpg,.gif,.png,.bmp,.jpeg,'; //图片
  56. $tranflashtype=',.swf,.flv,.dcr,'; //FLASH
  57. $mediaplayertype=',.wmv,.asf,.wma,.mp3,.asx,.mid,.midi,'; //mediaplayer
  58. $realplayertype=',.rm,.ra,.rmvb,.mp4,.mov,.avi,.wav,.ram,.mpg,.mpeg,'; //realplayer
  59. //***************** 以下部分为缓存,不用设置 **************
  60. //-------EmpireCMS.Public.Cache-------
  61. //------------e_public
  62. $public_r=array('sitename'=>'帝国网站管理系统',
  63. 'newsurl'=>'<!--ecms.newsurl-->',
  64. 'filetype'=>'|.gif|.jpg|.swf|.rar|.zip|.mp3|.wmv|.txt|.doc|',
  65. 'filesize'=>2048,
  66. 'relistnum'=>8,
  67. 'renewsnum'=>100,
  68. 'min_keyboard'=>2,
  69. 'max_keyboard'=>20,
  70. 'search_num'=>20,
  71. 'search_pagenum'=>16,
  72. 'newslink'=>0,
  73. 'checked'=>0,
  74. 'pltime'=>20,
  75. 'searchtime'=>30,
  76. 'loginnum'=>5,
  77. 'logintime'=>60,
  78. 'addnews_ok'=>0,
  79. 'register_ok'=>0,
  80. 'indextype'=>'.html',
  81. 'goodlencord'=>0,
  82. 'goodtype'=>'',
  83. 'searchtype'=>'.html',
  84. 'exittime'=>40,
  85. 'smalltextlen'=>160,
  86. 'defaultgroupid'=>1,
  87. 'fileurl'=>'<!--ecms.fileurl-->',
  88. 'install'=>0,
  89. 'phpmode'=>0,
  90. 'plsize'=>500,
  91. 'plincludesize'=>0,
  92. 'dorepnum'=>300,
  93. 'loadtempnum'=>50,
  94. 'bakdbpath'=>'bdata',
  95. 'bakdbzip'=>'zip',
  96. 'downpass'=>'<!--ecms.downpass-->',
  97. 'filechmod'=>1,
  98. 'loginkey_ok'=>0,
  99. 'tbname'=>'news',
  100. 'limittype'=>0,
  101. 'plkey_ok'=>1,
  102. 'redodown'=>1,
  103. 'downsofttemp'=>'[ <a href=\"#ecms\" onclick=\"window.open(\'[!--down.url--]\',\'\',\'width=300,height=300,resizable=yes\');\">[!--down.name--]</a> ]',
  104. 'onlinemovietemp'=>'[ <a href=\"#ecms\" onclick=\"window.open(\'[!--down.url--]\',\'\',\'width=300,height=300,resizable=yes\');\">[!--down.name--]</a> ]',
  105. 'havefp'=>0,
  106. 'fpnum'=>0,
  107. 'lctime'=>1222406370,
  108. 'candocode'=>1,
  109. 'opennotcj'=>0,
  110. 'listpagetemp'=>'页次:[!--thispage--]/[!--pagenum--]&nbsp;每页[!--lencord--]&nbsp;总数[!--num--]&nbsp;&nbsp;&nbsp;&nbsp;[!--pagelink--]&nbsp;&nbsp;&nbsp;&nbsp;转到:[!--options--]',
  111. 'reuserpagenum'=>50,
  112. 'revotejsnum'=>100,
  113. 'readjsnum'=>100,
  114. 'qaddtran'=>1,
  115. 'qaddtransize'=>50,
  116. 'ebakthisdb'=>1,
  117. 'delnewsnum'=>300,
  118. 'markpos'=>5,
  119. 'markimg'=>'../data/mark/maskdef.gif',
  120. 'marktext'=>'',
  121. 'markfontsize'=>'5',
  122. 'markfontcolor'=>'',
  123. 'markfont'=>'../data/mark/cour.ttf',
  124. 'adminloginkey'=>1,
  125. 'php_outtime'=>0,
  126. 'listpagefun'=>'sys_ShowListPage',
  127. 'textpagefun'=>'sys_ShowTextPage',
  128. 'adfile'=>'thea',
  129. 'notsaveurl'=>'',
  130. 'rssnum'=>50,
  131. 'rsssub'=>300,
  132. 'savetxtf'=>',article.newstext,',
  133. 'dorepdlevelnum'=>300,
  134. 'listpagelistfun'=>'sys_ShowListMorePage',
  135. 'listpagelistnum'=>12,
  136. 'infolinknum'=>100,
  137. 'searchgroupid'=>0,
  138. 'opencopytext'=>0,
  139. 'reuserjsnum'=>100,
  140. 'reuserlistnum'=>8,
  141. 'opentitleurl'=>1,
  142. 'searchtempvar'=>1,
  143. 'showinfolevel'=>0,
  144. 'navfh'=>'>',
  145. 'spicwidth'=>105,
  146. 'spicheight'=>118,
  147. 'spickill'=>1,
  148. 'jpgquality'=>80,
  149. 'markpct'=>65,
  150. 'redoview'=>24,
  151. 'reggetfen'=>0,
  152. 'regbooktime'=>30,
  153. 'revotetime'=>30,
  154. 'fpath'=>0,
  155. 'filepath'=>'Y-m-d',
  156. 'nreclass'=>',',
  157. 'nreinfo'=>',',
  158. 'nrejs'=>',',
  159. 'nottobq'=>',',
  160. 'defspacestyleid'=>1,
  161. 'canposturl'=>'',
  162. 'openspace'=>0,
  163. 'defadminstyle'=>1,
  164. 'realltime'=>0,
  165. 'closeip'=>'',
  166. 'openip'=>'',
  167. 'hopenip'=>'',
  168. '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||',
  169. 'plfacenum'=>10,
  170. 'textpagelistnum'=>6,
  171. 'memberlistlevel'=>0,
  172. 'ebakcanlistdb'=>0,
  173. 'keytog'=>2,
  174. 'keytime'=>30,
  175. 'keyrnd'=>'<!--ecms.keyrnd-->',
  176. 'checkdorepstr'=>',0,0,0,0,',
  177. 'regkey_ok'=>0,
  178. 'opengetdown'=>0,
  179. 'gbkey_ok'=>0,
  180. 'fbkey_ok'=>0,
  181. 'newaddinfotime'=>0,
  182. 'classnavs'=>'<a href=\"/ecms66/news/\">新闻中心</a>&nbsp;|&nbsp;<a href=\"/ecms66/download/\">下载中心</a>&nbsp;|&nbsp;<a href=\"/ecms66/movie/\">影视频道</a>&nbsp;|&nbsp;<a href=\"/ecms66/shop/\">网上商城</a>&nbsp;|&nbsp;<a href=\"/ecms66/flash/\">FLASH频道</a>&nbsp;|&nbsp;<a href=\"/ecms66/photo/\">图片频道</a>&nbsp;|&nbsp;<a href=\"/ecms66/article/\">文章中心</a>&nbsp;|&nbsp;<a href=\"/ecms66/info/\">分类信息</a>',
  183. 'plgroupid'=>0,
  184. 'adminstyle'=>',1,2,',
  185. 'docnewsnum'=>300,
  186. 'openschall'=>0,
  187. 'schallfield'=>1,
  188. 'schallminlen'=>3,
  189. 'schallmaxlen'=>20,
  190. 'schallnum'=>20,
  191. 'schallpagenum'=>16,
  192. 'dtcanbq'=>1,
  193. 'dtcachetime'=>43200,
  194. 'defpltempid'=>1,
  195. 'buycarnum'=>0,
  196. 'shopddgroupid'=>0,
  197. 'repkeynum'=>0,
  198. 'regacttype'=>0,
  199. 'opengetpass'=>0,
  200. 'hlistinfonum'=>30,
  201. 'qlistinfonum'=>25,
  202. 'dtncanbq'=>1,
  203. 'dtncachetime'=>43200,
  204. 'readdinfotime'=>0,
  205. 'qeditinfotime'=>0,
  206. 'onclicktype'=>0,
  207. 'onclickfilesize'=>10,
  208. 'onclickfiletime'=>60,
  209. 'schalltime'=>0,
  210. 'defprinttempid'=>1,
  211. 'opentags'=>1,
  212. 'tagstempid'=>1,
  213. 'usetags'=>',1,2,3,4,5,6,7,8,',
  214. 'chtags'=>'',
  215. 'tagslistnum'=>25,
  216. 'closeqdt'=>0,
  217. 'settop'=>0,
  218. 'qlistinfomod'=>0,
  219. 'pl_num'=>20,
  220. 'gb_num'=>20,
  221. 'member_num'=>20,
  222. 'space_num'=>25,
  223. 'infolday'=>0,
  224. 'filelday'=>0,
  225. 'dorepkey'=>0,
  226. 'dorepword'=>0,
  227. 'onclickrnd'=>'',
  228. 'keybgcolor'=>'',
  229. 'keyfontcolor'=>'',
  230. 'keydistcolor'=>'',
  231. 'indexpageid'=>0,
  232. 'closeqdtmsg'=>'',
  233. 'openfileserver'=>0,
  234. 'fs_purl'=>'',
  235. 'closemods'=>'',
  236. 'deftempid'=>0);
  237. //------------e_public
  238. //-------EmpireCMS.Public.Cache-------
  239. $emod_pubr=Array('linkfields'=>'|');
  240. $etable_r=array();
  241. $etable_r['news']=Array('deftb'=>'1',
  242. 'yhid'=>0,
  243. 'mid'=>1);
  244. $etable_r['download']=Array('deftb'=>'1',
  245. 'yhid'=>0,
  246. 'mid'=>2);
  247. $etable_r['photo']=Array('deftb'=>'1',
  248. 'yhid'=>0,
  249. 'mid'=>3);
  250. $etable_r['flash']=Array('deftb'=>'1',
  251. 'yhid'=>0,
  252. 'mid'=>4);
  253. $etable_r['movie']=Array('deftb'=>'1',
  254. 'yhid'=>0,
  255. 'mid'=>5);
  256. $etable_r['shop']=Array('deftb'=>'1',
  257. 'yhid'=>0,
  258. 'mid'=>6);
  259. $etable_r['article']=Array('deftb'=>'1',
  260. 'yhid'=>0,
  261. 'mid'=>7);
  262. $etable_r['info']=Array('deftb'=>'1',
  263. 'yhid'=>0,
  264. 'mid'=>8);
  265. $emod_r=array();
  266. $emod_r[1]=Array('mid'=>1,
  267. 'mname'=>'新闻系统模型',
  268. 'qmname'=>'新闻',
  269. 'defaulttb'=>1,
  270. 'datatbs'=>',1,',
  271. 'deftb'=>'1',
  272. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,writer,befrom,newstext,',
  273. 'qenter'=>',title,ftitle,special.field,titlepic,smalltext,writer,befrom,newstext,',
  274. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,diggtop,',
  275. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  276. 'mustqenterf'=>',title,newstext,',
  277. 'listandf'=>'',
  278. 'setandf'=>0,
  279. 'searchvar'=>',title,smalltext,',
  280. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  281. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  282. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  283. 'tbdataf'=>',writer,befrom,newstext,',
  284. 'tobrf'=>',title,special.field,titlepic,newstime,ftitle,smalltext,writer,befrom,newstext,diggtop,',
  285. 'dohtmlf'=>',title,special.field,titlepic,newstime,ftitle,smalltext,writer,befrom,newstext,diggtop,',
  286. 'checkboxf'=>',',
  287. 'savetxtf'=>'',
  288. 'editorf'=>',newstext,',
  289. 'ubbeditorf'=>',',
  290. 'pagef'=>'newstext',
  291. 'smalltextf'=>',smalltext,',
  292. 'filef'=>',',
  293. 'imgf'=>',titlepic,',
  294. 'flashf'=>',',
  295. 'linkfields'=>'|',
  296. 'onlyf'=>',',
  297. 'adddofunf'=>'||',
  298. 'editdofunf'=>'||',
  299. 'qadddofunf'=>'||',
  300. 'qeditdofunf'=>'||',
  301. 'definfovoteid'=>0,
  302. 'orderf'=>'',
  303. 'sonclass'=>'|34|35|36|37|',
  304. 'tid'=>1,
  305. 'tbname'=>'news');
  306. $emod_r[2]=Array('mid'=>2,
  307. 'mname'=>'下载系统模型',
  308. 'qmname'=>'软件',
  309. 'defaulttb'=>0,
  310. 'datatbs'=>',1,',
  311. 'deftb'=>'1',
  312. 'enter'=>',title,special.field,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  313. 'qenter'=>',title,special.field,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,filetype,filesize,downpath,softsay,',
  314. 'listtempf'=>',title,newstime,titlepic,softfj,language,softtype,softsq,star,filetype,filesize,softsay,',
  315. 'tempf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  316. 'mustqenterf'=>',title,downpath,softsay,',
  317. 'listandf'=>'',
  318. 'setandf'=>0,
  319. 'searchvar'=>',title,softsay,',
  320. 'cj'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  321. 'canaddf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  322. 'caneditf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  323. 'tbdataf'=>',softwriter,homepage,demo,downpath,',
  324. 'tobrf'=>',title,special.field,titlepic,newstime,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  325. 'dohtmlf'=>',title,special.field,titlepic,newstime,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  326. 'checkboxf'=>',',
  327. 'savetxtf'=>'',
  328. 'editorf'=>',',
  329. 'ubbeditorf'=>',',
  330. 'pagef'=>'',
  331. 'smalltextf'=>',softsay,',
  332. 'filef'=>',',
  333. 'imgf'=>',titlepic,',
  334. 'flashf'=>',',
  335. 'linkfields'=>'|',
  336. 'onlyf'=>',',
  337. 'adddofunf'=>'||',
  338. 'editdofunf'=>'||',
  339. 'qadddofunf'=>'||',
  340. 'qeditdofunf'=>'||',
  341. 'definfovoteid'=>0,
  342. 'orderf'=>'',
  343. 'sonclass'=>'|38|39|40|41|',
  344. 'tid'=>2,
  345. 'tbname'=>'download');
  346. $emod_r[3]=Array('mid'=>3,
  347. 'mname'=>'图片系统模型',
  348. 'qmname'=>'图片',
  349. 'defaulttb'=>0,
  350. 'datatbs'=>',1,',
  351. 'deftb'=>'1',
  352. 'enter'=>',title,special.field,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  353. 'qenter'=>',title,filesize,picsize,picfbl,picfrom,titlepic,picurl,picsay,',
  354. 'listtempf'=>',title,newstime,titlepic,picurl,picsay,',
  355. 'tempf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,width,height,picsay,',
  356. 'mustqenterf'=>',title,picsay,',
  357. 'listandf'=>'',
  358. 'setandf'=>0,
  359. 'searchvar'=>',title,picsay,',
  360. 'cj'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  361. 'canaddf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  362. 'caneditf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  363. 'tbdataf'=>',filesize,picsize,picfbl,picfrom,morepic,num,width,height,',
  364. 'tobrf'=>',title,special.field,titlepic,newstime,filesize,picsize,picfbl,picfrom,picurl,morepic,num,width,height,picsay,',
  365. 'dohtmlf'=>',title,special.field,titlepic,newstime,filesize,picsize,picfbl,picfrom,picurl,morepic,num,width,height,picsay,',
  366. 'checkboxf'=>',',
  367. 'savetxtf'=>'',
  368. 'editorf'=>',',
  369. 'ubbeditorf'=>',',
  370. 'pagef'=>'',
  371. 'smalltextf'=>',picsay,',
  372. 'filef'=>',',
  373. 'imgf'=>',titlepic,picurl,',
  374. 'flashf'=>',',
  375. 'linkfields'=>'|',
  376. 'onlyf'=>',',
  377. 'adddofunf'=>'||',
  378. 'editdofunf'=>'||',
  379. 'qadddofunf'=>'||',
  380. 'qeditdofunf'=>'||',
  381. 'definfovoteid'=>0,
  382. 'orderf'=>'',
  383. 'sonclass'=>'|52|53|54|',
  384. 'tid'=>3,
  385. 'tbname'=>'photo');
  386. $emod_r[4]=Array('mid'=>4,
  387. 'mname'=>'FLASH系统模型',
  388. 'qmname'=>'FLASH',
  389. 'defaulttb'=>0,
  390. 'datatbs'=>',1,',
  391. 'deftb'=>'1',
  392. 'enter'=>',title,special.field,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  393. 'qenter'=>',title,special.field,titlepic,flashwriter,email,filesize,flashurl,width,height,flashsay,',
  394. 'listtempf'=>',title,newstime,titlepic,flashwriter,star,filesize,flashurl,flashsay,',
  395. 'tempf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  396. 'mustqenterf'=>',title,flashurl,flashsay,',
  397. 'listandf'=>'',
  398. 'setandf'=>0,
  399. 'searchvar'=>',title,flashwriter,flashsay,',
  400. 'cj'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  401. 'canaddf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  402. 'caneditf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  403. 'tbdataf'=>',',
  404. 'tobrf'=>',title,special.field,titlepic,newstime,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  405. 'dohtmlf'=>',title,special.field,titlepic,newstime,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  406. 'checkboxf'=>',',
  407. 'savetxtf'=>'',
  408. 'editorf'=>',',
  409. 'ubbeditorf'=>',',
  410. 'pagef'=>'',
  411. 'smalltextf'=>',flashsay,',
  412. 'filef'=>',',
  413. 'imgf'=>',titlepic,',
  414. 'flashf'=>',flashurl,',
  415. 'linkfields'=>'|',
  416. 'onlyf'=>',',
  417. 'adddofunf'=>'||',
  418. 'editdofunf'=>'||',
  419. 'qadddofunf'=>'||',
  420. 'qeditdofunf'=>'||',
  421. 'definfovoteid'=>0,
  422. 'orderf'=>'',
  423. 'sonclass'=>'|50|51|',
  424. 'tid'=>4,
  425. 'tbname'=>'flash');
  426. $emod_r[5]=Array('mid'=>5,
  427. 'mname'=>'电影系统模型',
  428. 'qmname'=>'电影',
  429. 'defaulttb'=>0,
  430. 'datatbs'=>',1,',
  431. 'deftb'=>'1',
  432. 'enter'=>',title,special.field,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  433. 'qenter'=>',',
  434. 'listtempf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,moviefen,moviesay,',
  435. 'tempf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,onlinepath,moviesay,',
  436. 'mustqenterf'=>',title,moviesay,',
  437. 'listandf'=>'',
  438. 'setandf'=>0,
  439. 'searchvar'=>',title,movietype,company,player,playadmin,moviesay,',
  440. 'cj'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  441. 'canaddf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  442. 'caneditf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  443. 'tbdataf'=>',playdk,playtime,downpath,onlinepath,playerid,',
  444. 'tobrf'=>',title,special.field,titlepic,newstime,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,onlinepath,moviesay,playerid,',
  445. 'dohtmlf'=>',title,special.field,titlepic,newstime,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,onlinepath,moviesay,playerid,',
  446. 'checkboxf'=>',',
  447. 'savetxtf'=>'',
  448. 'editorf'=>',',
  449. 'ubbeditorf'=>',',
  450. 'pagef'=>'',
  451. 'smalltextf'=>',moviesay,',
  452. 'filef'=>',',
  453. 'imgf'=>',titlepic,',
  454. 'flashf'=>',',
  455. 'linkfields'=>'|',
  456. 'onlyf'=>',',
  457. 'adddofunf'=>'||',
  458. 'editdofunf'=>'||',
  459. 'qadddofunf'=>'||',
  460. 'qeditdofunf'=>'||',
  461. 'definfovoteid'=>0,
  462. 'orderf'=>'',
  463. 'sonclass'=>'|42|43|44|45|',
  464. 'tid'=>5,
  465. 'tbname'=>'movie');
  466. $emod_r[6]=Array('mid'=>6,
  467. 'mname'=>'商城系统模型',
  468. 'qmname'=>'商品',
  469. 'defaulttb'=>0,
  470. 'datatbs'=>',1,',
  471. 'deftb'=>'1',
  472. 'enter'=>',title,special.field,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  473. 'qenter'=>',',
  474. 'listtempf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  475. 'tempf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  476. 'mustqenterf'=>',title,newstext,',
  477. 'listandf'=>',pbrand,',
  478. 'setandf'=>0,
  479. 'searchvar'=>',title,productno,pbrand,intro,price,newstext,',
  480. 'cj'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  481. 'canaddf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  482. 'caneditf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  483. 'tbdataf'=>',',
  484. 'tobrf'=>',title,special.field,titlepic,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,productpic,newstext,',
  485. 'dohtmlf'=>',title,special.field,titlepic,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,productpic,newstext,',
  486. 'checkboxf'=>',',
  487. 'savetxtf'=>'',
  488. 'editorf'=>',newstext,',
  489. 'ubbeditorf'=>',',
  490. 'pagef'=>'newstext',
  491. 'smalltextf'=>',',
  492. 'filef'=>',',
  493. 'imgf'=>',titlepic,productpic,',
  494. 'flashf'=>',',
  495. 'linkfields'=>'|',
  496. 'onlyf'=>',',
  497. 'adddofunf'=>'||',
  498. 'editdofunf'=>'||',
  499. 'qadddofunf'=>'||',
  500. 'qeditdofunf'=>'||',
  501. 'definfovoteid'=>0,
  502. 'orderf'=>'',
  503. 'sonclass'=>'|46|47|48|49|',
  504. 'tid'=>6,
  505. 'tbname'=>'shop');
  506. $emod_r[7]=Array('mid'=>7,
  507. 'mname'=>'文章系统模型',
  508. 'qmname'=>'文章',
  509. 'defaulttb'=>0,
  510. 'datatbs'=>',1,',
  511. 'deftb'=>'1',
  512. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,writer,befrom,newstext,',
  513. 'qenter'=>',title,ftitle,special.field,titlepic,smalltext,writer,befrom,newstext,',
  514. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,diggtop,',
  515. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  516. 'mustqenterf'=>',title,newstext,',
  517. 'listandf'=>'',
  518. 'setandf'=>0,
  519. 'searchvar'=>',title,smalltext,',
  520. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  521. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  522. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  523. 'tbdataf'=>',',
  524. 'tobrf'=>',title,special.field,titlepic,newstime,ftitle,smalltext,writer,befrom,newstext,diggtop,',
  525. 'dohtmlf'=>',title,special.field,titlepic,newstime,ftitle,smalltext,writer,befrom,newstext,diggtop,',
  526. 'checkboxf'=>',',
  527. 'savetxtf'=>'newstext',
  528. 'editorf'=>',newstext,',
  529. 'ubbeditorf'=>',',
  530. 'pagef'=>'newstext',
  531. 'smalltextf'=>',smalltext,',
  532. 'filef'=>',',
  533. 'imgf'=>',titlepic,',
  534. 'flashf'=>',',
  535. 'linkfields'=>'|',
  536. 'onlyf'=>',',
  537. 'adddofunf'=>'||',
  538. 'editdofunf'=>'||',
  539. 'qadddofunf'=>'||',
  540. 'qeditdofunf'=>'||',
  541. 'definfovoteid'=>0,
  542. 'orderf'=>'',
  543. 'sonclass'=>'|55|56|57|',
  544. 'tid'=>7,
  545. 'tbname'=>'article');
  546. $emod_r[8]=Array('mid'=>8,
  547. 'mname'=>'分类信息系统模型',
  548. 'qmname'=>'分类信息',
  549. 'defaulttb'=>0,
  550. 'datatbs'=>',1,',
  551. 'deftb'=>'1',
  552. 'enter'=>',title,special.field,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  553. 'qenter'=>',title,smalltext,titlepic,myarea,email,mycontact,address,',
  554. 'listtempf'=>',title,newstime,smalltext,titlepic,myarea,',
  555. 'tempf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  556. 'mustqenterf'=>',title,smalltext,myarea,email,',
  557. 'listandf'=>',myarea,',
  558. 'setandf'=>0,
  559. 'searchvar'=>',title,smalltext,myarea,',
  560. 'cj'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  561. 'canaddf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  562. 'caneditf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  563. 'tbdataf'=>',email,mycontact,address,',
  564. 'tobrf'=>',title,special.field,titlepic,newstime,smalltext,myarea,email,mycontact,address,',
  565. 'dohtmlf'=>',title,special.field,titlepic,newstime,smalltext,myarea,email,mycontact,address,',
  566. 'checkboxf'=>',',
  567. 'savetxtf'=>'',
  568. 'editorf'=>',',
  569. 'ubbeditorf'=>',',
  570. 'pagef'=>'',
  571. 'smalltextf'=>',smalltext,',
  572. 'filef'=>',',
  573. 'imgf'=>',titlepic,',
  574. 'flashf'=>',',
  575. 'linkfields'=>'|',
  576. 'onlyf'=>',',
  577. 'adddofunf'=>'||',
  578. 'editdofunf'=>'||',
  579. 'qadddofunf'=>'||',
  580. 'qeditdofunf'=>'||',
  581. 'definfovoteid'=>0,
  582. 'orderf'=>'',
  583. 'sonclass'=>'|11|12|13|14|15|16|18|19|20|21|23|24|25|26|28|29|30|31|',
  584. 'tid'=>8,
  585. 'tbname'=>'info');
  586. //-------EmpireCMS.Public.Cache-------
  587. ?>