Vielleicht hilft das:
[VERSION 0.x.x BETA] Stats mit munin und qstat
Sieht aber nicht sehr vielversprechend aus, da die wohl Probleme hatten (Datenverlust...).
greets,
silva202
Vielleicht hilft das:
[VERSION 0.x.x BETA] Stats mit munin und qstat
Sieht aber nicht sehr vielversprechend aus, da die wohl Probleme hatten (Datenverlust...).
greets,
silva202
es reicht einfach "php"
Die Mitgliedszeit wurde bei manchen Leuten beim Übernehmen resetted.
Ah stimmt, ich sehe es. Allerdings stimmt das auch nicht auf den Tag genau (3 Tage zu spät, und ich war jeden Tag hier online^^).
Aber warten wir mal auf die Patches.
Vermutlich hast du einen Erfolg errungen, diese Funktion befindet sich aktuell in der Testphase.
Wie macht sich die Testphase??
Ich bekomme seit heute pei JEDEM Seitenaufruf den Erfolg, dass ich schon seit einem Monat Mitglied bin (wow:biggrin:).
Also mich nerven die ehrlich gesagt
P.S.: Ah, ich musste unter meinen Benachrichtigungen mal auf meinen Erfolg klicken, jetzt kommt die Mledung nicht mehr. Aber nervig ists trotzdem, zumal ich schon länger Mitglied bin :wink:
Very sad, that CentOS didn't provide such a package...
It looks like that you have to compile the sqlite extension manually
Take a look at the first three comments here: http://php.net/manual/de/sqlite.installation.php (I would first try to follow the instructions in the first comment by "Otto Monnig").
Good luck!
try this:
yum install php-sqlite
(without the 5 behind php)
about suggestion: the formal requirements are already defined here -> https://www.manuadminmodce.de/index.php?page=Thread&threadID=6
And there will be a how-to / post in our wiki or something similar describing the development of plugins.
Stay tuned
!unbanip nick
or
!unbanip part_of_nick
The !unbanip command actually doesn't look for online players. It only does a search in the database. And there is the nickname from the point of time the player has been banned (or the nickname the ip has got from tha last connect).
The SQLite3 database has the following structure:
!banip symb camping
will result in such an entry:
id | ip | nick | time | kicker | reason | duration
1 | 141.151.161.171 | symbfrk | 1330435340 | GUID1234 | camping | 0
The explicit table structure is:
CREATE TABLE IF NOT EXISTS banip (
id INTEGER PRIMARY KEY,
ip TEXT NOT NULL UNIQUE,
nick TEXT NOT NULL,
time INTEGER NOT NULL,
kicker TEXT NOT NULL,
reason TEXT,
duration INTEGER NOT NULL)
Does that answer your question?
Love to hear, that users like my plugin :lol:
Ich glaube er meint explizit das Wiki.
Das wird nach und nach hier hin übernommen: http://www.manuadminmod.de/wiki/
Für einen GUID-Ban gibt es ja die bisherigen (üblichen) Möglichkeiten. Das Plugin soll ja explizit GUID-Changern das Handwerk legen.
Für den MAM wird das keinen Unterschied machen. Da ist es also egal. Willst du die PHP Installation aber auch für den Apache-Webserver verwenden, fährst du mit Thread-Safe bestimmt besser. Non-Thread-Safe soll dagegen leicht schneller sein, was bei MAM wiederrum auch kein Unterschied macht, da der Flaschenhals woanders liegt.
ZitatOne more thing is it possible to have more than 1 server banning to same database?
Linux? For linux server you can use symlinks for the second, third, ... server referring to the first server's banip.db database. With these links they read/write from/to one database.
ZitatAny chance of some code to allow the viewing of the database from a webpage
That's possible, of course. But the Webserver must have access to the banip.db database, in most cases that means, that the webserver and the gameserver have to run on the same machine. Then the webpage have just to query the database. I'm not good in webdesigns and so on, so my result would be very simple and a kind of ugly. So one have to modify the design according to one's wishes.
http://windows.php.net/download/
Dort kannst du die gewünschte Version selbst downloaden.
Besondere Einstellungen braucht der MAM nur in ein paar Ausnahmen (wenn überhaupt?). Und die können wir dir mitteilen, sollte der Fall eintreten, dass eine Funktion nicht richtig funktioniert.
Version 2.0.0 ist online.
Version 2.0.0 is online.
Check out the version 2.0.0 of my Ban IP Plugin:
[Release] Ban IP Plugin
Wir haben bereits ein Apache SVN für die Entwicklung. Sonst wäre der Aufwand bei einer Hand voll Entwicklern nicht mehr tragbar. Zur Zeit ist das SVN allerdigns nur den Entwicklern zugänglich, der Trunk wird aber in Zukunft öffentlich werden, damit Serveradmins auch die Möglichkeit haben, die wirklich aktuellste Version mti den neusten Änderungen zu benutzen/testen.
Ja, wir brauchen hier schon mehr Infos.
Was ist dir aufgefallen? Wie äußert sich der exploit?
Hast du irgendwelche Logs für uns?
Und sonst alles, was dir einfällt dazu.
Dann kann dir auch bestimmt geholfen werden.
Mir ging es da nicht anders... "WTF.....? :-O"