Steel Website

Results 1 to 6 of 6
  1. #1
    Member diegoalefru is offline
    MemberRank
    Jun 2007 Join Date
    72Posts

    Steel Website

    which is the script from site to see people who are online in the server?
    Ex: Total Accounts Created: 21
    Help me?
    :scratch:


  2. #2
    Account Upgraded | Title Enabled! Scottdavey is offline
    MemberRank
    Jun 2006 Join Date
    Northern IrelandLocation
    541Posts

    Re: Steel Website

    You can copy and paste from my script.

  3. #3
    Member diegoalefru is offline
    MemberRank
    Jun 2007 Join Date
    72Posts

    Re: Steel Website

    I want a script to see who is online at server...
    help me ;D

  4. #4
    Account Upgraded | Title Enabled! Scottdavey is offline
    MemberRank
    Jun 2006 Join Date
    Northern IrelandLocation
    541Posts

    Re: Steel Website

    You know people have to make these scripts they don't just appear on somebodys hard drive..

  5. #5
    Proficient Member Virtue~ is offline
    MemberRank
    Jul 2008 Join Date
    181Posts

    Re: Steel Website

    Code:
    $link=mysql_connect ("localhost", "root", "password") or die ('Error: ' . mysql_error());
    mysql_select_db ("coproj");
    $res = mysql_query("SELECT count(*) FROM accounts WHERE Online=1;");
    $val = mysql_fetch_array($res);
    echo "<br /><center>Total Accounts Online: ".$val[0]."</center>";
    Thats basic from lotf

  6. #6
    Account Upgraded | Title Enabled! RuleZ is offline
    MemberRank
    Jan 2008 Join Date
    Behind YouLocation
    300Posts

    Re: Steel Website

    Quote Originally Posted by Virtue~ View Post
    Code:
    $link=mysql_connect ("localhost", "root", "password") or die ('Error: ' . mysql_error());
    mysql_select_db ("coproj");
    $res = mysql_query("SELECT count(*) FROM accounts WHERE Online=1;");
    $val = mysql_fetch_array($res);
    echo "<br /><center>Total Accounts Online: ".$val[0]."</center>";
    Thats basic from lotf
    tested on my friend prvt server and it works



Advertisement