Page 5 of 19
Re: [Tool] AdminServ
Posted: 25 Mar 2013, 14:06
by The_Big_Boo
weerwolf wrote:i noted a little thing on that dedicated manager. It said: local file: c:\fakepath\<map> ???
Hiding the real path of the file is a javascript security requirement implemented in every modern browsers (so the dedicated manager shows only what the browser is giving). Anyway, the important thing is to have at least the filename.
Re: [Tool] AdminServ
Posted: 27 Mar 2013, 22:13
by weerwolf
OK, thusfar everything seems to work like a charm.
- One issue with moving file (something about rename), need to invastigate further.
- In comparison to RemtoteCP im missing the account section. Instead of giving the
password to the manager, setting rights for each server/level independantly.
- Missing the option to set a base path for each server. Managers of diffrent servers all can see/edit
maps from diffrent titles. (Or is this handled by the multiserv option)
- In light above post (multiserv option), could not find details info how to set up / handle or possibility's.
Great program Kev717!
Can i donate some coppers or planets for your work?
WW
Re: [Tool] AdminServ
Posted: 29 Mar 2013, 19:21
by Kev717
weerwolf wrote:- One issue with moving file (something about rename), need to invastigate further.
- In comparison to RemtoteCP im missing the account section. Instead of giving the
password to the manager, setting rights for each server/level independantly.
I'll see later.
weerwolf wrote:- Missing the option to set a base path for each server. Managers of diffrent servers all can see/edit
maps from diffrent titles. (Or is this handled by the multiserv option)
Good idea. This should not be difficult to add.
weerwolf wrote:- In light above post (multiserv option), could not find details info how to set up / handle or possibility's.
Just an option for manage multiple instances of AdminServ. If the constant "MULTI_ADMINSERV" is "true", moves the folders like that :
Code: Select all
includes/
ressources/
plugins/
instance1/
config/
servers.cfg.php
etc
logs
index.php
instance2
config/
servers.cfg.php
etc
logs
index.php
instance3
...
In the adminserv.cfg.php file, in each instance, you should replace the paths for includes, ressources and plugins folders.
weerwolf wrote:Can i donate some coppers or planets for your work?
If you want, my login: kev717
Re: [Tool] AdminServ
Posted: 31 Mar 2013, 23:51
by weerwolf
got an error trying to move a file:
Code: Select all
Unable to move the map : Trackmania2_TMLYNX12/Challenges/blablabla.Challenge.Gbx (Unable to rename file)
rename?
WW
Re: [Tool] AdminServ
Posted: 01 Apr 2013, 17:57
by GLUK
Thank you for this great tool

Re: [Tool] AdminServ
Posted: 02 Apr 2013, 14:42
by Qual
Nice work ! I use it for my dedicated server

Re: [Tool] AdminServ
Posted: 03 Apr 2013, 19:15
by Kev717
weerwolf wrote:got an error trying to move a file:
Code: Select all
Unable to move the map : Trackmania2_TMLYNX12/Challenges/blablabla.Challenge.Gbx (Unable to rename file)
rename?
WW
It's fixed

Re: [Tool] AdminServ
Posted: 03 Apr 2013, 20:07
by hackie
Fixed ? so a new update ?
What you mean , Kev. ?
Re: [Tool] AdminServ
Posted: 03 Apr 2013, 21:05
by Kev717
I still have 2/3 things to do before publishing ^^
Re: [Tool] AdminServ
Posted: 04 Apr 2013, 15:03
by Force92
Hello,
i have set the line const MULTI_ADMINSERV = false; to const MULTI_ADMINSERV = true;, now i have the problem, that i can´t login to my server on the page. The Permissionlist is now away.
How i can fix it?