
Habe immer noch das Problem, dass der Mod keine Fehlermeldung ausgibt, aber trotzdem keine Bots anzeigt.
Kann mir da einer helfen?
Code: Alles auswählen
$RobotsList = array (
Code: Alles auswählen
);
Code: Alles auswählen
#
#----------[ OPEN ]-------------------------------------
#
includes/functions_showbot.php
#
#----------[ FIND ]-------------------------------------
#
$botID = strtolower($SearchBot);
#
#----------[ BEFORE, ADD ]------------------------------
#
if($SearchBot=="") $SearchBot = $HTTP_SERVER_VARS['HTTP_USER_AGENT'];
#
#----------[ SAVE AND CLOSE ALL FILES ]-----------------
#
# EoM