[Announcement] mtRemote - Server Administration @ your Browser

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

[Announcement] mtRemote - Server Administration @ your Browser

by webdesigner97 » Sun Jan 20, 2013 11:25

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
Last edited by webdesigner97 on Sat Mar 16, 2013 19:03, edited 1 time in total.
 

User avatar
addi
Member
 
Posts: 605
Joined: Thu Sep 20, 2012 03:16

by addi » Sun Jan 20, 2013 11:39

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.
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Sun Jan 20, 2013 17:44

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. ;)
 

User avatar
Mito551
Member
 
Posts: 1271
Joined: Sat Jun 16, 2012 15:03

by Mito551 » Fri Feb 15, 2013 20:36

looking forward to it
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Sat Feb 16, 2013 19:12

Mito551 wrote:looking forward to it

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

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Fri Feb 22, 2013 17:44

Who has some design ideas? It seems that I'm not very creative today :D
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Tue Feb 26, 2013 17:54

Maybe a new preview? Currently it's only HTML + CSS, but I'll start PHP-coding soon! :)

Image
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

by rubenwardy » Tue Feb 26, 2013 18:19

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
Last edited by rubenwardy on Tue Feb 26, 2013 18:19, edited 1 time in total.
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Wed Feb 27, 2013 16:34

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.
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Mon Mar 04, 2013 08:30

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
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Sat Mar 16, 2013 09:30

See the newset dev-screenshot @ first post
 

vktRus
Member
 
Posts: 67
Joined: Wed May 01, 2013 07:23

by vktRus » Fri May 03, 2013 18:40

Remote checking of the number of users on-line on my server.
How?
 

User avatar
sfan5
Member
 
Posts: 3636
Joined: Wed Aug 24, 2011 09:44
GitHub: sfan5
IRC: sfan5

by sfan5 » Fri May 03, 2013 19:11

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
Mods: Mesecons | WorldEdit | Nuke
Minetest builds for Windows (32-bit & 64-bit)
 

User avatar
webdesigner97
Member
 
Posts: 1307
Joined: Mon Jul 30, 2012 19:16
GitHub: webD97
IRC: webdesigner97
In-game: webdesigner97

by webdesigner97 » Fri May 03, 2013 20:49

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
 


Return to Minetest-Related

Who is online

Users browsing this forum: No registered users and 4 guests

cron