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. Belstgut

Beiträge von Belstgut

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!
  • 1 more thing :D

    • Belstgut
    • 11. Juli 2014 um 22:52

    promod only works with custom_public mode and different logsync settings in custom_ruleset.gsc

  • !report command

    • Belstgut
    • 11. Juli 2014 um 22:51

    i wrote a sendmail plugin for 0.12 once. but needs mail() compatibility. so for windows you need to edit your php.ini to get mail working

  • How to??

    • Belstgut
    • 11. Juli 2014 um 17:05

    random mapcycle with only 2 maps is kinda pointless imo. just make a rotation.

  • ManuMod with promod??

    • Belstgut
    • 7. Juli 2014 um 08:25

    its in the promod folder inside the z_custom_ruleset.iwd or z_c_r.iwd (depending on your promod version)

  • ManuMod with promod??

    • Belstgut
    • 6. Juli 2014 um 10:11

    your logsync settings are wrong. check your custom_ruleset.gsc

  • Cod4 manu admin mood

    • Belstgut
    • 5. Juli 2014 um 21:05

    if you have set the logfile to auto, and your dvars fs_homepath, fs_game and g_log are correctly set, the rename of the logfile shouldnt matter (if you renamed it in the dvar.)

  • ManuMod with promod??

    • Belstgut
    • 1. Juli 2014 um 22:41

    which promod_mode are you using? mam only works good with custom_public and g_logsync 2 in custom_ruleset.gsc

  • Manu admin bei Professional-Gameserver.com

    • Belstgut
    • 29. Juni 2014 um 23:31

    änder mal zu:

    Code
    NAME="ManuAdminMod-1"
    CFGDIR="/home/s579830/CallofDuty4-170/adminmod/configs/cod4/"
    LOGDIR="/home/s579830/CallofDuty4-170/adminmod/logfiles/"
    PARAMS=""
    PHP="php"
    PHPPARAMS="-f"
  • Beta 3 Problems.

    • Belstgut
    • 27. Juni 2014 um 20:53

    thats just the info.json

  • mod 0.12 not getting installed!?

    • Belstgut
    • 27. Juni 2014 um 20:40

    post your .bat file pls

  • Beta 3 Problems.

    • Belstgut
    • 27. Juni 2014 um 20:39

    u activated pingkick plugin?

  • Beta 3 Problems.

    • Belstgut
    • 27. Juni 2014 um 20:32

    seems like there is sth wrong with the pingkick plugin. gonna look into that

    edit: fixed it i hope.

    hotfix: open plugins/pingkick/pingkick.php go to line 108 and change:

    Code
    if (!array_key_exists($value["guid"], $players)) {


    to

    Code
    if (!array_key_exists($value["guid"], $this->players)) {
  • 0.12beta to newer and license

    • Belstgut
    • 27. Juni 2014 um 09:08

    https://github.com/vhf/free-programming-books
    http://www.codecademy.com/tracks/php
    http://en.wikibooks.org/wiki/PHP

  • Problem new MAM

    • Belstgut
    • 25. Juni 2014 um 16:56

    ok found one error why !online didnt worked. already fixed it.

    small do it yourself fix:

    Zitat


    1. open plugins/basiccommands/basiccomands.php
    2. go to line 489
    3. replace "main" with "daemon"
    4. restart mam.

    rest worked for me so far.

  • Problem new MAM

    • Belstgut
    • 25. Juni 2014 um 15:13

    Hi, since u all seem to have some problems i'm going to install beta4 on a stock 1.7 cod4 server now. will tell you my results :D

  • MAM Installation start funktioniert nicht

    • Belstgut
    • 23. Juni 2014 um 13:42

    screen installiert?

  • MAM Installation start funktioniert nicht

    • Belstgut
    • 23. Juni 2014 um 12:32

    einmal ./mam.sh status

    oder mit screen -ls schaun obs noch läuft

  • How to make MaM say....

    • Belstgut
    • 23. Juni 2014 um 12:07

    u didn't gave the master group the permission to execute the !online command. try this groups.json:

    Spoiler anzeigen
    Code
    {
        "master"         : {
            "name"       : "MasterAdmin",
            "commands"   : "*",
            "power"      : 75,
            "neededpower": 75
        },
        "admin"          : {
            "name"       : "Admin",
            "commands"   : "vote,yes,no,forgive,tki,stats,fun,help,admintest,time,nextmap,uptime,status,info,me,ff,cmdlist,session,serverstats,resetmystats,skip,vmap,cointoss,pl,maps,checkadmin,kickme,kick,tempban,map,restart,maprotate,say,setnextmap,warn,gametype,ban,kickall,setpw,removepw,hardcore,oldschool,killcam,gravity,knockback,speed,setff,exec,avote,cancel,pass,resetplayerstats,paypack,getip",
            "power"      : 65,
            "neededpower": 65
        },
        "member"         : {
            "name"       : "Clan-Member",
            "commands"   : "vote,yes,no,forgive,tki,stats,fun,help,admintest,time,nextmap,uptime,status,info,me,ff,cmdlist,session,serverstats,resetmystats,skip,vmap,cointoss,pl,maps,checkadmin,kickme,kick,tempban,map,restart,maprotate,say,setnextmap,warn",
            "power"      : 50,
            "neededpower": 50
        },
        "user"           : {
            "name"       : "User",
            "commands"   : "vote,yes,no,forgive,tki,stats,fun,help,admintest,time,nextmap,uptime,status,info,me,ff,cmdlist,session,serverstats,resetmystats,skip,vmap,cointoss,pl,maps,checkadmin,kickme",
            "power"      : 0,
            "neededpower": 25
        },
        "default"        : {
            "name"       : "Player",
            "commands"   : "vote,yes,no,forgive,tki,stats,fun,help,admintest,time,nextmap,uptime,status,info,me,ff,cmdlist,session,serverstats,resetmystats,skip,vmap,getPower,setPower,getNeeded,setNeeded",
            "power"      : 0,
            "neededpower": 0
        }
    }
    Alles anzeigen
  • How to make MaM say....

    • Belstgut
    • 23. Juni 2014 um 11:59

    can u copy the groups.json aswell?

  • How to make MaM say....

    • Belstgut
    • 23. Juni 2014 um 11:41

    check out users.json and set yourself to the correct group so u have access to the commands.

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