`

模块详细缓存

    博客分类:
  • php
 
阅读更多
原文地址:http://www.phpcms.cn/doc/PHPCMSDocumentor/cache_module_detail.html



Phpcms缓存,路径:data/cache/module_phpcms.php ,读取方式:$m_cache = cache_read('module_phpcms.php'); 

array (
  'module' => 'phpcms',
  'name' => 'Phpcms',
  'path' => '',
  'url' => '',
  'iscore' => '1',
  'version' => '2008',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'phpcmsusername' => '',
  'phpcmspassword' => '',
  'sitename' => 'Phpcms',
  'siteurl' => '',
  'ishtml' => '1',
  'fileext' => 'html',
  'meta_title' => '中国领先的网站内容管理系统',
  'meta_keywords' => 'Phpcms 网站内容管理系统',
  'meta_description' => 'Phpcms 网站内容管理系统',
  'copyright' => '<p>CopyRight 2006---2009&nbsp; <a href="http://www.phpcms.cn/">酷6网(北京)信息技术有限公司</a>版权所有</p>',
  'icpno' => '京ICP证060955号',
  'pageshtml' => '总数:<b>{$total}</b>
<a href="{$firstpage}">首页</a><a href="{$prepage}">上一页</a><a href="{$nextpage}">下一页</a><a href="{$lastpage}">尾页</a>
页次:<b><font color="red">{$page}</font>/{$pages}</b>
<input type="text" name="page" id="page" size="2" onKeyDown="if(event.keyCode==13) {redirect(\'{$urlpre}\'+this.value); return false;}"> 
<input type="button" value="GO" class="gotopage" onclick="redirect(\'{$urlpre}\'+$(\'#page\').val())">',
  'segmentclass' => 'segment',
  'enablegetkeywords' => '1',
  'enablegetscrollbar' => '1',
  'enable_urlencode' => '0',
  'areaid' => '1',
  'editor_max_data_hour' => '4',
  'editor_interval_data' => '30',
  'maxpage' => '100',
  'pagesize' => '20',
  'autoupdatelist' => '5',
  'search_time' => '10',
  'search_maxresults' => '500',
  'search_pagesize' => '10',
  'category_count' => '1',
  'show_hits' => '1',
  'adminaccessip' => '',
  'maxloginfailedtimes' => '5',
  'maxiplockedtime' => '1',
  'enable_ipbanned' => '0',
  'minrefreshtime' => '0',
  'filter_word' => '',
  'thumb_enable' => '1',
  'thumb_width' => '300',
  'thumb_height' => '300',
  'watermark_enable' => '1',
  'watermark_minwidth' => '300',
  'watermark_minheight' => '300',
  'watermark_img' => 'images/watermark.gif',
  'watermark_pct' => '100',
  'watermark_quality' => '80',
  'watermark_pos' => '9',
  'mail_type' => '1',
  'mail_server' => 'smtp.163.com',
  'mail_port' => '25',
  'mail_user' => 'phpcms@163.com',
  'mail_password' => '',
  'mail_sign' => '',
  'enablepassport' => '0',
  'passport_file' => 'discuz',
  'passport_charset' => 'gbk',
  'passport_url' => 'http://www.***.com/bbs/api/passport.php',
  'passport_key' => '',
  'enableserverpassport' => '0',
  'passport_serverurl' => 'http://www.***.com/bbs/',
  'passport_registerurl' => 'register.php',
  'passport_loginurl' => 'login.php',
  'passport_logouturl' => 'login.php?action=quit',
  'passport_getpasswordurl' => 'sendpwd.php',
  'passport_serverkey' => '',
  'passport_expire' => '',
  'uc' => '0',
  'uc_api' => 'http://uc.phpcms.cn/uc',
  'uc_ip' => '',
  'uc_dbhost' => 'localhost',
  'uc_dbname' => 'dbname',
  'uc_dbuser' => 'dbuser',
  'uc_dbpwd' => 'dbpw',
  'uc_dbpre' => 'uc_',
  'uc_charset' => 'gbk',
  'uc_appid' => '3',
  'uc_key' => '',
  'enabletm' => '0',
  'qq' => '',
  'msn' => '',
  'skype' => '',
  'taobao' => '',
  'alibaba' => '',
)

会员缓存,路径:data/cache/module_member.php ,读取方式:$m_cache = cache_read('module_member.php'); 

array (
  'module' => 'member',
  'name' => '会员',
  'path' => 'member/',
  'url' => 'member/',
  'iscore' => '1',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'allowregister' => '1',
  'choosemodel' => '1',
  'enablemailcheck' => '0',
  'enableshowlist' => '1',
  'enableadmincheck' => '0',
  'enablecheckcodeofreg' => '1',
  'enableQchk' => '0',
  'paytype' => 'point',
  'defualtpoint' => '0',
  'defualtamount' => '0.00',
  'reglicense' => ' 欢迎您注册成为phpcms用户
            
            ',
)

支付缓存,路径:data/cache/module_pay.php ,读取方式:$m_cache = cache_read('module_pay.php'); 

array (
  'module' => 'pay',
  'name' => '支付',
  'path' => 'pay/',
  'url' => 'pay/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'maxtopfailedtimes' => '0',
  'maxiplockedtime' => '1',
  'enabledkey' => ',',
)

广告管理缓存,路径:data/cache/module_ads.php ,读取方式:$m_cache = cache_read('module_ads.php'); 

array (
  'module' => 'ads',
  'name' => '广告管理',
  'path' => 'ads/',
  'url' => 'ads/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'enableadsclick' => '1',
  'pagesize' => '15',
  'ext' => 'jpg|jpeg|gif|bmp|png|swf',
  'maxsize' => '307200',
  'htmldir' => 'js',
)

个人空间缓存,路径:data/cache/module_space.php ,读取方式:$m_cache = cache_read('module_space.php'); 

array (
  'module' => 'space',
  'name' => '个人空间',
  'path' => 'space/',
  'url' => 'space/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'setting' => '',
)

评论缓存,路径:data/cache/module_comment.php ,读取方式:$m_cache = cache_read('module_comment.php'); 

array (
  'module' => 'comment',
  'name' => '评论',
  'path' => 'comment/',
  'url' => 'comment/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'ischecklogin' => '1',
  'ischeckcomment' => '0',
  'enablecheckcode' => '1',
  'maxnum' => '10',
  'enabledkey' => ',',
)

投票问卷缓存,路径:data/cache/module_vote.php ,读取方式:$m_cache = cache_read('module_vote.php'); 

array (
  'module' => 'vote',
  'name' => '投票问卷',
  'path' => 'vote/',
  'url' => 'vote/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'editor' => '1',
  'template' => '',
  'checkcode' => '0',
  'anonymous' => '1',
)

友情链接缓存,路径:data/cache/module_link.php ,读取方式:$m_cache = cache_read('module_link.php'); 

array (
  'module' => 'link',
  'name' => '友情链接',
  'path' => 'link/',
  'url' => 'link/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'seo_keywords' => '友情链接',
  'seo_description' => '友情链接',
  'enablecheckcode' => '0',
  'ischeck' => '1',
)

订单缓存,路径:data/cache/module_order.php ,读取方式:$m_cache = cache_read('module_order.php'); 

array (
  'module' => 'order',
  'name' => '订单',
  'path' => 'order/',
  'url' => 'order/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-11-26',
  'installdate' => '2008-11-26',
  'updatedate' => '2008-11-26',
  'maxcloseday' => '7',
  'maxdelivers' => '5',
)

短消息缓存,路径:data/cache/module_message.php ,读取方式:$m_cache = cache_read('module_message.php'); 

array (
  'module' => 'message',
  'name' => '短消息',
  'path' => 'message/',
  'url' => 'message/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'setting' => '',
)

邮箱订阅缓存,路径:data/cache/module_mail.php ,读取方式:$m_cache = cache_read('module_mail.php'); 

array (
  'module' => 'mail',
  'name' => '邮箱订阅',
  'path' => 'mail/',
  'url' => 'mail/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'validation' => '0',
  'maxnum' => '5',
  'ischeckcode' => '1',
  'enabledkey' => ',',
)

留言板缓存,路径:data/cache/module_guestbook.php ,读取方式:$m_cache = cache_read('module_guestbook.php'); 

array (
  'module' => 'guestbook',
  'name' => '留言板',
  'path' => 'guestbook/',
  'url' => 'guestbook/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'seo_keywords' => 'phpcms留言板',
  'seo_description' => 'phpcms留言板',
  'pagesize' => '20',
  'maxcontent' => '1000',
  'enablecheckcode' => '1',
  'show' => '1',
  'enableTourist' => '0',
  'checkpass' => '0',
)

网站公告缓存,路径:data/cache/module_announce.php ,读取方式:$m_cache = cache_read('module_announce.php'); 

array (
  'module' => 'announce',
  'name' => '网站公告',
  'path' => 'announce/',
  'url' => 'announce/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'setting' => '',
)

问吧缓存,路径:data/cache/module_ask.php ,读取方式:$m_cache = cache_read('module_ask.php'); 

array (
  'module' => 'ask',
  'name' => '问吧',
  'path' => 'ask/',
  'url' => 'ask/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'publish_check' => '0',
  'publish_code' => '1',
  'answer_check' => '0',
  'height_score' => '10',
  'anybody_score' => '2',
  'answer_give_credit' => '2',
  'answer_max_credit' => '20',
  'answer_bounty_credit' => '10',
  'vote_give_credit' => '1',
  'vote_max_credit' => '10',
  'del_question_credit' => '20',
  'del_answer_credit' => '25',
  'del_day15_credit' => '25',
  'return_credit' => '10',
  'member_group' => '公司白领
魔法师
科举夺魁
武将
江湖奇侠',
  'autoupdate' => '10',
  'use_editor' => '1',
  'rewrite' => '0',
  'categoryUrlRuleid' => '29',
  'showUrlRuleid' => '28',
)

顶一下缓存,路径:data/cache/module_digg.php ,读取方式:$m_cache = cache_read('module_digg.php'); 

array (
  'module' => 'digg',
  'name' => '顶一下',
  'path' => 'digg/',
  'url' => 'digg/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'mode' => '1',
)

心情指数缓存,路径:data/cache/module_mood.php ,读取方式:$m_cache = cache_read('module_mood.php'); 

array (
  'module' => 'mood',
  'name' => '心情指数',
  'path' => 'mood/',
  'url' => 'mood/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'setting' => '',
)

全站搜索缓存,路径:data/cache/module_search.php ,读取方式:$m_cache = cache_read('module_search.php'); 

array (
  'module' => 'search',
  'name' => '全站搜索',
  'path' => 'search/',
  'url' => 'search/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'titlelen' => '80',
  'descriptionlen' => '480',
  'type_urlruleid' => '',
  'show_urlruleid' => '',
)

专题缓存,路径:data/cache/module_special.php ,读取方式:$m_cache = cache_read('module_special.php'); 

array (
  'module' => 'special',
  'name' => '专题',
  'path' => 'special/',
  'url' => 'special/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'ishtml' => '1',
  'type_urlruleid' => '13',
  'show_urlruleid' => '19',
)

错误报告缓存,路径:data/cache/module_error_report.php ,读取方式:$m_cache = cache_read('module_error_report.php'); 

array (
  'module' => 'error_report',
  'name' => '错误报告',
  'path' => 'error_report/',
  'url' => 'error_report/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'ispoint' => '0',
  'enablecheckcode' => '1',
  'enabledkey' => ',',
)

表单向导缓存,路径:data/cache/module_formguide.php ,读取方式:$m_cache = cache_read('module_formguide.php'); 

array (
  'module' => 'formguide',
  'name' => '表单向导',
  'path' => 'formguide/',
  'url' => 'formguide/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2008-10-28',
  'installdate' => '2008-10-28',
  'updatedate' => '2008-10-28',
  'allowmultisubmit' => '1',
  'allowunregsubmit' => '1',
  'allowsendemail' => '0',
)

企业黄页缓存,路径:data/cache/module_yp.php ,读取方式:$m_cache = cache_read('module_yp.php'); 

array (
  'module' => 'yp',
  'name' => '企业黄页',
  'path' => 'yp/',
  'url' => 'yp/',
  'iscore' => '0',
  'version' => '1.0.0',
  'publishdate' => '2009-03-02',
  'installdate' => '2009-03-02',
  'updatedate' => '2009-03-02',
  'seo_title' => '',
  'seo_keywords' => '',
  'seo_description' => '',
  'groupimg' =>
  array (
    1 => '',
    4 => 'yp/images/gold.gif',
    5 => 'yp/images/gold.gif',
    6 => 'yp/images/g_1.gif',
  ),
  'enableSecondDomain' => '0',
  'secondDomain' => 'c.cc',
  'domainlestleth' => '3',
  'savedDomain' => '',
  'businessdir' => 'business',
  'cache_index' => '10',
  'cache_list' => '10',
  'cache_show' => '10',
  'ischeck' => '0',
  'check_cert' => '1',
  'enable_rewrite' => '0',
  'priv_roleid' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_news' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_product' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_buy' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_job' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_stat' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_cert' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'allow_add_map' =>
  array (
    0 => '1',
    1 => '6',
  ),
  'add_check' =>
  array (
    0 => '1',
    1 => '6',
  ),
)

采集管理缓存,路径:data/cache/module_spider.php ,读取方式:$m_cache = cache_read('module_spider.php'); 

array (
  'module' => 'spider',
  'name' => '采集管理',
  'path' => 'spider/',
  'url' => 'spider/',
  'iscore' => '0',
  'version' => '1.0.0.0',
  'publishdate' => '2009-05-20',
  'installdate' => '2009-05-20',
  'updatedate' => '2009-05-20',
  'Debug' => '0',
  'CacheUrlTag' => '1',
  'CacheTitleTag' => '1',
  'keywordContentLenght' => '500',
  'titleLength' => '72',
  'keywordNumber' => '4',
  'keywordStrLength' => '4',
  'keywordStrMaxLength' => '8',
  'keywordFilter' => '',
  'descriptionLength' => '180',
)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics