[Tool] AdminServ 2.1.0

Moderator: NADEO

Flighthigh
Posts: 406
Joined: 29 Jun 2010, 06:48

Re: [Tool] AdminServ 2.1.0

Post 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.
User avatar
nighthawk4571
Posts: 618
Joined: 20 Aug 2011, 06:39
Location: QLD, Australia
Contact:

Re: [Tool] AdminServ 2.1.0

Post 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
Image
Getting old, forgetting most of what I ever learned !
My name is Nighthawk. The 4571 used to be my IQ. :shock:

Admin: http://bagracing.freeforums.org/portal.php
U-tUbe: https://www.youtube.com/user/bvnighthawk
Flighthigh
Posts: 406
Joined: 29 Jun 2010, 06:48

Re: [Tool] AdminServ 2.1.0

Post 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:
User avatar
weerwolf
Posts: 603
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: [Tool] AdminServ 2.1.0

Post 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
Flighthigh
Posts: 406
Joined: 29 Jun 2010, 06:48

Re: [Tool] AdminServ 2.1.0

Post 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.
User avatar
weerwolf
Posts: 603
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: [Tool] AdminServ 2.1.0

Post 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.
Flighthigh
Posts: 406
Joined: 29 Jun 2010, 06:48

Re: [Tool] AdminServ 2.1.0

Post by Flighthigh »

Thks i will wait on your results.
Kev717
Posts: 34
Joined: 15 Jun 2010, 11:20
Location: La Rochelle

Re: [Tool] AdminServ 2.1.0

Post 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).
User avatar
weerwolf
Posts: 603
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: [Tool] AdminServ 2.1.0

Post by weerwolf »

tnx kev ^^

Edit: Still beware that the max the dedicated accepts is 2MB ;) (latest dedicated version)
Flighthigh
Posts: 406
Joined: 29 Jun 2010, 06:48

Re: [Tool] AdminServ 2.1.0

Post 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.
Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: No registered users and 0 guests