GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Brazzers mobile re-direct script has Brazzers in-house NATS id in it... (https://gfy.com/showthread.php?t=922240)

TheDoc 08-17-2009 11:29 AM

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. : (

CaptainHowdy 08-17-2009 11:32 AM

Quote:

Originally Posted by TheDoc (Post 16195531)
Brazzers ?(3:02 PM):
i promise bro

:Oh crap ...

WiredGuy 08-17-2009 11:34 AM

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

qxm 08-17-2009 11:36 AM

U can almost feel the luv from that rep :) lolz ........

TheLegacy 08-17-2009 11:37 AM

Shit can happen along with mistakes - I highly doubt Brazzers is screwing anyone around with their webmasters, but it's a good thing for people to check their codes to make sure

crockett 08-17-2009 11:43 AM

Quote:

Originally Posted by TheLegacy (Post 16195578)
Shit can happen along with mistakes - I highly doubt Brazzers is screwing anyone around with their webmasters, but it's a good thing for people to check their codes to make sure

Yes, after all they are stand up bros and only screw over content owners and their own customers but I'm quite sure they draw the line at screwing affiliates.

xxweekxx 08-17-2009 11:47 AM

Quote:

Originally Posted by crockett (Post 16195613)
Yes, after all they are stand up bros and only screw over content owners and their own customers but I'm quite sure they draw the line at screwing affiliates.

:1orglaugh:1orglaugh:1orglaugh:1orglaugh:1orglaugh :1orglaugh:1orglaugh:1orglaugh:1orglaugh

kristin 08-17-2009 11:51 AM

Quote:

Originally Posted by WiredGuy (Post 16195558)
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
}

PersianKitty 08-17-2009 11:59 AM

I checked the redirect code that I've been using for a while now when I push their mobile. It redirected correctly in that section for me..

autocamp=BZM_HANDHELD_PERSIANKITTY.COM&wl=persiank itty.com

L-Pink 08-17-2009 12:01 PM

Quote:

Originally Posted by crockett (Post 16195613)
Yes, after all they are stand up bros and only screw over content owners and their own customers but I'm quite sure they draw the line at screwing affiliates.

:1orglaugh:1orglaugh:1orglaugh
:1orglaugh:1orglaugh:1orglaugh
:1orglaugh:1orglaugh:1orglaugh


.

hypedough 08-17-2009 12:02 PM

Quote:

Originally Posted by kristin (Post 16195643)
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
}

http://ihasahotdog.files.wordpress.c...-doo-noise.jpg

Gausche 08-17-2009 02:52 PM

This needs a bump

Machete_ 08-17-2009 03:03 PM

Quote:

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

mikeyddddd 08-17-2009 03:10 PM


stewgats 08-17-2009 03:55 PM

Hey Doc,

I looked into your claim and it was an isolated incidence. You picked up the redirect script during an update. Everything is working properly.

Sorry for the inconvenience, If you have any further questions, do not hesitate to contact me directly.

ICQ: 439899430

Regards,

Mobile Nick

papill0n 08-17-2009 04:08 PM

Quote:

Originally Posted by TheLegacy (Post 16195578)
Shit can happen along with mistakes - I highly doubt Brazzers is screwing anyone around with their webmasters, but it's a good thing for people to check their codes to make sure

:1orglaugh:1orglaugh

SoloGirlsContent 08-17-2009 05:01 PM

Quote:

Originally Posted by crockett (Post 16195613)
Yes, after all they are stand up bros and only screw over content owners and their own customers but I'm quite sure they draw the line at screwing affiliates.

:1orglaugh:1orglaugh:1orglaugh:1orglaugh:1orglaugh amen

Nicky 08-17-2009 05:09 PM

Quote:

Originally Posted by stewgats (Post 16197439)
Hey Doc,

I looked into your claim and it was an isolated incidence. You picked up the redirect script during an update. Everything is working properly.

Sorry for the inconvenience, If you have any further questions, do not hesitate to contact me directly.

ICQ: 439899430

Regards,

Mobile Nick

What about the other WM's he had asked who had the same id in their code?

PornMD 08-17-2009 05:29 PM

Stuff like that doesn't happen by accident...

stewgats 08-18-2009 06:36 AM

Quote:

Originally Posted by Nicky (Post 16198036)
What about the other WM's he had asked who had the same id in their code?

I haven't been contacted by anybody else, so I cannot speak about their issue. The erroneous NATS code was associated to a phone model which is not popular. The traffic generated through that NATS code was minute.

We apologize for the error and are willing to show Doc and anybody else who experienced the same problem statistics on the internal account.

Just contact me at ICQ: 439899430

stewgats 08-18-2009 06:39 AM

Quote:

Originally Posted by PornMD (Post 16198119)
Stuff like that doesn't happen by accident...

Perhaps if your a small business, i could agree with you on that shot.

Employ a workforce and come tell me the same thing.... I highly doubt you will.

Thanks for your feedback!

spacedog 08-18-2009 06:58 AM

All I can say is that the crew at Juggcash have been real good to me and have gone above and beyond for me.

The tube thing aside, they truly are stand up bros.

Fletch XXX 08-18-2009 07:11 AM

everyone in adult is stand up, and all males are bros. one big happy family

TheLegacy 08-18-2009 07:14 AM

Quote:

Originally Posted by crockett (Post 16195613)
Yes, after all they are stand up bros and only screw over content owners and their own customers but I'm quite sure they draw the line at screwing affiliates.

http://images2.fanpop.com/images/pho...95-500-400.jpg

GirlsOnYou 08-18-2009 07:19 AM

My brazzers mobile code did not have that problem at all. But my code has encoded tracking. I don't get why you just don't fix the problem area yourself to be as follows:

$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_HANDHELD_BUSTY.COM&wl=busty.com"; // Other handheld device

SmokeyTheBear 08-18-2009 08:41 AM

Quote:

Originally Posted by GirlsOnYou (Post 16200352)
My brazzers mobile code did not have that problem at all. But my code has encoded tracking. I don't get why you just don't fix the problem area yourself to be as follows:

$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_HANDHELD_BUSTY.COM&wl=busty.com"; // Other handheld device

maybe he assumed he doesnt need to check every single link to find one he is being ripped off on ?

SmokeyTheBear 08-18-2009 08:51 AM

Quote:

Originally Posted by stewgats (Post 16197439)
Hey Doc,

You picked up the redirect script during an update. Everything is working properly.

Just curious from a programmers angle how him grabbing the code during an update would have inserted a different NATS id into just one of his links ?

Lets just assume this was a programmers mistake, maybe you should look into fixing it.. An affiliate should be able to get code at any time of the day and still get paid. Or maybe you could put up a warning when you are updating things .. like " we are currently updating something , please check your codes carefully to make sure we didnt stick our own nats id in the code somewhere instead of yours , please check every link because sometimes our software only picks one link to insert our nats code into" :winkwink:

fris 08-18-2009 08:52 AM

rogue designer, will be dealt with, sorry for all the troubles.

Agent 488 08-18-2009 08:57 AM

http://looknoreallylook.files.wordpr...ogue-1-big.jpg

B O B 08-18-2009 09:40 AM

Quote:

Originally Posted by kristin (Post 16195643)
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
}

theDoc totally gave that to you didnt he
lol
;)

Snake Doctor 08-18-2009 07:07 PM

Quote:

Originally Posted by spacedog (Post 16200227)
The tube thing aside, they truly are stand up bros.

Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too. :thumbsup

Allison 08-18-2009 07:25 PM

Quote:

Originally Posted by Snake Doctor (Post 16205274)
Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too. :thumbsup


Ha, that cracked me up.

TheDoc 08-19-2009 05:41 AM

Quote:

Originally Posted by WiredGuy (Post 16195558)
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


Don't you know how to code?

They pay you don't they?


Either you can't code or brazzers pays your bills.........



Quote:

Originally Posted by TheLegacy (Post 16195578)
Shit can happen along with mistakes - I highly doubt Brazzers is screwing anyone around with their webmasters, but it's a good thing for people to check their codes to make sure


Mistakes like this only happen with companies like Brazzers.



Quote:

Originally Posted by spacedog (Post 16200227)
All I can say is that the crew at Juggcash have been real good to me and have gone above and beyond for me.

The tube thing aside, they truly are stand up bros.

Sarcasm?



Quote:

Originally Posted by GirlsOnYou (Post 16200352)
My brazzers mobile code did not have that problem at all. But my code has encoded tracking. I don't get why you just don't fix the problem area yourself to be as follows:

$mobile_link = "http://enter.brazzersmobile.com/track/egcash:mpps:BZM/?autocamp=BZM_HANDHELD_BUSTY.COM&wl=busty.com"; // Other handheld device

Seriously? STFU..... Like most Affiliates can read that horrible code, like they should have to read it.. What fake nick are you?











You Affiliates/Webmasters should be going god damn nuts over this.. Pathetic that you aren't.

TheDoc 08-19-2009 05:56 AM

Quote:

Originally Posted by stewgats (Post 16197439)
Hey Doc,

I looked into your claim and it was an isolated incidence. You picked up the redirect script during an update. Everything is working properly.

Sorry for the inconvenience, If you have any further questions, do not hesitate to contact me directly.

ICQ: 439899430

Regards,

Mobile Nick



I didn't pickup the script during an update, I picked up like 8 days ago, and up until this post it was still happening.. Did it take you guys 8 days to update?

Oh yeah, then I checked clients scripts that have been setup for weeks... and I think we have about 10 or so faulty scripts.


I didn't see an email notice letting the 100's of others with the possible bad script to know they should update..




Quote:

Originally Posted by stewgats (Post 16200070)
I haven't been contacted by anybody else, so I cannot speak about their issue. The erroneous NATS code was associated to a phone model which is not popular. The traffic generated through that NATS code was minute.

We apologize for the error and are willing to show Doc and anybody else who experienced the same problem statistics on the internal account.

Just contact me at ICQ: 439899430


You must have hired WiredGuy as your code reader.....

up.browser|up.link|mmp|symbian|smartphone|midp|wap |vodafone|o2|pocket|kindle|mobile|pda|treo

Symbian, treo, smartphone... hell all of them..... that's small?
So pretty much every other off type, goes here.. and that's small?






Quote:

Originally Posted by stewgats (Post 16200091)
Perhaps if your a small business, i could agree with you on that shot.

Employ a workforce and come tell me the same thing.... I highly doubt you will.

Thanks for your feedback!


Plenty of us in this industry with redirect scripts for mobile and plugin content. It's odd how only one type of company ever repeats this type of problem, or gets caught.



P.S. Don't ICQ me again. I'm not here to solve the problem, I'm here to expose it. Be happy I waited a week.. take that as a gift.

TheDoc 08-19-2009 06:03 AM

Quote:

Originally Posted by Snake Doctor (Post 16205274)
Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too. :thumbsup

Haha, love it!

TheDoc 08-19-2009 06:04 AM

Quote:

Originally Posted by B O B (Post 16201188)
theDoc totally gave that to you didnt he
lol
;)



My friend... Kristin can read/write code.


You married me to the ultimate g33k girl, thanks Bob :)

kenny 08-19-2009 06:47 AM

Quote:

Originally Posted by crockett (Post 16195613)
Yes, after all they are stand up bros and only screw over content owners and their own customers but I'm quite sure they draw the line at screwing affiliates.

:1orglaugh

nico-t 08-19-2009 07:24 AM

aha ofcourse! a rogue employee!

WiredGuy 08-19-2009 08:09 AM

Quote:

Originally Posted by kristin (Post 16195643)
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
}



You're right. I was just looking at the code sample Chris posted that didn't include the if statement (after the code dump before the conversation with brazzers) and assumed because it said handheld_yahoo that it was for Yahoo devices. Seems if its any of these: up.browser|up.link|mmp|symbian|smartphone|midp|wa p|vodafone|o2|pocket|kindle|mobile|pda|treo and as long as you're not on WinNT or AutoUpdate field (??), then you'd get redirected. And seeing that big ones such as smartphone or pda or treo or mobile are in that list, that does seem like a much bigger marketshare of mobiles than I originally thought.
WG

TheDoc 08-19-2009 08:34 AM

Quote:

Originally Posted by WiredGuy (Post 16208033)
You're right. I was just looking at the code sample Chris posted that didn't include the if statement (after the code dump before the conversation with brazzers) and assumed because it said handheld_yahoo that it was for Yahoo devices. Seems if its any of these: up.browser|up.link|mmp|symbian|smartphone|midp|wa p|vodafone|o2|pocket|kindle|mobile|pda|treo and as long as you're not on WinNT or AutoUpdate field (??), then you'd get redirected. And seeing that big ones such as smartphone or pda or treo or mobile are in that list, that does seem like a much bigger marketshare of mobiles than I originally thought.
WG

You know I love ya WG.... :thumbsup

kristin 08-19-2009 08:34 AM

Quote:

Originally Posted by TheDoc (Post 16208206)
You know I love ya WG.... :thumbsup

I guess it's love when he doesn't call you an asshat Charles. : )

TurboAngel 08-19-2009 08:35 AM

Quote:

Originally Posted by Snake Doctor (Post 16205274)
Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too. :thumbsup

You just made me spit water every where!


:1orglaugh:1orglaugh:1orglaugh

Barefootsies 08-19-2009 08:40 AM

Quote:

Originally Posted by crockett (Post 16195613)
Yes, after all they are stand up bros and only screw over content owners and their own customers but I'm quite sure they draw the line at screwing affiliates.


Jet - BANNED FOR LIFE 08-19-2009 08:48 AM

Quote:

Originally Posted by TheDoc (Post 16195531)
Brazzers ?(3:00 PM):
hmm thats strange that nats code is an internal code of one of our IT guys

a rogue employee!

directfiesta 08-19-2009 08:57 AM

Quote:

Originally Posted by Snake Doctor (Post 16205274)
Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too. :thumbsup

:1orglaugh:1orglaugh:1orglaugh

exactly !

SiMpLe 08-19-2009 10:30 AM

Just marking this thread to come back to later :upsidedow


All times are GMT -7. The time now is 06:02 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123