Re: [PHP] Nasty DoS in PHP | Windows only?

2002-04-17 Thread DRaGoNLz
- Original Message - From: "Jason Murray" <[EMAIL PROTECTED]> To: "'Jason Soza'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 11:36 PM Subject: RE: [PHP] Nasty DoS in PHP | Windows only? > > I'd be interested in knowing your versions and the versions > > of t

[PHP] Emulating a browser, parse cookies with PHP

2002-04-07 Thread DRaGoNLz
Hi, I'm trying to make a PHP script that would go in a website and log in. The website uses cookie to authenticate with its services. I made HTTP GET requests using fsockopen and parsed the results back into a variable. However I cannot find the cookie info(Set-cookie) in the returned content.

[PHP] How to avoid "Warning: Page has Expired" error?

2002-03-26 Thread DRaGoNLz
Hi there, i'm building a form that posts to a php page. When I click on back on my browser and then forward. It gives me this warning. Is there anyways to avoid this? thanks! -David -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] page expired message

2002-03-20 Thread DRaGoNLz
try using GET Method instead of POST. It solves the problem, however, the parameters that you pass through will be shown in the address bar. If someone know a way to avoid that page with POST, please let me know too! - Original Message - From: "Gonzalez, Zara E" <[EMAIL PROTECTED]> To: