Changeset 1903

Show
Ignore:
Timestamp:
08/27/07 08:51:09 (1 year ago)
Author:
benjamin
Message:

clean code format and remove obsolete comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/class/m_dom.php

    r1870 r1903  
    421421          break; 
    422422        case "ws"; 
    423 /* e.g. 
    424 Welcome to the .WS Whois Server 
    425  
    426 Use of this service for any purpose other  
    427 than determining the availability of a domain  
    428 in the .WS TLD to be registered is strictly  
    429 prohibited. 
    430  
    431   Domain Name: DRONE.WS 
    432  
    433   Registrant: Registered through Go Daddy Software, Inc. (GoDaddy.com 
    434  
    435   Domain created on 2005-01-11 08:56:25 
    436   Domain last updated on 2005-01-11 08:56:25 
    437  
    438   Name servers: 
    439  
    440     ns2.koumbit.net 
    441     ns1.koumbit.net 
    442 */ 
    443  
    444 /* 
    445 failure: 
    446  
    447 Welcome to the .WS Whois Server 
    448  
    449 Use of this service for any purpose other  
    450 than determining the availability of a domain  
    451 in the .WS TLD to be registered is strictly  
    452 prohibited. 
    453  
    454 No match for "dronefdasfsa.ws". 
    455  
    456 */ 
    457423          if (ereg('^[[:space:]]*Name servers:[[:space:]]*$', $ligne)) { 
    458424                // found the server 
     
    521487    } 
    522488  } //checkmx 
    523  
    524  
    525489 
    526490 
     
    600564  } // get_domain_all 
    601565 
     566 
    602567  /* ----------------------------------------------------------------- */ 
    603568  /** 
     
    640605    return $r; 
    641606  } // get_sub_domain_all 
     607 
    642608 
    643609  /* ----------------------------------------------------------------- */