Show Bots Online

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com/forum
PHP Version:
MySQL Version:
What was done before the problem appeared?
What was done to try to solve the problem?
De.scription and Message
I tried this mod I found and it shows and identifies the bots in the ACP
It doesn't show in the online box or the prillian box in the forum and home page.
Maybe someone can look it over and fix it up.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com/forum
PHP Version:
MySQL Version:
What was done before the problem appeared?
What was done to try to solve the problem?
De.scription and Message
I tried this mod I found and it shows and identifies the bots in the ACP
It doesn't show in the online box or the prillian box in the forum and home page.
Maybe someone can look it over and fix it up.
##############################################################
## MOD Title: Show Search Bot
## MOD Author: yakusha < http://www.canver.net
## MOD De.scription: This mod show search bots on whois online bar, whois online page
## and ACP index page..
##
## MOD Version: 2.0.0
##
## Installation Level: EASY
## Installation Time: 3 minutes
## Files To Edit:
## - page_header.php
## - viewonline.php
## - admin/index.php
## Included Files: n/a
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##
############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##
############################################################
## Author Notes:
## Designed from Show Search Bot 1.0.0
## MOD Author: WILLEM Aurelien <url> ip adress count...
//verifred from -> http://www.iplists.com/google.txt
//172
($tmp_list[0] == "64" && $tmp_list[1] == "68") ||
//63
($tmp_list[0] == "64" && $tmp_list[1] == "233" && $tmp_list[2] == "173") ||
//26
($tmp_list[0] == "216" && $tmp_list[1] == "239") ||
//11
($tmp_list[0] == "66" && $tmp_list[1] == "249")
)
$username = 'Google';
}
if
(
// verifred from -> http://www.iplists.com/nw/msn.txt
//107
($tmp_list[0] == "65" && $tmp_list[1] == "54") ||
//11
($tmp_list[0] == "131" && $tmp_list[1] == "107") ||
//10
($tmp_list[0] == "65" && $tmp_list[1] == "55") ||
//9
($tmp_list[0] == "207" && $tmp_list[1] == "46") ||
//8
($tmp_list[0] == "63" && $tmp_list[1] == "194" && $tmp_list[2] == "155") ||
//8
($tmp_list[0] == "202" && $tmp_list[1] == "96" && $tmp_list[2] == "51") ||
//7
($tmp_list[0] == "207" && $tmp_list[1] == "68")
)
{ //MSN
$username = 'MSN';
}
if
(
// verifred from -> http://www.iplists.com/inktomi.txt
//126
($tmp_list[0] == "68" && $tmp_list[1] == "142") ||
//36
($tmp_list[0] == "72" && $tmp_list[1] == "30") ||
//26*
($tmp_list[0] == "66" && $tmp_list[1] == "196") ||
//25
($tmp_list[0] == "216" && $tmp_list[1] == "32" && $tmp_list[2] == "237") ||
//20
($tmp_list[0] == "66" && $tmp_list[1] == "94" && $tmp_list[2] == "230") ||
//20
($tmp_list[0] == "74" && $tmp_list[1] == "6" && $tmp_list[2] == "131") ||
//19
($tmp_list[0] == "216" && $tmp_list[1] == "109" && $tmp_list[2] == "126") ||
//17
($tmp_list[0] == "66" && $tmp_list[1] == "163" && $tmp_list[2] == "170") ||
//16
($tmp_list[0] == "216" && $tmp_list[1] == "239" && $tmp_list[2] == "193") ||
//16
($tmp_list[0] == "209" && $tmp_list[1] == "191") ||
//13
($tmp_list[0] == "202" && $tmp_list[1] == "160") ||
//13
($tmp_list[0] == "209" && $tmp_list[1] == "131") ||
//12
($tmp_list[0] == "66" && $tmp_list[1] == "218") ||
//10
($tmp_list[0] == "202" && $tmp_list[1] == "212" && $tmp_list[2] == "5")
)
{ //Yahoo
$username = 'Yahoo';
}
//End Show Search Bot
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------
#
// Skip multiple sessions for one user
if ( $row['session_ip'] != $prev_session_ip )
{
$guests_online++;
#
#-----[ AFTER ADD ]------------------------------------------
#
//MOD Show Search Bot
$tmp_list = explode(".", decode_ip($row['session_ip']));
if
(
// number is -> ip adress count...
//verifred from -> http://www.iplists.com/google.txt
//172
($tmp_list[0] == "64" && $tmp_list[1] == "68") ||
//63
($tmp_list[0] == "64" && $tmp_list[1] == "233" && $tmp_list[2] == "173") ||
//26
($tmp_list[0] == "216" && $tmp_list[1] == "239") ||
//11
($tmp_list[0] == "66" && $tmp_list[1] == "249")
)
$online_userlist .= ( $online_userlist != '' ) ? ', ' . '<span>Google</span>' : '<span>Google</span>';
}
if
(
// verifred from -> http://www.iplists.com/nw/msn.txt
//107
($tmp_list[0] == "65" && $tmp_list[1] == "54") ||
//11
($tmp_list[0] == "131" && $tmp_list[1] == "107") ||
//10
($tmp_list[0] == "65" && $tmp_list[1] == "55") ||
//9
($tmp_list[0] == "207" && $tmp_list[1] == "46") ||
//8
($tmp_list[0] == "63" && $tmp_list[1] == "194" && $tmp_list[2] == "155") ||
//8
($tmp_list[0] == "202" && $tmp_list[1] == "96" && $tmp_list[2] == "51") ||
//7
($tmp_list[0] == "207" && $tmp_list[1] == "68")
)
{ //MSN
$online_userlist .= ( $online_userlist != '' ) ? ', ' . '<span>MSN</span>' : '<span>MSN</span>';
}
if
(
// verifred from -> http://www.iplists.com/inktomi.txt
//126
($tmp_list[0] == "68" && $tmp_list[1] == "142") ||
//36
($tmp_list[0] == "72" && $tmp_list[1] == "30") ||
//26*
($tmp_list[0] == "66" && $tmp_list[1] == "196") ||
//25
($tmp_list[0] == "216" && $tmp_list[1] == "32" && $tmp_list[2] == "237") ||
//20
($tmp_list[0] == "66" && $tmp_list[1] == "94" && $tmp_list[2] == "230") ||
//20
($tmp_list[0] == "74" && $tmp_list[1] == "6" && $tmp_list[2] == "131") ||
//19
($tmp_list[0] == "216" && $tmp_list[1] == "109" && $tmp_list[2] == "126") ||
//17
($tmp_list[0] == "66" && $tmp_list[1] == "163" && $tmp_list[2] == "170") ||
//16
($tmp_list[0] == "216" && $tmp_list[1] == "239" && $tmp_list[2] == "193") ||
//16
($tmp_list[0] == "209" && $tmp_list[1] == "191") ||
//13
($tmp_list[0] == "202" && $tmp_list[1] == "160") ||
//13
($tmp_list[0] == "209" && $tmp_list[1] == "131") ||
//12
($tmp_list[0] == "66" && $tmp_list[1] == "218") ||
//10
($tmp_list[0] == "202" && $tmp_list[1] == "212" && $tmp_list[2] == "5")
)
{ //Yahoo
$online_userlist .= ( $online_userlist != '' ) ? ', ' . '<span>Yahoo</span>' : '<span>Yahoo</span>';
}
//End Show Search Bot
#
#-----[ OPEN ]------------------------------------------
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
$guest_ip = decode_ip($onlinerow_guest[$i]['session_ip']);
#
#-----[ AFTER ADD ]------------------------------------------
#
//MOD Show Search Bot
$name_guest = $lang['Guest'];
$tmp_list = explode(".", $guest_ip);
if
(
// number is -> ip adress count...
//verifred from -> http://www.iplists.com/google.txt
//172
($tmp_list[0] == "64" && $tmp_list[1] == "68") ||
//63
($tmp_list[0] == "64" && $tmp_list[1] == "233" && $tmp_list[2] == "173") ||
//26
($tmp_list[0] == "216" && $tmp_list[1] == "239") ||
//11
($tmp_list[0] == "66" && $tmp_list[1] == "249")
)
$name_guest = 'Google';
}
if
(
// verifred from -> http://www.iplists.com/nw/msn.txt
//107
($tmp_list[0] == "65" && $tmp_list[1] == "54") ||
//11
($tmp_list[0] == "131" && $tmp_list[1] == "107") ||
//10
($tmp_list[0] == "65" && $tmp_list[1] == "55") ||
//9
($tmp_list[0] == "207" && $tmp_list[1] == "46") ||
//8
($tmp_list[0] == "63" && $tmp_list[1] == "194" && $tmp_list[2] == "155") ||
//8
($tmp_list[0] == "202" && $tmp_list[1] == "96" && $tmp_list[2] == "51") ||
//7
($tmp_list[0] == "207" && $tmp_list[1] == "68")
)
{ //MSN
$name_guest = 'MSN';
}
if
(
// verifred from -> http://www.iplists.com/inktomi.txt
//126
($tmp_list[0] == "68" && $tmp_list[1] == "142") ||
//36
($tmp_list[0] == "72" && $tmp_list[1] == "30") ||
//26*
($tmp_list[0] == "66" && $tmp_list[1] == "196") ||
//25
($tmp_list[0] == "216" && $tmp_list[1] == "32" && $tmp_list[2] == "237") ||
//20
($tmp_list[0] == "66" && $tmp_list[1] == "94" && $tmp_list[2] == "230") ||
//20
($tmp_list[0] == "74" && $tmp_list[1] == "6" && $tmp_list[2] == "131") ||
//19
($tmp_list[0] == "216" && $tmp_list[1] == "109" && $tmp_list[2] == "126") ||
//17
($tmp_list[0] == "66" && $tmp_list[1] == "163" && $tmp_list[2] == "170") ||
//16
($tmp_list[0] == "216" && $tmp_list[1] == "239" && $tmp_list[2] == "193") ||
//16
($tmp_list[0] == "209" && $tmp_list[1] == "191") ||
//13
($tmp_list[0] == "202" && $tmp_list[1] == "160") ||
//13
($tmp_list[0] == "209" && $tmp_list[1] == "131") ||
//12
($tmp_list[0] == "66" && $tmp_list[1] == "218") ||
//10
($tmp_list[0] == "202" && $tmp_list[1] == "212" && $tmp_list[2] == "5")
)
{ //Yahoo
$name_guest = 'Yahoo';
}
//End Show Search Bot
#
#-----[ FIND ]------------------------------------------
#
"USERNAME" => $lang['Guest'],
#
#-----[ AFTER ADD ]------------------------------------------
#
"USERNAME" => $name_guest,
#
#-----[ SAVE & CLOSE ]------------------------------------------
#EOM