I own a Minecraft network and would like to have a website where you can get a free rank on my network. Almost automated.
This should then proceed as follows:
Player goes on page → enters his player name → website connects to MYSQL and sends data to the database → which is requested by the plugin on the server. Then the plugin gives the player the rank.
So finally a kind (activation page).
Does anyone know a plugin what is suitable for it?
Thank you for reading and in advance for answers!
Oh, and nice weekend.
Do not search → do it yourself
Do you have a root server? If so, you can find there a web server such. Install Apache. Then install the module PHP, then you can ne website programming, which then automatically accesses the SQL-DB.
There are many tutorials on the net on YouTube.
You need so that it is not possible to program HTML, but only PHP… Your HTML page then consists of a text box in which the user enters his name and a button, the text then as. Get value to yourself.
PHP-Technisch you then send the value to the SQL database.
I do not know a site that does that because your Mysql database should not be on the Internet either. So it would be a security question if another website could access your database. Therefore, just do it yourself… Is not difficult, if you need help there, I can help you with the code again…
First of all thank you for your answer. Unfortunately, I have no programming knowledge in this area. : /