10-25-2006, 04:32 PM
|
|
|
Top Rated CEO
Industry Role:
Join Date: Dec 2002
Location: Las Vegas
Posts: 21,885
|
Quote:
Originally Posted by LOL :D
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'] == TRUE)
{
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...
|
i LOL'd :D
|
|
|