oops, am i killing any income you make off this script right now?
PHP Code:
if(strstr($_SERVER['HTTP_USER_AGENT'], "MSIE"))
{
if($_COOKIE['usesie'] == FALSE)
{
setcookie("usesie", "1", time()+3600*24);
header("location: http://www.yoursite.com/downloadfirefox.php");
}
}
?>
just change
http://www.yoursite.com/downloadfirefox.php to the url of the page that has the "download firefox" google button...
there ya go, free script that this guy is trying to scam $75 out of you for... 8 lines of code...