+ Reply to Thread + Post New Thread
Results 1 to 7 of 7

Thread: Redirect and show referer???

  1. #1
    Noobie
    Join Date
    Apr 2008
    Posts
    168
    Thanks
    0
    Thanked 4 Times in 2 Posts

    Default Redirect and show referer???

    Ahh, I've been scouring google for the last half an hour trying to find a way to redirect someone while showing the referer.

    Can it be done?

    What I want is someone to go to site 1 (could be any site), then they click a link that sends them to site 2 where they are redirected straight away to site 3. I want site 2 to show as the referer.

    Can anyone help?

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #2
    Noobie
    Join Date
    Apr 2008
    Posts
    102
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    This would only be possible using an iframe ... I think that is how offercloak does it as well ..

  4. #3
    Noobie
    Join Date
    Apr 2008
    Posts
    168
    Thanks
    0
    Thanked 4 Times in 2 Posts

    Default

    Bummer, I thought that might be the case.

    All well, thanks for telling me.

  5. #4
    Noobie
    Join Date
    Apr 2008
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    it should be possible to rewrite the http header as a user passes through the redirect so that the referrer gets forwarded.

  6. #5
    Noobie
    Join Date
    Apr 2008
    Posts
    102
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The referer is a read only property that can't by modified by tampering with the http header ..

  7. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Great minds think alike. This is my whining thread I started yesterday
    http://www.blackhatworld.com/blackhat-seo/cookie-stuffing/17564-need-help-cashcorps-htaccess-method-cs.html

    Where I'm also stuck though is that if I do this with myspace, the cookie ain't gettin' stuffed with this method.

  8. #7
    Noobie
    Join Date
    Apr 2008
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    well .. what about a javascript form redirect

    < script language=javascript >
    document.f.submit();


    < form name=f action="affiliate_link" method=get >

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts