Is it possible to get the website before the referral website? I need to, help would be appreciated, can any one help?
Thanks.
Get the wesbite before the referral
Started by TcM, May 16 2007 07:51 AM
13 replies to this topic
#1
Posted 16 May 2007 - 07:51 AM
|
|
|
#2
Guest_NeedHelp_*
Posted 16 May 2007 - 01:33 PM
Guest_NeedHelp_*
Like the site before the last site? Not that I know how but I bet you could in JavaScript?
#3
Posted 17 May 2007 - 03:16 AM
I don't think that is even possible, I was just asking. But I tried something with Javascript, and it did not work. Well after all it is not so important.
#4
Posted 04 June 2007 - 12:30 PM
I don't think it's possible - it doesn't seem like it would be.
What were you wanting to use it for? There may be another way to do what you were wanting.
What were you wanting to use it for? There may be another way to do what you were wanting.
#5
Posted 05 June 2007 - 04:46 AM
Well this was solved actually (I didn't implement it lol) but I wanted to know.. let's say that my website will be viewed in a frame, the referral would be the URL of the frame.. but I wanted to know the page before the frame so I could know from where that visit in a frame came from! (kind of confusing)
#6
Posted 05 June 2007 - 10:36 AM
TheComputerMaster said:
Well this was solved actually (I didn't implement it lol) but I wanted to know.. let's say that my website will be viewed in a frame, the referral would be the URL of the frame.. but I wanted to know the page before the frame so I could know from where that visit in a frame came from! (kind of confusing)
Ok, that makes sense.
Do you know how it was solved?
#7
Posted 11 June 2007 - 05:21 AM
Well it was solved because I didn't make it... as I couldn't lol.
#8
Posted 11 June 2007 - 03:51 PM
Couldn't you just do the referral in the main page that specifies the frames?
#9
Posted 14 June 2007 - 07:08 AM
What if I had no control over the website that shows the frames? Let's say it was a PHP proxy website or something? I can't make the code on other websites unless I hack them ;)
#10
Posted 05 July 2007 - 11:12 AM
If the webpage in the middle is yours then just add a form and have the HTTP_REFERER in that, then on the next page request $_POST of the HTTP_REFERER then you will have the website from 2 pages ago..
#11
Posted 05 July 2007 - 11:14 AM
If the middle page is yours then add a form element to it that gets the HTTP_REFERER. On the next page request this with $_POST, and then you will have the link of 2 pages ago :)
#12
Posted 07 July 2007 - 07:27 PM
sounds like a good idea


Sign In
Create Account


Back to top









