Originally posted by Jerome Scuggs
View Post
Code:
if ($_SERVER["HTTP_USER_AGENT"] == "libwww-perl/5.76")
{
header("Location: weakassbitches.php");
die();
}
if (substr($_SERVER["HTTP_USER_AGENT"],0,11)=="libwww-perl")
{
header("Location: weakassbitches.php");
die();
}


Comment