网站开发 · 2025年4月24日

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

 查找: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