NameSilo

.eu status checker

Spaceship Spaceship
Watch

kev

VIP Member
Impact
122
Hi there,

Does anyone have any bulk .eu status checkers for Landrush 2? (i.e. ones that display "Application Pending" or "Registered or "Free")

Help greatly appreciated!

Kevin :)
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
0
•••
Checking the site it does supposedly has a bulk .eu checker but how do i go about installing it?
 
0
•••
wat do u mean by "installing it"?
 
0
•••
0
•••
script is here
Code:
<?php
# Usage:  cat eu.list | php -q eu.php > eu.log &

###########################################
# Do NOT edit below
###########################################
set_time_limit(0); # keep from timing out

function check_eu($domain) {
    $fp = @fsockopen("das.eu", 4343, $errno, $errstr, 60);
    if (!$fp) {
        $result = "$errstr ($errno)<br />\n";
    } else {
        $out = "GET 1.0 $domain\n";

        fwrite($fp, $out);
        while (!feof($fp)) {
            $buffer = fgets($fp, 128);
            //if($buffer[0] != '%') $result .= $buffer; 
                switch( substr($buffer,0,6) ) {
                        case 'Domain':
                                $buffer = strtoupper(trim($buffer)).".EU\t";
                                print str_replace('DOMAIN: ','',$buffer);
                                break;
                        case 'Status':
                                print str_replace('Status: ','',$buffer);
                                break;
                }

        }
        fclose($fp);
    }

    //return $result;
}

$fp = fopen("php://stdin", "r");
while( $s = fgets($fp,1024)) {
    $d = explode('.',strtoupper($s));
    $eu = $d[0];
    check_eu($eu);
}
fclose($fp);

?>
http://www.clickmojo.com/code/eu.phps
 
0
•••
I understand LOL but how do i go about using it? How do install it?
 
0
•••
1
•••
I've used Monikers Bulk .eu checker yesterday but it timed out on me. It load for quite some while and it eventually stopped and provided no results.
I'll check the second on you posted to see how it works...

Thanks Man!
 
0
•••
Just login with telnet or SSH to your server. It's a command-line script. Have a list of domain names handy, in a file one name per line. Make a test one with 10 names or less, and just enter this command at the command-line:

cat eu.list | php -q eu.php

eu.list in that command is the name of the file containing domain names one per line, to check.
 
0
•••
0
•••
Just login with telnet or SSH to your server. It's a command-line script.

Thank you for your reply but it doesn't really help me much unfortunately.
What do you mean by Telnet or SSH?
I really have no idea what it is your saying to me...command-line script? LOL if you say so ;)
 
0
•••
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back