You are not logged in.

motte

Intermediate

  • "motte" started this thread

Posts: 378

Occupation: Management

wcf.user.option.userOption53: Ja

  • Send private message

1

Saturday, October 16th 2010, 1:37am

Name das Admins in der banlist.txt der gebannt hat?

Moin Moin,

Ich hab zurzeit ein kleines Problem mit Mani, ist es eventuell möglich das der Admin der jemanden bannt mit dem Nick in der Banlist.txt eingetragen wird die ich ihm gegeben habe in der clients.txt? Dort kann ja der Nick sowie der "Client real name" eingegeben werden.

Zurzeit hab ich nämlich das Problem das einer meiner Admins unter falschem Namen bannt, was dazu führt das ich nicht nachvollziehen kann wer gebannt hat, das wird zurzeit so in die Banlist.txt gespeichert:

STEAM_0:0:6666666 0 "Name Spieler" "Name Admin" "Banned (By Admin)"

Der "Name admin" kann halt selbst von Admin bestimmt werden, was halt bescheiden ist, so hab ich keine möglichkeit zu sehen wer tatsächlich gebannt hat?

Hoffe jemand kann helfen.

Gruß,
motte

GeNeRaLbEaM

Professional

Posts: 1,537

Location: Krefeld

Occupation: Student

wcf.user.option.userOption53: Nein

  • Send private message

2

Saturday, October 16th 2010, 2:06am

Re: Name das Admins in der banlist.txt der gebannt hat?

Schau doch mal in Mani logs nach. Da sollte es ja auch stehen.
Owwww ja. Mani legt keinen eigenen Logs Ordner an wenn ich mich nicht irre.
Du kannst aber nachträglich selber einen anlegen und dann werden dann logs per Steam-Id angelegt.

Jeder Admin hat dann eine eigene Logfile, in die man dann reinschauen kann.
Dort sieht man dann auch in der regel, wer Mist baut und wer nicht.

Ich hoffe ich konnte weiterhelfen.
LG
GeNeRaLbEaM

Wer Rechtschreibfehler findet, darf sie behalten.

motte

Intermediate

  • "motte" started this thread

Posts: 378

Occupation: Management

wcf.user.option.userOption53: Ja

  • Send private message

3

Saturday, October 16th 2010, 8:12am

Re: Name das Admins in der banlist.txt der gebannt hat?

Stimmt du hast recht, das ist der Punkt 15 in der Mani_Server.cfg:

Quoted


// *****************************************************************************
// Module 15: Plugin Logging
//
// Desc : The following cvars control how the plugin logging is configured
// *****************************************************************************

// Admin logging parameters
// Directory where logs will be stored under the mani_path directory
// The logging mode you wish to use
// 0 = default placing of log files in the same .log files that Valve creates
// 1 = logs created per map change using the same style filenames that Valve
// uses in the mani_log_directory directory
// 2 = One large file is written in the mani_log_directory
// 3 = A log is written as a steam id for each admin that runs a command, the
// format is STEAM_x_x_xxxxxxxx.log
mani_log_mode 3

// Path where the logs are stored
mani_log_directory "mani_logs"


Danke für den Tipp, dann werde ich den Übeltäter ja doch noch finden ;)

DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

4

Sunday, October 17th 2010, 8:11pm

Re: Name das Admins in der banlist.txt der gebannt hat?

Da du nen Root hast, einfach mit cd in mani_logs gehen und dann

Source code

1
grep "STEMID-DES-GEBANNTEN" *
oder

Source code

1
grep "STEMID-DES-GEBANNTEN" pfad/zu/mani_logs/*