Page 14 of 19

Re: [Tool] AdminServ 2.1.0

Posted: 02 May 2014, 06:11
by Flighthigh
After install i have some Problems:

1. Image

Authenitification error on all Server. If i login the Server is there and i can work fine.

2. Image

Transporterror for all Files greater then 0,8 mb

Image

3. I set the My Maps/Servername/ Folder as default. But the Tool build his own Folder called AdminServ in the My Maps Folder and put all uploaded Tracks there into.

4. Save the Matchsetings does not work right. I found this in the MY MAPS folder. A new Matchsettingfolder.
in this folder you see a file without a name .txt

Image

In the old "right" Matchsettingsfolder there are no change in the Matchsettingfile.

5. How can i load up a Track manuell over FTP and can put it into the Matchsetingfiles over the AdminServ manuell?

I hope anybody can help me.

Re: [Tool] AdminServ 2.1.0

Posted: 02 May 2014, 07:03
by nighthawk4571
Hey Flighthigh

I will offer the following as a quick help - not total or guaranteed! ")

1. Did you set the correct port for each server in servers.cfg.php? E.g 5008

2. I have that problem sometimes - not sure I can help :(

3. In servers.cfg.php enter the path for each server's map directory at:
'mapsbasepath' => 'UserData/Maps/whatever_folder_you_choose',
Works ok for me, even though adminserv still creates its own folder.

4. Same as above, did you set the path for the MatchSettings file you want adminserv to use?
* Change ' ' to 'MatchSettings/Stadium.txt' or whatever you want.

5. In AdminServ page, click on the 'Maps' button, then click on 'Local' in the List (left side), then click on the folder (Dossier) you want..
http://i382.photobucket.com/albums/oo27 ... 0da76b.jpg

Select the map/s you want to add to the MatchSettings file - go to the bottom of the page and make sure the box is ticked beside 'Save the current MatchSettings' before you click on 'Insert'
http://i382.photobucket.com/albums/oo27 ... 19b5a9.jpg

Hope this helps :)

Cheers

Re: [Tool] AdminServ 2.1.0

Posted: 02 May 2014, 07:55
by Flighthigh
Thks for quick responde

1. The Ports are right because if i Login to AdminServ i can see and manage the Servers.

2. Strang because the Filesizelimit is in the Beta 2 MB per Track.

3. This is my servers.cfg.php without a change.

Code: Select all

<?php
class ServerConfig {
	public static $SERVERS = array(
		/********************* SERVER CONFIGURATION *********************/
		
		'TMU_FUN_MP3-Beta MULTIserver' => array(
			'address'		=> 'localhost',
			'port'			=> 5075,
			'mapsbasepath'	=> 'My Maps/',
			'matchsettings'	=> 'MatchSettings/',
			'adminlevel'	=> array('SuperAdmin' => 'all', 'Admin' => 'none', 'User' => 'all')
		),
		'Marius' => array(
			'address'		=> 'localhost',
			'port'			=> 5065,
			'mapsbasepath'	=> 'My Maps/',
			'matchsettings'	=> 'MatchSettings/',
			'adminlevel'	=> array('SuperAdmin' => 'all', 'Admin' => 'all', 'User' => 'all')
		),
		'TMUFUN-Contest' => array(
			'address'		=> 'localhost',
			'port'			=> 5055,
			'mapsbasepath'	=> 'My Maps/',
			'matchsettings'	=> 'MatchSettings/',
			'adminlevel'	=> array('SuperAdmin' => 'all', 'Admin' => 'all', 'User' => 'all')
		),
	);
}
?>
So i think this is all right.

5. Is it possible that you have a other version?? If i login and go on the "Maps" Button i see this

Image

So i cant follow your way. :cry:

Re: [Tool] AdminServ 2.1.0

Posted: 02 May 2014, 09:26
by weerwolf
Build in the standard path is UserData/Maps/
If you set a basepath in Adminserv it will be from this point
For example

Code: Select all

'mapsbasepath'	=> 'TMFLYNX2',
will be UserData/Maps/TMFLYNX2/

Code: Select all

'matchsettings'	=> 'MatchSettings/TMFLYNX2_xaseco_matchsettings.txt',
will be UserData/Maps/TMFLYNX2/MatchSettings/

The reason u dont see any data on the servers overvieuw page is that probably u did not set the password for the user acces level. To see all servers u use, set the same <user> password for all servers in the dedicated config file.

Go to /resources/ajax/ds_getservers.php
and set the password there on line 4

Re: [Tool] AdminServ 2.1.0

Posted: 03 May 2014, 07:06
by Flighthigh
thks weerwolf

I set the PW in the file and then the Serveroverview is show the Details of the Server. :thumbsup:

Any idea why i cant see the Dossier Mapfolder looks like the Screen from nighthawk.

Image

and any idea why i cant load up files greater then 0,8 MB

Image

It would be great if you can help me.

Re: [Tool] AdminServ 2.1.0

Posted: 03 May 2014, 09:07
by weerwolf
Im not really sure about why the local folder is not shown, ill have to get into that
I have a couple busy days coming up though.

Ill also do a little test with a map of your size too then, but i think i know whats causing that.

Until a few days ago, the dedicated did not take maps bigger then 1 MB, and has been changed to 2 MB
There is a class file for controllers that adminserv also uses called GbxRemote.
This is limited to the 1MB, and needs to be updated yet.

Ill report when ive done the tests.

Re: [Tool] AdminServ 2.1.0

Posted: 03 May 2014, 09:15
by Flighthigh
Thks i will wait on your results.

Re: [Tool] AdminServ 2.1.0

Posted: 03 May 2014, 10:30
by Kev717
If AdminServ is not in local mode, the maps will be uploaded in default folder (e.g : UserData/Maps/AdminServ/) and the weight will be limited to 500/600kb (approximately).

It is necessary to put AdminServ in local for uploading heavy maps. If AdminServ has access to local maps, the transfer will not be use the dedicated server.

For local use, put AdminServ on the same computer as your dedicated and you must be put access to maps path (chmod 777).

Re: [Tool] AdminServ 2.1.0

Posted: 03 May 2014, 11:22
by weerwolf
tnx kev ^^

Edit: Still beware that the max the dedicated accepts is 2MB ;) (latest dedicated version)

Re: [Tool] AdminServ 2.1.0

Posted: 03 May 2014, 12:35
by Flighthigh
Kev717 wrote:If AdminServ is not in local mode, the maps will be uploaded in default folder (e.g : UserData/Maps/AdminServ/) and the weight will be limited to 500/600kb (approximately).

It is necessary to put AdminServ in local for uploading heavy maps. If AdminServ has access to local maps, the transfer will not be use the dedicated server.

For local use, put AdminServ on the same computer as your dedicated and you must be put access to maps path (chmod 777).
I hopd i understood.
The Mapfolder ist 777 and the Adminserv is on the same V-Server as the Gameserver.
But i dont know what this would help me. The Filesize is too low and i cant see the Folder in Adminserver like the Screen of weerwolf. So i think there is another problem. I cant load up Maps higher then 0,8 MB. And this is a big problem for me.