<? include_once('botid_class.php'); $BotID = new BotID; echo "IS BOT:".$BotID->is_bot()."<BR>"; echo "IS BLOCKED:".$BotID->is_blocked(); ?>