MuCore 1.0.8 :) script :D

Results 1 to 3 of 3
  1. #1
    Member Georgy is offline
    MemberRank
    Nov 2013 Join Date
    37Posts

    MuCore 1.0.8 :) script :D

    Hi

    looking for a script that will be shown to the server status page Mucore 1.0.8


  2. #2
    Grand Master 2009x2014 is offline
    Grand MasterRank
    Dec 2009 Join Date
    2,765Posts

    Re: MuCore 1.0.8 :) script :D

    Server on/off status?

    use on whatever place you want by include .php file, just change ip / port

    Code:
    <?php
    $GS1 = '127.0.0.1';
    $GS1_P = '66666';
    if ($lets_see = @fsockopen($GS1, $GS1_P, $ERROR_NO, $ERROR_STR, (float) 0.5)) {
    fclose($lets_see); 
    echo 'We are online Boi !'; 
    } else {
    echo 'We are offline Boi !'; 
    }				 
    ?>

  3. #3
    Member gifer is offline
    MemberRank
    Sep 2013 Join Date
    KrakówLocation
    86Posts

    Re: MuCore 1.0.8 :) script :D

    how add?



Advertisement