Jump to content
  • 0

[Request]Server Stats gia Web


Spidey*

Question

Kalimera se olous. thelw Server Stats gia tin istoselida (gameserver-login) na vlepei an einai on..

to blackout gaming status exei provlima edw kai meres kai dn mporw na vrw tpt. to mono p vrika edw htan ena share p edine status script (mazi me acc web registration + online players) alla dn litourgei.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Kalimera se olous. thelw Server Stats gia tin istoselida (gameserver-login) na vlepei an einai on..

to blackout gaming status exei provlima edw kai meres kai dn mporw na vrw tpt. to mono p vrika edw htan ena share p edine status script (mazi me acc web registration + online players) alla dn litourgei.

no ip του server? πες θα σε βοηθήσω
Link to comment
Share on other sites

  • 0

no ip του server? πες θα σε βοηθήσω

dn nmzw na xriazete, btw exw static IP.

an xriazete na valeis kati stin IP vale 127.0.0.1 kai dwse m ayto p thes

Link to comment
Share on other sites

  • 0

dn nmzw na xriazete, btw exw static IP.

an xriazete na valeis kati stin IP vale 127.0.0.1 kai dwse m ayto p thes

δωσε No ip θα το συνδεσω με black status αλλα θα διχνει τ status :)
Link to comment
Share on other sites

  • 0

δωσε No ip θα το συνδεσω με black status αλλα θα διχνει τ status :)

Einai klisti leme

http://status.blackout-gaming.net/

Link to comment
Share on other sites

  • 0

Exw script gia Online Players

alla auto gt dn douleyei?

<?php
    print'<table width="150">';
    $server  = "127.0.0.1";
    $portg   = "7777";
    $portl   = "9014";
    $timeout = "5";

    if ($server and $port and $timeout) {
        $game =  @fsockopen("$server", $portg, $errno, $errstr, $timeout);
        $login =  @fsockopen("$server", $portl, $errno, $errstr, $timeout);
    }
    print'<tr><td align="center"><strong>Server Status</strong></td></tr>';
    if($login) { print'<tr><td>Login:</td><td><font color="#00FF00"><strong> Online</strong></font><br><br></td></tr>'; }
    else { print'<tr><td>Login:</td><td><font color="#FF0000"><strong> Offline</strong></font><br><br></td></tr>'; }
    if($game) { print'<tr><td>Game:</td><td><font color="#00FF00"><strong> Online</strong></font></td></tr>'; }
    else { print'<tr><td>Game:</td><td"><font color="#FF0000"><strong> Offline</strong></td></tr>'; } 
    print'</table>';
?>

Link to comment
Share on other sites

  • 0

Exw script gia Online Players

alla auto gt dn douleyei?

<?php
    print'<table width="150">';
    $server  = "127.0.0.1";
    $portg   = "7777";
    $portl   = "9014";
    $timeout = "5";

    if ($server and $port and $timeout) {
        $game =  @fsockopen("$server", $portg, $errno, $errstr, $timeout);
        $login =  @fsockopen("$server", $portl, $errno, $errstr, $timeout);
    }
    print'<tr><td align="center"><strong>Server Status</strong></td></tr>';
    if($login) { print'<tr><td>Login:</td><td><font color="#00FF00"><strong> Online</strong></font><br><br></td></tr>'; }
    else { print'<tr><td>Login:</td><td><font color="#FF0000"><strong> Offline</strong></font><br><br></td></tr>'; }
    if($game) { print'<tr><td>Game:</td><td><font color="#00FF00"><strong> Online</strong></font></td></tr>'; }
    else { print'<tr><td>Game:</td><td"><font color="#FF0000"><strong> Offline</strong></td></tr>'; } 
    print'</table>';
?>

to black status kanei update , epidei oi photo eixan dialisei :)
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.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   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...