config.php 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. define('EmpireCMSConfig',TRUE);
  7. $ecms_config=array();
  8. //数据库设置
  9. $ecms_config['db']['usedb']='<!--dbtype.phome.net-->'; //数据库类型
  10. $ecms_config['db']['dbver']='<!--dbver.phome.net-->'; //数据库版本
  11. $ecms_config['db']['dbserver']='<!--host.phome.net-->'; //数据库登录地址
  12. $ecms_config['db']['dbport']='<!--port.phome.net-->'; //端口,不填为按默认
  13. $ecms_config['db']['dbusername']='<!--username.phome.net-->'; //数据库用户名
  14. $ecms_config['db']['dbpassword']='<!--password.phome.net-->'; //数据库密码
  15. $ecms_config['db']['dbname']='<!--name.phome.net-->'; //数据库名
  16. $ecms_config['db']['setchar']='<!--char.phome.net-->'; //设置默认编码
  17. $ecms_config['db']['dbchar']='<!--dbchar.phome.net-->'; //数据库默认编码
  18. $ecms_config['db']['dbtbpre']='<!--tbpre.phome.net-->'; //数据表前缀
  19. $dbtbpre=$ecms_config['db']['dbtbpre']; //数据表前缀
  20. $ecms_config['db']['showerror']=1; //显示SQL错误提示(0为不显示,1为显示)
  21. //页面编码设置
  22. $ecms_config['sets']['pagechar']='<!--headerchar.phome.net-->'; //安装帝国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']='<!--loginauth.phome.net-->'; //登录认证码,如果设置登录需要输入此认证码才能通过
  77. $ecms_config['esafe']['enloginauth']=0; //登录认证码加密验证串有效时间,单位:秒(0为不启用加密)
  78. $ecms_config['esafe']['ecookiernd']='<!--cookiernd.phome.net-->'; //后台登录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']='<!--cookiepre.phome.net-->'; //前台cookie变量前缀
  95. $ecms_config['cks']['ckadminvarpre']='<!--admincookiepre.phome.net-->'; //后台cookie变量前缀
  96. $ecms_config['cks']['ckrnd']='<!--qcookiernd.phome.net-->'; //COOKIE验证随机码(填写10~50个任意字符,最好多种字符组合)
  97. $ecms_config['cks']['ckrndtwo']='<!--qcookierndtwo.phome.net-->'; //COOKIE验证随机码2(填写10~50个任意字符,最好多种字符组合)
  98. $ecms_config['cks']['ckrndthree']='<!--qcookierndthree.phome.net-->'; //COOKIE验证随机码3(填写10~50个任意字符,最好多种字符组合)
  99. $ecms_config['cks']['ckrndfour']='<!--qcookierndfour.phome.net-->'; //COOKIE验证随机码4(填写10~50个任意字符,最好多种字符组合)
  100. $ecms_config['cks']['ckrndfive']='<!--qcookierndfive.phome.net-->'; //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'=>'帝国网站管理系统',
  120. 'newsurl'=>'<!--ecms.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'=>30,
  132. 'loginnum'=>5,
  133. 'logintime'=>60,
  134. 'addnews_ok'=>0,
  135. 'register_ok'=>0,
  136. 'indextype'=>'.html',
  137. 'goodlencord'=>0,
  138. 'goodtype'=>'',
  139. 'searchtype'=>'.html',
  140. 'exittime'=>40,
  141. 'smalltextlen'=>160,
  142. 'defaultgroupid'=>1,
  143. 'fileurl'=>'<!--ecms.fileurl-->',
  144. 'install'=>0,
  145. 'phpmode'=>0,
  146. 'dorepnum'=>300,
  147. 'loadtempnum'=>50,
  148. 'bakdbpath'=>'bdata',
  149. 'bakdbzip'=>'zip',
  150. 'downpass'=>'<!--ecms.downpass-->',
  151. 'filechmod'=>1,
  152. 'loginkey_ok'=>0,
  153. 'tbname'=>'news',
  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'=>1,
  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'=>',article.newstext,',
  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'=>0,
  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'=>',',
  208. 'nreinfo'=>',',
  209. 'nrejs'=>',',
  210. 'nottobq'=>',',
  211. 'defspacestyleid'=>1,
  212. 'canposturl'=>'',
  213. 'openspace'=>0,
  214. 'defadminstyle'=>1,
  215. 'realltime'=>0,
  216. 'closeip'=>'',
  217. 'openip'=>'',
  218. 'hopenip'=>'',
  219. 'textpagelistnum'=>6,
  220. 'memberlistlevel'=>0,
  221. 'ebakcanlistdb'=>0,
  222. 'keytog'=>2,
  223. 'keytime'=>30,
  224. 'keyrnd'=>'<!--ecms.keyrnd-->',
  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=\"/ecms75/news/\">新闻中心</a>&nbsp;|&nbsp;<a href=\"/ecms75/download/\">下载中心</a>&nbsp;|&nbsp;<a href=\"/ecms75/movie/\">影视频道</a>&nbsp;|&nbsp;<a href=\"/ecms75/shop/\">网上商城</a>&nbsp;|&nbsp;<a href=\"/ecms75/flash/\">FLASH频道</a>&nbsp;|&nbsp;<a href=\"/ecms75/photo/\">图片频道</a>&nbsp;|&nbsp;<a href=\"/ecms75/article/\">文章中心</a>&nbsp;|&nbsp;<a href=\"/ecms75/info/\">分类信息</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'=>43200,
  242. 'repkeynum'=>0,
  243. 'regacttype'=>0,
  244. 'opengetpass'=>0,
  245. 'hlistinfonum'=>30,
  246. 'qlistinfonum'=>25,
  247. 'dtncanbq'=>1,
  248. 'dtncachetime'=>43200,
  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'=>1,
  258. 'usetags'=>',1,2,3,4,5,6,7,8,',
  259. 'chtags'=>'',
  260. 'tagslistnum'=>25,
  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'=>0,
  273. 'keybgcolor'=>'',
  274. 'keyfontcolor'=>'',
  275. 'keydistcolor'=>'',
  276. 'indexpageid'=>0,
  277. 'closeqdtmsg'=>'',
  278. 'openfileserver'=>0,
  279. 'fs_purl'=>'',
  280. 'closemods'=>'',
  281. 'fieldandtop'=>0,
  282. 'fieldandclosetb'=>'',
  283. 'filedatatbs'=>',1,',
  284. 'filedeftb'=>1,
  285. 'pldeftb'=>1,
  286. 'plurl'=>'<!--ecms.plurl-->',
  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'=>'<!--ecms.hkeyrnd-->',
  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'=>'<!--ecms.ctimernd-->',
  329. 'qmadminuids'=>'',
  330. 'qmforumuids'=>'',
  331. 'qmotheruids'=>'',
  332. 'ckhavemoreport'=>0,
  333. 'usetotalnum'=>0,
  334. 'autodoopen'=>0,
  335. 'autodofile'=>0,
  336. 'autodoss'=>0,
  337. 'digglevel'=>0,
  338. 'diggcmids'=>'',
  339. 'spacegids'=>'',
  340. 'deftempid'=>0);
  341. //------------e_public
  342. //moreports
  343. $emoreport_r=array();
  344. //moreports
  345. //-------EmpireCMS.Public.Cache-------
  346. $emod_pubr=Array('linkfields'=>'|');
  347. $etable_r=array();
  348. $etable_r['news']=Array('deftb'=>'1',
  349. 'yhid'=>0,
  350. 'intb'=>0,
  351. 'mid'=>1);
  352. $etable_r['download']=Array('deftb'=>'1',
  353. 'yhid'=>0,
  354. 'intb'=>0,
  355. 'mid'=>2);
  356. $etable_r['photo']=Array('deftb'=>'1',
  357. 'yhid'=>0,
  358. 'intb'=>0,
  359. 'mid'=>3);
  360. $etable_r['flash']=Array('deftb'=>'1',
  361. 'yhid'=>0,
  362. 'intb'=>0,
  363. 'mid'=>4);
  364. $etable_r['movie']=Array('deftb'=>'1',
  365. 'yhid'=>0,
  366. 'intb'=>0,
  367. 'mid'=>5);
  368. $etable_r['shop']=Array('deftb'=>'1',
  369. 'yhid'=>0,
  370. 'intb'=>0,
  371. 'mid'=>6);
  372. $etable_r['article']=Array('deftb'=>'1',
  373. 'yhid'=>0,
  374. 'intb'=>0,
  375. 'mid'=>7);
  376. $etable_r['info']=Array('deftb'=>'1',
  377. 'yhid'=>0,
  378. 'intb'=>0,
  379. 'mid'=>8);
  380. $emod_r=array();
  381. $emod_r[1]=Array('mid'=>1,
  382. 'mname'=>'新闻系统模型',
  383. 'qmname'=>'新闻',
  384. 'defaulttb'=>1,
  385. 'datatbs'=>',1,',
  386. 'deftb'=>'1',
  387. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,writer,befrom,newstext,',
  388. 'qenter'=>',title,ftitle,special.field,titlepic,smalltext,writer,befrom,newstext,',
  389. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,diggtop,',
  390. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  391. 'mustqenterf'=>',title,newstext,',
  392. 'listandf'=>'',
  393. 'setandf'=>0,
  394. 'searchvar'=>',title,smalltext,',
  395. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  396. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  397. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  398. 'tbmainf'=>',title,titlepic,newstime,ftitle,smalltext,diggtop,',
  399. 'tbdataf'=>',writer,befrom,newstext,',
  400. 'tobrf'=>',smalltext,newstext,',
  401. 'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,',
  402. 'checkboxf'=>',',
  403. 'savetxtf'=>'',
  404. 'editorf'=>',newstext,',
  405. 'ubbeditorf'=>',',
  406. 'pagef'=>'newstext',
  407. 'smalltextf'=>',smalltext,',
  408. 'filef'=>',',
  409. 'imgf'=>',titlepic,',
  410. 'flashf'=>',',
  411. 'linkfields'=>'|',
  412. 'morevaluef'=>'|',
  413. 'onlyf'=>',',
  414. 'adddofunf'=>'||',
  415. 'editdofunf'=>'||',
  416. 'qadddofunf'=>'||',
  417. 'qeditdofunf'=>'||',
  418. 'definfovoteid'=>0,
  419. 'orderf'=>'',
  420. 'sonclass'=>'|34|35|36|37|',
  421. 'maddfun'=>'',
  422. 'meditfun'=>'',
  423. 'qmaddfun'=>'',
  424. 'qmeditfun'=>'',
  425. 'tid'=>1,
  426. 'tbname'=>'news');
  427. $emod_r[2]=Array('mid'=>2,
  428. 'mname'=>'下载系统模型',
  429. 'qmname'=>'软件',
  430. 'defaulttb'=>0,
  431. 'datatbs'=>',1,',
  432. 'deftb'=>'1',
  433. 'enter'=>',title,special.field,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  434. 'qenter'=>',title,special.field,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,filetype,filesize,downpath,softsay,',
  435. 'listtempf'=>',title,newstime,titlepic,softfj,language,softtype,softsq,star,filetype,filesize,softsay,',
  436. 'tempf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  437. 'mustqenterf'=>',title,downpath,softsay,',
  438. 'listandf'=>'',
  439. 'setandf'=>0,
  440. 'searchvar'=>',title,softsay,',
  441. 'cj'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  442. 'canaddf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  443. 'caneditf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  444. 'tbmainf'=>',title,titlepic,newstime,softfj,language,softtype,softsq,star,filetype,filesize,softsay,',
  445. 'tbdataf'=>',softwriter,homepage,demo,downpath,',
  446. 'tobrf'=>',softsay,',
  447. 'dohtmlf'=>',softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
  448. 'checkboxf'=>',',
  449. 'savetxtf'=>'',
  450. 'editorf'=>',',
  451. 'ubbeditorf'=>',',
  452. 'pagef'=>'',
  453. 'smalltextf'=>',softsay,',
  454. 'filef'=>',',
  455. 'imgf'=>',titlepic,',
  456. 'flashf'=>',',
  457. 'linkfields'=>'|',
  458. 'morevaluef'=>'|',
  459. 'onlyf'=>',',
  460. 'adddofunf'=>'||',
  461. 'editdofunf'=>'||',
  462. 'qadddofunf'=>'||',
  463. 'qeditdofunf'=>'||',
  464. 'definfovoteid'=>0,
  465. 'orderf'=>'',
  466. 'sonclass'=>'|38|39|40|41|',
  467. 'maddfun'=>'',
  468. 'meditfun'=>'',
  469. 'qmaddfun'=>'',
  470. 'qmeditfun'=>'',
  471. 'tid'=>2,
  472. 'tbname'=>'download');
  473. $emod_r[3]=Array('mid'=>3,
  474. 'mname'=>'图片系统模型',
  475. 'qmname'=>'图片',
  476. 'defaulttb'=>0,
  477. 'datatbs'=>',1,',
  478. 'deftb'=>'1',
  479. 'enter'=>',title,special.field,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  480. 'qenter'=>',title,special.field,filesize,picsize,picfbl,picfrom,titlepic,picurl,picsay,',
  481. 'listtempf'=>',title,newstime,titlepic,picurl,picsay,',
  482. 'tempf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  483. 'mustqenterf'=>',title,picsay,',
  484. 'listandf'=>'',
  485. 'setandf'=>0,
  486. 'searchvar'=>',title,picsay,',
  487. 'cj'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  488. 'canaddf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  489. 'caneditf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
  490. 'tbmainf'=>',title,titlepic,newstime,picurl,picsay,',
  491. 'tbdataf'=>',filesize,picsize,picfbl,picfrom,morepic,num,width,height,',
  492. 'tobrf'=>',picsay,',
  493. 'dohtmlf'=>',filesize,picsize,picfbl,picfrom,picurl,morepic,num,width,height,picsay,',
  494. 'checkboxf'=>',',
  495. 'savetxtf'=>'',
  496. 'editorf'=>',',
  497. 'ubbeditorf'=>',',
  498. 'pagef'=>'',
  499. 'smalltextf'=>',picsay,',
  500. 'filef'=>',',
  501. 'imgf'=>',titlepic,picurl,',
  502. 'flashf'=>',',
  503. 'linkfields'=>'|',
  504. 'morevaluef'=>'|',
  505. 'onlyf'=>',',
  506. 'adddofunf'=>'||',
  507. 'editdofunf'=>'||',
  508. 'qadddofunf'=>'||',
  509. 'qeditdofunf'=>'||',
  510. 'definfovoteid'=>0,
  511. 'orderf'=>'',
  512. 'sonclass'=>'|52|53|54|',
  513. 'maddfun'=>'',
  514. 'meditfun'=>'',
  515. 'qmaddfun'=>'',
  516. 'qmeditfun'=>'',
  517. 'tid'=>3,
  518. 'tbname'=>'photo');
  519. $emod_r[4]=Array('mid'=>4,
  520. 'mname'=>'FLASH系统模型',
  521. 'qmname'=>'FLASH',
  522. 'defaulttb'=>0,
  523. 'datatbs'=>',1,',
  524. 'deftb'=>'1',
  525. 'enter'=>',title,special.field,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  526. 'qenter'=>',title,special.field,titlepic,flashwriter,email,filesize,flashurl,width,height,flashsay,',
  527. 'listtempf'=>',title,newstime,titlepic,flashwriter,star,filesize,flashurl,flashsay,',
  528. 'tempf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  529. 'mustqenterf'=>',title,flashurl,flashsay,',
  530. 'listandf'=>'',
  531. 'setandf'=>0,
  532. 'searchvar'=>',title,flashwriter,flashsay,',
  533. 'cj'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  534. 'canaddf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  535. 'caneditf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  536. 'tbmainf'=>',title,titlepic,newstime,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  537. 'tbdataf'=>',',
  538. 'tobrf'=>',flashsay,',
  539. 'dohtmlf'=>',flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
  540. 'checkboxf'=>',',
  541. 'savetxtf'=>'',
  542. 'editorf'=>',',
  543. 'ubbeditorf'=>',',
  544. 'pagef'=>'',
  545. 'smalltextf'=>',flashsay,',
  546. 'filef'=>',',
  547. 'imgf'=>',titlepic,',
  548. 'flashf'=>',flashurl,',
  549. 'linkfields'=>'|',
  550. 'morevaluef'=>'|',
  551. 'onlyf'=>',',
  552. 'adddofunf'=>'||',
  553. 'editdofunf'=>'||',
  554. 'qadddofunf'=>'||',
  555. 'qeditdofunf'=>'||',
  556. 'definfovoteid'=>0,
  557. 'orderf'=>'',
  558. 'sonclass'=>'|50|51|',
  559. 'maddfun'=>'',
  560. 'meditfun'=>'',
  561. 'qmaddfun'=>'',
  562. 'qmeditfun'=>'',
  563. 'tid'=>4,
  564. 'tbname'=>'flash');
  565. $emod_r[5]=Array('mid'=>5,
  566. 'mname'=>'电影系统模型',
  567. 'qmname'=>'电影',
  568. 'defaulttb'=>0,
  569. 'datatbs'=>',1,',
  570. 'deftb'=>'1',
  571. 'enter'=>',title,special.field,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  572. 'qenter'=>',',
  573. 'listtempf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,moviefen,moviesay,',
  574. 'tempf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  575. 'mustqenterf'=>',title,moviesay,',
  576. 'listandf'=>'',
  577. 'setandf'=>0,
  578. 'searchvar'=>',title,movietype,company,player,playadmin,moviesay,',
  579. 'cj'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  580. 'canaddf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  581. 'caneditf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  582. 'tbmainf'=>',title,titlepic,newstime,movietype,company,movietime,player,playadmin,filetype,filesize,star,moviefen,moviesay,',
  583. 'tbdataf'=>',playdk,playtime,downpath,playerid,onlinepath,',
  584. 'tobrf'=>',moviesay,',
  585. 'dohtmlf'=>',movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
  586. 'checkboxf'=>',',
  587. 'savetxtf'=>'',
  588. 'editorf'=>',',
  589. 'ubbeditorf'=>',',
  590. 'pagef'=>'',
  591. 'smalltextf'=>',moviesay,',
  592. 'filef'=>',',
  593. 'imgf'=>',titlepic,',
  594. 'flashf'=>',',
  595. 'linkfields'=>'|',
  596. 'morevaluef'=>'|',
  597. 'onlyf'=>',',
  598. 'adddofunf'=>'||',
  599. 'editdofunf'=>'||',
  600. 'qadddofunf'=>'||',
  601. 'qeditdofunf'=>'||',
  602. 'definfovoteid'=>0,
  603. 'orderf'=>'',
  604. 'sonclass'=>'|42|43|44|45|',
  605. 'maddfun'=>'',
  606. 'meditfun'=>'',
  607. 'qmaddfun'=>'',
  608. 'qmeditfun'=>'',
  609. 'tid'=>5,
  610. 'tbname'=>'movie');
  611. $emod_r[6]=Array('mid'=>6,
  612. 'mname'=>'商城系统模型',
  613. 'qmname'=>'商品',
  614. 'defaulttb'=>0,
  615. 'datatbs'=>',1,',
  616. 'deftb'=>'1',
  617. 'enter'=>',title,special.field,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  618. 'qenter'=>',',
  619. 'listtempf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,psalenum,',
  620. 'tempf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,psalenum,',
  621. 'mustqenterf'=>',title,newstext,',
  622. 'listandf'=>'',
  623. 'setandf'=>0,
  624. 'searchvar'=>',title,productno,pbrand,intro,price,newstext,',
  625. 'cj'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  626. 'canaddf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  627. 'caneditf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
  628. 'tbmainf'=>',title,titlepic,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,productpic,newstext,psalenum,',
  629. 'tbdataf'=>',',
  630. 'tobrf'=>',intro,newstext,',
  631. 'dohtmlf'=>',productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,productpic,newstext,psalenum,',
  632. 'checkboxf'=>',',
  633. 'savetxtf'=>'',
  634. 'editorf'=>',newstext,',
  635. 'ubbeditorf'=>',',
  636. 'pagef'=>'newstext',
  637. 'smalltextf'=>',',
  638. 'filef'=>',',
  639. 'imgf'=>',titlepic,productpic,',
  640. 'flashf'=>',',
  641. 'linkfields'=>'|',
  642. 'morevaluef'=>'|',
  643. 'onlyf'=>',',
  644. 'adddofunf'=>'||',
  645. 'editdofunf'=>'||',
  646. 'qadddofunf'=>'||',
  647. 'qeditdofunf'=>'||',
  648. 'definfovoteid'=>0,
  649. 'orderf'=>'',
  650. 'sonclass'=>'|46|47|48|49|',
  651. 'maddfun'=>'',
  652. 'meditfun'=>'',
  653. 'qmaddfun'=>'',
  654. 'qmeditfun'=>'',
  655. 'tid'=>6,
  656. 'tbname'=>'shop');
  657. $emod_r[7]=Array('mid'=>7,
  658. 'mname'=>'文章系统模型',
  659. 'qmname'=>'文章',
  660. 'defaulttb'=>0,
  661. 'datatbs'=>',1,',
  662. 'deftb'=>'1',
  663. 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,writer,befrom,newstext,',
  664. 'qenter'=>',title,ftitle,special.field,titlepic,smalltext,writer,befrom,newstext,',
  665. 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,diggtop,',
  666. 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,diggtop,',
  667. 'mustqenterf'=>',title,newstext,',
  668. 'listandf'=>'',
  669. 'setandf'=>0,
  670. 'searchvar'=>',title,smalltext,',
  671. 'cj'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  672. 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  673. 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
  674. 'tbmainf'=>',title,titlepic,newstime,ftitle,smalltext,writer,befrom,newstext,diggtop,',
  675. 'tbdataf'=>',',
  676. 'tobrf'=>',smalltext,newstext,',
  677. 'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,',
  678. 'checkboxf'=>',',
  679. 'savetxtf'=>'newstext',
  680. 'editorf'=>',newstext,',
  681. 'ubbeditorf'=>',',
  682. 'pagef'=>'newstext',
  683. 'smalltextf'=>',smalltext,',
  684. 'filef'=>',',
  685. 'imgf'=>',titlepic,',
  686. 'flashf'=>',',
  687. 'linkfields'=>'|',
  688. 'morevaluef'=>'|',
  689. 'onlyf'=>',',
  690. 'adddofunf'=>'||',
  691. 'editdofunf'=>'||',
  692. 'qadddofunf'=>'||',
  693. 'qeditdofunf'=>'||',
  694. 'definfovoteid'=>0,
  695. 'orderf'=>'',
  696. 'sonclass'=>'|55|56|57|',
  697. 'maddfun'=>'',
  698. 'meditfun'=>'',
  699. 'qmaddfun'=>'',
  700. 'qmeditfun'=>'',
  701. 'tid'=>7,
  702. 'tbname'=>'article');
  703. $emod_r[8]=Array('mid'=>8,
  704. 'mname'=>'分类信息系统模型',
  705. 'qmname'=>'分类信息',
  706. 'defaulttb'=>0,
  707. 'datatbs'=>',1,',
  708. 'deftb'=>'1',
  709. 'enter'=>',title,special.field,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  710. 'qenter'=>',title,smalltext,titlepic,myarea,email,mycontact,address,',
  711. 'listtempf'=>',title,newstime,smalltext,titlepic,myarea,',
  712. 'tempf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  713. 'mustqenterf'=>',title,smalltext,myarea,email,',
  714. 'listandf'=>',myarea,',
  715. 'setandf'=>0,
  716. 'searchvar'=>',title,smalltext,myarea,',
  717. 'cj'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  718. 'canaddf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  719. 'caneditf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
  720. 'tbmainf'=>',title,titlepic,newstime,smalltext,myarea,',
  721. 'tbdataf'=>',email,mycontact,address,',
  722. 'tobrf'=>',smalltext,',
  723. 'dohtmlf'=>',smalltext,myarea,email,mycontact,address,',
  724. 'checkboxf'=>',',
  725. 'savetxtf'=>'',
  726. 'editorf'=>',',
  727. 'ubbeditorf'=>',',
  728. 'pagef'=>'',
  729. 'smalltextf'=>',smalltext,',
  730. 'filef'=>',',
  731. 'imgf'=>',titlepic,',
  732. 'flashf'=>',',
  733. 'linkfields'=>'|',
  734. 'morevaluef'=>'|',
  735. 'onlyf'=>',',
  736. 'adddofunf'=>'||',
  737. 'editdofunf'=>'||',
  738. 'qadddofunf'=>'||',
  739. 'qeditdofunf'=>'||',
  740. 'definfovoteid'=>0,
  741. 'orderf'=>'',
  742. 'sonclass'=>'|11|12|13|14|15|16|18|19|20|21|23|24|25|26|28|29|30|31|',
  743. 'maddfun'=>'',
  744. 'meditfun'=>'',
  745. 'qmaddfun'=>'',
  746. 'qmeditfun'=>'',
  747. 'tid'=>8,
  748. 'tbname'=>'info');
  749. //-------EmpireCMS.Public.Cache-------
  750. ?>