Und ich habs glaub entwickelt
Beiträge von Yenz
-
-
Kann ich jetzt nicht beurteilen...
Aber was soll das Plugin denn genau machen?
-
Guide Spoofer?
Führer-Schwindel?Ich frag mich echt, warum Leute meinen, sie müssen Punkbuster nicht benutzen... Gibts dafür einen guten Grund?
-
Dann lad mal dine gesamte Config hoch, IP/PORT/RCON kannst du unkenntlich machen.
-
-
Custom commands are always directly executed via rcon. But he wants to execute the mam command readconfig as well...
-
nope thats not possible, yet.
-
In der game_mp.log ist es auf alle Fälle drin. Eine grep/sed-Kombi und man hat sein Chat-Fake-Log
-
This only looks out for bad rcon logins.
So if anyone (a player on your server maybe) tries to often to execute some commands via rcon (and does not have the right password) he get banned for your full server (not only ingame). -
On windows this is not possible at all. Maybe with some external programs.
-
change first line to
#!/bin/bashor execute with "bash startscript"
debian's "sh" uses dash with a little different syntax than bash. But bash is the right one.
-
wenn du mysql falsch konfigurierst, können natürlich erhebliche sicherheitslücken entstehen. Das ist kein Gegen-MySQL, sondern ist im Allgemeinen mit jeder Software so!
MySQL und SQLite sollte man auch niemals direkt einfach so vergleichen, um einen "besseren" zu finden.Allerdings, in diesem Anwendungsfall, kann man da schon pro und contra suchen, abhängig vom Einsatzzweck.
Möchtest du die Statistiken auf einer Webseite anzeigen lassen, existiert meist eh schon eine MySQL-Datenbank, die natürlich ohne weiteres wiederverwendet werden kann. Sind Webseite und MAM nicht auf dem gleichen Server ist das sogar ein Muss.
Möchtest du die Statistiken nur intern im MAM haben, also das Spieler den !stats-Befehl ausführen können, dann tut es allemal die SQLite-Version. Vom MAM-Funktionsumfang verändert sich dadurch nichts! Vorteil ist hier, dass man ohne großen Aufwand und mit keinem SQL-spezifischen Wissen Backups herstellen kann, da die Datenbank exakt eine Datei im MAM-Ordner ist. Mit SQLite sind zudem keine Sicherheitslücke zu befürchten, da es keinerlei Netzwerkprotokolle anbieten und somit ein Zugriff von außen niemals möglichs ist (anders als bei MySQL). Letzt pro-Punkt für SQLite: Es braucht keine Datenbank-Installation. MySQL ist ein großes Programm, welches installiert und gewartet werden muss (Sicherheitsupdates, Programminstanzen, etc.). SQLite ist allerdings nur eine Datei, die direkt von PHP geöffnet und modifiziert wird. Hier ist dann von PHP lediglich die entsprechende Bibliothek/Extension zu aktivieren.Wie man sieht bin ich ein Fan von SQLite - in diesem Anwendungsfall. Es mag aber Umstände geben, wo sich MySQL-Datenbanken besser eignen. Für einen "Newbie" ist SQLite definit entspannter.
######
Befehle funktionieren nicht? Dann ist der Pfad zum Logfile falsch!
-
Nutze SQLITE!!!!!!!
Warum denn auch MySQL nehmen?Vor allem, wenn der User davon keine kenntnis hat????
in der [statistic] sektion entspr. ändern! MySQL wieder dicht machen
-
You need to import this [1] csv into a mysql database called mamstats into a table called csv.
Furthermode you will need some coding/computer skills (php and sql at least) to get this work. I won't help you with that. -
That is normal for custom commands.
If you want to get rid of that, you have to edit core files and you maybe won't get support anymore.
plugins/customcommands.php -> search for
and replace with -
nope, that is no funmessage!
It's a custom command. Here is my section:Code[customcommands] pbsay = "pb_sv_say -1 <ARG>" kickme = "pb_sv_kick <PLAYER:PBID> 0 <ARG:OPT:You kicked yourself>" payback = "pb_sv_kick <LAST_KILLER:PBID> 0 ^1NEVER KILL AN ADMIN!" nice = "say Nice shot <ARG:FIND_PLAYER:NAME>!"
Important: You have to insert the command into groups.cfg so that others can execute them!!!
for example:You have to restart your MAM or execute !readconfig to apply changes in configs.
Execute command with
-
nice = "say Nice shot <ARG:FIND_PLAYER:NAME>!"
This custom command IS working. Just tested. -
Maybe nobody knows. I never used GeoIP.
-
-
ah, ups.
i have no knowledge with geoip.
But i've found two old threads according this topic, german topics
Maybe Google Translate will help a bit.