Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[Help/Request] A good statistics page for RevCMS?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Destruct" data-source="post: 337146" data-attributes="member: 12843"><p>Well now. For register users, gold vip, and platinum vip. They are all showing the same amount of register users.</p><p></p><p>I follow your steps and this is what I got.</p><p></p><p>Sorry if im annoying you, but im trying my best.<img src="/styles/default/xenforo/smilies/emojione/thumbsup.png" class="smilie" loading="lazy" alt=":up:" title="Thumbs Up :up:" data-shortname=":up:" /></p><p>[SPOILER="Code"]</p><p>echo $data['aantalbadges'];</p><p>?></strong> Registered Members on {hotelname}.<br /></p><p> There are <strong><?php $query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM users WHERE `rank` >= ''1") or die(mysql_error());</p><p>$data = mysql_fetch_assoc($query);</p><p></p><p>echo $data['aantalkamers'];</p><p>?></strong> Gold VIP Members on {hotelname}.<br /></p><p> There are <strong><?php</p><p>$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM users WHERE `rank` >= '2'") or die(mysql_error());</p><p>$UseMe = mysql_fetch_assoc($query);</p><p></p><p>echo $data['aantalkamers'];</p><p>?></strong> Platinum Vip Members on {hotelname}.<br /></p><p> There are <strong><?php</p><p>$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM users WHERE `rank` >= '3'") or die(mysql_error());</p><p>$data = mysql_fetch_assoc($query);</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="Destruct, post: 337146, member: 12843"] Well now. For register users, gold vip, and platinum vip. They are all showing the same amount of register users. I follow your steps and this is what I got. Sorry if im annoying you, but im trying my best.:up: [SPOILER="Code"] echo $data['aantalbadges']; ?></strong> Registered Members on {hotelname}.<br /> There are <strong><?php $query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM users WHERE `rank` >= ''1") or die(mysql_error()); $data = mysql_fetch_assoc($query); echo $data['aantalkamers']; ?></strong> Gold VIP Members on {hotelname}.<br /> There are <strong><?php $query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM users WHERE `rank` >= '2'") or die(mysql_error()); $UseMe = mysql_fetch_assoc($query); echo $data['aantalkamers']; ?></strong> Platinum Vip Members on {hotelname}.<br /> There are <strong><?php $query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM users WHERE `rank` >= '3'") or die(mysql_error()); $data = mysql_fetch_assoc($query); [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[Help/Request] A good statistics page for RevCMS?
Top