Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #46  
Old November 3rd, 2001, 08:14 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
something like this for java?

Does anyone know if there is something like this written in java? We are running **Weblogic** as our web/app server and I need java classes to do something like this ...

Reply With Quote
  #47  
Old January 15th, 2002, 05:44 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
more than XX replies

networksolutions won't show more replies than 10, internic stops at 50. is there a setting to avoid this?

Reply With Quote
  #48  
Old January 24th, 2002, 01:08 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
What about ARIN?

What about network ownership? There's currently no parser for ARIN databases, and it's quite important to have that.


Reply With Quote
  #49  
Old January 25th, 2002, 05:26 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Re: display nice data if it is avalible

To see an example of nicely formatted results look at this:http://www.wisemangrafix.com

To answer your question, you need to access each record in '$result["rawdata"]'

Here is the code to format each result ::
$iPosition=0; //set initial position to 0
$ii=count($result["rawdata"]); //get # of records in "rawdata"
for ($iPosition=0;$iPosition<$ii;$iPosition+=1){ //do the following for each record
Print "<TR><TD class=\"lightTD\" align=\"left\">"; //begin format for each record
echo $result["rawdata"]["$iPosition"]; //display each record
Print "</TD></TR>"; //end format
} //end for

Reply With Quote
  #50  
Old January 16th, 2003, 09:15 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Small program using whois2

I would like to have that file to look into.

thanks

My email is: bryllis@hotmail.com

Reply With Quote
  #51  
Old May 27th, 2003, 03:23 PM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Using PHP classes to navigate distributed whois databases

Using PHP classes to navigate distributed whois databases

December 07, 1999 - Whois services changed radically this year with the introduction of competition at the registrar level in the .com/.net/.org namespace and with it the advent of the SRS (Shared Registry System). Find out how to navigate the new whois in your PHP scripts.

Please discuss this article in this thread. You can read the article here .

Reply With Quote
  #52  
Old May 28th, 2003, 09:04 AM
Ducani
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
If you would like to see an article covering a particular topic, please post your request here.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Using PHP classes to navigate distributed whois databases

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap