also, its covered in rune-server shit because i didn't want it to be classed as advertising
The idea came to me when I recalled competing in the old Dharok Tournaments held by some of Ikov's staff/community members.
Well my idea was to recreate that but instead include a number of different type of tournaments, but also managed by a specific staff team who manage the PvP League only.
The PvP League has an event once a month that everyone can be included in.
All information is currently loaded via MySQL and the table is automatically filled when a League Administrator chooses to update the main table.
Currently, players are able to create a team of up to 7 players, all accounts are stored in a MySQL db, with all passwords hashed one way (different from how the client & server hash the ingame password).
All team names & scores are images built via PHP and labelled with information retrieved from the team information & previous matches MySQL tables.
The League System has a control panel with 6 different user ranks for League Accounts (League accounts are separate from ingame accounts)
Although the control panel is currently very basic, they still function perfectly
All information parsed to MySQL is protected from SQL Injection.
You can read about most of it in the screenshots I provided below.
Also, all scores in the table are just random score entries.