DZ X2.5 由本地上传到网站空间时要修改的配置文件。dz论坛 BBS首页模板位置。Discuz!X/数据库字典

  • DZ X2.5 由本地上传到网站空间时要修改的配置文件

  • uc_server/data/config.inc.php
  • config/config_global.php
  • config/config_ucenter.php
  • 要更改面三个文件中的关于数据库的连接信息.
  • 要注意config/config_ucenter.php文件中
    define('UC_DBTABLEPRE', 'pre_ucenter_');
    要改成这样的格式
    define('UC_DBTABLEPRE','`dbname`.pre_ucenter_');
    dbname为新的数据库名

==========================================================================

dz论坛 BBS首页模板位置 

位置:template\default\forum\discuz.htm

<!--{subtemplate common/header}-->


<div id="pt" class="bm cl">
 <!--{if empty($gid) && $announcements}-->
 <div class="y">
  <div id="an">
   <dl class="cl">
    <dt class="z xw1">{lang announcements}:&nbsp;</dt>
    <dd>
     <div id="anc"><ul id="ancl">$announcements</ul></div>
    </dd>
   </dl>
  </div>
  <script type="text/javascript">announcement();</script>
 </div>
 <!--{/if}-->
 <div class="z">
  <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a><em>&raquo;</em><a href="forum.php"{if $_G['setting']['forumjump']} id="fjump" onmouseover="delayShow(this, 'showForummenu($_G[fid])');" class="showmenu"{/if}>{$_G[setting][navs][2][navname]}</a>$navigation
 </div>
 <div class="z"><!--{hook/index_status_extra}--></div>
</div>


<!--{if empty($gid)}-->
 <!--{ad/text/wp a_t}-->
<!--{/if}-->

 <style id="diy_style" type="text/css"></style>

<!--{if empty($gid)}-->
 <div class="wp">
  <!--[diy=diy1]--><div id="diy1" class="area"></div><!--[/diy]-->
 </div>
<!--{/if}-->
<div id="ct" class="wp cl{if $_G['setting']['forumallowside']} ct2{/if}">
<!-- QFL标记=================================================AA -->
 <!--{if empty($gid)}-->
  <div id="chart" class="bm bw0 cl">
   <p class="chart z">{lang index_today}: <em>$todayposts</em><span class="pipe">|</span>{lang index_yesterday}: <em>$postdata[0]</em><span class="pipe">|</span>{lang index_posts}: <em>$posts</em><span class="pipe">|</span>{lang index_members}: <em>$_G['cache']['userstats']['totalmembers']</em><!--{if $_G['cache']['userstats']['newsetuser']}--><span class="pipe">|</span>{lang welcome_new_members}: <em><a href="home.php?mod=space&username={echo rawurlencode($_G['cache']['userstats']['newsetuser'])}" target="_blank" class="xi2">$_G['cache']['userstats']['newsetuser']</a></em><!--{/if}--></p>
   <div class="y">
    <!--{hook/index_nav_extra}-->
    <!--{if $_G['uid']}--><a href="forum.php?mod=guide&view=my" title="{lang my_posts}" class="xi2">{lang my_posts}</a><!--{/if}--><!--{if !empty($_G['setting']['search']['forum']['status'])}--><!--{if $_G['uid']}--><span class="pipe">|</span><!--{/if}--><a href="forum.php?mod=guide&view=new" title="{lang show_newthreads}" class="xi2">{lang show_newthreads}</a><!--{/if}-->
   </div>
  </div>
 <!--{/if}-->
<!-- QFL标记=================================================BB -->
 <div class="mn">
  <!--{hook/index_top}-->

  <!--{if !empty($_G['cache']['heats']['message'])}-->
   <div class="bm">
    <div class="bm_h cl">
     <h2>{lang hotthreads_forum}</h2>
    </div>
    <div class="bm_c cl">
     <div class="heat z">
      <!--{loop $_G['cache']['heats']['message'] $data}-->
       <dl class="xld">
        <dt><!--{if $_G['adminid'] == 1}--><a class="d" href="forum.php?mod=misc&action=removeindexheats&tid=$data[tid]" onclick="return removeindexheats()">delete</a><!--{/if}-->
        <a href="forum.php?mod=viewthread&tid=$data[tid]" target="_blank" class="xi2">$data[subject]</a></dt>
        <dd>$data[message]</dd>
       </dl>
      <!--{/loop}-->
     </div>
     <ul class="xl xl1 heatl">
     <!--{loop $_G['cache']['heats']['subject'] $data}-->
      <li><!--{if $_G['adminid'] == 1}--><a class="d" href="forum.php?mod=misc&action=removeindexheats&tid=$data[tid]" onclick="return removeindexheats()">delete</a><!--{/if}-->&middot; <a href="forum.php?mod=viewthread&tid=$data[tid]" target="_blank" class="xi2">$data[subject]</a></li>
     <!--{/loop}-->
     </ul>
    </div>
   </div>
  <!--{/if}-->

  <!--{hook/index_catlist_top}-->
  <div class="fl bm">
  <!--{if empty($gid) && !empty($forum_favlist)}-->
   <!--{eval $forumscount = count($forum_favlist);}-->
   <!--{eval $forumcolumns = $forumscount > 3 ? ($forumscount == 4 ? 4 : 5) : 1;}-->

   <!--{eval $forumcolwidth = (floor(100 / $forumcolumns) - 0.1).'%';}-->

   <div class="bm bmw {if $forumcolumns} flg{/if} cl">
    <div class="bm_h cl">
     <span class="o">
      <img id="category_0_img" src="{IMGDIR}/$collapse['collapseimg_0']" title="{lang spread}" alt="{lang spread}" onclick="toggle_collapse('category_0');" />
     </span>
     <h2><a href="home.php?mod=space&do=favorite&type=forum">{lang forum_myfav}</a></h2>
    </div>
    <div id="category_0" class="bm_c" style="{echo $collapse['category_0']}">
     <table cellspacing="0" cellpadding="0" class="fl_tb">
      <tr>
      <!--{eval $favorderid = 0;}-->
      <!--{loop $forum_favlist $key $favorite}-->
      <!--{eval $forum=$favforumlist[$favorite[id]];}-->
      <!--{eval $forumurl = !empty($forum['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$forum['domain'].'.'.$_G['setting']['domain']['root']['forum'] : 'forum.php?mod=forumdisplay&fid='.$forum['fid'];}-->
       <!--{if $forumcolumns>1}-->
        <!--{if $favorderid && ($favorderid % $forumcolumns == 0)}-->
         </tr>
         <!--{if $favorderid < $forumscount}-->
          <tr class="fl_row">
         <!--{/if}-->
        <!--{/if}-->
        <td class="fl_g"{if $forumcolwidth} width="$forumcolwidth"{/if}>
         <div class="fl_icn_g"{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
         <!--{if $forum[icon]}-->
          $forum[icon]
         <!--{else}-->
          <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
         <!--{/if}-->
         </div>
         <dl{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="margin-left: {$forum[extra][iconwidth]}px;"{/if}>
          <dt><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> ($forum[todayposts])</em><!--{/if}--></dt>
          <!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: <!--{echo dnumber($forum[threads])}--></em>, <em>{lang forum_posts}: <!--{echo dnumber($forum[posts])}--></em></dd><!--{/if}-->
          <dd>
          <!--{if $forum['permission'] == 1}-->
           {lang private_forum}
          <!--{else}-->
           <!--{if $forum['redirect']}-->
            <a href="$forumurl" class="xi2">{lang url_link}</a>
           <!--{elseif is_array($forum['lastpost'])}-->
            <!--{if $forumcolumns < 3}-->
             <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
            <!--{else}-->
             <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
            <!--{/if}-->
           <!--{else}-->
            {lang never}
           <!--{/if}-->
          <!--{/if}-->
          </dd>
          <!--{hook/index_favforum_extra $forum[fid]}-->
         </dl>
        </td>
        <!--{eval $favorderid++;}-->
       <!--{else}-->
        <td class="fl_icn" {if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
         <!--{if $forum[icon]}-->
          $forum[icon]
         <!--{else}-->
          <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
         <!--{/if}-->
        </td>
        <td>
         <h2><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> ($forum[todayposts])</em><!--{/if}--></h2>
         <!--{if $forum[description]}--><p class="xg2">$forum[description]</p><!--{/if}-->
         <!--{if $forum['subforums']}--><p>{lang forum_subforums}: $forum['subforums']</p><!--{/if}-->
         <!--{if $forum['moderators']}--><p>{lang forum_moderators}: <span class="xi2">$forum[moderators]</span></p><!--{/if}-->
         <!--{hook/index_favforum_extra $forum[fid]}-->
        </td>
        <td class="fl_i">
         <!--{if empty($forum[redirect])}--><span class="xi2"><!--{echo dnumber($forum[threads])}--></span><span class="xg1"> / <!--{echo dnumber($forum[posts])}--></span><!--{/if}-->
        </td>
        <td class="fl_by">
         <div>
         <!--{if $forum['permission'] == 1}-->
          {lang private_forum}
         <!--{else}-->
          <!--{if $forum['redirect']}-->
           <a href="$forumurl" class="xi2">{lang url_link}</a>
          <!--{elseif is_array($forum['lastpost'])}-->
           <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
          <!--{else}-->
           {lang never}
          <!--{/if}-->
         <!--{/if}-->
         </div>
        </td>
       </tr>
       <tr class="fl_row">

       <!--{/if}-->

      <!--{/loop}-->
      <!--{if ($columnspad = $favorderid % $forumcolumns) > 0}--><!--{echo str_repeat('<td class="fl_g"'.($forumcolwidth ? " width=\"$forumcolwidth\"" : '').'></td>', $forumcolumns - $columnspad);}--><!--{/if}-->
      </tr>
     </table>

    </div>
   </div>
   <!--{ad/intercat/bm a_c/-1}-->
  <!--{/if}-->
  

  
<!-- QFL标记********栏目开始显示(循环)
  循环中各栏目之间加入内容的控制可用JS脚本实现,也可用DZ自己的代码来实现.   
-->


  <script>//var i=1;</script>
  <!--{eval $ii=0}--> 
   
  <!--{loop $catlist $key $cat}-->
  
      <!--{eval $ii++}--> 
      <!--{if $ii%2==0}-->heooo<!--{/if}-->
      <script>//document.write("AAAA="+i++);</script>
      
   <!--{hook/index_catlist $cat[fid]}-->
   <div class="bm bmw {if $cat['forumcolumns']} flg{/if} cl">
    <div class="bm_h cl">
     <span class="o">
      <img id="category_$cat[fid]_img" src="{IMGDIR}/$cat[collapseimg]" title="{lang spread}" alt="{lang spread}" onclick="toggle_collapse('category_$cat[fid]');" />
     </span>
     <!--{if $cat['moderators']}--><span class="y">{lang forum_category_modedby}: $cat[moderators]</span><!--{/if}-->
     <!--{eval $caturl = !empty($cat['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$cat['domain'].'.'.$_G['setting']['domain']['root']['forum'] : '';}-->
     <h2><a href="{if !empty($caturl)}$caturl{else}forum.php?gid=$cat[fid]{/if}" style="{if $cat[extra][namecolor]}color: {$cat[extra][namecolor]};{/if}">$cat[name]</a></h2>
    </div>
    <div id="category_$cat[fid]" class="bm_c" style="{echo $collapse['category_'.$cat[fid]]}">
     <table cellspacing="0" cellpadding="0" class="fl_tb">
      <tr>
      <!--{loop $cat[forums] $forumid}-->
      <!--{eval $forum=$forumlist[$forumid];}-->
      <!--{eval $forumurl = !empty($forum['domain']) && !empty($_G['setting']['domain']['root']['forum']) ? 'http://'.$forum['domain'].'.'.$_G['setting']['domain']['root']['forum'] : 'forum.php?mod=forumdisplay&fid='.$forum['fid'];}-->
      <!--{if $cat['forumcolumns']}-->
       <!--{if $forum['orderid'] && ($forum['orderid'] % $cat['forumcolumns'] == 0)}-->
        </tr>
        <!--{if $forum['orderid'] < $cat['forumscount']}-->
         <tr class="fl_row">
        <!--{/if}-->
       <!--{/if}-->
       <td class="fl_g" width="$cat[forumcolwidth]">
        <div class="fl_icn_g"{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
        <!--{if $forum[icon]}-->
         $forum[icon]
        <!--{else}-->
         <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
        <!--{/if}-->
        </div>
        <dl{if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="margin-left: {$forum[extra][iconwidth]}px;"{/if}>
         <dt><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> ($forum[todayposts])</em><!--{/if}--></dt>
         <!--{if empty($forum[redirect])}--><dd><em>{lang forum_threads}: <!--{echo dnumber($forum[threads])}--></em>, <em>{lang forum_posts}: <!--{echo dnumber($forum[posts])}--></em></dd><!--{/if}-->
         <dd>
         <!--{if $forum['permission'] == 1}-->
          {lang private_forum}
         <!--{else}-->
          <!--{if $forum['redirect']}-->
           <a href="$forumurl" class="xi2">{lang url_link}</a>
          <!--{elseif is_array($forum['lastpost'])}-->
           <!--{if $cat['forumcolumns'] < 3}-->
            <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
           <!--{else}-->
            <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost">{lang forum_lastpost}: $forum[lastpost][dateline]</a>
           <!--{/if}-->
          <!--{else}-->
           {lang never}
          <!--{/if}-->
         <!--{/if}-->
         </dd>
         <!--{hook/index_forum_extra $forum[fid]}-->
        </dl>
       </td>
      <!--{else}-->
       <td class="fl_icn" {if !empty($forum[extra][iconwidth]) && !empty($forum[icon])} style="width: {$forum[extra][iconwidth]}px;"{/if}>
        <!--{if $forum[icon]}-->
         $forum[icon]
        <!--{else}-->
         <a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}><img src="{IMGDIR}/forum{if $forum[folder]}_new{/if}.gif" alt="$forum[name]" /></a>
        <!--{/if}-->
       </td>
       <td>
        <h2><a href="$forumurl"{if $forum[redirect]} target="_blank"{/if}{if $forum[extra][namecolor]} style="color: {$forum[extra][namecolor]};"{/if}>$forum[name]</a><!--{if $forum[todayposts] && !$forum['redirect']}--><em class="xw0 xi1" title="{lang forum_todayposts}"> ($forum[todayposts])</em><!--{/if}--></h2>
        <!--{if $forum[description]}--><p class="xg2">$forum[description]</p><!--{/if}-->
        <!--{if $forum['subforums']}--><p>{lang forum_subforums}: $forum['subforums']</p><!--{/if}-->
        <!--{if $forum['moderators']}--><p>{lang forum_moderators}: <span class="xi2">$forum[moderators]</span></p><!--{/if}-->
        <!--{hook/index_forum_extra $forum[fid]}-->
       </td>
       <td class="fl_i">
        <!--{if empty($forum[redirect])}--><span class="xi2"><!--{echo dnumber($forum[threads])}--></span><span class="xg1"> / <!--{echo dnumber($forum[posts])}--></span><!--{/if}-->
       </td>
       <td class="fl_by">
        <div>
        <!--{if $forum['permission'] == 1}-->
         {lang private_forum}
        <!--{else}-->
         <!--{if $forum['redirect']}-->
          <a href="$forumurl" class="xi2">{lang url_link}</a>
         <!--{elseif is_array($forum['lastpost'])}-->
          <a href="forum.php?mod=redirect&tid=$forum[lastpost][tid]&goto=lastpost#lastpost" class="xi2"><!--{echo cutstr($forum[lastpost][subject], 30)}--></a> <cite>$forum[lastpost][dateline] <!--{if $forum['lastpost']['author']}-->$forum['lastpost']['author']<!--{else}-->$_G[setting][anonymoustext]<!--{/if}--></cite>
         <!--{else}-->
          {lang never}
         <!--{/if}-->
        <!--{/if}-->
        </div>
       </td>
      </tr>
      <tr class="fl_row">
      <!--{/if}-->
      <!--{/loop}-->
      $cat['endrows']
      </tr>
     </table>
    </div>
   </div>
   <!--{ad/intercat/bm a_c/$cat[fid]}-->
   
  <!--{/loop}-->
  
<!-- QFL标记********栏目结束显示(循环) -->  
  </div>

  <!--{hook/index_middle}-->
  <div class="wp mtn">
   <!--[diy=diy3]--><div id="diy3" class="area"></div><!--[/diy]-->
  </div>
<!-- QFL标记=================================================CC -->
  <!--{if empty($gid) && $_G['setting']['whosonlinestatus']}-->
   <div id="online" class="bm oll">
    <div class="bm_h">
    <!--{if $detailstatus}-->
     <span class="o"><a href="forum.php?showoldetails=no#online" title="{lang spread}"><img src="{IMGDIR}/collapsed_no.gif" alt="{lang spread}" /></a></span>
     <h3>
      <strong><a href="home.php?mod=space&do=friend&view=online&type=member">{lang onlinemember}</a></strong>
      <span class="xs1">- <strong>$onlinenum</strong> {lang onlines}
      - <strong>$membercount</strong> {lang index_members}(<strong>$invisiblecount</strong> {lang index_invisibles}),
      <strong>$guestcount</strong> {lang index_guests}
      - {lang index_mostonlines} <strong>$onlineinfo[0]</strong> {lang on} <strong>$onlineinfo[1]</strong>.</span>
     </h3>
    <!--{else}-->
     <!--{if empty($_G['setting']['sessionclose'])}-->
      <span class="o"><a href="forum.php?showoldetails=yes#online" title="{lang spread}"><img src="{IMGDIR}/collapsed_yes.gif" alt="{lang spread}" /></a></span>
     <!--{/if}-->
     <h3>
      <strong>
       <!--{if !empty($_G['setting']['whosonlinestatus'])}-->
        {lang onlinemember}
       <!--{else}-->
        <a href="home.php?mod=space&do=friend&view=online&type=member">{lang onlinemember}</a>
       <!--{/if}-->
      </strong>
      <span class="xs1">- {lang total} <strong>$onlinenum</strong> {lang onlines}
      <!--{if $membercount}-->- <strong>$membercount</strong> {lang index_members},<strong>$guestcount</strong> {lang index_guests}<!--{/if}-->
      - {lang index_mostonlines} <strong>$onlineinfo[0]</strong> {lang on} <strong>$onlineinfo[1]</strong>.</span>
     </h3>
    <!--{/if}-->
    </div>
   <!--{if $_G['setting']['whosonlinestatus'] && $detailstatus}-->
    <dl id="onlinelist" class="bm_c">
     <dt class="ptm pbm bbda">$_G[cache][onlinelist][legend]</dt>
     <!--{if $detailstatus}-->
      <dd class="ptm pbm">
      <ul class="cl">
      <!--{if $whosonline}-->
       <!--{loop $whosonline $key $online}-->
        <li title="{lang time}: $online[lastactivity]">
        <img src="{STATICURL}image/common/$online[icon]" alt="icon" />
        <!--{if $online['uid']}-->
         <a href="home.php?mod=space&uid=$online[uid]">$online[username]</a>
        <!--{else}-->
         $online[username]
        <!--{/if}-->
        </li>
       <!--{/loop}-->
      <!--{else}-->
       <li style="width: auto">{lang online_only_guests}</li>
      <!--{/if}-->
      </ul>
     </dd>
     <!--{/if}-->
    </dl>
   <!--{/if}-->
   </div>
  <!--{/if}-->

  <!--{if empty($gid) && ($_G['cache']['forumlinks'][0] || $_G['cache']['forumlinks'][1] || $_G['cache']['forumlinks'][2])}-->
  <div class="bm lk">
   <div id="category_lk" class="bm_c ptm">
    <!--{if $_G['cache']['forumlinks'][0]}-->
     <ul class="m mbn cl">$_G['cache']['forumlinks'][0]</ul>
    <!--{/if}-->
    <!--{if $_G['cache']['forumlinks'][1]}-->
     <div class="mbn cl">
      $_G['cache']['forumlinks'][1]
     </div>
    <!--{/if}-->
    <!--{if $_G['cache']['forumlinks'][2]}-->
     <ul class="x mbm cl">
      $_G['cache']['forumlinks'][2]
     </ul>
    <!--{/if}-->
   </div>
  </div>
  <!--{/if}-->

  <!--{hook/index_bottom}-->
 </div>

 <!--{if $_G['setting']['forumallowside']}-->
  <div id="sd" class="sd">
   <!--{hook/index_side_top}-->
   <div class="drag">
    <!--[diy=diy2]--><div id="diy2" class="area"></div><!--[/diy]-->
   </div>
   <!--{hook/index_side_bottom}-->
  </div>
 <!--{/if}-->
</div>
<!--{if $_G['group']['radminid'] == 1}-->
 <!--{eval helper_manyou::checkupdate();}-->
<!--{/if}-->
<!--{subtemplate common/footer}-->

===============================================================================

Discuz!X/数据库字典

以下是整理 Discuz! X1.5RC Release 20100901 版本的数据库字典。表名分为三部分,中间以下划线分割,以下为例 pre_ 为前缀。中间如common,forum,home,portal 等,代表使用的各功能模块。本来还包括了 ucenter1.5 但我们为免重复,单列到UCenter数据库字典里。(来自蓝色理想
 

表名 功能
pre_common_addon 插件扩展中心服务商
pre_common_admincp_cmenu 后台管理面板,自定义常用菜单表
pre_common_admincp_group 后台团队职务名称表
pre_common_admincp_member 后台管理员成员表
pre_common_admincp_perm 后台团队职务权限分配表
pre_common_admincp_session 后台管理面板登录session表
pre_common_admingroup 后台管理组权限分配表
pre_common_adminnote 管理团队留言表
pre_common_advertisement 广告位管理表
pre_common_advertisement_custom 广告位自定义名称
pre_common_banned 禁止IP表
pre_common_block DIY模块表
pre_common_block_item DIY模块属性表
pre_common_block_item_data DIY模块数据表
pre_common_block_permission DIY模块权限表
pre_common_block_style DIY模块风格表
pre_common_cache 公用缓存表
pre_common_credit_log 积分日志表
pre_common_credit_rule 积分规则表
pre_common_credit_rule_log -
pre_common_credit_rule_log_field -
pre_common_cron 计划任务表
pre_common_district 地区列表
pre_common_diy_data DIY数据表
pre_common_domain 应用域名分配表
pre_common_failedlogin 普通登录失败日志表
pre_common_friendlink 友情链接表
pre_common_invite 邀请码表
pre_common_magic 道具表
pre_common_magiclog 道具日志表
pre_common_mailcron 邮件计划任务表
pre_common_mailqueue 邮件发送队列表
pre_common_member 用户表,密码是随机生成记录,实际记录在UCenter
pre_common_member_count 用户数据统计表
pre_common_member_field_forum 用户论坛设置表
pre_common_member_field_home 用户家园设置表
pre_common_member_log 用户操作日志表
pre_common_member_magic 用户道具配置表
pre_common_member_profile 用户个人信息表
pre_common_member_profile_setting 用户个人信息设置表
pre_common_member_security -
pre_common_member_status 用户状态表
pre_common_member_stat_field 用户状态字段表
pre_common_member_stat_fieldcache 用户状态字段缓存表
pre_common_member_stat_search -
pre_common_member_stat_searchcache -
pre_common_member_validate -
pre_common_member_verify 会员认证状态表 [对应后台认证设置代号]
pre_common_member_verify_info 待认证信息表 [已提交信息但后台未进行任何操作的]
pre_common_myapp 漫游应用表
pre_common_myapp_count 漫游应用数据统计表
pre_common_myinvite 漫游邀请表
pre_common_mytask 漫游任务表
pre_common_nav 导航菜单表
pre_common_onlinetime 在线时间表
pre_common_plugin 插件表
pre_common_pluginvar 插件参数表
pre_common_process  
pre_common_regip 注册IP表,防重复注册
pre_common_report 举报表
pre_common_searchindex 搜索索引表
pre_common_secquestion 密码问答问题表
pre_common_session 用户登录session表
pre_common_setting 网站设置参数表
pre_common_smiley 笑脸设置表
pre_common_sphinxcounter sphinx搜索程序用表
pre_common_stat 统计表
pre_common_statuser 统计用户表
pre_common_style 风格表
pre_common_stylevar 风格参数表
pre_common_syscache 系统参数缓存表
pre_common_task 用户任务表
pre_common_taskvar 任务参数表
pre_common_template 模板表
pre_common_template_block 模板模块表
pre_common_template_permission 模板权限表
pre_common_usergroup 用户组表
pre_common_usergroup_field 用户组权限表
pre_common_word 敏感词设置表
pre_forum_access 论坛访问权限单独设置表
pre_forum_activity 活动贴表
pre_forum_activityapply 活动贴会员报名信息表
pre_forum_announcement 论坛公告表
pre_forum_attachment 论坛附件表
pre_forum_attachmentfield 论坛附件参数表
pre_forum_attachtype 论坛附件类型表
pre_forum_bbcode 论坛UBBCODE表
pre_forum_creditslog 论坛积分日志表
pre_forum_debate 辩论帖表
pre_forum_debatepost 辩论数据表
pre_forum_faq 常见问答表
pre_forum_forum 论坛板块表
pre_forum_forumfield 论坛板块设置表
pre_forum_forumrecommend 版块推荐帖表
pre_forum_forum_threadtable 主帖表
pre_forum_groupcreditslog 群组积分记录表
pre_forum_groupfield 群组表
pre_forum_groupinvite 群组邀请表
pre_forum_grouplevel 群组级别表
pre_forum_groupranking 群组评分表
pre_forum_groupuser 群组用户表
pre_forum_imagetype 图像类型表
pre_forum_medal 勋章表
pre_forum_medallog 勋章发放日志表
pre_forum_memberrecommend 用户推荐表
pre_forum_moderator 版主表
pre_forum_modwork 版主工作表
pre_forum_onlinelist 论坛在线列表
pre_forum_order 论坛订单表
pre_forum_poll 论坛投票帖表
pre_forum_polloption 论坛投票选项表
pre_forum_pollvoter 论坛投票用户表
pre_forum_post 论坛回复表
pre_forum_postcomment 帖子评论表
pre_forum_postlog 回复日志表
pre_forum_postposition 回复楼层表
pre_forum_poststick  
pre_forum_post_tableid  
pre_forum_promotion  
pre_forum_ratelog 打分日志表
pre_forum_relatedthread 相关帖子表
pre_forum_rsscache RSS缓存表
pre_forum_spacecache 空间信息缓存表
pre_forum_statlog 论坛统计日志
pre_forum_thread 主帖列表
pre_forum_threadclass 帖子分类表
pre_forum_threadlog 帖子日志
pre_forum_threadmod 帖子管理
pre_forum_threadtype 帖子分类信息类型表
pre_forum_trade 商品帖
pre_forum_tradecomment 商品帖评论
pre_forum_tradelog 商品帖交易日志
pre_forum_typeoption 分类信息字段表
pre_forum_typeoptionvar 分类信息贴内分类信息值表
pre_forum_typevar 分类信息字段设置表
pre_forum_warning 帖子警告信息表
pre_home_album 家园相册表
pre_home_album_category 家园相册分类表
pre_home_appcreditlog 家园应用积分日志
pre_home_blacklist 家园黑名单表
pre_home_blog 家园博客表
pre_home_blogfield 家园博客内容表
pre_home_blog_category 家园博客分类表
pre_home_class 家园日志个人分类表
pre_home_click 表态动作设置表
pre_home_clickuser 用户使用表态动作记录表
pre_home_comment 家园评论表
pre_home_docomment 家园记录表
pre_home_doing 家园用户记录信息表
pre_home_favorite 家园收藏表
pre_home_feed 家园动态表
pre_home_feed_app 家园应用添加动态信息表
pre_home_friend 家园好友表
pre_home_friendlog  
pre_home_friend_request  
pre_home_notification  
pre_home_pic  
pre_home_picfield  
pre_home_poke  
pre_home_pokearchive  
pre_home_share  
pre_home_show  
pre_home_specialuser  
pre_home_userapp  
pre_home_userappfield  
pre_home_userapp_stat  
pre_home_viewlog  
pre_home_visitor  
pre_portal_article_content  
pre_portal_article_count  
pre_portal_article_related  
pre_portal_article_title  
pre_portal_article_trash  
pre_portal_attachment  
pre_portal_category  
pre_portal_category_permission  
pre_portal_comment  
pre_portal_topic  
pre_portal_topic_pic  


欢迎补充!

猜你喜欢

转载自blog.csdn.net/hljqfl/article/details/86497364