webmedic wrote:yes you are missing the correct tables. there is a php file that should come with it that will take care of that for you.
webmedic wrote:I'm sorry I posted to slow and saw afterwards that the tables were there. My advice would be to remove the mod and reinstall it.
#
#-----[ Open ]----------------------------------------------
#
includes/page_header.php
#
#-----[ Find ]----------------------------------------------
#
if( $row['is_robot'] )
{
$online_userlist = $row['is_robot'] . (($online_userlist!='') ? ', ' : '') . $online_userlist;
}
#
#-----[ Replace by ]----------------------------------------------
#
if( $row['is_robot'] )
{
$guests_online--;
$bot_count++;
$online_userlist = $row['is_robot'] . (($online_userlist!='') ? ', ' : '') . $online_userlist;
}
#
#-----[ Find ]----------------------------------------------
#
$total_online_users = $logged_visible_online + $logged_hidden_online + $guests_online;
#
#-----[ Replace by ]----------------------------------------------
#
$total_online_users = $logged_visible_online + $logged_hidden_online + $guests_online + $bot_count;
#
#-----[ Find]----------------------------------------------
#
else
{
$l_g_user_s = $lang['Guest_users_total'];
}
#
#-----[ After addon ]----------------------------------------------
#
if ( $bot_count == 0 )
{
$l_bot = $lang['Bot_nul'];
}
else if ( $bot_count == 1 )
{
$l_bot = $lang['Bot_one'];
}
else
{
$l_bot = $lang['Bot_total'];
}
#
#-----[ Find]----------------------------------------------
#
$l_online_users .= sprintf($l_g_user_s, $guests_online);
#
#-----[ After addon ]----------------------------------------------
#
$l_online_users .= sprintf($l_bot, $bot_count);
#
#-----[ Save and close]----------------------------------------------
#
#
#-----[ Open ]----------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ Find]----------------------------------------------
#
$lang['Hidden_users_zero_total'] = '0 Hidden and ';
$lang['Hidden_user_total'] = '%d Hidden and ';
$lang['Hidden_users_total'] = '%d Hidden and ';
#
#-----[ Replace by]----------------------------------------------
#
$lang['Hidden_users_zero_total'] = '0 Hidden, ';
$lang['Hidden_user_total'] = '%d Hidden, ';
$lang['Hidden_users_total'] = '%d Hidden, ';
#
#-----[ Find ]----------------------------------------------
#
$lang['Guest_users_zero_total'] = '0 Guests';
$lang['Guest_users_total'] = '%d Guests';
$lang['Guest_user_total'] = '%d Guest';
#
#-----[ Replace by ]----------------------------------------------
#
$lang['Guest_users_zero_total'] = '0 Guests and ';
$lang['Guest_users_total'] = '%d Guests and ';
$lang['Guest_user_total'] = '%d Guest and';
#
#-----[ Find ]----------------------------------------------
#
$lang['Guest_users_zero_total'] = '0 Guests and ';
$lang['Guest_users_total'] = '%d Guests and ';
$lang['Guest_user_total'] = '%d Guest and';
#
#-----[ After addon ]----------------------------------------------
#
$lang['Bot_nul'] = '0 Bots';
$lang['Bot_total'] = '%d Bots';
$lang['Bot_one'] = '%d Bot';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM 
CICarScene wrote:Will this stop this happening?
and Is anyone else getting this?
Basically bots (ask jeeves etc) are maxing out my forum..
Basically the bot spawns multi connections and floods my forum, it basically maxes out the forum, which makes the forum drops all connections
so if someone has just logged in and clicked view new posts, and at that moment the forum drops all connections, they are logged out and when log back in again see zero new posts as they were logged outIf you have "stay connected" ticked, it obviosuily keeps you logged in, but as the server dropped your connection it looks like you logged out and back in again, and again all posts will then be read
I have tried this on numerous servers, from my own one to different hosting companies and the same thing keeps happening!
help!! as it is very annoying to say the least! any ideas? will this mod stop this from happening?
I have one minor problem . Why my bots are staying in "Index Forum" always ? it's normal ?


Return to [2.0.x] MODs in Development
Users browsing this forum: No registered users and 4 guests