You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1288 lines
46 KiB
1288 lines
46 KiB
<?php
|
|
if(!defined('InEmpireCMS'))
|
|
{
|
|
exit();
|
|
}
|
|
define('EmpireCMSConfig',TRUE);
|
|
$ecms_config=array();
|
|
|
|
//数据库设置
|
|
$ecms_config['db']['usedb']='mysql'; //数据库类型
|
|
$ecms_config['db']['dbver']='5.0'; //数据库版本
|
|
$ecms_config['db']['dbserver']='122.114.59.173'; //数据库登录地址
|
|
$ecms_config['db']['dbport']=''; //端口,不填为按默认
|
|
$ecms_config['db']['dbusername']='empirecms'; //数据库用户名
|
|
$ecms_config['db']['dbpassword']='ZEGPmSG5pkMZHFeR'; //数据库密码
|
|
$ecms_config['db']['dbname']='empirecms'; //数据库名
|
|
$ecms_config['db']['setchar']='utf8'; //设置默认编码
|
|
$ecms_config['db']['dbchar']='utf8'; //数据库默认编码
|
|
$ecms_config['db']['dbtbpre']='www_moban5_cn_'; //数据表前缀
|
|
$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']='8888'; //登录认证码,如果设置登录需要输入此认证码才能通过
|
|
$ecms_config['esafe']['enloginauth']=0; //登录认证码加密验证串有效时间,单位:秒(0为不启用加密)
|
|
$ecms_config['esafe']['ecookiernd']='MnYzXJvRzSjB2Ipor7BSdR5BZMagkkciKcjF'; //后台登录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']='lsfmo'; //前台cookie变量前缀
|
|
$ecms_config['cks']['ckadminvarpre']='abwux'; //后台cookie变量前缀
|
|
$ecms_config['cks']['ckrnd']='LWpsfKrY1J13mB9G2tU9DpD0xPqV2ZEz0ba'; //COOKIE验证随机码(填写10~50个任意字符,最好多种字符组合)
|
|
$ecms_config['cks']['ckrndtwo']='ebabtqOBAhlBXcaUPg8yt5qWZDlSueIksR'; //COOKIE验证随机码2(填写10~50个任意字符,最好多种字符组合)
|
|
$ecms_config['cks']['ckrndthree']='jwWLrsDto0MDRM5dvVVfvZ0Dz3YZMgXku'; //COOKIE验证随机码3(填写10~50个任意字符,最好多种字符组合)
|
|
$ecms_config['cks']['ckrndfour']='GvgNAWh6WoDoCxwFr4vFywhgoyikMlOi'; //COOKIE验证随机码4(填写10~50个任意字符,最好多种字符组合)
|
|
$ecms_config['cks']['ckrndfive']='hP7bTQyqAbW2F9maGUWfrTwjIv2ghDX'; //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'=>'安徽蓝豚教育集团',
|
|
'newsurl'=>'/',
|
|
'filetype'=>'|.gif|.jpg|.png|.rar|.zip|.mp3|.swf|.txt|.doc|.pdf|',
|
|
'filesize'=>204800,
|
|
'relistnum'=>8,
|
|
'renewsnum'=>100,
|
|
'min_keyboard'=>2,
|
|
'max_keyboard'=>50,
|
|
'search_num'=>20,
|
|
'search_pagenum'=>10,
|
|
'newslink'=>0,
|
|
'checked'=>0,
|
|
'searchtime'=>30,
|
|
'loginnum'=>5,
|
|
'logintime'=>60,
|
|
'addnews_ok'=>1,
|
|
'register_ok'=>0,
|
|
'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'=>'nR3kSCKuJ2I0ewvArE4N',
|
|
'filechmod'=>1,
|
|
'loginkey_ok'=>0,
|
|
'tbname'=>'news',
|
|
'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'=>1,
|
|
'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'=>',article.newstext,',
|
|
'dorepdlevelnum'=>300,
|
|
'listpagelistfun'=>'sys_ShowListMorePage',
|
|
'listpagelistnum'=>10,
|
|
'infolinknum'=>100,
|
|
'searchgroupid'=>0,
|
|
'opencopytext'=>0,
|
|
'reuserjsnum'=>100,
|
|
'reuserlistnum'=>8,
|
|
'opentitleurl'=>1,
|
|
'searchtempvar'=>1,
|
|
'showinfolevel'=>1,
|
|
'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'=>',5,6,7,8,9,10,11,12,13,14,15,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,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,143,105,115,116,117,118,119,120,121,124,129,130,131,132,133,134,135,140,136,137,138,139,141,145,147,148,149,151,',
|
|
'nreinfo'=>',5,6,7,8,9,10,11,12,13,14,15,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,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,143,115,116,119,120,121,124,129,130,131,132,133,134,135,140,136,137,138,139,141,145,147,148,149,151,',
|
|
'nrejs'=>',',
|
|
'nottobq'=>',',
|
|
'defspacestyleid'=>1,
|
|
'canposturl'=>'',
|
|
'openspace'=>0,
|
|
'defadminstyle'=>1,
|
|
'realltime'=>0,
|
|
'closeip'=>'',
|
|
'openip'=>'',
|
|
'hopenip'=>'',
|
|
'textpagelistnum'=>6,
|
|
'memberlistlevel'=>1,
|
|
'ebakcanlistdb'=>0,
|
|
'keytog'=>2,
|
|
'keytime'=>30,
|
|
'keyrnd'=>'HAxV04O64qPCO5H66PchSHfQYjkOPEfG',
|
|
'checkdorepstr'=>',0,0,0,0,',
|
|
'regkey_ok'=>0,
|
|
'opengetdown'=>0,
|
|
'gbkey_ok'=>0,
|
|
'fbkey_ok'=>0,
|
|
'newaddinfotime'=>0,
|
|
'classnavs'=>'<a href=\"/list/1-0-0-0-0.html\">ppt</a> | <a href=\"/list/189-0-0-0-0.html\">尖子生培训</a> | <a href=\"/list/106-0-0-0-0.html\">视频模板</a> | <a href=\"/list/16-0-0-0-0.html\">Word模板</a> | <a href=\"/list/31-0-0-0-0.html\">Excel表格</a> | <a href=\"/list/40-0-0-0-0.html\">PPT图表</a> | <a href=\"/list/67-0-0-0-0.html\">PPT配图</a> | <a href=\"/list/86-0-0-0-0.html\">PPT背景</a> | <a href=\"/list/142-0-0-0-0.html\">音效</a> | <a href=\"/list/144-0-0-0-0.html\">配乐</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'=>300,
|
|
'qlistinfonum'=>25,
|
|
'dtncanbq'=>1,
|
|
'dtncachetime'=>0,
|
|
'readdinfotime'=>60,
|
|
'qeditinfotime'=>0,
|
|
'onclicktype'=>0,
|
|
'onclickfilesize'=>10,
|
|
'onclickfiletime'=>60,
|
|
'schalltime'=>0,
|
|
'defprinttempid'=>1,
|
|
'opentags'=>1,
|
|
'tagstempid'=>9,
|
|
'usetags'=>',9,10,11,12,13,14,15,16,',
|
|
'chtags'=>'',
|
|
'tagslistnum'=>25,
|
|
'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'=>',error,gb,fb,',
|
|
'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'=>',reg,info,pl,gbook,',
|
|
'ipaddinfonum'=>0,
|
|
'ipaddinfotime'=>0,
|
|
'rewriteinfo'=>'muban/[!--classid--]-[!--id--].html',
|
|
'rewriteclass'=>'list/[!--classid--]-0-0-0-[!--page--].html',
|
|
'rewriteinfotype'=>'',
|
|
'rewritetags'=>'',
|
|
'rewritepl'=>'',
|
|
'memberconnectnum'=>2,
|
|
'closehmenu'=>'',
|
|
'indexaddpage'=>0,
|
|
'modmemberedittran'=>0,
|
|
'modinfoedittran'=>0,
|
|
'php_adminouttime'=>1000,
|
|
'httptype'=>0,
|
|
'qinfoaddfen'=>0,
|
|
'bakescapetype'=>1,
|
|
'hkeytime'=>30,
|
|
'hkeyrnd'=>'zcZa5eOvvPcFZS26NodyVrlFS1qSlav8P1cA',
|
|
'mhavedatedo'=>1,
|
|
'reportkey'=>0,
|
|
'ctimeopen'=>0,
|
|
'ctimelast'=>0,
|
|
'ctimeindex'=>0,
|
|
'ctimeclass'=>0,
|
|
'ctimelist'=>0,
|
|
'ctimetext'=>0,
|
|
'ctimett'=>0,
|
|
'ctimetags'=>0,
|
|
'ctimegids'=>'',
|
|
'ctimecids'=>'',
|
|
'ctimernd'=>'e29ZMziWrBkN9LdW6thifEsP0UdmNwbNVyOR7NrPLL',
|
|
'qmadminuids'=>'',
|
|
'qmforumuids'=>'',
|
|
'qmotheruids'=>'',
|
|
'ckhavemoreport'=>1,
|
|
'usetotalnum'=>0,
|
|
'autodoopen'=>0,
|
|
'autodofile'=>0,
|
|
'autodoss'=>0,
|
|
'digglevel'=>3,
|
|
'diggcmids'=>'',
|
|
'spacegids'=>'',
|
|
'candocodetag'=>0,
|
|
'openern'=>'',
|
|
'ernurl'=>'',
|
|
'toqjf'=>'',
|
|
'qtoqjf'=>'',
|
|
'ctimeaddre'=>0,
|
|
'ctimeqaddre'=>0,
|
|
'deftempid'=>0,'add_ppt'=>'简约,商务,中国风,小清新,科技风,扁平化,酷炫,欧美风,微粒体,手绘,其他,卡通,水彩,党政风,杂志风,IOS风','add_qq'=>'243993898','add_tubiao'=>'SWOT分析图,时间轴,甘特图,鱼骨图,流程图,组织结构,图表合集','add_beijing'=>'简约,商务,中国风,小清新,科技风,欧美风,微粒体,手绘,卡通,水彩风,其他','add_yinxiao'=>'摇滚乐,恐怖,轻松,韵律,欢乐,天气,舞曲,生活,人物,动物,战争,片头,其他','add_peiyue'=>'安静,轻快,浪漫,进取,悬念,悲伤,紧张,史诗,恐怖,片头片尾,电子,爵士,钢琴,古典,节奏感,中国风,摇滚,放克,打击乐,流行,其他','add_cookie'=>'__guid=106153605.3389977396213499000.1546778946684.6719; Hm_lvt_a620c01aafc084582f0ec24d96b73ad8=1546778947,1547549432; c_mark=3594dd1ccd3640212d8bfba37bf85d8e; auth_token=WS7KDxFozptiKv1ZTb23NZ6_Gb_zS-LtLdjl7qlqoXsgOyybgtGm6jcAQMdzyD7jxMn6OwgUp3YvZEfw2grhmA; monitor_count=43; Hm_lpvt_a620c01aafc084582f0ec24d96b73ad8=1547697402','add_m'=>'m.paper.lantun123.local','add_www'=>'paper.lantun123.local');
|
|
//------------e_public
|
|
|
|
//moreports
|
|
$emoreport_r=array();
|
|
$emoreport_r['1']=Array('pid'=>'1',
|
|
'pname'=>'主访问端',
|
|
'purl'=>'/',
|
|
'ppath'=>'D:/web/wwwroot/paper.lantun123.com/',
|
|
'postpass'=>'ktMEhOxb49sGQiRP0NqVttSiuu6j5XxiykfmL46fCOownfItMuW8J9JxGHtM',
|
|
'postfile'=>'',
|
|
'tempgid'=>'0',
|
|
'isclose'=>'0',
|
|
'closeadd'=>'0',
|
|
'openadmin'=>'0',
|
|
'rehtml'=>'3',
|
|
'mustdt'=>'0');
|
|
$emoreport_r['2']=Array('pid'=>'2',
|
|
'pname'=>'手机端',
|
|
'purl'=>'http://m.paper.lantun123.local/',
|
|
'ppath'=>'D:/web/wwwroot/paper.lantun123.com/m/',
|
|
'postpass'=>'V4Hxxk6npQsaFY7cenM5lepKv1lCrvkkmQu3HvcDI4MzGqtZ7IYWhyTmlNqJ',
|
|
'postfile'=>'',
|
|
'tempgid'=>'2',
|
|
'isclose'=>'0',
|
|
'closeadd'=>'0',
|
|
'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['download']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>2);
|
|
$etable_r['photo']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>3);
|
|
$etable_r['flash']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>4);
|
|
$etable_r['movie']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>5);
|
|
$etable_r['shop']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>6);
|
|
$etable_r['article']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>7);
|
|
$etable_r['info']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>8);
|
|
$etable_r['ppt']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>9);
|
|
$etable_r['companys']=Array('deftb'=>'1',
|
|
'yhid'=>0,
|
|
'intb'=>0,
|
|
'mid'=>18);
|
|
|
|
|
|
$emod_r=array();
|
|
$emod_r[1]=Array('mid'=>1,
|
|
'mname'=>'新闻系统模型',
|
|
'qmname'=>'新闻',
|
|
'defaulttb'=>1,
|
|
'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,newstext,',
|
|
'listandf'=>'',
|
|
'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'=>'|104|114|120|188|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>1,
|
|
'tbname'=>'news');
|
|
$emod_r[2]=Array('mid'=>2,
|
|
'mname'=>'下载系统模型',
|
|
'qmname'=>'软件',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
|
|
'qenter'=>',title,special.field,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,filetype,filesize,downpath,softsay,',
|
|
'listtempf'=>',title,newstime,titlepic,softfj,language,softtype,softsq,star,filetype,filesize,softsay,',
|
|
'tempf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
|
|
'mustqenterf'=>',title,downpath,softsay,',
|
|
'listandf'=>'',
|
|
'setandf'=>0,
|
|
'searchvar'=>',title,softsay,',
|
|
'cj'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
|
|
'canaddf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
|
|
'caneditf'=>',title,newstime,titlepic,softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
|
|
'tbmainf'=>',title,titlepic,newstime,softfj,language,softtype,softsq,star,filetype,filesize,softsay,',
|
|
'tbdataf'=>',softwriter,homepage,demo,downpath,',
|
|
'tobrf'=>',softsay,',
|
|
'dohtmlf'=>',softwriter,homepage,demo,softfj,language,softtype,softsq,star,filetype,filesize,downpath,softsay,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',softsay,',
|
|
'filef'=>',',
|
|
'imgf'=>',titlepic,',
|
|
'flashf'=>',',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|38|39|40|41|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>2,
|
|
'tbname'=>'download');
|
|
$emod_r[3]=Array('mid'=>3,
|
|
'mname'=>'图片系统模型',
|
|
'qmname'=>'图片',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
|
|
'qenter'=>',title,special.field,filesize,picsize,picfbl,picfrom,titlepic,picurl,picsay,',
|
|
'listtempf'=>',title,newstime,titlepic,picurl,picsay,',
|
|
'tempf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
|
|
'mustqenterf'=>',title,picsay,',
|
|
'listandf'=>'',
|
|
'setandf'=>0,
|
|
'searchvar'=>',title,picsay,',
|
|
'cj'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
|
|
'canaddf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
|
|
'caneditf'=>',title,newstime,filesize,picsize,picfbl,picfrom,titlepic,picurl,morepic,num,width,height,picsay,',
|
|
'tbmainf'=>',title,titlepic,newstime,picurl,picsay,',
|
|
'tbdataf'=>',filesize,picsize,picfbl,picfrom,morepic,num,width,height,',
|
|
'tobrf'=>',picsay,',
|
|
'dohtmlf'=>',filesize,picsize,picfbl,picfrom,picurl,morepic,num,width,height,picsay,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',picsay,',
|
|
'filef'=>',',
|
|
'imgf'=>',titlepic,picurl,',
|
|
'flashf'=>',',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|52|53|54|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>3,
|
|
'tbname'=>'photo');
|
|
$emod_r[4]=Array('mid'=>4,
|
|
'mname'=>'FLASH系统模型',
|
|
'qmname'=>'FLASH',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
|
|
'qenter'=>',title,special.field,titlepic,flashwriter,email,filesize,flashurl,width,height,flashsay,',
|
|
'listtempf'=>',title,newstime,titlepic,flashwriter,star,filesize,flashurl,flashsay,',
|
|
'tempf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
|
|
'mustqenterf'=>',title,flashurl,flashsay,',
|
|
'listandf'=>'',
|
|
'setandf'=>0,
|
|
'searchvar'=>',title,flashwriter,flashsay,',
|
|
'cj'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
|
|
'canaddf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
|
|
'caneditf'=>',title,newstime,titlepic,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
|
|
'tbmainf'=>',title,titlepic,newstime,flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',flashsay,',
|
|
'dohtmlf'=>',flashwriter,email,star,filesize,flashurl,width,height,flashsay,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',flashsay,',
|
|
'filef'=>',',
|
|
'imgf'=>',titlepic,',
|
|
'flashf'=>',flashurl,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|50|51|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>4,
|
|
'tbname'=>'flash');
|
|
$emod_r[5]=Array('mid'=>5,
|
|
'mname'=>'电影系统模型',
|
|
'qmname'=>'电影',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,moviefen,moviesay,',
|
|
'tempf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
|
|
'mustqenterf'=>',title,moviesay,',
|
|
'listandf'=>'',
|
|
'setandf'=>0,
|
|
'searchvar'=>',title,movietype,company,player,playadmin,moviesay,',
|
|
'cj'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
|
|
'canaddf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
|
|
'caneditf'=>',title,newstime,titlepic,movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
|
|
'tbmainf'=>',title,titlepic,newstime,movietype,company,movietime,player,playadmin,filetype,filesize,star,moviefen,moviesay,',
|
|
'tbdataf'=>',playdk,playtime,downpath,playerid,onlinepath,',
|
|
'tobrf'=>',moviesay,',
|
|
'dohtmlf'=>',movietype,company,movietime,player,playadmin,filetype,filesize,star,playdk,playtime,moviefen,downpath,playerid,onlinepath,moviesay,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',moviesay,',
|
|
'filef'=>',',
|
|
'imgf'=>',titlepic,',
|
|
'flashf'=>',',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|42|43|44|45|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>5,
|
|
'tbname'=>'movie');
|
|
$emod_r[6]=Array('mid'=>6,
|
|
'mname'=>'商城系统模型',
|
|
'qmname'=>'商品',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,psalenum,',
|
|
'tempf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,psalenum,',
|
|
'mustqenterf'=>',title,newstext,',
|
|
'listandf'=>'',
|
|
'setandf'=>0,
|
|
'searchvar'=>',title,productno,pbrand,intro,price,newstext,',
|
|
'cj'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
|
|
'canaddf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
|
|
'caneditf'=>',title,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,titlepic,productpic,newstext,',
|
|
'tbmainf'=>',title,titlepic,newstime,productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,productpic,newstext,psalenum,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',intro,newstext,',
|
|
'dohtmlf'=>',productno,pbrand,intro,unit,weight,tprice,price,buyfen,pmaxnum,productpic,newstext,psalenum,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',newstext,',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'newstext',
|
|
'smalltextf'=>',',
|
|
'filef'=>',',
|
|
'imgf'=>',titlepic,productpic,',
|
|
'flashf'=>',',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|46|47|48|49|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>6,
|
|
'tbname'=>'shop');
|
|
$emod_r[7]=Array('mid'=>7,
|
|
'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,newstext,',
|
|
'listandf'=>'',
|
|
'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,writer,befrom,newstext,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',smalltext,newstext,',
|
|
'dohtmlf'=>',ftitle,smalltext,writer,befrom,newstext,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'newstext',
|
|
'editorf'=>',newstext,',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'newstext',
|
|
'smalltextf'=>',smalltext,',
|
|
'filef'=>',',
|
|
'imgf'=>',titlepic,',
|
|
'flashf'=>',',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|55|56|57|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>7,
|
|
'tbname'=>'article');
|
|
$emod_r[8]=Array('mid'=>8,
|
|
'mname'=>'分类信息系统模型',
|
|
'qmname'=>'分类信息',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
|
|
'qenter'=>',title,smalltext,titlepic,myarea,email,mycontact,address,',
|
|
'listtempf'=>',title,newstime,smalltext,titlepic,myarea,',
|
|
'tempf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
|
|
'mustqenterf'=>',title,smalltext,myarea,email,',
|
|
'listandf'=>',myarea,',
|
|
'setandf'=>0,
|
|
'searchvar'=>',title,smalltext,myarea,',
|
|
'cj'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
|
|
'canaddf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
|
|
'caneditf'=>',title,newstime,smalltext,titlepic,myarea,email,mycontact,address,',
|
|
'tbmainf'=>',title,titlepic,newstime,smalltext,myarea,',
|
|
'tbdataf'=>',email,mycontact,address,',
|
|
'tobrf'=>',smalltext,',
|
|
'dohtmlf'=>',smalltext,myarea,email,mycontact,address,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',smalltext,',
|
|
'filef'=>',',
|
|
'imgf'=>',titlepic,',
|
|
'flashf'=>',',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|11|12|13|14|15|16|18|19|20|21|23|24|25|26|28|29|30|31|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>8,
|
|
'tbname'=>'info');
|
|
$emod_r[9]=Array('mid'=>9,
|
|
'mname'=>'PPT系统模型',
|
|
'qmname'=>'PPT',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,mp4,swf,morepic,downpath,diggtop,cid,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,mp4,swf,morepic,downpath,diggtop,cid,',
|
|
'tempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,mp4,swf,morepic,downpath,diggtop,cid,',
|
|
'mustqenterf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,fengge,',
|
|
'listandf'=>',title,fengge,',
|
|
'setandf'=>1,
|
|
'searchvar'=>',title,',
|
|
'cj'=>',title,titlepic,newstime,swf,morepic,downpath,',
|
|
'canaddf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,mp4,swf,morepic,downpath,diggtop,cid,',
|
|
'caneditf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,mp4,swf,morepic,downpath,diggtop,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|6|7|8|9|10|11|12|13|14|15|19|20|42|43|44|45|46|47|48|49|50|51|52|53|54|55|56|57|58|59|60|61|62|63|64|65|66|69|70|71|72|73|74|75|76|77|78|79|80|81|82|83|84|85|90|121|124|129|147|148|149|151|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[15]=Array('mid'=>15,
|
|
'mname'=>'PPT背景系统模型',
|
|
'qmname'=>'PPT背景',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,swf,morepic,downpath,cid,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,swf,morepic,downpath,cid,',
|
|
'tempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,swf,morepic,downpath,cid,',
|
|
'mustqenterf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,morepic,',
|
|
'listandf'=>',title,',
|
|
'setandf'=>1,
|
|
'searchvar'=>',title,',
|
|
'cj'=>',title,titlepic,newstime,swf,morepic,downpath,',
|
|
'canaddf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,swf,morepic,downpath,cid,',
|
|
'caneditf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,swf,morepic,downpath,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|87|88|89|91|92|93|94|95|96|97|98|99|100|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[10]=Array('mid'=>10,
|
|
'mname'=>'图表系统模型',
|
|
'qmname'=>'图表',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,morepic,downpath,diggtop,cid,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,morepic,downpath,diggtop,cid,',
|
|
'tempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,morepic,downpath,diggtop,cid,',
|
|
'mustqenterf'=>',title,titlepic,newstime,morepic,downpath,',
|
|
'listandf'=>',title,fengge,',
|
|
'setandf'=>1,
|
|
'searchvar'=>',title,',
|
|
'cj'=>',title,titlepic,newstime,morepic,downpath,diggtop,cid,',
|
|
'canaddf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,morepic,downpath,diggtop,cid,',
|
|
'caneditf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fengge,fav,morepic,downpath,diggtop,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|41|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[11]=Array('mid'=>11,
|
|
'mname'=>'配图系统模型',
|
|
'qmname'=>'配图',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,titlepic,newstime,star,geshi,sizes,tgz,fav,cc,morepic,downpath,diggtop,cid,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,titlepic,newstime,star,geshi,sizes,tgz,fav,cc,morepic,downpath,diggtop,cid,',
|
|
'tempf'=>',title,titlepic,newstime,star,geshi,sizes,tgz,fav,cc,morepic,downpath,diggtop,cid,',
|
|
'mustqenterf'=>',title,titlepic,newstime,morepic,downpath,',
|
|
'listandf'=>',title,',
|
|
'setandf'=>1,
|
|
'searchvar'=>'',
|
|
'cj'=>',title,titlepic,newstime,morepic,downpath,diggtop,cid,',
|
|
'canaddf'=>',title,titlepic,newstime,star,geshi,sizes,tgz,fav,cc,morepic,downpath,diggtop,cid,',
|
|
'caneditf'=>',title,titlepic,newstime,star,geshi,sizes,tgz,fav,cc,morepic,downpath,diggtop,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|68|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[12]=Array('mid'=>12,
|
|
'mname'=>'视频系统模型',
|
|
'qmname'=>'视频',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,cc,swf,morepic,downpath,diggtop,cid,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,cc,swf,morepic,downpath,diggtop,',
|
|
'tempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,cc,swf,morepic,downpath,diggtop,',
|
|
'mustqenterf'=>',title,titlepic,newstime,morepic,',
|
|
'listandf'=>',title,',
|
|
'setandf'=>1,
|
|
'searchvar'=>'',
|
|
'cj'=>',title,titlepic,newstime,morepic,downpath,',
|
|
'canaddf'=>',title,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,cc,swf,morepic,downpath,diggtop,cid,',
|
|
'caneditf'=>',title,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,cc,swf,morepic,downpath,diggtop,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|112|113|122|123|146|150|152|153|154|155|156|157|158|159|160|161|162|163|164|165|166|167|168|169|170|171|172|173|174|175|176|177|178|179|180|181|182|183|184|185|186|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[13]=Array('mid'=>13,
|
|
'mname'=>'Word系统模型',
|
|
'qmname'=>'Word',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'tempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'mustqenterf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,morepic,',
|
|
'listandf'=>',title,',
|
|
'setandf'=>1,
|
|
'searchvar'=>',title,',
|
|
'cj'=>',title,titlepic,newstime,swf,morepic,downpath,diggtop,',
|
|
'canaddf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'caneditf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|21|24|25|26|27|28|29|30|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[14]=Array('mid'=>14,
|
|
'mname'=>'Excel表格系统模型',
|
|
'qmname'=>'Excel表格',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'tempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'mustqenterf'=>',title,titlepic,newstime,star,tools,geshi,sizes,morepic,',
|
|
'listandf'=>',title,',
|
|
'setandf'=>1,
|
|
'searchvar'=>',title,',
|
|
'cj'=>',title,titlepic,newstime,swf,morepic,downpath,diggtop,',
|
|
'canaddf'=>',title,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'caneditf'=>',title,titlepic,newstime,star,tools,geshi,sizes,tgz,fav,swf,morepic,downpath,diggtop,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|130|131|132|133|134|135|140|136|137|138|139|141|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[16]=Array('mid'=>16,
|
|
'mname'=>'音效系统模型',
|
|
'qmname'=>'音效',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,newstime,star,tools,geshi,sizes,tgz,fengge,fav,mp3,time,downpath,diggtop,cid,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,newstime,star,tools,geshi,sizes,tgz,fengge,fav,mp3,time,downpath,diggtop,cid,',
|
|
'tempf'=>',title,newstime,star,tools,geshi,sizes,tgz,fengge,fav,mp3,time,downpath,diggtop,cid,',
|
|
'mustqenterf'=>',title,newstime,star,tools,geshi,sizes,mp3,time,',
|
|
'listandf'=>',title,',
|
|
'setandf'=>1,
|
|
'searchvar'=>',title,',
|
|
'cj'=>',title,newstime,',
|
|
'canaddf'=>',title,newstime,star,tools,geshi,sizes,tgz,fengge,fav,mp3,time,downpath,diggtop,cid,',
|
|
'caneditf'=>',title,newstime,star,tools,geshi,sizes,tgz,fengge,fav,mp3,time,downpath,diggtop,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'|143|145|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[17]=Array('mid'=>17,
|
|
'mname'=>'pdf系统模型',
|
|
'qmname'=>'pdf',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,titlepic,newstime,geshi,sizes,yeshu,tgz,fengge,fav,downpath,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,downpath,diggtop,cid,',
|
|
'tempf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,mp3,time,mp4,swf,morepic,downpath,diggtop,cid,',
|
|
'mustqenterf'=>',title,titlepic,downpath,',
|
|
'listandf'=>'',
|
|
'setandf'=>0,
|
|
'searchvar'=>',title,',
|
|
'cj'=>',',
|
|
'canaddf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,morepic,downpath,diggtop,cid,',
|
|
'caneditf'=>',title,titlepic,newstime,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,morepic,downpath,diggtop,cid,',
|
|
'tbmainf'=>',title,titlepic,newstime,swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',swf,morepic,downpath,star,tools,geshi,sizes,yeshu,bili,tgz,fengge,fav,cc,cid,mp3,time,mp4,diggtop,',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',mp3,mp4,',
|
|
'imgf'=>',titlepic,morepic,',
|
|
'flashf'=>',swf,',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>',newstime,fengge,',
|
|
'sonclass'=>'|5|',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>9,
|
|
'tbname'=>'ppt');
|
|
$emod_r[18]=Array('mid'=>18,
|
|
'mname'=>'机构信息表',
|
|
'qmname'=>'机构',
|
|
'defaulttb'=>0,
|
|
'datatbs'=>',1,',
|
|
'deftb'=>'1',
|
|
'enter'=>',title,special.field,titlepic,newstime,',
|
|
'qenter'=>',',
|
|
'listtempf'=>',',
|
|
'tempf'=>',',
|
|
'mustqenterf'=>',title,',
|
|
'listandf'=>'',
|
|
'setandf'=>0,
|
|
'searchvar'=>'',
|
|
'cj'=>',',
|
|
'canaddf'=>',title,titlepic,newstime,',
|
|
'caneditf'=>',title,titlepic,newstime,',
|
|
'tbmainf'=>',newstime,titlepic,title,',
|
|
'tbdataf'=>',',
|
|
'tobrf'=>',',
|
|
'dohtmlf'=>',',
|
|
'checkboxf'=>',',
|
|
'savetxtf'=>'',
|
|
'editorf'=>',',
|
|
'ubbeditorf'=>',',
|
|
'pagef'=>'',
|
|
'smalltextf'=>',',
|
|
'filef'=>',',
|
|
'imgf'=>',titlepic,',
|
|
'flashf'=>',',
|
|
'linkfields'=>'|',
|
|
'morevaluef'=>'|',
|
|
'onlyf'=>',',
|
|
'adddofunf'=>'||',
|
|
'editdofunf'=>'||',
|
|
'qadddofunf'=>'||',
|
|
'qeditdofunf'=>'||',
|
|
'definfovoteid'=>0,
|
|
'orderf'=>'',
|
|
'sonclass'=>'',
|
|
'maddfun'=>'',
|
|
'meditfun'=>'',
|
|
'qmaddfun'=>'',
|
|
'qmeditfun'=>'',
|
|
'tid'=>13,
|
|
'tbname'=>'companys');
|
|
|
|
|
|
//-------EmpireCMS.Public.Cache-------
|
|
|
|
?>
|