今天和大家谈论关于修改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
是不是很简单,希望本文所述对你们有所帮助
新闻热点
疑难解答