View Single Post
Old 10-25-2006, 04:32 PM  
Mr Pheer
Top Rated CEO
 
Mr Pheer's Avatar
 
Industry Role:
Join Date: Dec 2002
Location: Las Vegas
Posts: 21,885
Quote:
Originally Posted by LOL :D View Post
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
__________________
Mr Pheer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote