versteh ich trotzdem nicht. Vor allem ist die Installation von PHP nicht anders als die Installation von XAMPP.
Ich kauf ja auch kein Auto, wenn ich nur ein Radio brauche.
Beiträge von Yenz
-
-
"php aus xampp" ist vll auch etwas unwahr.
PHP reicht! Wenn du schon xampp hast, kannst du das davon nehmen. Ansonten ganz normales PHP-Setup, weil XAMPP unnötig ist. -
es wäre gut, zu wissen, was denn genau "nicht laufen" bedeutet! Gibt es Fehlermeldungen? Wsa genau hast du versuch? Sonstige Informationen, die hilfreich sein könnten?
Im Forum gibt es als Anhang eine spezielle Version für MW2 (0.11.4 beta), nach der könntest du mal suchen und es mti der Version probieren.
-
oh my god.
can you please edit your post adding some structure in your text? Linebreaks, Lists, etc.
Too hard to read.... -
Ich weiß dass bei BF das Layer 8 Problem sich bei mir bemerkbar macht,...
Ich musste schmunzeln :muhahaha:
aka PEBKAC
-
Was ist nur mit den Konsum-Industrie geworden, dass Copy 'n Paste zu nem neuartigen Produkt führt????
-
würd ichs brauchen, würd ich auch suchen, war nur ein Gedankenanstoß für dich bei der Umsetzung des Plugins.
Das ist aber nun ja überflüssig.
Dann ist dieser Thread auch im falschen Forum und gehört in den Offtopic-Bereich. Zumindest erkenne ich jetzt nicht, was das mit MAM zu tun hat. -
Das per File zu machen hat auch Vorteile - kein MySQL notwendig.
Allerdings würde ich eine Möglichkeit suchen, nur ein File zu verwenden, oder das anders strukturieren.Aber mal ein Vorschlag zum gewünschten Plugin: Gibt es das MAM-Event PlayerLeaved? Dann könnte man anhand der Spielzeit die Gruppe setzen.
-
maybe your normal MAM is not working correctly and so some plugins (like this one) works wrong, too.
More and more i believe that there is no bug in the Ban IP Plugin because you are the only one with problems and you have other (mam-specific) problems, too. -
-
I don't know the reason for this bug, but i'm after it.
Does anybody else has this trouble, too? -
Maybe in 1,5 months (~around christmas) i have enough time to implement sone features:
- Add Kick-Reason (in command and blacklist)
- Add Nick-Name in blacklist
any further?
-
yeah of course.
1.) wiki
2.) search -
did you extract the manuadminmod rar archive?
Select "Save to..." with notepad/editor and the copy&paste to the correct location.and by the way: Don't push your thread with doubleposts within 24 hours.
-
You really get on my nerves:
Zitat
The reason issue i cannot oblige currently. -
das sieht so aus, wie es sicht gehört.
Sind denn mehrere MAMs bei dir gehostet?Das einzige was mirn un einfallen würde, ist dass de Port schon benutzt ist.
Könntest ja mal die Ausgabe von "netstat -nap | grep :80" überprüfen. -
are you sure that the new incoming player isn't the same (using the same ip?)
I've re-checked my code... When new player joined, it checks his IP an when it is on blacklist -> kick/ban.Do you use ban oder kick mode?
The reason isse i cannot oblige currently.
-
mach vor Zeile 162 das rein:
PHPvar_dump($this->socket); var_dump($this->mod->getCV("tcp_query", "ip")); var_dump($this->mod->getCV("tcp_query", "port"));
das führt zu zusätzlichen Ausgaben im Fenster vom MAM kurz bevor der Fehler auftritt.
Die Aussgabe mal posten, bzw. per PM falls di IP und Port nicht publizieren willst -
hab auch schon versucht, dass heraus zu bekommen.
"[99]: Cannot assign requested address" klang für mich, dass eine Zuordnung nicht stimmt, weil evtl. die IP falsch geschrieben ist.Kannst du in der tcp_query.php:162 mal vorher ausgeben lassen, mit was für Parameter die Funktion ausgeführt wird? Vielleicht kommen wir dann weiter.
Benutz am besten die Funktion var_dump(). -