123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870 |
- <?php
- if(!defined('InEmpireCMS'))
- {
- exit();
- }
- define('EmpireCMSConfig',TRUE);
- $ecms_config=array();
- //数据库设置
- $ecms_config['db']['usedb']='mysqli'; //数据库类型
- $ecms_config['db']['dbver']='5.0'; //数据库版本
- $ecms_config['db']['dbserver']='localhost'; //数据库登录地址
- $ecms_config['db']['dbport']=''; //端口,不填为按默认
- $ecms_config['db']['dbusername']='chinabx_jianzhanzj_com'; //数据库用户名
- $ecms_config['db']['dbpassword']='chinabx_jianzhanzj_com'; //数据库密码
- $ecms_config['db']['dbname']='chinabx_jianzhanzj_com'; //数据库名
- $ecms_config['db']['setchar']='utf8'; //设置默认编码
- $ecms_config['db']['dbchar']='utf8'; //数据库默认编码
- $ecms_config['db']['dbtbpre']='www_jianzhanzj_com_'; //数据表前缀
- $dbtbpre=$ecms_config['db']['dbtbpre']; //数据表前缀
- $ecms_config['db']['showerror']=1; //显示SQL错误提示(0为不显示,1为显示)
- //页面编码设置
- $ecms_config['sets']['pagechar']='utf-8'; //安装帝国CMS的编码版本
- $ecms_config['sets']['setpagechar']=1; //页面默认字符集,0=关闭 1=开启
- $ecms_config['sets']['elang']='gb'; //语言包
- //后台相关配置
- $ecms_config['esafe']['openonlinesetting']=3; //开启后台在线配置参数(0为关闭,1为开启防火墙配置,2为开启安全配置,3为全开启)
- $ecms_config['esafe']['openeditdttemp']=1; //开启后台在线修改动态模板(0为关闭,1为开启)
- //易通行系统配置
- $ecms_config['epassport']['open']=0; //是否开启易通行系统(1为开启,0为关闭)
- //其它配置
- $ecms_config['sets']['webdebug']=0; //是否显示PHP错误提示(0为不显示,1为显示)
- $ecms_config['sets']['timezone']='PRC'; //时区
- $ecms_config['sets']['getiptype']=0; //获取IP地址类型(0为自动,1为REMOTE_ADDR,2为HTTP_X_FORWARDED_FOR,3为HTTP_CLIENT_IP)
- $ecms_config['sets']['ecmscachepath']=ECMS_PATH.'ecachefiles/'; //动态页面缓存文件存放目录
- $ecms_config['sets']['ecmscachefiletype']='.html'; //动态页面缓存文件扩展名
- $ecms_config['sets']['txtpath']=ECMS_PATH.'d/txt/'; //文本型数据存放目录
- $ecms_config['sets']['saveurlimgclearurl']=0; //远程保存图片自动去除图片的链接(0为保留,1为去除)
- $ecms_config['sets']['deftempid']=0; //默认模板组ID
- $ecms_config['sets']['selfmoreportid']=0; //当前网站访问端ID,0为主访问端
- //-------EmpireCMS.Seting.member-------
- //会员系统相关配置
- $ecms_config['member']['tablename']="{$dbtbpre}enewsmember"; //会员表
- $user_tablename=$ecms_config['member']['tablename']; //会员表
- $ecms_config['member']['changeregisterurl']="ChangeRegister.php"; //多会员组中转注册地址
- $ecms_config['member']['registerurl']=""; //会员注册地址
- $ecms_config['member']['loginurl']=""; //会员登录地址
- $ecms_config['member']['quiturl']=""; //会员退出地址
- $ecms_config['member']['chmember']=0;//是否使用原版会员表信息,0为原版,1为非原版
- $ecms_config['member']['pwtype']=2;//密码保存形式,0为md5,1为明码,2为双重加密,3为16位md5
- $ecms_config['member']['regtimetype']=1;//注册时间保存格式,0为正常时间,1为数值型
- $ecms_config['member']['regcookietime']=0;//注册后登录保存时间(秒)
- $ecms_config['member']['defgroupid']=0;//注册时会员组ID(ecms的会员组,0为后台默认)
- $ecms_config['member']['saltnum']=6;//SALT随机码字符数
- $ecms_config['member']['utfdata']=0;//数据是否是GBK编码,0为正常数据,1为GBK编码
- $ecms_config['memberf']['userid']='userid';//用户ID字段
- $ecms_config['memberf']['username']='username';//用户名字段
- $ecms_config['memberf']['password']='password';//密码字段
- $ecms_config['memberf']['rnd']='rnd';//随机密码字段
- $ecms_config['memberf']['email']='email';//邮箱字段
- $ecms_config['memberf']['registertime']='registertime';//注册时间字段
- $ecms_config['memberf']['groupid']='groupid';//会员组字段
- $ecms_config['memberf']['userfen']='userfen';//积分字段
- $ecms_config['memberf']['userdate']='userdate';//有效期字段
- $ecms_config['memberf']['money']='money';//帐户余额字段
- $ecms_config['memberf']['zgroupid']='zgroupid';//到期转向会员组字段
- $ecms_config['memberf']['havemsg']='havemsg';//提示短消息字段
- $ecms_config['memberf']['checked']='checked';//审核状态字段
- $ecms_config['memberf']['salt']='salt';//SALT加密字段
- $ecms_config['memberf']['userkey']='userkey';//用户密钥字段
- $ecms_config['memberf']['ingid']='ingid';//内部会员组字段
- $ecms_config['memberf']['agid']='agid';//会员管理组字段
- $ecms_config['memberf']['isern']='isern';//实名字段
- //-------EmpireCMS.Seting.member-------
- //-------EmpireCMS.Seting.area-------
- //后台安全设置
- $ecms_config['esafe']['loginauth']=''; //登录认证码,如果设置登录需要输入此认证码才能通过
- $ecms_config['esafe']['enloginauth']=0; //登录认证码加密验证串有效时间,单位:秒(0为不启用加密)
- $ecms_config['esafe']['ecookiernd']='6OSpk2wYEGefVYBM2M95jlEUAZl0f8zeCP7z'; //后台登录COOKIE认证码(填写10~50个任意字符,最好多种字符组合)
- $ecms_config['esafe']['ckhloginip']=0; //后台是否验证登录IP,0为不验证,1为验证
- $ecms_config['esafe']['ckhsession']=0; //后台是否启用SESSION验证,0为不验证,1为验证
- $ecms_config['esafe']['ckhanytime']=0; //后台随时认证码变更周期,单位:秒(0为不启用)
- $ecms_config['esafe']['theloginlog']=0; //是否记录登陆日志(0为记录,1为不记录)
- $ecms_config['esafe']['thedolog']=0; //是否记录操作日志(0为记录,1为不记录)
- $ecms_config['esafe']['ckfromurl']=2; //是否启用来源地址验证,0为不验证,1为全部验证,2为后台验证,3为前台验证,4为全部验证(严格),5为后台验证(严格),6为前台验证(严格)
- $ecms_config['esafe']['ckhash']=0; //启用后台来源认证码,0为金刚模式验证,1为刺猬模式验证,2为关闭验证
- $ecms_config['esafe']['ckhashename']='ehash_'; //后台来源认证码访问变量名(必须字母开头,并且只能由字母、数字、下划线组成)
- $ecms_config['esafe']['ckhashrname']='rhash_'; //后台来源认证码提交变量名(必须字母开头,并且只能由字母、数字、下划线组成)
- $ecms_config['esafe']['ckhuseragent']=''; //允许后台访问的UserAgent信息必须包含字符(区分大小写),多个用“||”半角双竖线隔开
- //COOKIE设置
- $ecms_config['cks']['ckdomain']=''; //cookie作用域
- $ecms_config['cks']['ckpath']='/'; //cookie作用路径
- $ecms_config['cks']['ckhttponly']=0; //cookie的HttpOnly属性(0关闭,1开启,2只后台开启,3只前台开启)
- $ecms_config['cks']['cksecure']=0; //cookie的secure属性(0为自动识别,1为关闭,2为开启,3只后台开启,4只前台开启)
- $ecms_config['cks']['ckvarpre']='syphn'; //前台cookie变量前缀
- $ecms_config['cks']['ckadminvarpre']='dyrsz'; //后台cookie变量前缀
- $ecms_config['cks']['ckrnd']='Vm7ELklIqw2Aj4t5YGWqzsn67hgOG4cDF5R'; //COOKIE验证随机码(填写10~50个任意字符,最好多种字符组合)
- $ecms_config['cks']['ckrndtwo']='we5XijhteK6wpVRerCA5XuiVKgf322XQPA'; //COOKIE验证随机码2(填写10~50个任意字符,最好多种字符组合)
- $ecms_config['cks']['ckrndthree']='7qgvMWHNVfnXQOCCYIqE1YiCoYCx8bxEl'; //COOKIE验证随机码3(填写10~50个任意字符,最好多种字符组合)
- $ecms_config['cks']['ckrndfour']='lCgD7NbxD3i5pTE3qDOBMnKVuUf0Yx5R'; //COOKIE验证随机码4(填写10~50个任意字符,最好多种字符组合)
- $ecms_config['cks']['ckrndfive']='ts66221fJArosZdenIYOvBXPutQtUxn'; //COOKIE验证随机码5(填写10~50个任意字符,最好多种字符组合)
- //网站防火墙配置
- $ecms_config['fw']['eopen']=0; //开启防火墙(0为关闭,1为开启)
- $ecms_config['fw']['epass']=''; //防火墙加密密钥(填写10~50个任意字符,最好多种字符组合)
- $ecms_config['fw']['adminloginurl']=''; //允许后台登陆的域名,设置后必须通过这个域名才能访问后台
- $ecms_config['fw']['adminhour']=''; //允许登陆后台的时间:0~23小时,多个时间点用半角逗号格开
- $ecms_config['fw']['adminweek']=''; //允许登陆后台的星期:星期0~6,多个星期用半角逗号格开
- $ecms_config['fw']['adminckpassvar']=''; //后台预登陆验证变量名
- $ecms_config['fw']['adminckpassval']=''; //后台预登陆认证码
- $ecms_config['fw']['cleargettext']=''; //屏蔽提交敏感字符,多个用半角逗号格开
- //-------EmpireCMS.Seting.area-------
- //文件类型
- $ecms_config['sets']['tranpicturetype']=',.jpg,.gif,.png,.bmp,.jpeg,.webp,'; //图片
- $ecms_config['sets']['tranflashtype']=',.swf,.flv,.dcr,'; //FLASH
- $ecms_config['sets']['mediaplayertype']=',.wmv,.asf,.wma,.mp3,.asx,.mid,.midi,.swf,.flv,.dcr,.ogg,.webm,'; //mediaplayer
- $ecms_config['sets']['realplayertype']=',.rm,.ra,.rmvb,.mp4,.mov,.avi,.wav,.ram,.mpg,.mpeg,'; //realplayer
- //***************** 以下部分为缓存,不用设置 **************
- //-------EmpireCMS.Public.Cache-------
- //------------e_public
- $public_r=array('sitename'=>'RS直播_低调看NBA直播_JRS足球直播吧-QQZB体育',
- 'newsurl'=>'/',
- 'filetype'=>'|.gif|.jpg|.swf|.rar|.zip|.mp3|.wmv|.txt|.doc|',
- 'filesize'=>2048,
- 'relistnum'=>8,
- 'renewsnum'=>100,
- 'min_keyboard'=>2,
- 'max_keyboard'=>20,
- 'search_num'=>20,
- 'search_pagenum'=>10,
- 'newslink'=>0,
- 'checked'=>0,
- 'searchtime'=>3,
- 'loginnum'=>5,
- 'logintime'=>60,
- 'addnews_ok'=>1,
- 'register_ok'=>1,
- 'indextype'=>'.html',
- 'goodlencord'=>0,
- 'goodtype'=>'',
- 'searchtype'=>'.html',
- 'exittime'=>40,
- 'smalltextlen'=>160,
- 'defaultgroupid'=>1,
- 'fileurl'=>'/d/file/',
- 'install'=>0,
- 'phpmode'=>0,
- 'dorepnum'=>300,
- 'loadtempnum'=>50,
- 'bakdbpath'=>'bdata',
- 'bakdbzip'=>'zip',
- 'downpass'=>'P1kZEGpJXbzRXuVLTrOw',
- 'filechmod'=>1,
- 'loginkey_ok'=>0,
- 'tbname'=>'movie',
- 'limittype'=>0,
- 'redodown'=>1,
- 'downsofttemp'=>'[ <a href=\"#ecms\" onclick=\"window.open(\'[!--down.url--]\',\'\',\'width=300,height=300,resizable=yes\');\">[!--down.name--]</a> ]',
- 'onlinemovietemp'=>'[ <a href=\"#ecms\" onclick=\"window.open(\'[!--down.url--]\',\'\',\'width=300,height=300,resizable=yes\');\">[!--down.name--]</a> ]',
- 'lctime'=>1222406370,
- 'candocode'=>1,
- 'opennotcj'=>0,
- 'listpagetemp'=>'页次:[!--thispage--]/[!--pagenum--] 每页[!--lencord--] 总数[!--num--] [!--pagelink--] 转到:[!--options--]',
- 'reuserpagenum'=>50,
- 'revotejsnum'=>100,
- 'readjsnum'=>100,
- 'qaddtran'=>0,
- 'qaddtransize'=>50,
- 'ebakthisdb'=>1,
- 'delnewsnum'=>300,
- 'markpos'=>5,
- 'markimg'=>'../data/mark/maskdef.gif',
- 'marktext'=>'',
- 'markfontsize'=>'5',
- 'markfontcolor'=>'',
- 'markfont'=>'../data/mark/cour.ttf',
- 'adminloginkey'=>1,
- 'php_outtime'=>0,
- 'listpagefun'=>'sys_ShowListPage',
- 'textpagefun'=>'sys_ShowTextPage',
- 'adfile'=>'thea',
- 'notsaveurl'=>'',
- 'rssnum'=>50,
- 'rsssub'=>300,
- 'savetxtf'=>',',
- 'dorepdlevelnum'=>300,
- 'listpagelistfun'=>'sys_ShowListMorePage',
- 'listpagelistnum'=>10,
- 'infolinknum'=>100,
- 'searchgroupid'=>0,
- 'opencopytext'=>0,
- 'reuserjsnum'=>100,
- 'reuserlistnum'=>8,
- 'opentitleurl'=>1,
- 'searchtempvar'=>1,
- 'showinfolevel'=>2,
- 'navfh'=>'>',
- 'spicwidth'=>105,
- 'spicheight'=>118,
- 'spickill'=>1,
- 'jpgquality'=>80,
- 'markpct'=>65,
- 'redoview'=>24,
- 'reggetfen'=>0,
- 'regbooktime'=>30,
- 'revotetime'=>30,
- 'fpath'=>1,
- 'filepath'=>'Y/m-d',
- '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,',
- '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,',
- 'nrejs'=>',',
- 'nottobq'=>',',
- 'defspacestyleid'=>1,
- 'canposturl'=>'',
- 'openspace'=>1,
- 'defadminstyle'=>1,
- 'realltime'=>0,
- 'closeip'=>'',
- 'openip'=>'',
- 'hopenip'=>'',
- 'textpagelistnum'=>6,
- 'memberlistlevel'=>2,
- 'ebakcanlistdb'=>0,
- 'keytog'=>2,
- 'keytime'=>900,
- 'keyrnd'=>'FUdmkEEP3jhUL9iCUj8D0EgOWiECBWEd',
- 'checkdorepstr'=>',0,0,0,0,',
- 'regkey_ok'=>0,
- 'opengetdown'=>0,
- 'gbkey_ok'=>0,
- 'fbkey_ok'=>0,
- 'newaddinfotime'=>0,
- 'classnavs'=>'<a href=\"/paihang/\">积分榜</a> | <a href=\"/tag/\">关键词</a> | <a href=\"/zqnews/\">足球资讯</a> | <a href=\"/lqnews/\">篮球资讯</a> | <a href=\"/tv/\">电视直播</a> | <a href=\"/zqtuji/\">足球图集</a> | <a href=\"/lqtuji/\">篮球图集</a>',
- 'adminstyle'=>',1,2,',
- 'docnewsnum'=>300,
- 'openschall'=>0,
- 'schallfield'=>1,
- 'schallminlen'=>3,
- 'schallmaxlen'=>20,
- 'schallnum'=>20,
- 'schallpagenum'=>10,
- 'dtcanbq'=>1,
- 'dtcachetime'=>0,
- 'repkeynum'=>0,
- 'regacttype'=>0,
- 'opengetpass'=>0,
- 'hlistinfonum'=>30,
- 'qlistinfonum'=>25,
- 'dtncanbq'=>1,
- 'dtncachetime'=>0,
- 'readdinfotime'=>60,
- 'qeditinfotime'=>0,
- 'onclicktype'=>0,
- 'onclickfilesize'=>10,
- 'onclickfiletime'=>60,
- 'schalltime'=>0,
- 'defprinttempid'=>1,
- 'opentags'=>1,
- 'tagstempid'=>10,
- 'usetags'=>',5,9,10,11,12,13,14,15,',
- 'chtags'=>'',
- 'tagslistnum'=>20,
- 'closeqdt'=>0,
- 'settop'=>0,
- 'qlistinfomod'=>0,
- 'gb_num'=>20,
- 'member_num'=>20,
- 'space_num'=>25,
- 'infolday'=>0,
- 'filelday'=>0,
- 'dorepkey'=>0,
- 'dorepword'=>0,
- 'onclickrnd'=>'',
- 'indexpagedt'=>1,
- 'keybgcolor'=>'',
- 'keyfontcolor'=>'',
- 'keydistcolor'=>'',
- 'indexpageid'=>0,
- 'closeqdtmsg'=>'',
- 'openfileserver'=>0,
- 'fs_purl'=>'',
- 'closemods'=>',down,movie,shop,pay,error,member,pl,print,gb,fb,mlist,',
- 'fieldandtop'=>0,
- 'fieldandclosetb'=>'',
- 'filedatatbs'=>',1,',
- 'filedeftb'=>1,
- 'pldeftb'=>1,
- 'plurl'=>'/e/pl/',
- 'plkey_ok'=>1,
- '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||',
- 'plf'=>'',
- 'pldatatbs'=>',1,',
- 'defpltempid'=>1,
- 'pl_num'=>12,
- 'plgroupid'=>0,
- 'closelisttemp'=>'',
- 'chclasscolor'=>'99C4E3',
- 'timeclose'=>'',
- 'timeclosedo'=>'',
- 'ipaddinfonum'=>0,
- 'ipaddinfotime'=>0,
- 'rewriteinfo'=>'',
- 'rewriteclass'=>'',
- 'rewriteinfotype'=>'',
- 'rewritetags'=>'',
- 'rewritepl'=>'',
- 'memberconnectnum'=>0,
- 'closehmenu'=>'',
- 'indexaddpage'=>0,
- 'modmemberedittran'=>0,
- 'modinfoedittran'=>0,
- 'php_adminouttime'=>1000,
- 'httptype'=>0,
- 'qinfoaddfen'=>0,
- 'bakescapetype'=>1,
- 'hkeytime'=>30,
- 'hkeyrnd'=>'Mog5YE8QKpscC0EY45ooZ5Ha8FQbcgnPDLCu',
- 'mhavedatedo'=>0,
- 'reportkey'=>0,
- 'ctimeopen'=>0,
- 'ctimelast'=>0,
- 'ctimeindex'=>0,
- 'ctimeclass'=>0,
- 'ctimelist'=>0,
- 'ctimetext'=>0,
- 'ctimett'=>0,
- 'ctimetags'=>0,
- 'ctimegids'=>'',
- 'ctimecids'=>'',
- 'ctimernd'=>'mhBbLspSmXlSSvjYe40X8gntyqz8AWUk5SBt54nCkj',
- 'qmadminuids'=>'',
- 'qmforumuids'=>'',
- 'qmotheruids'=>'',
- 'ckhavemoreport'=>1,
- 'usetotalnum'=>0,
- 'autodoopen'=>0,
- 'autodofile'=>0,
- 'autodoss'=>0,
- 'digglevel'=>0,
- 'diggcmids'=>'',
- 'spacegids'=>'',
- 'candocodetag'=>0,
- 'openern'=>'',
- 'ernurl'=>'',
- 'toqjf'=>'',
- 'qtoqjf'=>'',
- 'ctimeaddre'=>0,
- 'ctimeqaddre'=>0,
- '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');
- //------------e_public
- //moreports
- $emoreport_r=array();
- $emoreport_r['1']=Array('pid'=>'1',
- 'pname'=>'主访问端',
- 'purl'=>'http://chinabx.jianzhanzj.com/',
- 'ppath'=>'G:/phpstudy_pro/WWW/chinabx.jianzhanzj.com/',
- 'postpass'=>'CKgGpHaw73XTTCMmYMrEUcbgJCL2bCOGK99qMsjsMuvUhel3qBcp01zjLe2l',
- 'postfile'=>'',
- 'tempgid'=>'0',
- 'isclose'=>'0',
- 'closeadd'=>'0',
- 'openadmin'=>'0',
- 'rehtml'=>'3',
- 'mustdt'=>'0');
- $emoreport_r['2']=Array('pid'=>'2',
- 'pname'=>'手机版',
- 'purl'=>'http://mchinabx.jianzhanzj.com/',
- 'ppath'=>'G:/phpstudy_pro/WWW/chinabx.jianzhanzj.com/m/',
- 'postpass'=>'q4YTsNtaT568D7nAiLz0uBazgfbJYkk09ldA2dtHsZLgr4GxN4AzhVqX4X6W',
- 'postfile'=>'',
- 'tempgid'=>'2',
- 'isclose'=>'0',
- 'closeadd'=>'1',
- 'openadmin'=>'0',
- 'rehtml'=>'0',
- 'mustdt'=>'0');
- //moreports
- //-------EmpireCMS.Public.Cache-------
- $emod_pubr=Array('linkfields'=>'|');
- $etable_r=array();
- $etable_r['news']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>1);
- $etable_r['dsp']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>12);
- $etable_r['movie']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>5);
- $etable_r['jj']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>11);
- $etable_r['lx']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>10);
- $etable_r['qd']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>9);
- $etable_r['tupian']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>13);
- $etable_r['tv']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>14);
- $etable_r['zixun']=Array('deftb'=>'1',
- 'yhid'=>0,
- 'intb'=>0,
- 'mid'=>15);
- $emod_r=array();
- $emod_r[1]=Array('mid'=>1,
- 'mname'=>'专题系统模型',
- 'qmname'=>'专题',
- 'defaulttb'=>0,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,writer,befrom,newstext,',
- 'qenter'=>',title,ftitle,special.field,titlepic,smalltext,writer,befrom,newstext,',
- 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,diggtop,',
- 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,diggtop,',
- 'mustqenterf'=>',title,',
- 'listandf'=>',title,',
- 'setandf'=>0,
- 'searchvar'=>',title,smalltext,',
- 'cj'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
- 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
- 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,writer,befrom,newstext,',
- 'tbmainf'=>',title,titlepic,newstime,ftitle,smalltext,diggtop,',
- 'tbdataf'=>',writer,befrom,newstext,',
- 'tobrf'=>',smalltext,newstext,',
- 'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',newstext,',
- 'ubbeditorf'=>',',
- 'pagef'=>'newstext',
- 'smalltextf'=>',smalltext,',
- 'filef'=>',',
- 'imgf'=>',titlepic,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>'',
- 'sonclass'=>'|6|7|8|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>1,
- 'tbname'=>'news');
- $emod_r[5]=Array('mid'=>5,
- 'mname'=>'直播系统模型',
- 'qmname'=>'直播',
- 'defaulttb'=>1,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,special.field,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
- 'qenter'=>',',
- 'listtempf'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
- 'tempf'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
- 'mustqenterf'=>',title,',
- 'listandf'=>',typename,zd,kd,',
- 'setandf'=>0,
- 'searchvar'=>',title,',
- 'cj'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
- 'canaddf'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
- 'caneditf'=>',title,newstime,titlepic,livetime,live,typename,livename,xhyid,cid,zd,kd,',
- 'tbmainf'=>',title,titlepic,newstime,livename,xhyid,cid,live,typename,zd,kd,livetime,',
- 'tbdataf'=>',',
- 'tobrf'=>',',
- 'dohtmlf'=>',livename,xhyid,cid,live,typename,zd,kd,livetime,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',',
- 'ubbeditorf'=>',',
- 'pagef'=>'',
- 'smalltextf'=>',',
- 'filef'=>',',
- 'imgf'=>',titlepic,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>'',
- 'sonclass'=>'|2|3|4|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>5,
- 'tbname'=>'movie');
- $emod_r[10]=Array('mid'=>10,
- 'mname'=>'录像系统模型',
- 'qmname'=>'录像',
- 'defaulttb'=>0,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'qenter'=>',',
- 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,zd,kd,typename,jijin,cjurl,',
- 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'mustqenterf'=>',title,',
- 'listandf'=>',title,zd,kd,typename,',
- 'setandf'=>0,
- 'searchvar'=>',title,smalltext,',
- 'cj'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'tbmainf'=>',cjurl,typename,zd,jijin,smalltext,ftitle,newstime,titlepic,title,kd,',
- 'tbdataf'=>',newstext,',
- 'tobrf'=>',newstext,smalltext,',
- 'dohtmlf'=>',cjurl,typename,zd,jijin,newstext,smalltext,ftitle,kd,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',newstext,',
- 'ubbeditorf'=>',',
- 'pagef'=>'newstext',
- 'smalltextf'=>',smalltext,',
- 'filef'=>',',
- 'imgf'=>',titlepic,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|jijin,2,3,1|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>'',
- 'sonclass'=>'|14|15|16|17|18|19|20|21|22|23|25|26|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>10,
- 'tbname'=>'lx');
- $emod_r[11]=Array('mid'=>11,
- 'mname'=>'集锦系统模型',
- 'qmname'=>'集锦',
- 'defaulttb'=>0,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'qenter'=>',',
- 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,zd,kd,typename,jijin,cjurl,',
- 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'mustqenterf'=>',title,',
- 'listandf'=>',title,zd,kd,typename,',
- 'setandf'=>0,
- 'searchvar'=>',title,smalltext,',
- 'cj'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zd,kd,typename,jijin,cjurl,',
- 'tbmainf'=>',cjurl,typename,zd,jijin,smalltext,ftitle,newstime,titlepic,title,kd,',
- 'tbdataf'=>',newstext,',
- 'tobrf'=>',newstext,smalltext,',
- 'dohtmlf'=>',cjurl,typename,zd,jijin,newstext,smalltext,ftitle,kd,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',newstext,',
- 'ubbeditorf'=>',',
- 'pagef'=>'newstext',
- 'smalltextf'=>',smalltext,',
- 'filef'=>',',
- 'imgf'=>',titlepic,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|jijin,2,3,1|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>'',
- 'sonclass'=>'|29|30|31|32|33|34|35|36|37|38|40|41|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>11,
- 'tbname'=>'jj');
- $emod_r[12]=Array('mid'=>12,
- 'mname'=>'短视频系统模型',
- 'qmname'=>'短视频',
- 'defaulttb'=>0,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
- 'qenter'=>',',
- 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,typename,jijin,cjurl,',
- 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
- 'mustqenterf'=>',title,jijin,',
- 'listandf'=>',title,typename,',
- 'setandf'=>0,
- 'searchvar'=>',title,smalltext,',
- 'cj'=>',title,ftitle,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
- 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
- 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,typename,jijin,cjurl,',
- 'tbmainf'=>',cjurl,jijin,typename,smalltext,ftitle,newstime,titlepic,title,',
- 'tbdataf'=>',newstext,',
- 'tobrf'=>',newstext,smalltext,',
- 'dohtmlf'=>',cjurl,jijin,typename,newstext,smalltext,ftitle,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',newstext,',
- 'ubbeditorf'=>',',
- 'pagef'=>'newstext',
- 'smalltextf'=>',smalltext,',
- 'filef'=>',',
- 'imgf'=>',titlepic,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|jijin,2,3,1|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>'',
- 'sonclass'=>'|44|45|46|47|48|49|50|51|52|53|55|56|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>12,
- 'tbname'=>'dsp');
- $emod_r[9]=Array('mid'=>9,
- 'mname'=>'球队系统模型',
- 'qmname'=>'球队',
- 'defaulttb'=>0,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,ftitle,special.field,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
- 'qenter'=>',',
- 'listtempf'=>',title,ftitle,newstime,titlepic,smalltext,zjl,cs,ssls,',
- 'tempf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
- 'mustqenterf'=>',title,',
- 'listandf'=>',title,ssls,',
- 'setandf'=>0,
- 'searchvar'=>',title,',
- 'cj'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
- 'canaddf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
- 'caneditf'=>',title,ftitle,newstime,titlepic,smalltext,newstext,zjl,cs,ssls,',
- 'tbmainf'=>',ssls,zjl,cs,smalltext,newstime,ftitle,titlepic,title,',
- 'tbdataf'=>',newstext,',
- 'tobrf'=>',newstext,smalltext,',
- 'dohtmlf'=>',ssls,zjl,newstext,cs,smalltext,ftitle,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',newstext,',
- 'ubbeditorf'=>',',
- 'pagef'=>'newstext',
- 'smalltextf'=>',smalltext,',
- 'filef'=>',',
- 'imgf'=>',titlepic,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>'',
- 'sonclass'=>'|10|11|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>9,
- 'tbname'=>'qd');
- $emod_r[13]=Array('mid'=>13,
- 'mname'=>'图片系统模型',
- 'qmname'=>'图片',
- 'defaulttb'=>0,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,special.field,newstime,titlepic,morepic,smalltext,',
- 'qenter'=>',title,special.field,',
- 'listtempf'=>',title,newstime,titlepic,smalltext,',
- 'tempf'=>',title,newstime,titlepic,morepic,smalltext,',
- 'mustqenterf'=>',title,smalltext,',
- 'listandf'=>'',
- 'setandf'=>0,
- 'searchvar'=>',title,smalltext,',
- 'cj'=>',title,newstime,morepic,smalltext,',
- 'canaddf'=>',title,newstime,titlepic,morepic,smalltext,',
- 'caneditf'=>',title,newstime,titlepic,morepic,smalltext,',
- 'tbmainf'=>',title,titlepic,newstime,picurl,smalltext,',
- 'tbdataf'=>',filesize,picsize,picfbl,picfrom,morepic,num,width,height,',
- 'tobrf'=>',smalltext,',
- 'dohtmlf'=>',filesize,picsize,picfbl,picfrom,picurl,morepic,num,width,height,smalltext,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',',
- 'ubbeditorf'=>',',
- 'pagef'=>'',
- 'smalltextf'=>',smalltext,',
- 'filef'=>',',
- 'imgf'=>',titlepic,picurl,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>'',
- 'sonclass'=>'|69|70|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>14,
- 'tbname'=>'tupian');
- $emod_r[14]=Array('mid'=>14,
- 'mname'=>'电视系统模型',
- 'qmname'=>'电视系统模型',
- 'defaulttb'=>0,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,ftitle,special.field,newstime,live,titlepic,smalltext,writer,befrom,newstext,',
- 'qenter'=>',title,',
- 'listtempf'=>',title,ftitle,newstime,live,titlepic,smalltext,diggtop,',
- 'tempf'=>',title,ftitle,newstime,live,titlepic,smalltext,writer,befrom,newstext,diggtop,',
- 'mustqenterf'=>',title,',
- 'listandf'=>',title,',
- 'setandf'=>0,
- 'searchvar'=>',title,',
- 'cj'=>',title,',
- 'canaddf'=>',title,ftitle,newstime,live,titlepic,smalltext,writer,befrom,newstext,diggtop,',
- 'caneditf'=>',title,ftitle,newstime,live,titlepic,smalltext,writer,befrom,newstext,diggtop,',
- 'tbmainf'=>',title,titlepic,newstime,ftitle,smalltext,diggtop,live,',
- 'tbdataf'=>',writer,befrom,newstext,',
- 'tobrf'=>',smalltext,newstext,',
- 'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,live,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',newstext,',
- 'ubbeditorf'=>',',
- 'pagef'=>'newstext',
- 'smalltextf'=>',smalltext,',
- 'filef'=>',',
- 'imgf'=>',titlepic,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>',title,',
- 'sonclass'=>'|62|63|64|65|66|67|68|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>15,
- 'tbname'=>'tv');
- $emod_r[15]=Array('mid'=>15,
- 'mname'=>'资讯模型表',
- 'qmname'=>'资讯模型表',
- 'defaulttb'=>0,
- 'datatbs'=>',1,',
- 'deftb'=>'1',
- 'enter'=>',title,ftitle,special.field,newstime,typename,titlepic,smalltext,writer,befrom,newstext,diggtop,',
- 'qenter'=>',',
- 'listtempf'=>',title,ftitle,newstime,typename,titlepic,smalltext,diggtop,',
- 'tempf'=>',title,ftitle,newstime,typename,titlepic,smalltext,writer,befrom,newstext,diggtop,',
- 'mustqenterf'=>',title,',
- 'listandf'=>',title,',
- 'setandf'=>0,
- 'searchvar'=>',title,',
- 'cj'=>',title,',
- 'canaddf'=>',title,ftitle,newstime,typename,titlepic,smalltext,writer,befrom,newstext,diggtop,',
- 'caneditf'=>',title,ftitle,newstime,typename,titlepic,smalltext,writer,befrom,newstext,diggtop,',
- 'tbmainf'=>',title,titlepic,newstime,ftitle,smalltext,diggtop,typename,',
- 'tbdataf'=>',writer,befrom,newstext,',
- 'tobrf'=>',smalltext,newstext,',
- 'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,typename,',
- 'checkboxf'=>',',
- 'savetxtf'=>'',
- 'editorf'=>',newstext,',
- 'ubbeditorf'=>',',
- 'pagef'=>'newstext',
- 'smalltextf'=>',smalltext,',
- 'filef'=>',',
- 'imgf'=>',titlepic,',
- 'flashf'=>',',
- 'linkfields'=>'|',
- 'morevaluef'=>'|',
- 'onlyf'=>',',
- 'adddofunf'=>'||',
- 'editdofunf'=>'||',
- 'qadddofunf'=>'||',
- 'qeditdofunf'=>'||',
- 'definfovoteid'=>0,
- 'orderf'=>',title,',
- 'sonclass'=>'|59|60|',
- 'maddfun'=>'',
- 'meditfun'=>'',
- 'qmaddfun'=>'',
- 'qmeditfun'=>'',
- 'tid'=>16,
- 'tbname'=>'zixun');
- //-------EmpireCMS.Public.Cache-------
- ?>
|