Want to Detect Bot? Want to know When they visit you? Easy !
- Detects bots – you can extend the list of bots
- Selected Bot(s) Notification via Email
- Allow/Disallow Bot(s).
- Examples included
- Easy to Use.
- Lightweight.
- Well Documented.
- Many Examples included.
- Uses standard PHP – No additional extension support needed.
- Detection – Minimum 2 Line of Code.
- Very Flexible – You can specify your custom detection routine.
- Extendible Bots List.
- Comprehensive List of Bots included (Approx. 175 bots).
- Ease of Integration.
- Highly Readable Code.
- Self Explanatory.
- Fully OOP based – PHP 5
- Ease to Test – Builtin Support for Testing.
Quick Example
<?PHP include"lib/clsBot.php";
$oBot = new clsBot();
try
{
if($oBot?>Detect()->isDetected())
{
echo "<strong>Bot Detected! Bot: </strong> " . $oBot->getBot();
}
else
{
echo "<strong>No Bot Detected</strong>";
}
}catch(Exception $ex){echo $ex->getMessage();}
?>


Follow Me


Download Advanced BOT Detection & Notification (Calendars)