Information about the ticket

Rene

17 tickets40 comments

Question

Status: Closed

To Promatur

Hallo alle miteinander ich habe ein script geschrieben es sieht so aus 

 

header('Content-Type:image/png');  
$ip="31.214.245.27";

@$abfrage = fsockopen ($ip, 25565, $errno, $errstr, 5);
if (!$abfrage) {
    
    readfile('offline.png');
    }
    else {
    readfile('online.png');
    }
?>

 

Und denn habe ich noch Zwei PNG Bilder Einmal wo drauf steht Online und denn nochmal offline 

Ich weiß aber über haupt nicht wie ich es auf einer website Anzeigen Lassen soll ich Kucke Auch schon voll viele Viedos Darüber aber Verstehe Sie nicht

[ps][So sollte es normal sein] Das ist ein PHP Script wo er denn server Alle 5 Secunden Abfragen soll und wenn er online ist Wird das online Bild angezeigt und wenn der offline Ist das offline Bild Und das problem Ist ja Ich weiß garnicht wo Ich Die 3 Datein Hochladen soll Ob ich sie Auf dem server Von Minecraft Hochladen Soll oder auf dem FTP Von Der website 

 

Ich Brauche Eure Hilfe Meine Mail Und Visitenkarte 

 

Nochmal In pastpin http://pastebin.com/G6kwUcje

Ich Brauch eure Hilfe Danke MFG rene

By %user% %created%
%content%