build-a-host
05-20-2006, 08:06 AM
Hello all, I am looking for a good domain check script (whois) that will go into my main page like the one here>> http://www.netfirms.com/ . All of the scripts I have found use iFrames or something, and just wont work.
Can any of you suggest a good script that I can place into my main page? Doesnt really have to be free, I don't mind paying for a good one.
Jelleuh
05-20-2006, 08:25 AM
Have you already checked at hotscripts.com ? They have a nice amount of php scripts available, including WHOIS scripts.
build-a-host
05-20-2006, 09:24 AM
Ya, I looked there, didnt really like any that I saw. I just found one that I am trying out now http://my-e-space.com/domains.php . So far so good, it's the free version, but if it goes well I will get the paid version.
I am still open to suggestions though. I would really like one that I can put a small box on the home page for a lookup, and then have the results sent to another page.
Premier
05-20-2006, 03:53 PM
Any script can send the results to a new page. In the form tag, just add target="_blank".
you can try topdog whois...it's very easy to costumize
quicksharing
05-21-2006, 01:16 AM
try scripts.com as good as hotscripts.com
dhcart
05-22-2006, 05:22 AM
Look at AWBS Domain Edition.
bvidinli
05-25-2006, 09:48 AM
you can use following:
<form>
Domain veya ip: <input type=text name=ip><br>
<input type=submit>
</form>
<br>
<?
function callback($buffer) {
return (ereg_replace("\n", "<br>", $buffer));
}
$ip=$_GET['ip'];
ob_start("callback");
if($ip) passthru("whois $ip");
ob_end_flush();
?>
Alpha981
07-18-2006, 04:01 AM
Hello my-e-space
Have you looked at a whois script from
http://www.polyspaston.com/
They have a script called HostDirector which has a built in Whois script
and billing management
bagfull
07-18-2006, 01:00 PM
Don't miss out http://whois.samscripts.com/
Alpha981
07-18-2006, 01:47 PM
Hi bagfull
I looked at your site that you recommend
unfortunatley the demo for the whois script did not work :(
bagfull
07-24-2006, 04:34 AM
alpha981, you can see the demo at www.bagfull.net/whois.php
Alpha981
07-24-2006, 04:46 AM
Hi Bagfull
Thanks for the link to the demo on your site works good.
just tried the link again on sams scripts site and that works now ok
Evolver
07-24-2006, 12:46 PM
I use http://www.ep-dev.com and have it integrated with ClientExec. Works good.