• User Attivo

    Habbo Status

    [php]<?php
    $url = "****/home/".$_GET['habbostatus'];
    if($_GET['habbostatus'] == "") $img = "offline.gif";
    else{
    $on = '<img alt="online" ';
    $url = file_get_contents($url);
    if(strpos($url, $on) == TRUE) $img = "online.gif";
    else $img = "offline.gif";
    print header("Content-Type: image/gif");
    print readfile($img);
    }
    ?>[/php]Adesso prendiamo 2 immagini, online.gif e offline.gif

    Mi raccomando , correggete il link alla seconda riga del codice.
    Dovete aggiungere il protocollo HTTP prima del link ***/home/