Brazzers mobile re-direct script has Brazzers in-house NATS id in it...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheDoc
    Too lazy to set a custom title
    • Jul 2001
    • 13827

    #1

    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
  • CaptainHowdy
    Too lazy to set a custom title
    • Dec 2004
    • 94107

    #2
    Originally posted by TheDoc
    Brazzers ?(3:02 PM):
    i promise bro
    ...

    Comment

    • WiredGuy
      Pounding Googlebot
      • Aug 2002
      • 34515

      #3
      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 play with Google.

      Comment

      • qxm
        Confirmed User
        • Jul 2006
        • 5970

        #4
        U can almost feel the luv from that rep lolz ........

        ICQ: 266990876

        Comment

        • TheLegacy
          SEO RobertWarrenSEO.com
          • Apr 2003
          • 18176

          #5
          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

          RobertWarrenSEO.com
          Telegram: @TheLegacy54

          Comment

          • crockett
            in a van by the river
            • May 2003
            • 76818

            #6
            Originally posted by TheLegacy
            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.
            In November, you can vote for America's next president or its first dictator.

            Comment

            • xxweekxx
              Confirmed User
              • Oct 2002
              • 6780

              #7
              Originally posted by crockett
              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.
              _________________
              I am the best

              Comment

              • kristin
                GOO!
                • Sep 2002
                • 9768

                #8
                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
                }
                Vacares rules.

                "Usually only fat guys have the kind of knowledge and ability that Kristin has."

                Comment

                • PersianKitty
                  Meow Media Inc.
                  • Jul 2001
                  • 7785

                  #9
                  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
                  Last edited by PersianKitty; 08-17-2009, 11:00 AM.

                  Comment

                  • L-Pink
                    working on my tan
                    • Mar 2005
                    • 39151

                    #10
                    Originally posted by crockett
                    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.





                    .

                    Comment

                    • hypedough
                      Confirmed User
                      • Sep 2007
                      • 3743

                      #11
                      Originally posted by kristin
                      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
                      }

                      Ricky D :: Hype Dough President | XBIZ.net | ICQ 172-939-826 AIM+Skype HypeDough | [NATS4]
                      Kayden420: ['09 '10 '11 XBIZ Nominee | Exclusive & HD] | ThePornScout: [Exclusive + Reality | Amateurs Want to Become Pornstars]

                      Comment

                      • Gausche
                        Confirmed User
                        • Feb 2009
                        • 140

                        #12
                        This needs a bump

                        Adult Videos on your mobile
                        Mobile Porn - vic at mobilporn dot mobi

                        Comment

                        • Machete_
                          WINNING!
                          • Oct 2002
                          • 14579

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

                          Comment

                          • mikeyddddd
                            Viva la vulva!
                            • Mar 2003
                            • 16557

                            #14


                            Comment

                            • stewgats
                              Registered User
                              • May 2008
                              • 3

                              #15
                              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

                              Comment

                              • papill0n
                                Unregistered Abuser
                                • Oct 2007
                                • 15547

                                #16
                                Originally posted by TheLegacy
                                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

                                Comment

                                • SoloGirlsContent
                                  So Fucking Banned
                                  • Oct 2003
                                  • 5013

                                  #17
                                  Originally posted by crockett
                                  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.
                                  amen

                                  Comment

                                  • Nicky
                                    Too lazy to set a custom title
                                    • Mar 2003
                                    • 30071

                                    #18
                                    Originally posted by stewgats
                                    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?

                                    gfynicky @ gmail.com

                                    Comment

                                    • PornMD
                                      Mainstream Businessman
                                      • Jan 2007
                                      • 9291

                                      #19
                                      Stuff like that doesn't happen by accident...
                                      Want to crush it in mainstream with Facebook ads? Hit me up.

                                      Comment

                                      • stewgats
                                        Registered User
                                        • May 2008
                                        • 3

                                        #20
                                        Originally posted by Nicky
                                        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

                                        Comment

                                        • stewgats
                                          Registered User
                                          • May 2008
                                          • 3

                                          #21
                                          Originally posted by PornMD
                                          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!

                                          Comment

                                          • spacedog
                                            Yes that IS me. Bitch.
                                            • Nov 2001
                                            • 14149

                                            #22
                                            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.

                                            Comment

                                            • Fletch XXX
                                              GFY HALL OF FAME DAMMIT!!!
                                              • Jan 2002
                                              • 60840

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

                                              Want an Android App for your tube, membership, or free site?

                                              Need banners or promo material? Hit us up (ICQ Fletch: 148841377) or email me fletchxxx at gmail.com - recent work - About me

                                              Comment

                                              • TheLegacy
                                                SEO RobertWarrenSEO.com
                                                • Apr 2003
                                                • 18176

                                                #24
                                                Originally posted by crockett
                                                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.

                                                RobertWarrenSEO.com
                                                Telegram: @TheLegacy54

                                                Comment

                                                • GirlsOnYou
                                                  Confirmed User
                                                  • Oct 2006
                                                  • 618

                                                  #25
                                                  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
                                                  * Selling my adult sites.
                                                  Email: furaldbullon48aol9com - Replace 48 with @ and 9 with .

                                                  Comment

                                                  • SmokeyTheBear
                                                    ►SouthOfHeaven
                                                    • Jun 2004
                                                    • 28609

                                                    #26
                                                    Originally posted by GirlsOnYou
                                                    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 ?
                                                    hatisblack at yahoo.com

                                                    Comment

                                                    • SmokeyTheBear
                                                      ►SouthOfHeaven
                                                      • Jun 2004
                                                      • 28609

                                                      #27
                                                      Originally posted by stewgats
                                                      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"
                                                      hatisblack at yahoo.com

                                                      Comment

                                                      • fris
                                                        I have to go potty
                                                        • Aug 2002
                                                        • 55789

                                                        #28
                                                        rogue designer, will be dealt with, sorry for all the troubles.
                                                        Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


                                                        My Newest Theme

                                                        Comment

                                                        • Agent 488
                                                          Registered User
                                                          • Feb 2006
                                                          • 22511

                                                          #29

                                                          Comment

                                                          • B O B
                                                            Confirmed User
                                                            • Dec 2002
                                                            • 2664

                                                            #30
                                                            Originally posted by kristin
                                                            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
                                                            ;)
                                                            SoloConverts.com is now LIVE! 8 kick ass exclusive sites, weekly payouts, secure 3rd party billing, 60/40 revshare - PPS by request, tons of promo tools and much more! Sign up today at SoloConverts.com
                                                            Contact me today for anything you need!
                                                            [email protected]
                                                            ICQ: 184807
                                                            Skype: bobbyrica

                                                            Comment

                                                            • Snake Doctor
                                                              I'm Lenny2 Bitch
                                                              • Mar 2001
                                                              • 13449

                                                              #31
                                                              Originally posted by spacedog
                                                              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.
                                                              sig too big

                                                              Comment

                                                              • Allison
                                                                Confirmed User
                                                                • Jul 2001
                                                                • 2068

                                                                #32
                                                                Originally posted by Snake Doctor
                                                                Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too.

                                                                Ha, that cracked me up.
                                                                Allison
                                                                President
                                                                TopBucks.com| PinkVisual.com|
                                                                [email protected]
                                                                Follow Me on Twitter:
                                                                http://www.twitter.com/PV_Alli

                                                                ICQ: 120353154

                                                                Check out PVLocker.com

                                                                Comment

                                                                • TheDoc
                                                                  Too lazy to set a custom title
                                                                  • Jul 2001
                                                                  • 13827

                                                                  #33
                                                                  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

                                                                  Don't you know how to code?

                                                                  They pay you don't they?


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



                                                                  Originally posted by TheLegacy
                                                                  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.



                                                                  Originally posted by spacedog
                                                                  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?



                                                                  Originally posted by GirlsOnYou
                                                                  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 - ICQ7765825
                                                                  It's all disambiguation

                                                                  Comment

                                                                  • TheDoc
                                                                    Too lazy to set a custom title
                                                                    • Jul 2001
                                                                    • 13827

                                                                    #34
                                                                    Originally posted by stewgats
                                                                    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..




                                                                    Originally posted by stewgats
                                                                    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?






                                                                    Originally posted by stewgats
                                                                    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 - ICQ7765825
                                                                    It's all disambiguation

                                                                    Comment

                                                                    • TheDoc
                                                                      Too lazy to set a custom title
                                                                      • Jul 2001
                                                                      • 13827

                                                                      #35
                                                                      Originally posted by Snake Doctor
                                                                      Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too.
                                                                      Haha, love it!
                                                                      ~TheDoc - ICQ7765825
                                                                      It's all disambiguation

                                                                      Comment

                                                                      • TheDoc
                                                                        Too lazy to set a custom title
                                                                        • Jul 2001
                                                                        • 13827

                                                                        #36
                                                                        Originally posted by B O B
                                                                        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
                                                                        ~TheDoc - ICQ7765825
                                                                        It's all disambiguation

                                                                        Comment

                                                                        • kenny
                                                                          Confirmed User
                                                                          • Mar 2002
                                                                          • 7245

                                                                          #37
                                                                          Originally posted by crockett
                                                                          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.
                                                                          7

                                                                          Comment

                                                                          • nico-t
                                                                            emperor of my world
                                                                            • Aug 2004
                                                                            • 29901

                                                                            #38
                                                                            aha ofcourse! a rogue employee!

                                                                            Comment

                                                                            • WiredGuy
                                                                              Pounding Googlebot
                                                                              • Aug 2002
                                                                              • 34515

                                                                              #39
                                                                              Originally posted by kristin
                                                                              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
                                                                              Last edited by WiredGuy; 08-19-2009, 07:11 AM.
                                                                              I play with Google.

                                                                              Comment

                                                                              • TheDoc
                                                                                Too lazy to set a custom title
                                                                                • Jul 2001
                                                                                • 13827

                                                                                #40
                                                                                Originally posted by WiredGuy
                                                                                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....
                                                                                ~TheDoc - ICQ7765825
                                                                                It's all disambiguation

                                                                                Comment

                                                                                • kristin
                                                                                  GOO!
                                                                                  • Sep 2002
                                                                                  • 9768

                                                                                  #41
                                                                                  Originally posted by TheDoc
                                                                                  You know I love ya WG....
                                                                                  I guess it's love when he doesn't call you an asshat Charles. : )
                                                                                  Vacares rules.

                                                                                  "Usually only fat guys have the kind of knowledge and ability that Kristin has."

                                                                                  Comment

                                                                                  • TurboAngel
                                                                                    H.B.I.C.
                                                                                    • Jun 2003
                                                                                    • 30122

                                                                                    #42
                                                                                    Originally posted by Snake Doctor
                                                                                    Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too.
                                                                                    You just made me spit water every where!


                                                                                    Comment

                                                                                    • Barefootsies
                                                                                      Choice is an Illusion
                                                                                      • Feb 2005
                                                                                      • 42635

                                                                                      #43
                                                                                      Originally posted by crockett
                                                                                      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.
                                                                                      Should You Email Your Members?

                                                                                      Link1 | Link2 | Link3

                                                                                      Enough Said.

                                                                                      "Would you rather live like a king for a year or like a prince forever?"

                                                                                      Comment

                                                                                      • Jet - BANNED FOR LIFE
                                                                                        So Fucking Banned
                                                                                        • Sep 2002
                                                                                        • 7515

                                                                                        #44
                                                                                        Originally posted by TheDoc
                                                                                        Brazzers ?(3:00 PM):
                                                                                        hmm thats strange that nats code is an internal code of one of our IT guys
                                                                                        a rogue employee!

                                                                                        Comment

                                                                                        • directfiesta
                                                                                          Too lazy to set a custom title
                                                                                          • Oct 2002
                                                                                          • 30177

                                                                                          #45
                                                                                          Originally posted by Snake Doctor
                                                                                          Yeah, and that eating people thing aside, Jeffrey Dahmer was a stand up bro too.


                                                                                          exactly !
                                                                                          I know that Asspimple is stoopid ... As he says, it is a FACT !

                                                                                          But I can't figure out how he can breathe or type , at the same time ....

                                                                                          Comment

                                                                                          • SiMpLe
                                                                                            Confirmed User
                                                                                            • Feb 2002
                                                                                            • 3221

                                                                                            #46
                                                                                            Just marking this thread to come back to later
                                                                                            Sean Holland
                                                                                            Vice President
                                                                                            OrbitalPay / Global Electronic Technology (GET)
                                                                                            SKYPE: iam.sean ::: sholland at orbitalpay.com
                                                                                            888-775-1500

                                                                                            Comment

                                                                                            Working...