Page 1 of 1

[POC/WebSite]Mini Panel PHP for Minetest (change skin)

Posted: Thu Apr 16, 2015 18:40
by davedevils
Hello,

After have speak with MinetestForFun admin , i have try to make a little panel for change skin of your character.

After 30 minute i have finish this :
Image
Image
Image

I have make it by "Crappy" way ... i know ^^ because it's just a Proof of concept (this maybe can help)

Actual function :
- Login with password and user loaded from Auth.txt
- Change skin of Player (using player_textures by PilzAdam)
- Preview of your player
- Load a external Txt News
- Only full French (at the moment)

Actual version : 0.01v
minetestwebsite-0.01.zip
version : 0.01v
(339.16 KiB) Downloaded 110 times
For configure open config.php and edit it (english config exemple)

Code: Select all

<?php
/***********************************
  MiniSite for MineTest
  Dave Devil's - 2015
************************************/
if ( !defined ('SECURE_KEY') )  { exit(); }
if ( SECURE_KEY != $Cle_de_secu)  { exit(); }

// Path + name to the Auth.txt
$Lien_Vers_Auth = "../../usr/minetest/world/lapin/auth.txt";

//Server Name
$Serveur_Name = "Minetest For Test";

// message form top of site
$Annonce_du_moment = "I'm a test message !";

// Link to news.txt
$Lien_des_News = "http://qbuissondebon.info/wp-content/uploads/news/news.txt";

/**************player_textures by PilzAdam ****************/

//Path to the texture of the player_textures mod
$Path_To_textureplayer = "../../usr/minetest/mods/player_textures/texture";

?>
If you are interest for i continue this website for make some other func and a better code , say it ;)

Re: [POC/WebSite]Mini Panel PHP for Minetest (change skin)

Posted: Thu Apr 16, 2015 23:41
by Don
I say do it. This looks like it would be awesome

Re: [POC/WebSite]Mini Panel PHP for Minetest (change skin)

Posted: Fri Apr 17, 2015 14:45
by Minetestforfun
like davedevils says it's not over, but it's a very good tool for add skins easily in many servers, without the validation/upload of an administrator/moderator

Thank you for your work again davedevils, and i hope we will include soon this tool to our website :)

Re: [POC/WebSite]Mini Panel PHP for Minetest (change skin)

Posted: Mon Apr 20, 2015 03:55
by TG-MyinaWD
This looks nice. and I hope you can get it in english soon XD since I might try to install this on my website. and I might find a way can allow others can do same.
maybe run an MT Servers Skin kind of site. but I will see once it translated in english and know the min. details.

And how bandwidth will use from both the server and Website/WebServer.

Re: [POC/WebSite]Mini Panel PHP for Minetest (change skin)

Posted: Mon Apr 20, 2015 11:56
by Minetestforfun
It's a POC (proof of concept) for the moment,

When the project is completed, i will traduct it with pleasure in english for the community

Re: [POC/WebSite]Mini Panel PHP for Minetest (change skin)

Posted: Tue Oct 20, 2015 02:15
by davedevils
Re-Planning

1 Module For server (Shop for Buy Item , Valid Account)

Using Mysql for more avanced use (like vote , shop, Multi-Language system in toolsbar, custom download)

More custom (using theme switcher , Activate module )

Text in full SQL (exept func use)

Two using of this website -> Backend or Normal

Rewirte of 3d Using for preview reskin

--> sorry for the wait time , i rework in :)

Re: [POC/WebSite]Mini Panel PHP for Minetest (change skin)

Posted: Wed Oct 21, 2015 15:49
by TG-MyinaWD
Looks good so far.
Got any plans make a .xml version? and I mean a .xml Version like for those without a MySQL server.

Re: [POC/WebSite]Mini Panel PHP for Minetest (change skin)

Posted: Thu Dec 29, 2016 22:51
by davedevils
I have lost some part of my work after have my new pc , but if Xornet/Minetestforfun want i rework on it , i clean it and release a new version