RevCMS Online Record Script?

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! UartigZone is offline
    MemberRank
    Dec 2013 Join Date
    LoserlandLocation
    441Posts

    RevCMS Online Record Script?

    Hello,

    Is it possible to make a script that take the highest number from my database server_peaks ( count )

    I don't know so much about MySQL ...


  2. #2
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: RevCMS Online Record Script?

    Hey,

    Try this:
    <div class="habblet-container ">
    <div class="cbb clearfix green ">
    <h2 class="title">Online rekord</h2>
    <div id="hotcampaigns-habblet-list-container">
    <ul id="hotcampaigns-habblet-list">
    <center><b><h2><?php
    $req
    = "SELECT * FROM `system_stats`";
    $query = mysql_query($req);
    $nb_inscrit = mysql_fetch_array($query);
    echo
    $nb_inscrit['users'];
    ?> </center></b></h2>
    </ul>
    </div>
    </div>
    </div>

  3. #3
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: RevCMS Online Record Script?

    Code:
     Record online is: <?php $query_name = mysql_query("SELECT * FROM system_stats");
    $query_get = mysql_fetch_array($query_name);
    echo $query_get["users"];
    ?>
    If you use phoenix.
    Last edited by DutchenL; 10-06-15 at 03:53 PM.



Advertisement