AdminMod.de
https://www.adminmod.de/

[AdminMod] Add admin
https://www.adminmod.de/viewtopic.php?t=9080
Seite 1 von 1

Autor:  Bend3R [ 27.12.2004, 03:50 ]
Betreff des Beitrags:  [AdminMod] Add admin

How i add me to admin?
I dont understand how add me to admin with adminmod
help please

English please!
I am from sweden


My steamid: STEAM_0:1:1961241

Autor:  MasterK [ 27.12.2004, 11:23 ]
Betreff des Beitrags: 

just add STEAM_0:1:1961241::131071 to addons/adminmod/config/users.ini

Autor:  Bend3R [ 27.12.2004, 11:41 ]
Betreff des Beitrags: 

Zitat:
just add STEAM_0:1:1961241::131071 to addons/adminmod/config/users.ini
It work not... :?
this is my "addons/adminmod/config/users.ini"
Code:
// This is a sample Users.ini
// This must be changed to fit your own specifications

// every line that has "//" in front is called commented-out
// this means that the line is ignored...you can remove it, or leave it

// Win32 servers use plain text passwords
// Linux guys, you can choose to use encrypted passwords by setting
// encrypt_password to 1 in your server.cfg (lucky you). Use the make_pass
// script in the tools directory to generate encrypted versions of
// your password.

// See the Admin Mod Manual for more examples

// To include a different file, e.g. by the name of masteradmins.ini, in the same
// directory as this one, use the #include directive.

#include "masteradmins.ini"


// To give a player named PlayerX access to levels 1 and 2, add the levels to which
// you want him to have access (1 + 2 = 3) with the password "milk"

PlayerX:milk:3

// to give player Jessie James access to levels 4, 8 and 128, with password
// testpass, add the access levels: 4 + 8 + 128 = 140

Jessie James:testpass:140

// To give access to a player who was a WONID of 1234567,with full access
// except for admin_rcon
// 1 + 2 + 4 + 8 + .. + 16384 + 32768 = 65535
// and a password "yomama"

1234567:yomama:65535

// If you want to grant the player with WONID 224466 access to levels
// 1 to 265 exclusively without requiring him to use a password, 
// leave the password field empty.

224466::255

// To give the player with the Steam ID STEAM_0:1:1961241 access to
// levels 8, 16, 32 and 128 (8 + 16 + 32 + 128 = 184) with password "steamy!"

STEAM_0:1:1961241::184

// FOR LINUX: a user with encrypted password and full access
// would look something like this:

STEAM_0:1:1961241::131071

Autor:  MasterK [ 27.12.2004, 11:48 ]
Betreff des Beitrags: 

1. steamids are not available on lan
2. u have to do admin_reload/mapchange/restart gameserver zu load the admins
3. remove everything else in this file, it's for education only
4. is adminmod runnig? type "meta list" (w/o ") in console

Autor:  Bend3R [ 27.12.2004, 12:07 ]
Betreff des Beitrags: 

yes adminmod running it was easy to do it!
Welcome to the Real World.....
+
admin_help work in console
+
This server is using AdminMod

it work!
not admin

Autor:  Sir Drink a lot [ 27.12.2004, 16:17 ]
Betreff des Beitrags: 

try

127.0.0.1::131071

Autor:  Bend3R [ 27.12.2004, 17:41 ]
Betreff des Beitrags: 

Only AdminMod work. Not "users.ini"
i running Half-Life server

Autor:  [WING] Black Knight [ 27.12.2004, 18:40 ]
Betreff des Beitrags: 

First of all, get rid of all the example entries from the sample file. You don't need them.
Secondly, you inserted yourself TWICE with the lower access levels BEFORE the entry containing all access levels. Please remove the first one.
After changing, check how many users are loaded by executing admin_reload in the server console. There should be only one entry, yours.
Try to connect.

Autor:  Bend3R [ 27.12.2004, 19:40 ]
Betreff des Beitrags: 

Is this right?
Code:
// This is a sample Users.ini
// This must be changed to fit your own specifications

// every line that has "//" in front is called commented-out
// this means that the line is ignored...you can remove it, or leave it

// Win32 servers use plain text passwords
// Linux guys, you can choose to use encrypted passwords by setting
// encrypt_password to 1 in your server.cfg (lucky you). Use the make_pass
// script in the tools directory to generate encrypted versions of
// your password.

// See the Admin Mod Manual for more examples

// To include a different file, e.g. by the name of masteradmins.ini, in the same
// directory as this one, use the #include directive.

#include "masteradmins.ini"


// To give a player named PlayerX access to levels 1 and 2, add the levels to which
// you want him to have access (1 + 2 = 3) with the password ""

^Bend3R::3

// to give player Jessie James access to levels 4, 8 and 128, with password
// testpass, add the access levels: 4 + 8 + 128 = 140

^Bend3R::140

// To give access to a player who was a WONID of 1234567,with full access
// except for admin_rcon
// 1 + 2 + 4 + 8 + .. + 16384 + 32768 = 65535
// and a password "yomama"

STEAM_0:1:1961241::184::65535

// If you want to grant the player with WONID 224466 access to levels
// 1 to 265 exclusively without requiring him to use a password, 
// leave the password field empty.

224466::255

// To give the player with the Steam ID STEAM_0:1:1961241 access to
// levels 8, 16, 32 and 128 (8 + 16 + 32 + 128 = 184) with password "steamy!"

STEAM_0:1:1961241::184

// FOR LINUX: a user with encrypted password and full access
// would look something like this:

STEAM_0:1:1961241::131071

Autor:  Sir Drink a lot [ 27.12.2004, 19:46 ]
Betreff des Beitrags: 

DELETE all you don't need!!!! :evil:

THE only thing, you have to write to users.ini is:

STEAM_0:1:1961241::131071

*omg* :roll:

Autor:  MasterK [ 27.12.2004, 19:54 ]
Betreff des Beitrags: 

yes, it has to look like this (and not more):
Code:
STEAM_0:1:1961241::131071

Autor:  Bend3R [ 27.12.2004, 22:04 ]
Betreff des Beitrags: 

It work not!
Have paste in only my steamid + access level
Code:
STEAM_0:1:1961241::131071
that is my "users.ini" it work not

Autor:  MasterK [ 27.12.2004, 22:11 ]
Betreff des Beitrags: 

any error message?

Autor:  Bend3R [ 28.12.2004, 23:38 ]
Betreff des Beitrags: 

no nothing happend
Code:
] admin_noclip
You dont have access to this command

Seite 1 von 1 Alle Zeiten sind UTC+01:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/