Flying Squirrel Entertainment

Mount & Blade Warband: Napoleonic Wars => Technical Support => Topic started by: yecgga on April 22, 2018, 01:54:59 pm

Title: How can I build a leaderboard for my server?
Post by: yecgga on April 22, 2018, 01:54:59 pm
What I have to do?
Title: Re: How can I build a leaderboard for my server?
Post by: Toffee on April 22, 2018, 04:39:00 pm
Have you tried buying a new computer?
Title: Re: How can I build a leaderboard for my server?
Post by: AeroNinja on April 22, 2018, 04:42:44 pm
I guess that has something to do with server scripts. I would suggest to contact the Groupfighting server owner if he could say how it works or any hosting services for these in game servers.
Title: Re: How can I build a leaderboard for my server?
Post by: Wursti on April 22, 2018, 04:57:50 pm
Well you need scripts for that and not a special server host or something lol

You need a script that saves kills / deaths in a database which is then shown on the website

if im not completely wrong lol
Title: Re: How can I build a leaderboard for my server?
Post by: Toffee on April 22, 2018, 04:59:31 pm
Just ask Bobertini
Title: Re: How can I build a leaderboard for my server?
Post by: yecgga on April 22, 2018, 05:20:42 pm
Just ask Bobertini

Well, I will try lel
Title: Re: How can I build a leaderboard for my server?
Post by: Layton on April 23, 2018, 07:07:10 am
Just ask Bobertini

Well, I will try lel

Wouldn't bother mate
Title: Re: How can I build a leaderboard for my server?
Post by: nytek on June 27, 2018, 09:59:52 pm
Old thread but I believe you are looking for something like this (https://i.imgur.com/5E2yQ1K.jpg). Unfortunately, you will need to learn how to modify the game. If you want it on a website you need to send the data from your server into a database using a query (I would recommend MySQL). Then you could use PHP to access the database and use a loop ("while" if you want every person in the database written out.)  or ("for" if you want to limit the data displayed) to display the data.

I will add that it's a pretty big process and I'd recommend using the servers that already have it.