after scanning and searching I found a chunk of code that had some potential
Code: Select all
preg_match('/robot|spider|crawler|curl|^$/i', $_SERVER['HTTP_USER_AGENT']));many in script??
<script>
if <?php preg_match('/robot|spider|crawler|curl|^$/i', $_SERVER['HTTP_USER_AGENT'])); ?>
else
//run the rest of the security
</script>