【首页生日会员】 -DZ plugin
#1
1.修改 index.php 文件。

查找
代码:
include template('index');

在其..上...面增加以下内容
代码:
$month_names =array("","01","02","03","04","05","06","07","08","09","10","11","12"); $now = time() + ($timeoffset * 3600); $today = $month_names[gmdate("n",$now)]."-".gmdate("d",$now); $query = $db->query("SELECT username FROM $table_members WHERE bday LIKE'%$today'"); if($db->num_rows($query) != 0) { while($happy = mysql_fetch_array($query)) { $memlink = "<a href='viewpro.php?username=$happy[username]'>$happy[username]</a>"; if ($happybday == "") { $happybday = "$memlink"; }else{ $happybday .= "$comma$memlink"; } $comma = ", "; } }elseif ($happy == "") { $happybday = ""; }

2.修改index模板

查找
代码:
<!--{else}--> &nbsp; &nbsp; {lang online_only_guests} <!--{/if}--> <!--{/if}--> </td></tr></table></td></tr> <!--{/if}-->

增加
代码:
<!-- {if $happybday} --> <!-- happy birthday HACK --> <tr><td colspan="6" class="header"> <table cellspacing="0" cellpadding="0" border="0" width="100%" align="center"> <tr class="smalltxt" style="color: {HEADERTEXT}"><td><img src="{IMGDIR}/indexicon.gif" align="absmiddle"> <span class="bold">Happy Birthday to:</span> </td></tr></table></tr> <tr> <td bgcolor="{ALTBG2}" colspan="6" onMouseOver ="this.style.backgroundColor='{ALTBG1}'" onMouseOut ="this.style.backgroundColor='{ALTBG2}'"> <table cellspacing="0" cellpadding="0" border="0" width="98%" align="center" class="smalltxt"> <tr> <td colspan="6" valign="middle"> <img src="{IMGDIR}/happybirthday.gif" align=left width=32 height=32>&nbsp;$happybday </td> </tr></table></td></tr> <!-- happybirthday HACK --> <!-- {/if} -->
for fun...

http://mlgbd.org/
回复


主题内容
【首页生日会员】 -DZ plugin - 由 taiyuan123 - 2004-10-16 19:29
[无标题] - 由 taiyuan123 - 2004-10-17 13:38
[无标题] - 由 羽枫 - 2004-10-19 20:21
[无标题] - 由 骑扫帚的胖女巫 - 2004-10-20 20:03

跳转到:


正在阅读该主题的用户: 1位游客
您的访问已通过Cloudflare保护,访问自美国/loc=US。