Jump to content

Eine frage zum html code


Shoqxor

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   0
  • Joined:  01/06/12
  • Last Seen:  

hallo wollte fragen ob mir jemand den code / script geben könnte für HTML um dort eine user online anzeige reinzuhauen währe nett. Danke

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   2
  • Joined:  01/04/12
  • Last Seen:  

Wie wäre es hier mit?

http://eascriptable.de.vu/wp-content/uploads/2012/03/rAthena-Server-Status.zip

Ich nehme mal an du weißt aber wie du es auf deiner Webseite darstellen kannst

LG.L

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   0
  • Joined:  01/06/12
  • Last Seen:  

Habe dir mal eine PM geschrieben

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  01/09/12
  • Last Seen:  

Hey /ok

--- --- --- Serverstatus (Funktion) --- --- ---

<?php

function status($ip, $port) {

$status = @fsockopen($ip, $port, $errno, $errstr, 1);

if($status){

echo'ON';

}else{

echo 'OFF';

}

}

?>

--- --- --- --- --- ---

Die funktion eifnach i-wo einbauen, wo sie abgerufen werden kann (Wenn du hilfe brauchs schreib mich einfach an ;) )

<?php

status("123.456.789.0.","9100");

?>

Ich hoff ma das erklärt soch von selbst.

--- --- --- User Online --- --- ---

***

--- --- --- --- --- ---

Mir is grad eingefallen, dass das man das alles biss ausbauen kann.

Ich erstell mal nen neuen Thread wo ich paar Codes rein stell...

Könn dann ja alle verbessern.

... Alex

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...