Re: [PHP-WIN] Reverse DNS/IP

2006-09-25 Thread Alex Turner
Stut wrote: 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 Daniel, Just be careful because if you ban people by ip/dns you will end up banning a lot of

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
nderson" <[EMAIL PROTECTED]> Cc: "php-windows" Sent: Tuesday, September 19, 2006 8:53 PM Subject: Re: [PHP-WIN] Reverse DNS/IP 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 somethi

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