Re: [PHP] WEB LOG

2001-09-24 Thread Andreas Gietl
This is the reason why i wrote it is just some security. On Monday 24 September 2001 16:15, Jeffrey Paul wrote: > At 10:09 AM 9/24/2001, Andreas Gietl wrote: > >Well. If you check the HTTP_REFERER on the target-site it would work and > > give you at least some "security". However it is still not

Re: [PHP] WEB LOG

2001-09-24 Thread Jeffrey Paul
At 10:09 AM 9/24/2001, Andreas Gietl wrote: >Well. If you check the HTTP_REFERER on the target-site it would work and give >you at least some "security". However it is still not really secure. Wrong. Many browsers don't send the Referer: header, not to mention it's downright trivial to spoof it

Re: [PHP] WEB LOG

2001-09-24 Thread George Pitcher
ECTED]> Sent: Monday, September 24, 2001 3:09 PM Subject: Re: [PHP] WEB LOG > On Monday 24 September 2001 16:04, Jeffrey Paul wrote: > > Well. If you check the HTTP_REFERER on the target-site it would work and give > you at least some "security". However it is still not re

Re: [PHP] WEB LOG

2001-09-24 Thread Andreas Gietl
On Monday 24 September 2001 16:04, Jeffrey Paul wrote: Well. If you check the HTTP_REFERER on the target-site it would work and give you at least some "security". However it is still not really secure. > At 07:08 AM 9/24/2001, Chris Herring wrote: > >OOPS, again, elseif isn't what needs to be

Re: [PHP] WEB LOG

2001-09-24 Thread Jeffrey Paul
At 07:08 AM 9/24/2001, Chris Herring wrote: >OOPS, again, elseif isn't what needs to be done. > >Ok, here we go. > >if $pwd == $real_pwd { >header ("Location: http://therealsite";); >} else { >header ("Location: http://badsite";); >} > For the record, that won't stop someone from going to the des

Re: [PHP] WEB LOG

2001-09-24 Thread Chris Herring
OOPS, again, elseif isn't what needs to be done. Ok, here we go. if $pwd == $real_pwd { header ("Location: http://therealsite";); } else { header ("Location: http://badsite";); } -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: [PHP] WEB LOG

2001-09-24 Thread Chris Herring
t;Ardani Sarjito" <[EMAIL PROTECTED]> To: "php_list" <[EMAIL PROTECTED]> Sent: Sunday, September 23, 2001 9:35 PM Subject: [PHP] WEB LOG > hi all! > > I'm just about to try to make my first weblog page. > > I find some problem. > > I want to make the

[PHP] WEB LOG

2001-09-24 Thread Ardani Sarjito
hi all! I'm just about to try to make my first weblog page. I find some problem. I want to make the user not being able to go to the destination page if the password does match. how do I do that? any help would be greatly appreciated. Thanks alot! Ardani -- PHP General Mailing List (http