Author Topic: How can I build a leaderboard for my server?  (Read 1748 times)

0 Members and 1 Guest are viewing this topic.

yecgga

  • Guest
How can I build a leaderboard for my server?
« on: April 22, 2018, 01:54:59 pm »
What I have to do?

Offline Toffee

  • King in the North
  • Donator
  • *
  • Posts: 5365
  • Ex 77y Pfc, 93rd Private and 18e Grenadier
    • View Profile
  • Side: Union
Re: How can I build a leaderboard for my server?
« Reply #1 on: April 22, 2018, 04:39:00 pm »
Have you tried buying a new computer?

AeroNinja

  • Guest
Re: How can I build a leaderboard for my server?
« Reply #2 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.

Wursti

  • Guest
Re: How can I build a leaderboard for my server?
« Reply #3 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

Offline Toffee

  • King in the North
  • Donator
  • *
  • Posts: 5365
  • Ex 77y Pfc, 93rd Private and 18e Grenadier
    • View Profile
  • Side: Union
Re: How can I build a leaderboard for my server?
« Reply #4 on: April 22, 2018, 04:59:31 pm »
Just ask Bobertini

yecgga

  • Guest
Re: How can I build a leaderboard for my server?
« Reply #5 on: April 22, 2018, 05:20:42 pm »
Just ask Bobertini

Well, I will try lel

Offline Layton

  • Second Lieutenant
  • *
  • Posts: 1160
  • [82e] Dust
    • View Profile
  • Side: Union
Re: How can I build a leaderboard for my server?
« Reply #6 on: April 23, 2018, 07:07:10 am »

Offline nytek

  • First Sergeant
  • *
  • Posts: 116
    • View Profile
  • Side: Neutral
Re: How can I build a leaderboard for my server?
« Reply #7 on: June 27, 2018, 09:59:52 pm »
Old thread but I believe you are looking for something like this. 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.
« Last Edit: June 27, 2018, 10:41:06 pm by nytek »
Proud member of the 8th Hussars. UI/UX design freelancer. I love gaming and coding.