Offi Files Serverstatus [Total Accounts & Characters]

Results 1 to 4 of 4
  1. #1
    Newbie Masakaman is offline
    MemberRank
    Oct 2008 Join Date
    6Posts

    Offi Files Serverstatus [Total Accounts & Characters]

    Script for Accounts:

    PHP Code:
    <?php
            $link 
    = @mssql_connect("127.0.0.1\SQLEXPRESS""Username""Password") or die ("Server is down!");
            
    $db = @mssql_select_db('ACCOUNT_DBF') or die ("Accout table is missing!");
            
    $b '';
        
    $mail '';
            
    $query mssql_query('SELECT * FROM [ACCOUNT_TBL]');
            echo 
    'Total Accounts: ' mssql_num_rows($query);
    ?>
    Script for Characters:

    PHP Code:
    <?php

            $link 
    = @mssql_connect("127.0.0.1\SQLEXPRESS""Username""Password") or die ("Server is down!");
            
    $db = @mssql_select_db('ACCOUNT_DBF') or die ("Accout table is missing!");
            
    $b '';
        
    $mail '';        $query mssql_query('SELECT * FROM [CHARACTER_TBL]');
            echo 
    'Total Characters: ' mssql_num_rows($query);
    Proof that it works: http://www.pfo-gaming.com/
    Last edited by Masakaman; 22-10-09 at 02:59 PM.


  2. #2
    Elite Member rakter is online now
    Member +Rank
    Oct 2008 Join Date
    200Posts

    Re: Offi Files Serverstatus [Total Accounts & Characters]

    nice ^^

  3. #3
    Grand Master Masius is offline
    Grand MasterRank
    Dec 2007 Join Date
    1,580Posts

    Re: Offi Files Serverstatus [Total Accounts & Characters]

    and again, 2 blank variables for nothing.

  4. #4
    Sorcerer Supreme wutyes is offline
    Member +Rank
    Feb 2008 Join Date
    251Posts

    Re: Offi Files Serverstatus [Total Accounts & Characters]

    ^^ Mhm.



Advertisement