Bluepearl Design
Go Back   Bluepearl Design > Misc > Tutorials > PHP & MySQL

Creating a Whois Serach

PHP 4 & 5 Hypertext Preprocessor
MySQL multi-user, SQL (Structured Query Language) Database Management System

    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 11-11-2005, 04:35 AM   #1 (permalink)
 
bjinc's Avatar
 
Title: Banned
Join Date: Nov 2005
Location: 123 OUT OF MY WAY
Age: 20
Posts: 36
Rep Power: 0 bjinc is on a distinguished road
Send a message via AIM to bjinc Send a message via MSN to bjinc
Creating a Whois Serach

Heres a quick one for you guys

1. Creating a whois search is really easy, in fact all you have to do is add this code to your html.
PHP Code:
<? if($site != "") { exec("whois $site"$output$error); while (list(,$line) = each($output)){ echo $line"
        \n"
; } } ?>
2. Now where you want the actuall search fields to be displayed, insert this code.
Code:
<form action="" method="POST">
        <input type="text" name="site" value=".COM          .NET .EDU">
        <input type="submit">
        </form>

Like I said just a fast one



Last edited by Sean; 11-11-2005 at 12:54 PM.
bjinc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2005, 12:54 PM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Images: 386
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: Creating a Whois Serach

simple very effective thanks for adding
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2005, 09:13 PM   #3 (permalink)
 
Title: Bluepearl Veteran
Join Date: Feb 2005
Posts: 1,848
Images: 9
Rep Power: 6 Kate will become famous soon enoughKate will become famous soon enough
Re: Creating a Whois Serach

Thanks for adding
Kate is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads for: Creating a Whois Serach
Thread Thread Starter Forum Replies Last Post
[PHP] Creating Headers and Footers Sean PHP & MySQL 11 10-15-2008 12:55 AM
Creating a new phpBB template Bluepearl Feeds RSS Feeds 0 07-19-2007 08:12 PM
[phpBB] Step-By-Step Instructions to creating a new template Sean HTML, XHTML, Javascript, CSS 46 07-26-2006 02:52 AM
Creating a vB Forum Style? Primus Need Help? 6 04-07-2006 05:56 AM
Is there a tut on creating phpBB templates? autumn whispers2me Need Help? 29 06-02-2005 03:36 AM


  
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 09:09 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52