Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

經驗值,魔法值,生命值 D5+ 用户信息美化 For 5.5

[复制链接]
enbony 发表于 2007-3-17 23:39:53 | 显示全部楼层 |阅读模式
程序名称: 經驗值,魔法值,生命值 D5+ 用户信息美化 For 5.5
运行平台: Discuz! 5.5.0
程序作者: gsvxyebv
修改文件: viewthreads.php
修改模板: viewthreads.htm
数据升级: 无
增加查询: 2
程序演示: http://www.imshasha.com

打開 viewthread.php


  1. require_once DISCUZ_ROOT.'./include/discuzcode.func.php';
复制代码


下面加
  1. require("./include/add_function.php");
复制代码



  1. $post['dateline'] = gmdate("$dateformat $timeformat", $post['dateline'] + $timeoffset * 3600);
复制代码


下面加
  1. $daysreg = ($timestamp - $post['regdate']) / (24*3600);
  2. $ppd = $post['posts'] / $daysreg;
  3. $post['exp_mp_hp'] = exp_mp_hp($post['posts'],$ppd,$daysreg);
复制代码


打開 template/default/viewthread.htm


  1. <!--{if $post['nickname']}--> <span class="smalltxt">($post[nickname])</span><!--{/if}-->
  2.                 <br><div class="smalltxt">
  3.                 $post[authortitle]
  4.                 <br>{eval showstars($post['stars']);}<br><!--{if $post['customstatus']}-->$post[customstatus]<br><!--{/if}--><br>
  5.                 <!--{if $avatarshowpos == 3 && $post['avatarshow'] && $showavatars}-->
  6.                         <center>$post[avatarshow]</center><br>
  7.                 <!--{elseif $post['avatar'] && $showavatars}-->
  8.                         <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed; overflow: hidden">
  9.                         <tr><td align="center">$post[avatar]</td></tr></table><br>
  10.                 <!--{else}-->
  11.                         <br><br>
  12.                 <!--{/if}-->
  13.                 <!--{if $post['medals']}-->
  14.                         <!--{loop $post['medals'] $medal}-->
  15.                                 <img src="images/common/$medal[image]" border="0" alt="$medal[name]" />  
  16.                         <!--{/loop}-->
  17.                         <br>
  18.                 <!--{/if}-->
  19.                 {lang uid} $post[uid]<br>
  20.                 {lang digest_posts} <!--{if $post['digestposts']}--><a href="digest.php?authorid=$post[authorid]">$post[digestposts]</a><!--{else}-->$post[digestposts]<!--{/if}--><br>
  21.                 {lang credits} $post[credits]<br>
  22.                 {lang posts} $post[posts]<br>
  23.                 <!--{loop $extcredits_thread $key $credit}-->
  24.                         $credit[title] $post[$key] $credit[unit]<br>
  25.                 <!--{/loop}-->
  26.                 {lang readperm} $post[readaccess]<br>
  27.                 {lang regtime} $post[regdate]
  28.                 <!--{loop $_DCACHE['fields_thread'] $field}-->
  29.                         <br>$field[title]
  30.                         <!--{if $field['selective']}-->
  31.                                 $field['choices'][$post['field_'.$field['fieldid']]]
  32.                         <!--{else}-->
  33.                                 $post['field_'.$field['fieldid']]
  34.                         <!--{/if}-->
  35.                 <!--{/loop}-->
  36.                 <!--{if $post['location']}--><br>{lang location} $post[location]<!--{/if}--><br>
  37.                 <!--{if $vtonlinestatus && $post['authorid']}-->
  38.                         <!--{if ($vtonlinestatus == 2 && $onlineauthors[$post[authorid]]) || ($vtonlinestatus == 1 && ($timestamp - $post['lastactivity'] <= 10800) && !$post['invisible'])}-->
  39.                                 {lang online_status} <b>{lang online}</b>
  40.                         <!--{else}-->
  41.                                 {lang online_status} {lang offline}
  42.                         <!--{/if}-->
  43.                 <!--{/if}-->
  44.                 <!--{if $avatarshowpos == 2 && $showavatars}--><br><br><center>$post[avatarshow]</center><!--{/if}-->
  45.                 </div>
  46.                 <!--{if $post['alipay']}--><br><a href="https://www.alipay.com/payto:$post[alipay]?partner=20880020258585430156" target="_blank"><img src="{IMGDIR}/payto.gif" border="0" alt="{lang payto_author}" /></a><!--{/if}-->
  47.         <!--{else}-->
  48.                 <!--{if !$post['authorid']}-->
  49.                         <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  50.                 <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
  51.                         <span class="bold">
  52.                         <!--{if $forum['ismoderator']}--><a href="viewpro.php?uid=$post[authorid]" target="_blank">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}-->
  53.                         </span><br>{lang member_anonymous}
  54.                 <!--{else}-->
  55.                         <span class="bold">$post[author]</span><br>
  56.                         {lang member_deleted}
  57.                 <!--{/if}-->
  58.                 <br><br><br><br><br><br><br><br><br><br>
  59.         <!--{/if}-->
  60.         </td>
复制代码


改成:
  1. <!--{if $post['nickname']}--> <span class="smalltxt">($post[nickname])</span><!--{/if}-->
  2.                 <br><div class="smalltxt">
  3.                 {eval showstars($post['stars']);}<br><!--{if $post['customstatus']}-->$post[customstatus]<br><!--{/if}--><br>
  4.                 <!--{if $avatarshowpos == 3 && $post['avatarshow'] && $showavatars}-->
  5.                         <center>$post[avatarshow]</center><br>
  6.                 <!--{elseif $post['avatar'] && $showavatars}-->
  7.                         <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed">
  8.                         <tr><td align="center">$post[avatar]</td></tr></table><br>
  9.                 <!--{else}-->
  10.                         <br><br>
  11.                 <!--{/if}-->
  12. <table width="155" border="0" align="center" cellpadding="0" cellspacing="0">
  13. <tr><td background="{IMGDIR}/pic/kuan03.gif">
  14. <table cellSpacing=0 cellPadding=0 border=0>
  15. <tr><td width=8></td>
  16. <td background="{IMGDIR}/pic/kuan04.gif"><span class=smalltxt><IMG src="{IMGDIR}/pic/rb01.gif" width=1>
  17. $post[authortitle]
  18. <!--{if $credits < 100}--><IMG src="{IMGDIR}/pic/money0.gif" align=absMiddle border=0>
  19. <!--{else}-->
  20. <IMG src="{IMGDIR}/pic/money1.gif" align=absMiddle border=0>
  21. <!--{/if}-->
  22. </span></td></tr></table></td></tr>
  23. <tr>
  24. <td background="{IMGDIR}/pic/kuan02.gif" bgColor="#f8f8f8" align="middle">
  25. <table cellSpacing="0" cellPadding="0" border="0" width="85%" align="center">
  26. <tr><td colspan="2">
  27. $post[exp_mp_hp]<br>
  28. <img src="{IMGDIR}/pic/icon_1.gif" border="0">  {lang uid}: $post[uid] <br>
  29. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang digest_posts}: <font color="#9B21E8"><!--{if $post['digestposts']}--><a href="digest.php?authorid=$post[authorid]">$post[digestposts]</a><!--{else}-->$post[digestposts]<!--{/if}--></font><br>
  30. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang credits}: <font color="#FD289B">$post[credits]</font><br>
  31. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang posts}: <font color="#33CC33">$post[posts]</font><br>
  32. <!--{loop $extcredits_thread $key $credit}--><img src="{IMGDIR}/pic/icon_1.gif" border="0"> $credit[title]: <font color="red">
  33. $post[$key] $credit[unit]</font><br><!--{/loop}-->
  34. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang readperm}: <font color="#5D8D12">$post[readaccess]</font><br>
  35. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang regtime}: <font color="#CC3333">$post[regdate]</font>

  36. <!--{loop $_DCACHE['fields_thread'] $field}-->
  37.                         <br><img src="{IMGDIR}/pic/icon_2.gif" border="0"> $field[title]: <font color="#6699CC"></font>
  38.                         <!--{if $field['selective']}-->
  39.                                 $field['choices'][$post['field_'.$field['fieldid']]]
  40.                         <!--{else}-->
  41.                                 $post['field_'.$field['fieldid']]
  42.                         <!--{/if}-->
  43.                 <!--{/loop}-->

  44. <!--{if $post['location']}--><br>
  45. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang location}: <font color="#990033">$post[location]</font><!--{/if}-->

  46. <!--{if $vtonlinestatus && $post['authorid']}-->
  47. <!--{if $timestamp - $post['lastactivity'] <= 10800 && !$post['invisible']}--><br>
  48. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang online_status}: <img src="{IMGDIR}/pic/on.gif">
  49. <!--{else}--><br>
  50. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang online_status}: <img src="{IMGDIR}/pic/off.gif">
  51. <!--{/if}--><!--{/if}-->

  52. </td></tr></table></td></tr><tr><td><IMG height="4" src="{IMGDIR}/pic/kuan01.gif" width="155"></td></tr><TR><TD height=5>
  53. </TD></TR></table>

  54. <!--{if $post['medals']}-->
  55. <table width="155" border="0" align="center" cellpadding="0" cellspacing="0">
  56. <tr><td background="{IMGDIR}/pic/kuan03.gif">
  57. <table cellSpacing=0 cellPadding=0 border=0><tr><td width=8></td>
  58. <td background="{IMGDIR}/pic/kuan04.gif" height=15>
  59. <font color=red>荣誉勋章</font></td></tr></table></td></tr>
  60. <tr><td background="{IMGDIR}/pic/kuan02.gif" bgColor=#f8f8f8 align=middle >
  61. <table cellSpacing="0" cellPadding="0" border="0" width="85%" align="center">
  62. <tr><td bgColor=#f8f8f8 align="center">
  63. <!--{loop $post['medals'] $medal}-->
  64. <img src="images/common/$medal[image]" border="0" alt="$medal[name]">
  65. <!--{/loop}-->
  66. </td></tr></table></td></tr>
  67.   <tr><td><IMG height=4 src="{IMGDIR}/pic/kuan01.gif" width=155></td></tr>
  68. <TR><TD height=10>
  69. </TD></TR></table>
  70.                 <!--{/if}-->

  71. <!--{if $avatarshowpos == 2}--><center>$post[avatarshow]</center><!--{/if}-->

  72. <!--{else}-->
  73. <!--{if $allowviewip && $forum['ismoderator']}--><a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="{IMGDIR}/ip.gif" border="0" align="right" alt="{lang admin_getip}"></a><!--{/if}-->
  74.                 <!--{if !$post['authorid']}-->
  75.                         <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  76.                 <!--{else}-->
  77.                         <span class="bold">$post[author]</span><br>
  78.                         {lang member_deleted}
  79.                 <!--{/if}-->
  80.                 <br><br><br><br><br>
  81.         <!--{/if}-->
复制代码


upload pic ->/images/风格/

89楼有提供简单的修改,大家不妨去看看

[ 本帖最后由 enbony 于 2007-4-22 01:52 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| enbony 发表于 2007-3-17 23:44:46 | 显示全部楼层

关于“生命值、魔法值、经验值”

// exp为经验值,mp为魔法值,hp为生命值
// $credits为总积分,$postsperday为平均每日积分數,$daysreg为注册天数

首先是等级,它和总积分有关,这个你们自己可以看的,经验值每从1%到达100%后就提升一个级别,至于多少积分,看下等级计算公式.


  等级计算公式:

  1. $level = pow(log10 ($credits), 3);
  2. 等级 = pow(log10(总积分),3 ) [pow的意思是次方]
复制代码


也就是说如果一个用户的总积分是1000,那它的等级就是 pow( log10(1000), 3 )   即3的3次方就是27级。

  1. $showlevel = floor ($level + 1);
复制代码

这个的意思就是……

显示出来的等级为比计算出来的$level的数值+1以后的值小的最大整数

例如算出来为值在2~3之间,例如2.5,则取2为现有的等级


用户生命力 (HP)
  1. $hpmulti =round($postsperday / 6, 1);

  2.         if ($hpmulti > 1.5) {
  3.                 $hpmulti = 1.5;
  4.         }

  5.         if ($hpmulti < 1) {
  6.                 $hpmulti = 1;
  7.         }
  8. $maxhp = $level * 10 * $hpmulti;

  9.         $hp= $postsperday/10;

  10.         if ($hp >= 1) {
  11.                 $hp= $maxhp;
  12.         } else {
  13.                 $hp= floor($hp * $maxhp);
  14.         }
  15.         $hp= floor($hp);
  16.         $maxhp= floor($maxhp);

  17.         if ($maxhp <= 0) {
  18.                 $zhp = 1;
  19.         } else {
  20.                 $zhp = $maxhp;
复制代码

hpmulti是生命值的计算因子=每日积分/6
生命最大值=等级*10*计算因子
生命值=(每天积分/10)*生命最大值 [floor的意思是取整]
不足1 按1计算
超过,按最大值计算……


用户魔法力 ( MP)
  1. $maxmp= ($daysreg * $level) / 10;

  2.         $mp= $credits / 3;

  3.         if ($mp >= $maxmp) {
  4.                 $mp = $maxmp;
  5.         }
  6.         $maxmp = floor($maxmp);
  7.         $mp = floor($mp);

  8.         if ($maxmp <= 0) {
  9.                 $zmp = 1;
  10.         } else {
  11.                 $zmp = $maxmp;
复制代码

你的最大魔力=(你注册至今的时间×你的等级)/10
你的现有魔力=你的总积分/3  取整(前提是必须拥有最大魔法值)
不足1 按1计算
超过,按最大值计算……

用户经验值 (EXP)
用户每次发布帖子将获得一定的经验值,经验值每从1%到达100%后就提升一个级别


演示图:


[ 本帖最后由 enbony 于 2007-4-22 14:28 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

求索主人 发表于 2007-3-17 23:50:52 | 显示全部楼层
哈哈..收下了...马上安装..

提供网址:http://bbs.qiuso.com/

[ 本帖最后由 求索主人 于 2007-3-17 23:51 编辑 ]
回复

使用道具 举报

木头猫猫 发表于 2007-3-18 00:05:21 | 显示全部楼层
显示不出来


求索主人 你这人很无耻  专骗IP


回复5楼的话

使用你发的东西是看得起你 我本人对你没意见

可3楼的 确实骗过很多IP

[ 本帖最后由 木头猫猫 于 2007-3-18 00:30 编辑 ]
回复

使用道具 举报

 楼主| enbony 发表于 2007-3-18 00:21:34 | 显示全部楼层

回复 #4 木头猫猫 的帖子

安装失败就不要说人家骗你IP,
我成功修改到,
二楼也能成功!
你这种人渣!
永远也不会成功!
也不会有人帮你!
无耻的是你!
回复

使用道具 举报

ApLinD 发表于 2007-3-18 00:28:17 | 显示全部楼层
呵呵~~
根本没有什么代码更改过..

支持马来西亚...
回复

使用道具 举报

破帽遮颜 发表于 2007-3-18 00:44:25 | 显示全部楼层
演示来了哦~~~~~~~~

http://www.maxxp.com.cn/
回复

使用道具 举报

dnfans 发表于 2007-3-18 00:56:05 | 显示全部楼层
楼主啊。。真是好人。。。不过那个勋章能不能加到等 级的上面点啊。。。勋章放到下面不太引人注意,勋章可是展示一个人能力的一种表现方式啊!怎样加到上面?
回复

使用道具 举报

 楼主| enbony 发表于 2007-3-18 01:18:04 | 显示全部楼层

回复 #8 dnfans 的帖子

打開 template/default/viewthread.htm


  1. <!--{if $post['nickname']}--> <span class="smalltxt">($post[nickname])</span><!--{/if}-->
  2.                 <br><div class="smalltxt">
  3.                 $post[authortitle]
  4.                 <br>{eval showstars($post['stars']);}<br><!--{if $post['customstatus']}-->$post[customstatus]<br><!--{/if}--><br>
  5.                 <!--{if $avatarshowpos == 3 && $post['avatarshow'] && $showavatars}-->
  6.                         <center>$post[avatarshow]</center><br>
  7.                 <!--{elseif $post['avatar'] && $showavatars}-->
  8.                         <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed; overflow: hidden">
  9.                         <tr><td align="center">$post[avatar]</td></tr></table><br>
  10.                 <!--{else}-->
  11.                         <br><br>
  12.                 <!--{/if}-->
  13.                 <!--{if $post['medals']}-->
  14.                         <!--{loop $post['medals'] $medal}-->
  15.                                 <img src="images/common/$medal[image]" border="0" alt="$medal[name]" />  
  16.                         <!--{/loop}-->
  17.                         <br>
  18.                 <!--{/if}-->
  19.                 {lang uid} $post[uid]<br>
  20.                 {lang digest_posts} <!--{if $post['digestposts']}--><a href="digest.php?authorid=$post[authorid]">$post[digestposts]</a><!--{else}-->$post[digestposts]<!--{/if}--><br>
  21.                 {lang credits} $post[credits]<br>
  22.                 {lang posts} $post[posts]<br>
  23.                 <!--{loop $extcredits_thread $key $credit}-->
  24.                         $credit[title] $post[$key] $credit[unit]<br>
  25.                 <!--{/loop}-->
  26.                 {lang readperm} $post[readaccess]<br>
  27.                 {lang regtime} $post[regdate]
  28.                 <!--{loop $_DCACHE['fields_thread'] $field}-->
  29.                         <br>$field[title]
  30.                         <!--{if $field['selective']}-->
  31.                                 $field['choices'][$post['field_'.$field['fieldid']]]
  32.                         <!--{else}-->
  33.                                 $post['field_'.$field['fieldid']]
  34.                         <!--{/if}-->
  35.                 <!--{/loop}-->
  36.                 <!--{if $post['location']}--><br>{lang location} $post[location]<!--{/if}--><br>
  37.                 <!--{if $vtonlinestatus && $post['authorid']}-->
  38.                         <!--{if ($vtonlinestatus == 2 && $onlineauthors[$post[authorid]]) || ($vtonlinestatus == 1 && ($timestamp - $post['lastactivity'] <= 10800) && !$post['invisible'])}-->
  39.                                 {lang online_status} <b>{lang online}</b>
  40.                         <!--{else}-->
  41.                                 {lang online_status} {lang offline}
  42.                         <!--{/if}-->
  43.                 <!--{/if}-->
  44.                 <!--{if $avatarshowpos == 2 && $showavatars}--><br><br><center>$post[avatarshow]</center><!--{/if}-->
  45.                 </div>
  46.                 <!--{if $post['alipay']}--><br><a href="https://www.alipay.com/payto:$post[alipay]?partner=20880020258585430156" target="_blank"><img src="{IMGDIR}/payto.gif" border="0" alt="{lang payto_author}" /></a><!--{/if}-->
  47.         <!--{else}-->
  48.                 <!--{if !$post['authorid']}-->
  49.                         <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  50.                 <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous']}-->
  51.                         <span class="bold">
  52.                         <!--{if $forum['ismoderator']}--><a href="viewpro.php?uid=$post[authorid]" target="_blank">{lang anonymous}</a><!--{else}-->{lang anonymous}<!--{/if}-->
  53.                         </span><br>{lang member_anonymous}
  54.                 <!--{else}-->
  55.                         <span class="bold">$post[author]</span><br>
  56.                         {lang member_deleted}
  57.                 <!--{/if}-->
  58.                 <br><br><br><br><br><br><br><br><br><br>
  59.         <!--{/if}-->
  60.         </td>
复制代码

改成:

  1. <!--{if $post['medals']}-->
  2. <table width="155" border="0" align="center" cellpadding="0" cellspacing="0">
  3. <tr><td background="{IMGDIR}/pic/kuan03.gif">
  4. <table cellSpacing=0 cellPadding=0 border=0><tr><td width=8></td>
  5. <td background="{IMGDIR}/pic/kuan04.gif" height=15>
  6. <font color=red>荣誉勋章</font></td></tr></table></td></tr>
  7. <tr><td background="{IMGDIR}/pic/kuan02.gif" bgColor=#f8f8f8 align=middle >
  8. <table cellSpacing="0" cellPadding="0" border="0" width="85%" align="center">
  9. <tr><td bgColor=#f8f8f8 align="center">
  10. <!--{loop $post['medals'] $medal}-->
  11. <img src="images/common/$medal[image]" border="0" alt="$medal[name]">
  12. <!--{/loop}-->
  13. </td></tr></table></td></tr>
  14.   <tr><td><IMG height=4 src="{IMGDIR}/pic/kuan01.gif" width=155></td></tr>
  15. <TR><TD height=10>
  16. </TD></TR></table>
  17.                 <!--{/if}-->

  18. <!--{if $avatarshowpos == 2}--><center>$post[avatarshow]</center><!--{/if}-->

  19. <!--{else}-->
  20. <!--{if $allowviewip && $forum['ismoderator']}--><a href="topicadmin.php?action=getip&fid=$fid&tid=$tid&pid=$post[pid]"><img src="{IMGDIR}/ip.gif" border="0" align="right" alt="{lang admin_getip}"></a><!--{/if}-->
  21.                 <!--{if !$post['authorid']}-->
  22.                         <span class="bold">{lang guest}</span> <span class="smalltxt">$post[useip]</span><br><span class="smalltxt">{lang unregistered}
  23.                 <!--{else}-->
  24.                         <span class="bold">$post[author]</span><br>
  25.                         {lang member_deleted}
  26.                 <!--{/if}-->
  27.                 <br><br><br><br><br>
  28.         <!--{/if}-->

  29. <!--{if $post['nickname']}--> <span class="smalltxt">($post[nickname])</span><!--{/if}-->
  30.                 <br><div class="smalltxt">
  31.                 {eval showstars($post['stars']);}<br><!--{if $post['customstatus']}-->$post[customstatus]<br><!--{/if}--><br>
  32.                 <!--{if $avatarshowpos == 3 && $post['avatarshow'] && $showavatars}-->
  33.                         <center>$post[avatarshow]</center><br>
  34.                 <!--{elseif $post['avatar'] && $showavatars}-->
  35.                         <table width="95%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed">
  36.                         <tr><td align="center">$post[avatar]</td></tr></table><br>
  37.                 <!--{else}-->
  38.                         <br><br>
  39.                 <!--{/if}-->
  40. <table width="155" border="0" align="center" cellpadding="0" cellspacing="0">
  41. <tr><td background="{IMGDIR}/pic/kuan03.gif">
  42. <table cellSpacing=0 cellPadding=0 border=0>
  43. <tr><td width=8></td>
  44. <td background="{IMGDIR}/pic/kuan04.gif"><span class=smalltxt><IMG src="{IMGDIR}/pic/rb01.gif" width=1>
  45. $post[authortitle]
  46. <!--{if $credits < 100}--><IMG src="{IMGDIR}/pic/money0.gif" align=absMiddle border=0>
  47. <!--{else}-->
  48. <IMG src="{IMGDIR}/pic/money1.gif" align=absMiddle border=0>
  49. <!--{/if}-->
  50. </span></td></tr></table></td></tr>
  51. <tr>
  52. <td background="{IMGDIR}/pic/kuan02.gif" bgColor="#f8f8f8" align="middle">
  53. <table cellSpacing="0" cellPadding="0" border="0" width="85%" align="center">
  54. <tr><td colspan="2">
  55. $post[exp_mp_hp]<br>
  56. <img src="{IMGDIR}/pic/icon_1.gif" border="0">  {lang uid}: $post[uid] <br>
  57. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang digest_posts}: <font color="#9B21E8"><!--{if $post['digestposts']}--><a href="digest.php?authorid=$post[authorid]">$post[digestposts]</a><!--{else}-->$post[digestposts]<!--{/if}--></font><br>
  58. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang credits}: <font color="#FD289B">$post[credits]</font><br>
  59. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang posts}: <font color="#33CC33">$post[posts]</font><br>
  60. <!--{loop $extcredits_thread $key $credit}--><img src="{IMGDIR}/pic/icon_1.gif" border="0"> $credit[title]: <font color="red">
  61. $post[$key] $credit[unit]</font><br><!--{/loop}-->
  62. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang readperm}: <font color="#5D8D12">$post[readaccess]</font><br>
  63. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang regtime}: <font color="#CC3333">$post[regdate]</font>

  64. <!--{loop $_DCACHE['fields_thread'] $field}-->
  65.                         <br><img src="{IMGDIR}/pic/icon_2.gif" border="0"> $field[title]: <font color="#6699CC"></font>
  66.                         <!--{if $field['selective']}-->
  67.                                 $field['choices'][$post['field_'.$field['fieldid']]]
  68.                         <!--{else}-->
  69.                                 $post['field_'.$field['fieldid']]
  70.                         <!--{/if}-->
  71.                 <!--{/loop}-->

  72. <!--{if $post['location']}--><br>
  73. <img src="{IMGDIR}/pic/icon_1.gif" border="0"> {lang location}: <font color="#990033">$post[location]</font><!--{/if}-->

  74. <!--{if $vtonlinestatus && $post['authorid']}-->
  75. <!--{if $timestamp - $post['lastactivity'] <= 10800 && !$post['invisible']}--><br>
  76. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang online_status}: <img src="{IMGDIR}/pic/on.gif">
  77. <!--{else}--><br>
  78. <img src="{IMGDIR}/pic/icon_2.gif" border="0"> {lang online_status}: <img src="{IMGDIR}/pic/off.gif">
  79. <!--{/if}--><!--{/if}-->

  80. </td></tr></table></td></tr><tr><td><IMG height="4" src="{IMGDIR}/pic/kuan01.gif" width="155"></td></tr><TR><TD height=5>
  81. </TD></TR></table>
复制代码

评分

1

查看全部评分

回复

使用道具 举报

 楼主| enbony 发表于 2007-3-18 01:22:09 | 显示全部楼层

回复 #6 ApLinD 的帖子

discuz.htm那里更改了~!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-4-20 20:04 , Processed in 0.133340 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表