Page 1 of 1

[Announcement] mtRemote - Server Administration @ your Browser

PostPosted: Sun Jan 20, 2013 11:25
by webdesigner97
With mtRemote (Minetest Remote), you can easily manage your Minetest Multiplayer Server. Install/Uninstall and activate/unactivate mods, manage player's privs and optimize your server settings!

mtRemote will be open-source software, released under a CC license (I haven't decided on a specific one yet).

See the source code @Dropbox. These sources should NOT be downloaded to get mtRemote, they are synct with my working directory and can have bugs.
Finished versions of mtRemote will be offered here.

probable system requirements
  • Windows XP, Vista, 7 or Linux with XAMPP or another PHP-compatible Webserver with socket and zip extensions

Image

PostPosted: Sun Jan 20, 2013 11:39
by addi
if u need that, i have a sniplet of a player remote control with ban function and see if the player is online and see privs.

PostPosted: Sun Jan 20, 2013 17:44
by webdesigner97
addi wrote:if u need that, i have a sniplet of a player remote control with ban function and see if the player is online and see privs.

I'll first try it myself (cause it's a nice exercise :D). If it won't work, I'll come back to your offer. ;)

PostPosted: Fri Feb 15, 2013 20:36
by Mito551
looking forward to it

PostPosted: Sat Feb 16, 2013 19:12
by webdesigner97
Mito551 wrote:looking forward to it

Cool, but i need to start again, cause I lost the whole directory of it :(

PostPosted: Fri Feb 22, 2013 17:44
by webdesigner97
Who has some design ideas? It seems that I'm not very creative today :D

PostPosted: Tue Feb 26, 2013 17:54
by webdesigner97
Maybe a new preview? Currently it's only HTML + CSS, but I'll start PHP-coding soon! :)

Image

PostPosted: Tue Feb 26, 2013 18:19
by rubenwardy
you can use

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
<fieldset>
<legend>the box's title</legend>
the box's content
</fieldset>


to make the box like structure that were in your mock up

PostPosted: Wed Feb 27, 2013 16:34
by webdesigner97
rubenwardy wrote:you can use

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
<fieldset>
<legend>the box's title</legend>
the box's content
</fieldset>


to make the box like structure that were in your mock up

Yep, I thought about that too, but maybe I could also use a <section>.
It will look a little bit like the Wordpress-Dashboard.

PostPosted: Mon Mar 04, 2013 08:30
by webdesigner97
I finally managed finding out wheter a server is online or not! :D

Image

(I used redcrabs server (30401) to check wheter it works)

Special thanks to ... oops, i forgot who gave me this link... https://github.com/sfan5/minetestbot-modules/blob/master/serverup.py#L61

PostPosted: Sat Mar 16, 2013 09:30
by webdesigner97
See the newset dev-screenshot @ first post

PostPosted: Fri May 03, 2013 18:40
by vktRus
Remote checking of the number of users on-line on my server.
How?

PostPosted: Fri May 03, 2013 19:11
by sfan5
webdesigner97 wrote:I finally managed finding out wheter a server is online or not! :D

Image

(I used redcrabs server (30401) to check wheter it works)

Special thanks to ... oops, i forgot who gave me this link... https://github.com/sfan5/minetestbot-modules/blob/master/serverup.py#L61

You could just have looked in the original documentation..
https://github.com/minetest/minetest/blob/master/doc/protocol.txt#L73

PostPosted: Fri May 03, 2013 20:49
by webdesigner97
sfan5 wrote:
webdesigner97 wrote:I finally managed finding out wheter a server is online or not! :D

Image

(I used redcrabs server (30401) to check wheter it works)

Special thanks to ... oops, i forgot who gave me this link... https://github.com/sfan5/minetestbot-modules/blob/master/serverup.py#L61

You could just have looked in the original documentation..
https://github.com/minetest/minetest/blob/master/doc/protocol.txt#L73

I think this hasn't been there when I made my script (which is in PHP) :D