Anti-armenia.ORG - Forumlar - Web Online? [By SkarY]



Istifadəçi
    2013-01-29 20:42 GMT                 

SkarY



VIP
Mesaj Sayı : 19
Mövzu Sayı :
Rep Ver : 
Rep Sayı :   0  
Indi Saytda : Durum
Cinsiyyət : Oğlan
Şəhər :
Ölkə :
Məslək : SkarY
Yaş : 31
Mesaj :

Mövzunu Paylaş!


Hola, les traigo un codigo que estuve viendo y me dio ideas para crear un codigo en php para saber si una web esta online u offline.

Then I leave the links and codes.


Kod:
<title> Web Online? [By SkarY]</title>
<?php
/*
               Web Online?  [Beta] By sKARy
Check if a Web server is online
                                                                                         */
$page = htmlentities($_POST['page']);
$send = $_POST['send'];
if(isset($page) && !empty($page)){
function verify($url){
    if(preg_match("/^(ftp|http|https):\/\/(.*)\.(.*)$/i", $url)){
        echo fopen($url,'r') ? "<b>$url</b> is <font color='green'>Online</font>" : "<b>$url</b> is <font color='red'>Offline</font>";
    }else{
        echo '<u>       URL not valid!  </u><br>';
        echo '
       The format of a URL is valid:        <br>
       <b>   
       http://WWW.youweb.com       <br>
       http://yousite.es       <br>
       ftp://accounts.ftp        </b>
      ';
    }
}
verify($page);
}else{
    if(isset($send)){
        ?>
        <script>
        alert("You must enter a URL!");
        window.location=""</script>
        <noscript>
        <?die("You must enter a URL! <a href=''><b> Back! </b> </a>")?>
        </noscript><?
    }
?>
<form action="" method="POST">
    URL: <input type="text" name="page" value="http://">
    <input type="submit" name="send" value="Check!">
</form>
<?}?>





Link Versión Spanish: http://pastebin.com/8NvY6Z4b
Link Versión English: http://pastebin.com/ZNHKYL4D




I hope you learn.

Regards



#SkarY

Welcome to my world
Anti-armenia.ORG
    

Istifadəçi
    2013-01-30 01:52 GMT                 

BlackMinD



Pr0grammer
Mesaj Sayı : 1677
Mövzu Sayı :
Rep Ver : 
Rep Sayı :   62  
Indi Saytda : Durum
Cinsiyyət : Oğlan
Şəhər : KARABAKH IS AZERBAIJAN!
Ölkə :
Məslək :
Yaş :
Mesaj :

Mövzunu Paylaş!


15 minutes executada xD))))

Joke Man) Thx for share))

Ana VƏTƏN!
Anti-armenia.ORG