View Single Post
Old 08-17-2009, 11:29 AM  
TheDoc
Too lazy to set a custom title
 
TheDoc's Avatar
 
Industry Role:
Join Date: Jul 2001
Location: Currently Incognito
Posts: 13,827
Brazzers mobile re-direct script has Brazzers in-house NATS id in it...

Something interesting I found in the JuggCash mobile re-direct code:

This is the code:

----------------------------------------------------------------------------------------
<?php

$user_agent = $_SERVER['HTTP_USER_AGENT'];
$accept = $_SERVER['HTTP_ACCEPT'];
$mobile_link = false;


if(eregi('ipod',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_IPOD_BUSTY.COM&wl=busty.com"; // IPOD Touch device
}
elseif(eregi('iphone',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_IPHONE_BUSTY.COM&wl=busty.com"; // IPhone device
}

elseif(eregi('android',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_ANDROID_BUSTY.COM&wl=busty.com"; // GPhone device (Android)
}

elseif(eregi('opera mini',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_OPERAMINI_BUSTY.COM&wl=busty.com"; // OPERA MINI device
}

elseif(eregi('sonyericsson',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_SONYERICSSON_BUSTY.COM&wl=busty.com" ; // Sony Ericson device
}

elseif(eregi('psp',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_PSP_BUSTY.COM&wl=busty.com"; // Playstation Portable
}

elseif(eregi('sgh',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_SAMSUNG_BUSTY.COM&wl=busty.com"; // Samsung device
}

elseif(eregi('lg',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_LG_BUSTY.COM&wl=busty.com"; // LG device
}

elseif(eregi('blackberry',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_BLACKBERRY_BUSTY.COM&wl=busty.com"; // Blackberry device
}

elseif(eregi('nokia',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_NOKIA_BUSTY.COM&wl=busty.com"; // Nokia device
}

elseif(eregi('palm',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_PALM_BUSTY.COM&wl=busty.com"; // PALM device
}

elseif(eregi('ipaq',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_IPAQ_BUSTY.COM&wl=busty.com"; // iPAQ device
}

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
}

elseif((strpos($accept,'text/vnd.wap.wml')>0)||(strpos($accept,'application/vnd.wap.xhtml+xml')>0) )
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_WAP_BUSTY.COM&wl=busty.com"; // Other WAP enabled mobile device
}

elseif(isset($_SERVER['HTTP_X_WAP_PROFILE'])||isset($_SERVER['HTTP_PROFILE']))
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_UNKNOWNDEVICE_BUSTY.COM&wl=busty.com "; // Unknown Mobile device
}


if($mobile_link)
{
header('Cache-Control: no-transform');
header('Vary: User-Agent, Accept');
header('X-Robots-Tag: noindex,nofollow');
header("HTTP/1.1 303");
header('Location: '.$mobile_link);
exit;
}
?>
--------------------------------------------------------------------------------------


Now this is part of the script (third device detection from bottom):
{
$mobile_link = "http://enter.brazzersmobile.com/track/NDAzODI3OjQ0OToxMTI/?autocamp=BZM_HANDHELD_YAHOO.COM&wl=yahoo.com"; // Other handheld device
}

Notice that the NATS code in this URL isn't my unencoded one as in the other lines. When one of the reps spoke to Brazzers this was the convo they had:

Brazzers ?(2:52 PM):
yes whats up

Brazzers ?(2:53 PM):
whats your username here

XXXXXXXXXXXX ?(2:53 PM):
egcash

Brazzers ?(2:54 PM):
not sure if i got the right account
i dont see any traffic
is it egcash

XXXXXXXXXXXX ?(2:54 PM):
i know, i'm working on getting my mobile up

Brazzers ?(2:54 PM):
ahhh ok

XXXXXXXXXXXX ?(2:54 PM):
yes, egcash .. here is hte nats id: /Njk3OjQ0OToxMTI

XXXXXXXXXXXX ?(2:55 PM):
my question is when I am looking at the script i see my id in there for all but one line:
{
$mobile_link = "http://enter.brazzersmobile.com/track/NDAzODI3OjQ0OToxMTI/?autocamp=BZM_HANDHELD_YAHOO.COM&wl=yahoo.com"; // Other handheld device
}
as you can see there it changes to a different ID. when i unencode my URLs to be like:
{
$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_IPHONE_BUSTYAMATEURBOOBS.COM&wl=Bust yAmateurBoobs.com"; // IPhone device
}
i still see this nats id in the script:
{
$mobile_link = "http://enter.brazzersmobile.com/track/NDAzODI3OjQ0OToxMTI/?autocamp=BZM_HANDHELD_YAHOO.COM&wl=yahoo.com"; // Other handheld device
}

XXXXXXXXXXXX (2:57 PM):
i was wondering what NATS id that was? I had a few other WMs check their account and they see the same NATS id for that traffic.

Brazzers ?(2:57 PM):
yes but the second one its shows your nats id as unecoded
egcash:mpps:BZM/?
but 1 min
ill make sure

XXXXXXXXXXXX ?(2:58 PM):
no, it shows no un-encoded URL for the "other handheld device" it shows the same encoded NATS id that is not mine: NDAzODI3OjQ0OToxMTI/?
with the wl=yahoo.com not my WL domain

Brazzers ?(2:58 PM):
i am running a little report 1 min

Brazzers ?(2:59 PM):
by the way you got the codes from juggcash right?

XXXXXXXXXXXX ?(2:59 PM):
right
php one

Brazzers ?(3:00 PM):
hmm thats strange that nats code is an internal code of one of our IT guys

Brazzers ?(3:01 PM):
did somebody here help you with the codes

XXXXXXXXXXXX ?(3:01 PM):
no, that NATS id is in all WM accounts for that traffic. i had several WMs check theirs as well.

Brazzers ?(3:02 PM):
yeah but there is no traffic to it
my Mobile software Engineer is gone because it 6pm here
can i get in touch with you in the morning when he comes in

XXXXXXXXXXXX ?(3:02 PM):
please

Brazzers ?(3:02 PM):
i promise bro

Brazzers ?(3:03 PM):
i work for brazzers
but been in sales 14 years
so my heart is with you guys

i know the stress of making sales so i alwaays protect the webmasters here

XXXXXXXXXXXX ?(3:04 PM):
thanks i appreciate it. let me know what he has to say ... i'd love to get some mobile traffic going your way

Brazzers ?(3:04 PM):
as soon as he walks in the moring i am handcuffing him to his chair

Brazzers ?(3:05 PM):
talk to you tomoorw

XXXXXXXXXXXX ?(3:05 PM):
ttyl, have a good night




It's still Monday and not fixed. : (
__________________
~TheDoc - ICQ7765825
It's all disambiguation
TheDoc is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote