Ein neues Thema erstellen  Auf das Thema antworten  [ 14 Beiträge ] 
Autor Nachricht
 Betreff des Beitrags: [AdminMod] Add admin
BeitragVerfasst: 27.12.2004, 03:50 

Registriert: 27.12.2004, 03:47
Beiträge: 7
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


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 11:23 
HLDS Team

Registriert: 29.12.2002, 18:18
Beiträge: 988
Wohnort: Allersberg
just add STEAM_0:1:1961241::131071 to addons/adminmod/config/users.ini


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 11:41 

Registriert: 27.12.2004, 03:47
Beiträge: 7
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


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 11:48 
HLDS Team

Registriert: 29.12.2002, 18:18
Beiträge: 988
Wohnort: Allersberg
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


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 12:07 

Registriert: 27.12.2004, 03:47
Beiträge: 7
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


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 16:17 
AM.de Team
Benutzeravatar

Registriert: 27.11.2001, 01:00
Beiträge: 3564
Wohnort: In der Nähe von Bonn
try

127.0.0.1::131071

_________________
Fehleranalyse: Poste den Inhalt Deiner liblist.gam, (listen)server.cfg, adminmod.cfg, users.ini, vault.ini, plugin.ini von adminmod und plugins.ini von metamod. Benutze auch die Such-Funktion


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 17:41 

Registriert: 27.12.2004, 03:47
Beiträge: 7
Only AdminMod work. Not "users.ini"
i running Half-Life server

_________________
^Bend3R


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 18:40 
AM.de Team
Benutzeravatar

Registriert: 23.11.2001, 00:00
Beiträge: 3842
Wohnort: Vor König Arthus
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.

_________________
Der schwarze Ritter triumphiert immer...
WING-Clan


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 19:40 

Registriert: 27.12.2004, 03:47
Beiträge: 7
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

_________________
^Bend3R


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 19:46 
AM.de Team
Benutzeravatar

Registriert: 27.11.2001, 01:00
Beiträge: 3564
Wohnort: In der Nähe von Bonn
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:

_________________
Fehleranalyse: Poste den Inhalt Deiner liblist.gam, (listen)server.cfg, adminmod.cfg, users.ini, vault.ini, plugin.ini von adminmod und plugins.ini von metamod. Benutze auch die Such-Funktion


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 19:54 
HLDS Team

Registriert: 29.12.2002, 18:18
Beiträge: 988
Wohnort: Allersberg
yes, it has to look like this (and not more):
Code:
STEAM_0:1:1961241::131071


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 22:04 

Registriert: 27.12.2004, 03:47
Beiträge: 7
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

_________________
^Bend3R


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 27.12.2004, 22:11 
HLDS Team

Registriert: 29.12.2002, 18:18
Beiträge: 988
Wohnort: Allersberg
any error message?


Nach oben
   
 Betreff des Beitrags:
BeitragVerfasst: 28.12.2004, 23:38 

Registriert: 27.12.2004, 03:47
Beiträge: 7
no nothing happend
Code:
] admin_noclip
You dont have access to this command

_________________
^Bend3R


Nach oben
   
Beiträge der letzten Zeit anzeigen:  Sortiere nach  
Ein neues Thema erstellen  Auf das Thema antworten  [ 14 Beiträge ] 


Du darfst keine neuen Themen in diesem Forum erstellen.
Du darfst keine Antworten zu Themen in diesem Forum erstellen.
Du darfst deine Beiträge in diesem Forum nicht ändern.
Du darfst deine Beiträge in diesem Forum nicht löschen.
Du darfst keine Dateianhänge in diesem Forum erstellen.

Suche nach:
Powered by phpBB® Forum Software © phpBB Limited
Deutsche Übersetzung durch phpBB.de
Original Design von "[ Half-Life Admin Mod © Alfred Reynolds 2000-2003 ] - [ site design by Jägermeister ]"