Re: uberCMS TopStats Page
For anyone who would like to add this anywhere ELSE on their site, and/or format how they want. This is what you would do:
Code:
<?php
###############################
## Credits TheJacob ##
## thejacobpollack@gmail.com ##
###############################
$limit_returned = 5; //Limit returned from query
$query = dbquery("SELECT * FROM users ORDER BY credits DESC LIMIT " . $limit_returned . "");
?>
<table>
<tr>
<td><strong>Credits</strong></td>
<td><strong>Top Credits Board </strong></td>
</tr>
<?php
while ($row = mysql_fetch_array($query))
{
echo '
<tr>
<td>' . $row["credits"] . '</td>
<td>' . $row["username"] . '</td>
</tr>
';
}
?>
</table>
Something like that, feel free to expand on that. (Wrote in RZ Reply Editor)
Re: uberCMS TopStats Page
Re: uberCMS TopStats Page
Awesome release. Lots of hotels already got this thought. :P
Re: uberCMS TopStats Page
Very good mate will use in the future :D
Re: uberCMS TopStats Page
Nice I guess, Don't like the face you ripped it though, Marco ALWAYS does the hard work then his shit's always getting ripped...
Cheers for this anyway.
Re: uberCMS TopStats Page
Re: uberCMS TopStats Page
nice release 10/10 u pwn.
Re: uberCMS TopStats Page
Quote:
Originally Posted by
iJay
Nice I guess, Don't like the face you ripped it though, Marco ALWAYS does the hard work then his shit's always getting ripped...
Cheers for this anyway.
Im a friend of Marcos he said he dosent mind me releasing it only if i give credits to him.
And thanks for the positive comments :)
Re: uberCMS TopStats Page
Hey that looks kinda familiar.. Must just be my mind playing tricks on me, sometimes I wish I could come up with original stuff like this ;<
Re: uberCMS TopStats Page
Quote:
Originally Posted by
Sojobo
Hey that looks kinda familiar.. Must just be my mind playing tricks on me, sometimes I wish I could come up with original stuff like this ;<
Omg, Would of been excellent for your RP server.
Thanks for the release!
Re: uberCMS TopStats Page
Very nice well done 10/10
-----
anyway do u use for the sql ?
---------- Post added at 07:27 PM ---------- Previous post was at 07:20 PM ----------
nvm , i see u use it :) well done man .
Re: uberCMS TopStats Page
Nice release, this is hot. Thanks :P
Re: uberCMS TopStats Page
Nice man, when I saw this on Pixel i wanted it
Re: uberCMS TopStats Page
Quote:
Originally Posted by
Sojobo
Hey that looks kinda familiar.. Must just be my mind playing tricks on me, sometimes I wish I could come up with original stuff like this ;<
Just because you come up with ideas, doesnt mean we can't steal them ;3