GoDaddy – Simulate a Down Domain?

Posted on Nov 23, 2009 under GoDaddy.com | 4 Comments

My domain is hosted on GoDaddy. I have a PHP script that I need to test that tests the validity of domains based on the input in a $_POST field. Is it possible to set my GoDaddy domain to simulate the domain being offline?

4 Responses to “GoDaddy – Simulate a Down Domain?”

  1. if(!$fp = fsockopen($_POST['url'], 80, $err, $errstr)) {
    echo "Invalid Domain";
    else {
    echo "Valid Domain";
    }

    @fclose($fp);

  2. Coolest news on earth, you have to see this!…

    [...] Are you without any doubt convinced that is going to be right details? I learned something more productive. I’ve just had a new idea that pop nicely into my head [...]…

  3. Favorite webpage…

    [...] the time to read or visit the particular written content or websites we’ve linked to below the [...]…

  4. … [Trackback] …

    [...] Read More: getportals.com/2009/11/23/godaddy-simulate-a-down-domain/ [...] …

Leave a Reply