PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

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:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old May 7th, 2008, 11:03 AM
zodehala zodehala is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 191 zodehala Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 3 h 31 m 18 sec
Reputation Power: 0
PHP-General - Detailed domain query

how can i get query result like whois.sc ?

Registrant:
Administrator:
Technical Contactor:
Billing Contactor:
Registration Service Provider:

Reply With Quote
  #2  
Old May 7th, 2008, 11:15 AM
rigidninja's Avatar
rigidninja rigidninja is offline
I kill threads
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 323 rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 18 h 49 m 17 sec
Reputation Power: 41
One way would be to use PHP's system(), or passthru() function.
That is, if you are running it from Linux.

Something like

PHP Code:
 $data system('whois 196.32.25.14'$return_val);
echo 
$data


You'll just need to do a bit of parsing, and make sure no one slips illegal commands into it.

Reply With Quote
  #3  
Old May 7th, 2008, 12:41 PM
zodehala zodehala is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 191 zodehala Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 3 h 31 m 18 sec
Reputation Power: 0
i tried it for devshed.com but no result

PHP Code:
 $data system('whois www.devshed.com'$return_val);
echo 
$data


and

PHP Code:
 $data system('whois 66.230.239.174'$return_val);
echo 
$data


where is my error ?

Reply With Quote
  #4  
Old May 8th, 2008, 07:41 AM
rigidninja's Avatar
rigidninja rigidninja is offline
I kill threads
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 323 rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level)rigidninja User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 3 Days 18 h 49 m 17 sec
Reputation Power: 41
Are you running php on Linux?

You can try two things, try this code

PHP Code:
 error_reporting(E_ALL);
$data system('whois 66.230.239.174'$return_val);
echo 
$return_val."<Br />"//will return status code
echo $data


or...

if that doesn't answer your question, see whether whois even works. ssh into your machine, and type whois 66.230.239.174 to see what happens.

Reply With Quote
  #5  
Old May 8th, 2008, 06:56 PM
zodehala zodehala is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 191 zodehala Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 1 Day 3 h 31 m 18 sec
Reputation Power: 0
i m trying it on centOS

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP-General - Detailed domain query


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

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway