• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Chumpy's rankings page

The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
Stop asking me about ranking pages now ok :sleep:

Extra credits to john_d here as i totally ripped his class decoding funtion.

Download ->

Chumpy's simple rankings v1.0
===============================

This is designed to be an addon for my simple Cabal regpage v1.0 or my
Cabal Cash Shop. It can work without them with some simple modding.

I'm only releasing this because it is going to be a while before what
i have planned will be ready and people keep asking me for rankings.
None of this is well optimised and it uses far too many queries i know
(especially for the sucky TG page) but this is only a rough outline i
put together quickly and i wasn't actually planning on releasing it for
a while yet. You want it early don't expect it to be nicely polished :p

This uses the regpage stylesheet and config so if yours is modified
the rankings will have the same style.


Insta... err, copying
=======================

Place rankings.php in the same folder as the reg.php on your webserver.

If your regpage is your rankings page is
. Same thing with the cash shop.


Features
==========

* Top 10 characters (Name, Class, Level, Class Rank, EXP, Honour, Alz)
* Top 10 combos
* Dungeon times (group and single)
* TG wins/losses in total
* Last 5 TG results
* Nation ratio


Credits
=========

john_d as i shamelessly lifted his class decode function /shame

Me, mrmagoo (chumpy) as always.

chumpywumpy - Chumpy's rankings page - RaGEZONE Forums


chumpywumpy - Chumpy's rankings page - RaGEZONE Forums


chumpywumpy - Chumpy's rankings page - RaGEZONE Forums
 
Last edited:
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
mr. chumpy can i request for guild rankings... or guild list...

Guilds will be slightly harder to do and it isn't a straight simple table i can read. This release was put together very quickly as a test for my cash shop and i really just tweaked it to work standalone. Guild rankings is one of the things i want to do though so i guess i can merge that with this.
 
Newbie Spellweaver
Joined
Nov 30, 2008
Messages
89
Reaction score
0
jajaja oh men thnks1 ;) thanks for keeping me abreast of everything ..! I hope that you like
 
Junior Spellweaver
Joined
Jul 24, 2008
Messages
190
Reaction score
18
How do I change the rankings so that it only shows normal players and not GMs?

EDIT: Nevermind... By the way, the word "Loser" seems too harsh.
 
Last edited:
Newbie Spellweaver
Joined
Nov 10, 2008
Messages
54
Reaction score
0
how to gms / adms not appear in the ranking? I just have this doubt
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
GMs do appear in this version as it is only a basic one and not yet finished. I only released it early as people were screaming for rankings.
 
Junior Spellweaver
Joined
Feb 3, 2007
Messages
142
Reaction score
0
anyone who experience this weird error?

Notice: Undefined index: type in C:\wamp\www\rankings.php on line 77

Top 10 characters

Notice: Undefined offset: 19 in C:\wamp\www\rankings.php on line 277

Notice: Undefined offset: 19 in C:\wamp\www\rankings.php on line 277

Notice: Undefined offset: 20 in C:\wamp\www\rankings.php on line 277

Notice: Undefined offset: 20 in C:\wamp\www\rankings.php on line 277

Notice: Undefined offset: 19 in C:\wamp\www\rankings.php on line 277

Notice: Undefined offset: 19 in C:\wamp\www\rankings.php on line 277

Notice: Undefined offset: 20 in C:\wamp\www\rankings.php on line 277

Notice: Undefined offset: 19 in C:\wamp\www\rankings.php on line 277

Notice: Undefined offset: 20 in C:\wamp\www\rankings.php on line 277
 
Newbie Spellweaver
Joined
Jan 10, 2008
Messages
23
Reaction score
0
How do I change the number of visible lines on the page "Top characters (Name, Class, Level, Class Rank, EXP, Honour, Alz)"? For example Top 50 characters?

Sorry for my bad English
 
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
Look at the queries in the code. Change the "select top 10 *" to "select top 50 *".
 
Newbie Spellweaver
Joined
Jan 10, 2008
Messages
23
Reaction score
0
Thank you for your help.
I found a small but very nasty bug. Statistics show some players (me too) wrong Class Rank. Class Rank Value differs by one. For example:
I have a value of Class Rank in the game 12. The statistics showed 13.
How can that be?
 
Back
Top