RSS feed
Up to 8Mb broadband, now with broadband phone calls. From only £9.99 per month - terms apply. PlusNet broadband.

Monday the 6th
Here is an attempt to offer helpful scripts
More details and downloads to follow shortly

ajax_whois_v1.0

Free script with a Creative Commons License and requested linkback to dailydomain.co.uk

This script is a follow on whoisx after finding the need to view multiple domains on a single page.

For details regarding the whois section please read the whoisx desciption.

If you require whois2 the following lines need to be edited within whoischeck.php

LINE 25
[code]
$string = socket_whois('x.x.x.x',$nicsrv,$dom); // update x.x.x.x with your host IP if your using whois2
[/code]

LINES 71 - 73
[code]
array('co.uk','whois.nic.uk','43'), // 43 standard, 1043 if your host IP has access to whois2
array('org.uk','whois.nic.uk','43'), // 43 standard, 1043 if your host IP has access to whois2
array('me.uk','whois.nic.uk','43'), // 43 standard, 1043 if your host IP has access to whois2
[/code]

Demo
http://www.dailydomain.co.uk/project/ajax_whois/ajax_whois.php

Download
http://www.dailydomain.co.uk/project/ajax_whois/ajax_whois_v1_0.zip