Jump to content
  • 0

Hall Of Fame / Flux CP


animous

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  07/27/12
  • Last Seen:  

i want to know how can i make this work and if u guys could help me :)

pvpleader.png

the guild ranking is working fine but the pvp ranking not... any help <3?

-----------------------------------------------------------------------------------------------------------------------------

PROBLEM FIXED~...

untitl123ed.png

i did it by myself so i wont give any credits ^^ thanks...

Edited by animous
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  43
  • Reputation:   0
  • Joined:  10/23/15
  • Last Seen:  

what sql command is for creating correct table pvpladder is?

for that top fluxcp:

 $sqlpvp  = "SELECT pvpladder.name AS char_name, pvpladder.kills AS kills, pvpladder.deaths AS deaths, char.char_id, char.class AS bclass, login.sex, guild.name as gname 
                    FROM pvpladder
                    LEFT JOIN  `char` ON pvpladder.char_id = char.char_id
                    LEFT JOIN  `login` ON char.account_id = login.account_id
                    LEFT JOIN  `guild` ON char.guild_id = guild.guild_id
                    ORDER BY kills DESC 
                    LIMIT 1";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  01/01/13
  • Last Seen:  

have this problem too. hope someone can help us both.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  07/27/12
  • Last Seen:  

i think nobody will answer us xD!~ damn.. theres not a WebDeveloper here?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  12/20/12
  • Last Seen:  

You really have that tables? o.o? (table: pvpladder )

schema (vpladder.name, pvpladder.kills, pvpladder.deaths, char.char_id, char.class , login.sex, guild.name)

Something you can do is try your sql query in a database manager (like navicat or heidi) and see where is your problem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  07/27/12
  • Last Seen:  

no i dont :P, thats why im looking for help :/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  118
  • Reputation:   6
  • Joined:  12/20/12
  • Last Seen:  

Hmm open a db manager, create the table pvpladder

THen inside the db schema create each field ._. and tahts all,

Remember that you have to get from the game that values, so maybe you need to make a src mod or a good script for that n_n ~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  07/27/12
  • Last Seen:  

please somebody close it :) i make this Work Fine now .. thanks you for the "support"..

@Aisha Thank you so much for tips ... <3

Edited by animous
Link to comment
Share on other sites

×
×
  • Create New...