sx posteets tagged domain  [ Profile ]

Sort by: Date / Title /

  1. 2 years ago
    1. <?
    2.     $host = "website.net";
    3.     $url = "http://$host/";
    4.     $check = @fsockopen($host80);
    5.     if($check) {
    6.         echo "The website <a href='$url' target='_blank'>$host</a> is available!";
    7.     }
    8.     else {
    9.         echo "The website<a href='$url' target='_blank'>$host</a> is <b>not</b> available!";
    10.     }
    11. ?>
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1077"></script>

First / Previous / Next / Last / Page 1 of 1 (1 posteets)