Quote:
Originally Posted by WiredGuy
From the code it looks like it was only Yahoo devices that were affected, I don't even know what Mobile Yahoo devices exist. Nevertheless, should be an easy fix for Brazzers to do once they get back to work ;)
WG
|
I'm not so sure about that, I could be wrong.... been known to happen. : ) How I'm reading it (and I'm no coder by any means) is that any of these types of devices that are not from Windows NT is sent to a Yahoo.com whitelabel of BrazzersMobile. So Symbian traffic, Kindle, or anything with wap in it, etc. when detected goes to a Yahoo WL.
------------------------------------------------------------------------------------------
elseif(preg_match('/(up.browser|up.link|mmp|symbian|smartphone|midp|wa p|vodafone|o2|pocket|kindle|mobile|pda|treo)/i',$user_agent) &&
!preg_match('/AutoUpdate/i',$user_agent) && !preg_match('/Windows NT/i',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/NDAzODI3OjQ0OToxMTI/?autocamp=BZM_HANDHELD_YAHOO.COM&wl=yahoo.com"; // Other handheld device
}