• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Tibia TFS Server Manager

keplerk

Lord of the flies
Joined
Mar 30, 2009
Messages
8
Reaction score
4
Hi folks, time ago there was a post about a tool to manage Players in the server called :
Player Management 2.5 where a user was developing a tool to manage players in the server.

The project seems abandoned since long time ago so i decided to in some way "re take" it and continue developing it, and i say "re take" because there is not link to the source so i start from scratch and this is what i have until now.

To see the images, please see the attachments at the end of the thread.

So how do you think this is going ?
I have a simple TO-DO list about what i will try to implement if you have some idea or opinion please feel free to share it with me.

Account Management
Code:
Account Deletion DONE
Account Creation DONE
Account Record (Bans, etc)
Account Edition (account number, password, premium, etc) DONE

Player Management
Code:
Stats Edition
Skills Edition
Backpacks Edition
Pk Record Edition
Ban/Unban
Dead Log

Guild Management
Code:
Change Name
Delete/Add Members

Application Config
Code:
Set the account types to use
Allow or disallow use the same email for more than 1 account


Updated 02/08/2015:
Added : Can add a new account now
Added : Validation for existing account by name
Added : SHA1 password encryption (taking as base Znote AAC)
Added : Validations for all the account fields
Modified : TO DO list from above (Added config section)
 

Attachments

Last edited:
First of all I appreciate to see another project for the community getting started. However is it just me, or what exactly is the benefit of using this tool? I mean if I want to manage my players I can do so any time in PHPmyAdmin
 
Take in count that not everyone know how to use PHPmyAdmin or even how to use mysql queries properly.
 
Take in count that not everyone know how to use PHPmyAdmin or even how to use mysql queries properly.
Hm, I dont know much about mysql either exept for setting it up and using phpmyadmin. But find it rather easy. Anyway its a nice tool if you want to use account manager and no website and no setting up mysql.
 
Hm, I dont know much about mysql either exept for setting it up and using phpmyadmin. But find it rather easy. Anyway its a nice tool if you want to use account manager and no website and no setting up mysql.

Its more like a complement for when you want to do some changes like modify a player backpack or skills, lvl, etc. things that not always can be done in the website and its to difficult to achieve by mysql.
 
This. One thing I think this community has a problem with, is telling people "If you don't understand it, then don't do it." I understand mysql very well because I use it at work, but this tool helps to increase the ease of access. Generating more people into the community stops it from dying. You are doing a great job with this tool, and I am glad to see the progress.
 
Back
Top