![]() |
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. : ( |
Quote:
|
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 |
U can almost feel the luv from that rep :) lolz ........
|
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
|
Quote:
|
Quote:
|
Quote:
------------------------------------------------------------------------------------------ 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 } |
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 |
Quote:
:1orglaugh:1orglaugh:1orglaugh :1orglaugh:1orglaugh:1orglaugh . |
Quote:
|
This needs a bump
|
Quote:
|
|
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 |
Quote:
|
Quote:
|
Quote:
|
Stuff like that doesn't happen by accident...
|
Quote:
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 |
Quote:
Employ a workforce and come tell me the same thing.... I highly doubt you will. Thanks for your feedback! |
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. |
everyone in adult is stand up, and all males are bros. one big happy family
|
Quote:
|
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 |
Quote:
|
Quote:
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: |
rogue designer, will be dealt with, sorry for all the troubles.
|
|
Quote:
lol ;) |
Quote:
|
Quote:
Ha, that cracked me up. |
Quote:
Don't you know how to code? They pay you don't they? Either you can't code or brazzers pays your bills......... Quote:
Mistakes like this only happen with companies like Brazzers. Quote:
Quote:
You Affiliates/Webmasters should be going god damn nuts over this.. Pathetic that you aren't. |
Quote:
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:
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:
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. |
Quote:
|
Quote:
My friend... Kristin can read/write code. You married me to the ultimate g33k girl, thanks Bob :) |
Quote:
|
aha ofcourse! a rogue employee!
|
Quote:
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 |
Quote:
|
Quote:
|
Quote:
:1orglaugh:1orglaugh:1orglaugh |
Quote:
|
Quote:
|
Quote:
exactly ! |
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