FIX open includes/function_wwh.php find: // bots need to get a extra handle $sql = ' SELECT u.user_type, u.user_id, u.user_ip, u.user_lastvisit, u.user_allow_viewonline, w.id FROM ' . USERS_TABLE . ' u, ' . WWH_TABLE . ' w WHERE u.user_type = ' . USER_IGNORE . ' AND u.user_id <> 1 AND u.user_lastvi...