Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post [S] Awesome Very Young...
09-04-2008 04:00 PM
Last post by NextGenWarrior
Today 06:03 PM
10 Replies, 11 Views
Go to first new post selling 23 monther
Today 06:02 PM
Last post by matthew.n
Today 06:02 PM
0 Replies, 1 Views
Go to first new post Selling Legit Bunnies,...
07-07-2008 04:23 AM
by Li-Shun
Last post by Li-Shun
Today 05:59 PM
254 Replies, 255 Views
Go to first new post Selling a few pets for NP
Yesterday 09:06 AM
Last post by kamikaze_turtle
Today 05:55 PM
4 Replies, 5 Views
Go to first new post Selling lab account with...
Today 04:08 PM
by drdd10
Last post by drdd10
Today 05:55 PM
6 Replies, 7 Views
Reply
 
LinkBack Thread Tools Display Modes

 Create a Whois Search Site
Old 10-18-2006, 03:54 PM   #1 (permalink)
Oosband
Guest
 
Posts: n/a
iTrader: / %
Create a Whois Search Site

A Whois search is a search bar that you use for checking for info about domains, like if they are availible or if when they expire.

To add this to your site, it takes two very simple steps...

Step One:
Add this code to the very top of the page...make sure the web page is saved as .php
Code:
<? if($site != "") { exec("whois $site", $output, $error); while (list(,$line) = each($output)){ echo $line, "
n"; } } ?>
Step Two:
Now place this code wherever you want the actual search form to appear
Code:
<form action="" method="POST">
<input type="text" name="site" value=".COM .NET .ORG">
<input type="submit">
</form>
No doubt that this will come of use for somebody...
  Reply With Quote

 
Old 10-31-2006, 05:11 AM   #2 (permalink)
unlimitedorb
Guest
 
Posts: n/a
iTrader: / %
Nice, I may use this eventually.
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
The New Site AssasinClaws MapleStory 12 11-17-2006 01:33 AM
How Old can you be to be on this site Princessice General Discussion 37 10-30-2006 06:15 AM
how much MESOS to create a guild? 1q2w3e MapleStory 27 10-19-2006 02:05 PM
Create your own impossible-triangle Cadexn General Discussion 10 10-14-2006 07:12 PM

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 06:04 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.10190701 seconds (100.00% PHP - 0% MySQL) with 20 queries