Re: [PHP] whois Domain??

2007-01-09 Thread Curt Zirzow
On 1/9/07, Ashley M. Kirchner <[EMAIL PROTECTED]> wrote: Curt Zirzow wrote: > Assuming paths is evil :) To add to what Curt says here, so is assuming the command actually exists. :) ha! nice any shell command should really be used like: $cmd = '/bin/command ' . escapeshellcmd($userinput

Re: [PHP] whois Domain??

2007-01-09 Thread Ashley M. Kirchner
Curt Zirzow wrote: Assuming paths is evil :) To add to what Curt says here, so is assuming the command actually exists. :) -- H | It's not a bug - it's an undocumented feature. + Ashley M. Kirchner

Re: [PHP] whois Domain??

2007-01-09 Thread Curt Zirzow
On 1/9/07, Wickham, Larry <[EMAIL PROTECTED]> wrote: If you are running under linux you can use one of the many exec functions in php to execute the whois command. i'd rather like to see a path used from from `which whois` Assuming paths is evil :) Curt. -- PHP General Mailing List (http:/

RE: [PHP] whois Domain??

2007-01-09 Thread Wickham, Larry
.php.net Subject: [PHP] whois Domain?? Hi ereryone I need to do an script into a web page to know if a domain is registered so I don´t know how to send a query to "internic" or what I have to do to get this. Thank you, I hope your help. -- PHP General Mailing List (http://www.php.net/) To

[PHP] whois Domain??

2007-01-09 Thread Marcelo Ferrufino Murillo
Hi ereryone I need to do an script into a web page to know if a domain is registered so I don´t know how to send a query to "internic" or what I have to do to get this. Thank you, I hope your help.

[PHP] whois with php

2004-09-13 Thread xm
Hi there, I'm trying to make a simple tool that make a simple check for the availability of a domain name in a certain top-level domain. I use gethostbyname and if it fails, it means the domain is probably not registered. It works great for domains.COM, domains.NET, domains.CA and all domains.[

RE: [PHP] whois api's

2003-11-11 Thread Vail, Warren
To: [EMAIL PROTECTED] Subject: [PHP] whois api's Hey all - I'm currently working on a project which requires domain name information. Has anybody used, or can anybody suggest php tools to get whois information regarding any domain name? I'm trying to check out all options before having t

[PHP] whois api's

2003-11-11 Thread Rolf Brusletto
Hey all - I'm currently working on a project which requires domain name information. Has anybody used, or can anybody suggest php tools to get whois information regarding any domain name? I'm trying to check out all options before having to register as a registrar for get access to a paid api.

Re: [PHP] Whois request record in database

2003-09-12 Thread murugesan
_db_query($db_name,$insert); if($name) { if($dbquery) { print("Done."); } else { print("Didn't work."); } } } ?> -Murugesan - Original Message - From: "IS" <[EMAIL

[PHP] Whois request record in database

2003-09-12 Thread IS
I want to record the whios requests people do, not the whois output, in a MySQL database. Somebody helped me with the code here below, but I get a parse error when I test it. Parse error: parse error, unexpected $ in /home/moo/public_html/whois/index.php on line 32 What can help me out? ");

Re: [PHP] whois script or class

2003-01-18 Thread Jason k Larson
http://phpwhois.org/ Ashley M. Kirchner wrote: I'm looking for a script, or class, that I can feed a domain name to and get back whois information, preferably already parsed into things like, the registrar, the registrant, ns servers, created/expire dates... Regardless of who the registrar

[PHP] whois script or class

2003-01-18 Thread Ashley M. Kirchner
I'm looking for a script, or class, that I can feed a domain name to and get back whois information, preferably already parsed into things like, the registrar, the registrant, ns servers, created/expire dates... Regardless of who the registrar is. Anyone? -- M | I haven't lost my mind; it'

Re: [PHP] Whois Search in PHP

2002-11-17 Thread Chandu Nannapaneni
Hah, U gave just what I wanted. Good tip. /Chandu - Original Message - From: "John Nichel" <[EMAIL PROTECTED]> To: "Chandu Nannapaneni" <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 3:42 AM Subject: Re: [PHP] Whois Search in PHP > You could jus

Re: [PHP] Whois Search in PHP

2002-11-17 Thread Hatem Ben
time it return a fresh information, just use the suitable server. PS : send your emails to [EMAIL PROTECTED] :))) Hatem - Original Message - From: "Chandu Nannapaneni" <[EMAIL PROTECTED]> To: "Hatem Ben" <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002

Re: [PHP] Whois Search in PHP

2002-11-17 Thread Hatem Ben
CTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 17, 2002 6:49 PM Subject: [PHP] Whois Search in PHP Hi guys, I have just downloaded whois2.php from http://www.easydns.com/~markjr/whois2/ It's working great except for certain domains, for ex : google.com is being shown as

[PHP] Whois Search in PHP

2002-11-17 Thread Chandu Nannapaneni
Hi guys, I have just downloaded whois2.php from http://www.easydns.com/~markjr/whois2/ It's working great except for certain domains, for ex : google.com is being shown as available. I am in need of a good PHP script which gives me accurate results about availability of domains. /Chandu

Re: [PHP] whois query

2002-09-12 Thread Adam Williams
try using nl2br() on it before you print it. Adam On Thu, 12 Sep 2002, Tom Ray wrote: > Nope still comes up with everything in one big line. I'm running through > different options right now..but I'm tired and my brain is starting to > hurt :) > > Adam Williams wrote: >

Re: [PHP] whois query

2002-09-12 Thread Tom Ray
Nope still comes up with everything in one big line. I'm running through different options right now..but I'm tired and my brain is starting to hurt :) Adam Williams wrote: >try with and see if that works. > > Adam > >On Thu, 12 Sep 2002, Tom Ray wrote: > > > >>Yes, but how d

Re: [PHP] whois query

2002-09-12 Thread Adam Williams
try with and see if that works. Adam On Thu, 12 Sep 2002, Tom Ray wrote: > Yes, but how do you format the information that comes back out of the > whois? I'm doing this: > > > $whois = system("whois [EMAIL PROTECTED]"); > > print "$whois"; > > ?> > > But all the information i

Re: [PHP] whois query

2002-09-12 Thread Tom Ray
Yes, but how do you format the information that comes back out of the whois? I'm doing this: $whois"; ?> But all the information is shown as one big line, no breaks or anything. How would I do this so it showed properly formatted output? Adam Williams wrote: >Have a php page that runs exec(

Re: [PHP] whois query

2002-09-12 Thread Andrew Brampton
PROTECTED]> Sent: Thursday, September 12, 2002 2:17 PM Subject: Re: [PHP] whois query > Have a php page that runs exec() or system() and does a whois query on the > domain you want and then have it output the text to a page. Very simple > to do, less then 2 minutes of coding. > > Ad

Re: [PHP] whois query

2002-09-12 Thread Adam Williams
Have a php page that runs exec() or system() and does a whois query on the domain you want and then have it output the text to a page. Very simple to do, less then 2 minutes of coding. Adam On Thu, 12 Sep 2002, yasin inat wrote: > please anyone can help me about

[PHP] whois query

2002-09-12 Thread yasin inat
please anyone can help me about querying a domain like whois queries ? if someone has got a script , it's acceptable -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Whois...

2002-08-12 Thread Danny Shepherd
, August 12, 2002 11:32 PM Subject: RE: [PHP] Whois... > > > I'd like to implement on my web site an "whois" to know the > > information about a domain name (.com, org, ) > > There's an article about doing exactly this on devshed > (www.devshed.com/S

RE: [PHP] Whois...

2002-08-12 Thread David Freeman
> I'd like to implement on my web site an "whois" to know the > information about a domain name (.com, org, ) There's an article about doing exactly this on devshed (www.devshed.com/Server_Side/PHP/) that you could have a look at. Looked like a pretty complete solution when I went looking

RE: [PHP] Whois...

2002-08-12 Thread Steven
The tutorial at DevShed should provide the answers your looking for http://www.devshed.com/Server_Side/PHP/whois/page1.html -Original Message- From: Christian Ista [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 12:08 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Whois

Re: [PHP] Whois...

2002-08-12 Thread Peter J. Schoenster
On 12 Aug 2002 at 20:48, Christian Ista wrote: > Hello, > > I'd like to implement on my web site an "whois" to know the information > about a domain name (.com, org, ) > > Could you tell me how to do that ? http://promoxy.mirrors.phpclasses.org/search.html?words=whois&go_search=1 http://

[PHP] Whois...

2002-08-12 Thread Christian Ista
Hello, I'd like to implement on my web site an "whois" to know the information about a domain name (.com, org, ) Could you tell me how to do that ? Bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] WHOIS in PHP

2002-03-18 Thread Coggeshall, John
Read my article on connecting to Internet services (Creating a WHOIS interface): http://www.zend.com/zend/spotlight/connecting.php John -Original Message- From: Analysis & Solutions [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 4:48 PM To: PHP List Subject: Re: [PHP] W

Re: [PHP] WHOIS in PHP

2002-03-18 Thread Analysis & Solutions
On Mon, Mar 18, 2002 at 02:58:18PM -0500, Brian wrote: > Does anyone out there know how to execute a WHOIS query from within PHP? I use this on a NetBSD system: exec("whois -h whois.geektools.com $Domain", $Result); --Dan -- PHP scripts that make your job easier

Re: [PHP] WHOIS in PHP

2002-03-18 Thread Greg Donald
On Mon, 18 Mar 2002, Brian wrote: >Hi: >Does anyone out there know how to execute a WHOIS query from within PHP? quick and dirty: #!/usr/bin/php -q -- --- Greg Donald - http://destiney.com/ http://phprated.com/ | http://ph

[PHP] WHOIS in PHP

2002-03-18 Thread Brian
Hi: Does anyone out there know how to execute a WHOIS query from within PHP? Thanks! --Brian Grossberg [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] whois

2001-01-29 Thread Jason Murray
> There's a very cool service out there, you can go to for instance > ba.whois-servers.net to find server for .ba. > > So you can basically go to ${TLD}.whois-servers.net to find server for > $TLD. The trouble is that it's not really current. [jason@phpdev jason]$ nslookup es.whois-servers.net

Re: [PHP] whois

2001-01-25 Thread AJDIN BRANDIC
All of them servers give my error 111, not authorised :(. Dead end again :). I have been trying to do sort this out but no luck. Any way Thanks On Thu, 25 Jan 2001, Ernest E Vogelsinger wrote: > At 15:13 25.01.2001, Andy Woolley said: > [snip] > >I kn

Re: [PHP] whois

2001-01-25 Thread AJDIN BRANDIC
t; <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 25, 2001 2:08 PM > Subject: [PHP] whois > > > > Perhaps not 100% php but still! > > > > Is there any way I could ping all whois servers that exist. Something > > like whois.*

Re: [PHP] whois

2001-01-25 Thread Stig Venaas
On Thu, Jan 25, 2001 at 03:37:26PM +0100, Ernest E Vogelsinger wrote: > At 15:13 25.01.2001, Andy Woolley said: > [snip] > >I know this is a little off topic but for your information 'whois.ripe.net' > >provide information for the .ba TLD > > > >I too am loo

Re: [PHP] whois

2001-01-25 Thread Ernest E Vogelsinger
At 15:13 25.01.2001, Andy Woolley said: [snip] >I know this is a little off topic but for your information 'whois.ripe.net' >provide information for the .ba TLD > >I too am looking for a database of Top Level Domains around the world so if >anyone knows of o

Re: [PHP] whois

2001-01-25 Thread Andy Woolley
dy Woolley www.databasewatch.com - Original Message - From: "AJDIN BRANDIC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 25, 2001 2:08 PM Subject: [PHP] whois > Perhaps not 100% php but still! > > Is there any way I could ping all wh

[PHP] whois

2001-01-25 Thread AJDIN BRANDIC
Perhaps not 100% php but still! Is there any way I could ping all whois servers that exist. Something like whois.* ??? I am trying to ind a whois server that holds .ba domain names information. I found some research and found that it should be held at whois.ripe.net but I have tried and not