-
Infraction Banned
How to added this top ranking (Mu Core 1.8?
hi guys i need help, i want to add this top ranking in mu core 1.8
Last edited by celta120; 19-12-15 at 03:37 AM.
-
-
Re: How to added this top ranking (Mu Core 1.8?
you need to read them from database order by reset and level, need to use a foreach to read more rows and generate this table with it.
its easy just learn a little php coding.
(i can do it ofc, but i dont work for free.)
-
Apprentice
Re: How to added this top ranking (Mu Core 1.8?
Copy the code of this template in the picture and paste in your index php
-
Infraction Banned
Re: How to added this top ranking (Mu Core 1.8?
i dont have code template
-
Re: How to added this top ranking (Mu Core 1.8?
Man its 1 simple query!! and top 15 command in the querry and after just put into a table...
you need to select top15 Name, cLevel, Resets from MuOnline.dbo.Character
Its in the query, you put the query into a foreach, check in the google how to use foreach, check the mucore for an original query just copy paste.
After you have foreach and you put my query into the sql query part, just need to echo the data, and format with a table.
You can learn this from google within 30 min or 1 hour maximum! And you can make everything what you want. Without learning your server will close within sort time...
-
Infraction Banned
Re: How to added this top ranking (Mu Core 1.8?