Re: [PHP-WIN] Reverse DNS/IP

2006-09-19 Thread Stut
Daniel Anderson wrote: I see what you mean though, but it would still be handy to find out how to find the Reverse IP/DNS anyway. Does anyone know? http://php.net/gethostbyaddr -Stut -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Reverse DNS/IP

2006-09-19 Thread Daniel Anderson
Hmm... perhaps, yeah, but as long as I can get the Reverse DNS/IP address found, I can work on planning a banner that 'estimates' certain values. I see what you mean though, but it would still be handy to find out how to find the Reverse IP/DNS anyway. Does anyone know? Maribeth, thanks for

Re: [PHP-WIN] Reverse DNS/IP

2006-09-19 Thread Mitch Miller
Daniel, I don't think this is going to help you much. Most ISPs assign unique DNS names to each IP address, so you'd end up with something like: 92-18-36-1.wsip.mysip.com the first time they come in, and 92-18-36-2.wsip.mysip.com the next time ... if you ban based on DNS name, you're still

[PHP-WIN] Reverse DNS/IP

2006-09-19 Thread Daniel Anderson
Hi guys, Question: I was wondering if anyone knows if it is possible to find the reverse IP/DNS address of a computer please? Reason: I ask this because I wish to produce a 'ban' list of users on a forum who persistantly cause problems, banning specific IPs is an option, but at the moment is n

Re: [PHP-WIN] cookies time? - now it doesn't write [SOLVED]

2006-09-19 Thread German Piqué
Now I found why under some sizes it worked. It was because in the config file php.ini, the variable output_buffering was set to "4096". When the buffer reached that size the rest of the cookie cannot be stored and failed :) well, that's what I suppose reading the documentation of this option: ;

Re: [PHP-WIN] cookies time? - now it doesn't write

2006-09-19 Thread German Piqué
I found the problem... and the solution To test it, i set a group of messages in the code of the class cookie when the variable "debug" is active. That was leading to all the errors. It's like the script was generating html code and after that it tries to modify the cookies. I set the debug vari

Fwd: [PHP-WIN] cookies time? - now it doesn't write

2006-09-19 Thread German Piqué
-- Forwarded message -- From: German Piqué <[EMAIL PROTECTED]> Date: 19-sep-2006 10:38 Subject: Re: [PHP-WIN] cookies time? - now it doesn't write To: "Frank M. Kromann" <[EMAIL PROTECTED]> Now works... Oo But i have another problem. My script must check a DB and inform of the c