Re: [PHP] Re: http_referer. what's wrong with that?

2012-01-12 Thread Stuart Dallas
On 12 Jan 2012, at 14:10, Jonesy wrote: > On Thu, 12 Jan 2012 17:11:25 +1100, Ross McKay wrote: >> On Wed, 11 Jan 2012 21:27:58 -0800, Haluk Karamete wrote: >> >>> [...] >>> Notice: Undefined index: HTTP_REFERER in >>> D:\Hosting\5291100\html\blueprint\bp_library.php on line 16 >>> die; >>> [...]

Re: [PHP] Re: http_referer. what's wrong with that?

2012-01-11 Thread Matt Neimeyer
While perhaps unlikely in "common users" it is also possible to prevent your browser from sending the referrer. IIRC, the referrer can also get mangled when passing through HTTPS (although I don't remember on which side, HTTP->HTTPS or HTTPS->HTTP or both) Matt On Thu, Jan 12, 2012 at 1:11 AM, Ro

Re: [PHP] Re: HTTP_REFERER ... ?

2004-05-06 Thread Tristan . Pretty
I echoed it, and got a blank variable... We ahve full admin rights on my server, and the one we're checking the referer from... Basically, our system has an exsiting user database, and we wanna allow users to loging as per usual, and but allow them (and only them) to veiw pages on the new serve

Re: [PHP] Re: HTTP_REFERER

2003-09-14 Thread Eugene Lee
On Mon, Sep 15, 2003 at 07:58:25AM +0800, Louie Miranda wrote: : Eugene Lee mentioned: : > On Fri, Sep 12, 2003 at 04:21:16PM +0800, Louie Miranda wrote: : > : Eugene Lee mentioned: : > : > On Fri, Sep 12, 2003 at 03:53:22PM +0800, Louie Miranda wrote: : > : > : "Eugene Lee" mentioned: : > : > : >

Re: [PHP] Re: HTTP_REFERER

2003-09-14 Thread Louie Miranda
SCRIPT_FILENAME, sorry but i didnt get this part. - Original Message - From: "Eugene Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 4:51 PM Subject: Re: [PHP] Re: HTTP_REFERER > On Fri, Sep 12, 2003 at 04:21:16PM +

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Miroslaw Milewski
Louie Miranda wrote: > no, im making a "send this page to a friend program" > when the users click the button a small pop-up window > will come out and the http_referer will work and catch > the previous page. I suppose you can achieve this using javascript's window.opener.location.href refer

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Eugene Lee
On Fri, Sep 12, 2003 at 04:21:16PM +0800, Louie Miranda wrote: : Eugene Lee mentioned: : > On Fri, Sep 12, 2003 at 03:53:22PM +0800, Louie Miranda wrote: : > : "Eugene Lee" mentioned: : > : > : > : > Several Windoze firewalls also filter out HTTP_REFERER. : > : : > : what can you suggest, im trying

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Louie Miranda
MAIL PROTECTED]> Sent: Friday, September 12, 2003 4:15 PM Subject: Re: [PHP] Re: HTTP_REFERER > On Fri, Sep 12, 2003 at 03:53:22PM +0800, Louie Miranda wrote: > : "Eugene Lee" mentioned: > : > > : > Several Windoze firewalls also filter out HTTP_REFERER. > : > :

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Eugene Lee
On Fri, Sep 12, 2003 at 03:53:22PM +0800, Louie Miranda wrote: : "Eugene Lee" mentioned: : > : > Several Windoze firewalls also filter out HTTP_REFERER. : : what can you suggest, im trying to do a referer email program on a website : and i think HTTP_REFERER will be my first approach, but limited

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Louie Miranda
> To: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 3:30 PM Subject: Re: [PHP] Re: HTTP_REFERER > On Fri, Sep 12, 2003 at 09:11:09AM +0200, Catalin Trifu wrote: > : > : "Louie Miranda" <[EMAIL PROTECTED]> wrote: > : > > : > Does php support this? HT

Re: [PHP] Re: HTTP_REFERER

2003-09-12 Thread Eugene Lee
On Fri, Sep 12, 2003 at 09:11:09AM +0200, Catalin Trifu wrote: : : "Louie Miranda" <[EMAIL PROTECTED]> wrote: : > : > Does php support this? HTTP_REFERER : > or simply cgi and ssi only? : : It does support any HTTP information, and since : HTTP_REFERER is part of the HTTP spec. it is supporte

RE: [PHP] Re: $HTTP_REFERER < 10

2001-07-12 Thread scott [gts]
i know that i am always interested to see code posted on this list... even if i cannot personally use the code, i'm always curious to see how people write code. > -Original Message- > From: Inércia Sensorial [mailto:[EMAIL PROTECTED]] > Subject: Re: [PHP] Re: $HTT

Re: [PHP] Re: $HTTP_REFERER < 10

2001-07-12 Thread Inércia Sensorial
Thank you Scott for the various ideas. I am preventing an eventual 'no referer' situation with a default url provided by who opens an account. I am getting (and trying to give :)) help on this list, so I will ask first before doing... Is it normal to announce personal projects here? This one

RE: [PHP] Re: $HTTP_REFERER < 10

2001-07-12 Thread scott [gts]
a partial suggestion would be to try an fopen() on the HTTP_REFERER if it was a static document like .html or .txt but if someone is being redirected from a CGI script or dyanmic page of any sort, it'll be virtually impossible to find out exactly where they came from and if that page is valid