Current time: 02-10-2012, 07:42 AM Hello There, Guest! (LoginRegister)




MySubscriptions, Donation Bar, MyDownloads, MyAchievements and support for our free and paid plugins. All that for $7!

Advertise Here!
Are you looking to advertise on this forum? Please read this announcement thread.


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
REQUESTING: MY PLAZA MOST RICH USERS
08-08-2009, 06:00 AM
Post: #1
REQUESTING: MY PLAZA MOST RICH USERS
Hello i got this .php is not even an plugin

but its for MYPS
could anyone port it to MYPLAZA?
Quote:<?php
/**
* [MyPS] Richest Members
*
*
* Copyright 2009 Nickman
*/

define('IN_MYBB', 1);
require_once './global.php';
$name=$mybb->settings['myps_name'];
$getUsers=$db->query("SELECT * FROM ".TABLE_PREFIX."users ORDER BY myps + 0 DESC LIMIT 15");
$x=1;
while ($member= $db->fetch_array($getUsers))
{
$users.="
<tr><td class='trow$x'><a href='member.php?action=profile&uid={$member[uid]}'>{$member[username]}</a></td><td class='trow$x'>{$member[myps]}</td></tr>";

if ($x == 1)
{
$x=2;
}
else {
$x=1;
}
}
$page="<html>
<head>
<title>{$mybb->settings[bbname]} - Top 15 - Usuarios mas adinerados!</title>
{$headerinclude}
</head>
<body>
{$header}
<table border=\"0\" cellspacing=\"{$theme[borderwidth]}\" cellpadding=\"{$theme[tablespace]}\" class=\"tborder\" style=\"clear: both;\">
<tr>
<td class=\"thead\" colspan='2'><strong>Usuarios mas adinerados</strong></td>
</tr>
<tr><td class='tcat'>User</td><td class='tcat'>$name</td></tr>
{$users}


</table>
{$footer}
</body>
</html>";
output_page($page);






?>
Visit this user's website Find all posts by this user

08-08-2009, 07:10 AM
Post: #2
RE: REQUESTING: MY PLAZA MOST RICH USERS
I'm not sure if you are allowed to post that. Anyway, go to the stats page of MyPlaza Turbo and you'll find the most richest users there

[Image: s.png]
Find all posts by this user
08-10-2009, 08:04 AM
Post: #3
RE: REQUESTING: MY PLAZA MOST RICH USERS
yeah but, some thing like a scoreboard of money?
Visit this user's website Find all posts by this user
08-10-2009, 08:07 AM
Post: #4
RE: REQUESTING: MY PLAZA MOST RICH USERS
hmmm, I don't understand Tongue

[Image: s.png]
Find all posts by this user



Forum Jump:


User(s) browsing this thread: 1 Guest(s)