1. GSManager
    1. Funktionen
    2. Unterstützte Spiele
    3. Neuigkeiten
    4. Statistiken
    5. Serverliste
  2. Lexikon
  3. Filebase
  4. Entwicklung
  5. Forum
    1. Dashboard
    2. Unerledigte Themen
  6. Web-Interface
  7. Artikel
  8. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  1. GSManager
  2. Mitglieder
  3. Yenz

Beiträge von Yenz

Das Projekt GSManager (vormals ManuAdminMod) wurde am 01.01.2020 eingestellt - diese Internetpräsenz bleibt verfügbar, die Software wird aber nicht länger gepflegt. Vielen Dank für eure Unterstützung in den mehr als zehn vergangenen Jahren!
  • My Cod4 banner is not working

    • Yenz
    • 22. März 2013 um 03:13

    there are no changes between 0.11.3 and 0.11.5
    (we only changed the url's for version checking)
    So it should work fine with 0.11.5 if it works fine with 0.11.3
    confused...

  • Ban IP Range Plugin

    • Yenz
    • 22. März 2013 um 03:10

    Just remember: For banning only one ip there is an other plugin (ban ip plugin).

    I will check the periodic refresh and readconfig functionality next week. Stay tuned.

  • Ban IP Range Plugin

    • Yenz
    • 21. März 2013 um 18:09

    i will check that, when i'm home (next week).

  • Ban IP Range Plugin

    • Yenz
    • 20. März 2013 um 17:29

    Please download new version 1.1
    If you add an IP range to the file you can either execute readconfig or wait three minutes to aplly changes.
    i also corrected the misspelled filename extension (only one .txt is correct).

  • Vote Settings

    • Yenz
    • 15. März 2013 um 22:43

    bad english? take this simple sentence: not possible with current version

  • [REQUEST] New Admin System

    • Yenz
    • 15. März 2013 um 22:42

    gameranger is like cancer :-/

  • [REQUEST] New Admin System

    • Yenz
    • 15. März 2013 um 00:45

    IPs are changing for regular player and gamers (dynamic ips). If you look for a more safer way to validate admins take a look in the "admin valid" plugin thread.
    This plugin offers, that every admin must tell his IP to the plugin and if he joins afterwars his rights will be granted.

    http://www.manuadminmod.de/thread/2371/ad…id-version-1-1/

  • Sqlite3 bindvalue() error

    • Yenz
    • 15. März 2013 um 00:38

    Never happened to me before. It sounds like your sqlite-database-file is corrupt. Please try to rename it (plugin will create a new empty sqlite3 database) and restart your mam. Then you old bans will be gone :( but the plugin and the mam will work properly again.

    I don't know neither what the reason for that error is nor how to fix the corrupt database. I'm sorry.
    If you feel comfortable with sqlite and CLIs, you should rad and try out this blog post: Sergei Dorogin's technical blog: SQLiteException "database disk image is malformed"
    If not feel free to upload your corrupt file and i will check if i can repair/restore it. But this will take some time....

  • Vote Settings

    • Yenz
    • 13. März 2013 um 00:17

    The voting in MAM is bit different compared to other tools.
    If only one player vote for or against something then only one player voted. So 1 out of 1 is 100%.
    Other players habe to vote AGAINST a vote to lower this 100%

    EXAMPLE:
    20 Player online
    1 Player start a vote and vote !yes => 100% vote yes 0 % vote no
    1 Player vote !no => 50% yes, 50% no
    2 more Players vote !no => 25% yes, 75% no


    This behavior is not changable for in version 0.x.x. Look forward to the next ultimate MAM version :love: (it will take some time, it's done when it's done....)

  • Where is ManuAdminMod Config Generator?

    • Yenz
    • 13. März 2013 um 00:14

    it's offline, nowadays you have to edit the config.cfg with notepad (or some similiar editor)

  • mam doesnt start

    • Yenz
    • 10. März 2013 um 21:59

    "upload" means upload...

  • Scream

    • Yenz
    • 10. März 2013 um 15:24

    Put the PHP code from here [Release] Scream
    into a new file plugins/scream.php
    and add the command scream into the groups.cfg for all groups to allow execution.

  • mam doesnt start

    • Yenz
    • 10. März 2013 um 01:19

    upload your mod.log

  • COD Server Linux

    • Yenz
    • 9. März 2013 um 15:56

    Ohne Log geht gar nichts. Konzentrier dich darauf, dass dein COD-Server in eine Logdatei schreibt. Ohne kann nämlich auch der MAM nicht funktionieren.

    Die Settigns dafür stehen oben in meinem Post.
    Der Server schreibt dann alles, was passiert in diese Datei, z.B. wenn jemand auf den Server joint.

  • COD Server Linux

    • Yenz
    • 8. März 2013 um 17:27

    In der MAM-config fehlt die Angabe zum logfile unter [main] (oder du hast sie aus irgendeinem Grund entfernt)
    Und (noch viel gravierender): Dein COD-Server schreibt gar kein Logfile, folgende Einstellugnen sind Pflicht

    Code
    // Log Settings
    set g_logsync "2"					// 0=no log, 1=buffered, 2=continuous, 3=append
    set logfile "1"						// 0 = NO log, 1 = log file enabled
    set g_log "name_der_logdatei.log"		// Name of log file, default is games_mp.log
    set sv_log_damage "1"

    name_der_logdatei.log und der Pfad, wo diese sich befindet (unter Linux üblicherweise /home/cod4/.callofduty4/main/name_der_logdatei.log) muss dann unter [main]logfile (inder mam-config) eingetragen werden.

  • Geo IP crashes

    • Yenz
    • 6. März 2013 um 11:18

    13th post in this thread: Geo IP crashes

  • MaM problem

    • Yenz
    • 5. März 2013 um 21:12

    !maprotate

  • Problem with MAM

    • Yenz
    • 2. März 2013 um 23:17

    So you found the right logfile (and also the exact path). Check that this path is set in you mam config in [main]logfile="path/here"
    Then restart your mam and check what is working and what doesn't.

  • Problem with MAM

    • Yenz
    • 2. März 2013 um 21:02

    what do you use to access the files? ftp?
    check your ftp program to show hidden files.

  • Problem with MAM

    • Yenz
    • 2. März 2013 um 20:15

    cd /home/srv4000/.callofduty4/main

    ...will do the job. you can see it, too. Its only hidden. hidden but there!

  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™