Y T Nuke  
Results 1 to 12 of 12
Is it possible to fake (or minimum blank) the user agent of the visitors browser ...
  1. #1
    BlackBat is offline Newbies
    Join Date
    Jan 2008
    Posts
    34
    Reputation
    10
    Thanks
    8
    Thanked 4 Times in 4 Posts

    Default Is It Possible To Fake A User Agent?

    Is it possible to fake (or minimum blank) the user agent of the visitors browser (i.e. Z*a*n*g*0 Toolbar) and redirect it to your favorite destination URL while showing a new user agent (and drop the cookie)?

    Some say yes and some are sure it can't be done.

    If anyone knows any php script or examples that enables this, I'm sure many people would be interested besides me.

  2. #2
    cristianraiber's Avatar
    cristianraiber is offline Regular Member
    Join Date
    Nov 2008
    Location
    Internet
    Age
    24
    Posts
    273
    Reputation
    25
    Thanks
    482
    Thanked 340 Times in 87 Posts

    Default Re: Is It Possible To Fake A User Agent?

    i'd be interested to find out this as well ...

  3. #3
    Juicify is offline Newbies
    Join Date
    Jan 2008
    Posts
    28
    Reputation
    11
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default Re: Is It Possible To Fake A User Agent?

    I'm sure that if it was possible it would have to be by exploiting some browser bug. Or really hacking the browser by exploiting a security hole in a plug-in like java, or some other hackish way.

  4. #4
    Join Date
    Apr 2008
    Posts
    221
    Reputation
    10
    Thanks
    19
    Thanked 19 Times in 17 Posts

    Default Re: Is It Possible To Fake A User Agent?

    I think you got the wrong idea about this. Because the user agent will never appear as Z*a*n*g*0 Toolbar. It will only appear as the browser that the visitor is using. For example internet explorer, firefox and Chrome.

    So there's no point in trying to change the user-agent.

  5. #5
    BlackBat is offline Newbies
    Join Date
    Jan 2008
    Posts
    34
    Reputation
    10
    Thanks
    8
    Thanked 4 Times in 4 Posts

    Default Re: Is It Possible To Fake A User Agent?

    It will only appear as the browser that the visitor is using
    I think you are 50% right.

    It does appear like Mozilla/4.0 (compatible; MSIE 5.01; Windows 98; ZangoToolbar 4.8.2)

    http://www.botsvsbrowsers.com/listings.asp?search=zango

    I could hope that the word Zango doesn't appear but the price of just 'hoping' could be losing the CJ account...
    Last edited by BlackBat; 12-24-2008 at 10:50 AM.

  6. #6
    justone's Avatar
    justone is offline Supreme Member
    Join Date
    Oct 2008
    Location
    Europe
    Posts
    1,496
    Reputation
    48
    Thanks
    116
    Thanked 984 Times in 259 Posts

    Default Re: Is It Possible To Fake A User Agent?

    There is one way to do this for mozilla, but it could be considered pretty illegal.
    There are ways to change the browser configuration of a user but it will require the user to confirm a security question.

    So you could in theory:
    javascript -> get browser grants to change useragent
    -> if user pressed yes: change the agent and forward user to target site
    -> if user pressed no: either keep asking or forward user to some other page

    It works for firefox/mozilla browsers and I doubt people like that as the change is permanent.

    Beside this: no way
    Fresh, fast, reliable and stable private proxies SEO-proxies.com - HTTP, SOCKS, VPN, API

  7. #7
    BlackBat is offline Newbies
    Join Date
    Jan 2008
    Posts
    34
    Reputation
    10
    Thanks
    8
    Thanked 4 Times in 4 Posts

    Default Re: Is It Possible To Fake A User Agent?

    So this leaves us with only one option...promoting networks that allow Zango.

    Anyone knows any?

    I know for sure that CJ.com and Azoogle don't allow it for sure.

  8. #8
    LostShootingStar's Avatar
    LostShootingStar is offline Affiliate Program Moderator
    Join Date
    Jul 2008
    Posts
    467
    Reputation
    35
    Thanks
    68
    Thanked 315 Times in 161 Posts

    Default Re: Is It Possible To Fake A User Agent?

    This would be almost the same as spoofing (not blanking) a referrer, it's not really possible in this scenario.

    Could do it with something like cURL, but not for what you want to do.

  9. #9
    hawke's Avatar
    hawke is offline Power Member
    Join Date
    Nov 2008
    Location
    Ohio
    Posts
    588
    Reputation
    125
    Thanks
    265
    Thanked 445 Times in 204 Posts

    Default Re: Is It Possible To Fake A User Agent?

    This is prolly what your looking for only for FireFox though, which people should use anyways.

    Code:
    https://addons.mozilla.org/en-US/firefox/addon/59
    Hope that helps

  10. #10
    Join Date
    Apr 2008
    Posts
    221
    Reputation
    10
    Thanks
    19
    Thanked 19 Times in 17 Posts

    Default Re: Is It Possible To Fake A User Agent?

    Quote Originally Posted by BlackBat View Post
    I think you are 50% right.

    It does appear like Mozilla/4.0 (compatible; MSIE 5.01; Windows 98; ZangoToolbar 4.8.2)

    http://www.botsvsbrowsers.com/listings.asp?search=zango

    I could hope that the word Zango doesn't appear but the price of just 'hoping' could be losing the CJ account...
    Thanks for the info I didn't know that lol.

    Anyway you could do it with cURL but than your ip's will all be the same. And that may cause some suspicion.

    So if you are worried you could probably try out the smaller networks as they won't have that much resources to detect that your traffic is from zango. Or they won't bother to.

  11. #11
    mazzim's Avatar
    mazzim is offline Junior Member
    Join Date
    Jul 2008
    Posts
    123
    Reputation
    24
    Thanks
    9
    Thanked 63 Times in 27 Posts

    Default Re: Is It Possible To Fake A User Agent?

    my understanding is that when u "redirect" you are actually RESPONDING back to the surfer's browser and you are telling it to visit another URL instead of the first URL that the browser hit.

    this means you are telling the browser to "independently" go and visit another site/page everytime you redirect. u are merely suggesting to the browser that it shuould try another alternative site/page instead of the one it hit first time. with that said, we can therefore say the process of how the browser will identify itself to the new URL is probably out of your hands. it is totally in the hands of the surfer's browser how it will identify itself to the new URL.

    Now what if you can pretend to be the surfer's browser or you become the intermediary and send requests to other sites "on behalf of the surfer's browser" ?

    this brings us to the idea of a proxy server. if you can run a proxy server script on your site then you are going to somehow be able to fake/spoof the user agent (and many other things) since you will be making requests to the final destination URL "on behalf" of the surfer's browser. how does that sound ??

  12. #12
    justone's Avatar
    justone is offline Supreme Member
    Join Date
    Oct 2008
    Location
    Europe
    Posts
    1,496
    Reputation
    48
    Thanks
    116
    Thanked 984 Times in 259 Posts

    Default Re: Is It Possible To Fake A User Agent?

    If you use a proxy or similar to change the useragent of a visitor.
    Well why not just leave all that shit and create 100% artificial traffic ?

    There is no solution to this problem if you want real visitors.
    Fresh, fast, reliable and stable private proxies SEO-proxies.com - HTTP, SOCKS, VPN, API

Natural Slow Link Building


SEO Blasts - High quality link building service

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76