simply user/server online status and ranking

Results 1 to 10 of 10
  1. #1

    simply user/server online status and ranking

    Someone have a simply files web for online user, server status and ranking?


  2. #2
    The End Of The World~~ Night2Dark2 is offline
    MemberRank
    Feb 2007 Join Date
    Inside a box.Location
    259Posts

    Re: [req]simply user/server online status and ranking

    ill give you the code to chekc if its online, But i dont know what ports and if its UDP or TCP. but here

    PHP Code:
    <?
    /* Php Code */
    $srvip "CHANGEME";
    $srvport "CHNGME";
    ?>
    <p>Srv_Name: 
       
    <?php 
    $fp 
    = @fsockopen($srvip$srvport$errno$errstr1);
    if (!
    $fp) {
        echo 
    "<font style='color: #FF3300'><B>Offline</B></font></br>";
    } else {
        echo 
    "<font style='color: #009933'><B>Online</B></font></br>";
        
    fclose($fp);
    ?> </p>
    All you gotta do is change srv-Name, The Port and SRVIP to your IP. Note: IT HAS TO BE IPS Only. you can use the Hamachi thing if you really need it.

    Btw make sure you have short tags enabled else change <? with <?php

  3. #3

    Re: [req]simply user/server online status and ranking

    Very very tanks it's nice works!
    If someone help me whit php i work in the interface site and release web files for all!

  4. #4
    Account Upgraded | Title Enabled! war is offline
    MemberRank
    Feb 2007 Join Date
    353Posts

    Re: [req]simply user/server online status and ranking

    Dang why didnt I think of that. Thanks Dark.

  5. #5
    The beer?? Its here !!! Rotana is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    1,733Posts

    Re: [req]simply user/server online status and ranking

    Ranking would not be easy to make because all the information is stored in files and not in a database.

  6. #6

    Re: [req]simply user/server online status and ranking

    Quote Originally Posted by Rotana View Post
    Ranking would not be easy to make because all the information is stored in files and not in a database.
    Yes it's really without a db sql not simply!

  7. #7
    space omen is offline
    MemberRank
    Aug 2003 Join Date
    LondonLocation
    1,088Posts

    Re: [req]simply user/server online status and ranking

    if we work out how to unpack the character and account files stats can be possible

  8. #8
    Apprentice AlexZ1991 is offline
    MemberRank
    Nov 2007 Join Date
    21Posts

    Re: [req]simply user/server online status and ranking

    How to great player ranking? :)

  9. #9
    The beer?? Its here !!! Rotana is offline
    MemberRank
    Jan 2007 Join Date
    The NetherlandsLocation
    1,733Posts

    Re: [req]simply user/server online status and ranking

    Maybe its possible to edit the server files and let them stored the info into the mssql db.

  10. #10
    Game Developer snaity is offline
    MemberRank
    Oct 2005 Join Date
    BrazilLocation
    946Posts

    Re: [req]simply user/server online status and ranking

    no need to edit server files -.-! Write in php or another language procedures do read data blocks from account files u will need to catch some offsets and after that write the php script or program and make to update the data in each day (do a task for it using windows taskmanager), after that write a php page to catch data from mysql db.



Advertisement