Does anyone know how to determine if a vbulletin visitor is a bot in php?
EG: condition $show['member'] & $show['guest']
but bot version in PHP.
I want to make a mod that doesn't interfere with SE bots.PHP Code:if ($visitor != BOT) {
// do stuff here
}


LinkBack URL
About LinkBacks





Reply With Quote