服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > ecshop教程 >

修改Ecshop首页在线会员数量的方法

时间:2010-12-10 01:12来源:未知 作者:最模板 点击:
查找:includes/lib_insert.php里面的 $online_count = $GLOBALS['db']- get One(SELECT COUNT(*) FROM . $GLOBALS['ecs']-table(' session s')); 将这一段改成: $online_count = $GLOBALS['db']-getOne(SELECT COUNT(*) FROM . $GLOBALS['ecs'

 查找:includes/lib_insert.php里面的
  $online_count = $GLOBALS['db']->getOne("SELECT COUNT(*) FROM " . $GLOBALS['ecs']->table('sessions')); 


将这一段改成:
$online_count = $GLOBALS['db']->getOne("SELECT COUNT(*) FROM " . $GLOBALS['ecs']->table('sessions'))*15;

ecshop首页在线会员的数量乘了15

(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------