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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] [1.20更新]在线用户性别提示(无法显示数字的请进来)

[复制链接]
魔焰男孩 发表于 2006-1-19 23:19:33 | 显示全部楼层 |阅读模式
请各位安装了插件无法显示数字的朋友查看一下:
打开index.php,找到:
  1. include template('index');
复制代码
把它移到这句话的下面:
  1. $nosexnum++;
  2.         }
复制代码

这是我的失误造成的,对不起大家。

程序信息:
->程序名称: 首页在线用户性别显示
->程序版本: 2.0 For Discuz! 4.0.0
->程序作者: 魔焰男孩(mfboy)
->修改文件: index.php
->修改模板: index.htm
->增加查询: 有(1次)
->增加文件: 2幅图片
更新记录:
在线功能增强 1.0 To 首页在线用户性别显示 2.0:
->重新编写代码
->优化SQL查询,使原来N+在线用户数的查询量压缩为1次(无论有多少用户在线,使用Left Join技术实现)
->优化界面
->增加“人妖”的判断
安装方法:
1、打开index.php,找到:
  1. include template('index');
复制代码

面添加:
  1. $boynum = $girlnum = $nosexnum = 0;
  2. $query = $db->query("SELECT s.*, m.gender FROM {$tablepre}sessions s LEFT JOIN {$tablepre}members m on s.uid=m.uid");
  3. while($chk = $db->fetch_array($query)) {
  4.         if($chk['gender'] == '1') {
  5.                 $boynum++;
  6.         } else if($chk['gender'] == '2') {
  7.                 $girlnum++;
  8.         } else {
  9.                 $nosexnum++;
  10.         }
  11. }
复制代码

2、打开模板文件index.htm,找到:
  1.                 <!--{if $detailstatus}-->
复制代码

在上面添加:
  1.                 <tr><td colspan="7"><img src="{IMGDIR}/online_boy.gif"> 男生总数: {$boynum}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="{IMGDIR}/online_girl.gif"> 女生总数: {$girlnum}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(人妖总数: {$nosexnum})</td></tr>
复制代码
文件下载:
(将online_boy.gif、online_girl.gif两个文件存放于images/模板图像目录)
程序截图:

[ 本帖最后由 魔焰男孩 于 2006-1-20 12:18 编辑 ]

本帖子中包含更多资源

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

x

评分

1

查看全部评分

 楼主| 魔焰男孩 发表于 2006-1-19 23:20:00 | 显示全部楼层
占位。
回复

使用道具 举报

xjbl 发表于 2006-1-19 23:22:43 | 显示全部楼层
纯支持了..
回复

使用道具 举报

winter0706 发表于 2006-1-19 23:31:36 | 显示全部楼层
嘿嘿
回复

使用道具 举报

freddy 发表于 2006-1-19 23:59:21 | 显示全部楼层
W来了...
回复

使用道具 举报

netscope 发表于 2006-1-20 00:29:37 | 显示全部楼层
回复

使用道具 举报

七喜仔 发表于 2006-1-20 00:40:57 | 显示全部楼层
支持一下..
回复

使用道具 举报

MopPP.Com 发表于 2006-1-20 01:12:12 | 显示全部楼层
收藏了
回复

使用道具 举报

MOOM 发表于 2006-1-20 02:06:11 | 显示全部楼层
安装方法:
1、打开index.php,找到:

在下面添加這裡應該是在上面添加)
回复

使用道具 举报

爱雨冷雪 发表于 2006-1-20 02:21:04 | 显示全部楼层
人妖怎麼辦呢?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-22 03:37 , Processed in 0.033759 second(s), 7 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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