Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.
Domain summit 2024

Domain List Cleaner w/Whois

Status
Not open for further replies.

Version2

while($awake) { code(); }
Legacy Exclusive Member
Joined
Apr 24, 2005
Messages
67
Reaction score
1
Domain List Cleaner w/WHOIS

UPDATED: Updated to 1.1

What does it do?

You can enter any html code, lists, or unsorted text that includes domain
names. It will then strip away all the junk text/code and produce a list of
all the domains, linked to WHOIS.

Demo: http://www.secondversion.com/projects/dncleaner.php

Download: Attached ZIP



-Eric
 

Attachments

  • V2sDomainCleaner.zip
    7.6 KB · Views: 46

Version2

while($awake) { code(); }
Legacy Exclusive Member
Joined
Apr 24, 2005
Messages
67
Reaction score
1
Wow, I've not been here in a while.

Anyway, i've updated it just a little. Looking through it today and noticed a few things ;)

Eric
 

namestrands

The Bishop
Legacy Exclusive Member
Joined
Jan 16, 2005
Messages
3,924
Reaction score
6
KUDOS..

Would be nice if it automatically checked the domain availabilty..

I will donate $500DNF if someone can do it.

heres a little snippet to help you along

PHP:
  $sock = fsockopen($servers[$extension], $ports[$extension], $errno, $errstr, 5);
  $command = str_replace ("{domain}", $domain, $commands[$extension]);
  fputs($sock, $command);
  while (!feof($sock))
    $output .= fgets($sock, 128)."<br />";
  if(preg_match("/".$preg[$extension]."/", $output))
    $status = "free";
  elseif($quarantine[$extension] !== false && preg_match("/".$quarantine[$extension]."/", $output))
    $status = "quarantine";
  else
    $status = "registered";
  fclose($sock);
 

Dimva

High Traffic Domains
Legacy Exclusive Member
Joined
Jan 7, 2005
Messages
1,300
Reaction score
1
Great work!
Thanks.
 

Mr. Deleted

DNForum.com
Legacy Exclusive Member
Joined
Jul 24, 2004
Messages
4,173
Reaction score
528
namestrands said:
KUDOS..

Would be nice if it automatically checked the domain availabilty..

I will donate $500DNF if someone can do it.

heres a little snippet to help you along

PHP:
  $sock = fsockopen($servers[$extension], $ports[$extension], $errno, $errstr, 5);
  $command = str_replace ("{domain}", $domain, $commands[$extension]);
  fputs($sock, $command);
  while (!feof($sock))
    $output .= fgets($sock, 128)."<br />";
  if(preg_match("/".$preg[$extension]."/", $output))
    $status = "free";
  elseif($quarantine[$extension] !== false && preg_match("/".$quarantine[$extension]."/", $output))
    $status = "quarantine";
  else
    $status = "registered";
  fclose($sock);
sounds like a cool idea, what about making it so we can have a custom link there if the name is available, so we couls put it on a site, and if it is available, the user could register it at the site we link to?
 

Version2

while($awake) { code(); }
Legacy Exclusive Member
Joined
Apr 24, 2005
Messages
67
Reaction score
1
namestrands said:
KUDOS..

Would be nice if it automatically checked the domain availabilty..

I will donate $500DNF if someone can do it.

heres a little snippet to help you along

PHP:
  $sock = fsockopen($servers[$extension], $ports[$extension], $errno, $errstr, 5);
  $command = str_replace ("{domain}", $domain, $commands[$extension]);
  fputs($sock, $command);
  while (!feof($sock))
    $output .= fgets($sock, 128)."<br />";
  if(preg_match("/".$preg[$extension]."/", $output))
    $status = "free";
  elseif($quarantine[$extension] !== false && preg_match("/".$quarantine[$extension]."/", $output))
    $status = "quarantine";
  else
    $status = "registered";
  fclose($sock);
I've thought of that actually, and it wouldn't be too hard to code in ;)
Mr.Deleted said:
sounds like a cool idea, what about making it so we can have a custom link there if the name is available, so we couls put it on a site, and if it is available, the user could register it at the site we link to?
Can do that aswell.

Give me a day or two :)
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Sedo - it.com Premiums

IT.com

Premium Members

AucDom
UKBackorder
Be a Squirrel
MariaBuy

New Threads

Our Mods' Businesses

UrlPick.com
URL Shortener

*the exceptional businesses of our esteemed moderators

Top Bottom