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

Beiträge von Azad69

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!
  • [ BanIP Plugin ]

    • Azad69
    • 31. August 2014 um 13:34

    Hey guys,

    The BanIP plugin is working great but need some modification to make it more better

    I want 2 more features

    !ipbanlist This will show <DATE> <BANNED PLAYER NAME> <KICKER> <REASON> One by one


    !banbyip <playerIP> <reason> Even if the player is offline the plugin will save it into its database (This will be very handy when a player gets away or reported to be banned but he is not online and you have his ip saved using saveguidname plugin by Gumges1)


    Here is the old plugin I mean will be if someone makes a new one :tongue:

    Author @Yenz

    banip_2.0.1

    Config

    [banip]
    enabled = 1
    usedefaulttempbanduration = 1
    defaulttempbanduration = 12
    cleanupeveryhour = 48

    * Commands:
    * !banip player [reason]
    * Kick the player and list its ip as blacklisted.
    * !tempbanip player duration [reason]
    * Kick the player and list its ip for "duration" minutes.
    * !unbanip id|ip|nick
    * Mark the entry not longer as blacklisted. You can use the id of the
    * entry in the banip.db database or the specific ip or search after
    * the nickname of the player it has got last time.

  • [ Helper Plugin ]

    • Azad69
    • 26. August 2014 um 17:01

    :biggrin:

  • !Report Plugin

    • Azad69
    • 26. August 2014 um 16:18

    What about this plugin [ Helper Plugin ]
    Did you forget :confused:

  • ManuAdminMod 1.0.0-Beta+6 released!

    • Azad69
    • 26. August 2014 um 00:44

    Thank you, MAM Team for your backbreaking work for us :grin:
    We appreciate it

  • ManuAdminMod 1.0.0-Beta+6 released!

    • Azad69
    • 26. August 2014 um 00:33
    Zitat von Dennis

    The new beta version will be released in about a week.

    What does the new MAM +6 feature? I mean bug fix or something new? Just curious to know :smile:

  • [ Helper Plugin ]

    • Azad69
    • 24. August 2014 um 22:32

    I am eagerly waiting and waiting...... :sad: when it will be finished ?

  • MAnuAdminMod with Promod but few questions..

    • Azad69
    • 24. August 2014 um 07:01

    The prob is not mam, its the promod. G_logsync must be set to 2 when you host with promod
    g_logsync 0=no log, 1=buffered, 2=continuous, 3=append
    +Plus you have to edit custom_public.gsc (in promod z_custom_ruleset.iwd file) and make sure if g_logsync is set to 2 or not

  • banner for admins

    • Azad69
    • 23. August 2014 um 18:13

    One question to @Dennis Why Voices is in Support ? He developed a lot of plugins and helped others before this new website and still now. He should be a Development Staff Member :smile:

  • banner for admins

    • Azad69
    • 23. August 2014 um 11:04

    http://www.manuadminmod.de/index.php/Atta…sendadmins-zip/

  • Confused installing MAM +5

    • Azad69
    • 18. August 2014 um 17:53
    Spoiler anzeigen

    I am confused
    MAM +5 have no spree msg set in config and also no fun msg no welcome message no nameprotection no bad language etc etc in config.json
    But plugin for all of this is there in plugins folder ...I know all works but where can set config where there is none in config.json ?
    Do I have to add it manually in config.json ? or is there another thing Im no getting ?
    The config.json of MAM +5 is like MAM +4 not like MAM +3 that I am using

    Edit: My bad :biggrin: All configs are in the config\plugins folder...nice

  • Admin Valid Plugin

    • Azad69
    • 18. August 2014 um 17:14

    The most important plugin of all is your Admin valid plugin :smile:
    Thank you

  • [ Helper Plugin ]

    • Azad69
    • 18. August 2014 um 06:41
    Zitat von Yenz

    config/plugins/helper.txt could look like this one

    Hey Yenz thanks for the plugin but the msg aint showing...and there is no error shown in mod.log...........can you see whats wrong ?

  • [ Kick Ban Log Plugin ]

    • Azad69
    • 18. August 2014 um 06:26

    Thanks :grin:

  • Admin Valid Plugin

    • Azad69
    • 18. August 2014 um 06:18

    Request for a new version of AdminValid plugin compatible with ManuAdminMod 1.0.0-Beta+5 @Master of Little
    Thank you
    :smile:

  • ManuAdminMod 1.0.0-Beta+6 released!

    • Azad69
    • 18. August 2014 um 06:05

    Been waiting for this moment :grin:

  • [ Kick Ban Log Plugin ]

    • Azad69
    • 17. August 2014 um 05:40

    Here is the kick ban log plugin............
    I wanna also add player IP in kickban.log , so help is needed :smile:


    PHP
    <?php
    
    
    
    
    $logkickbans_filehandle = fopen(LOGDIR . "/kickbans.log", "a");
    
    
    
    
    $mod->registerEvent("playerKicked", "logkickbans_kick");
    $mod->registerEvent("playerBanned", "logkickbans_ban");
    $mod->registerEvent("playerTempBanned", "logkickbans_tempban");
    
    
    
    
    function logkickbans_kick($args) {
        global $logkickbans_filehandle;
        list($player, $reason, $kicker) = $args;
        $date = date("[d.m.y H:i:s]");
        $nickname = $GLOBALS['players'][$player]->getName();
        if (!$kicker) {
            $str = "$date Player \"$nickname\" ($player) got AUTO KICKED for reason: $reason\n";
        }
        else {
            $kicker = $GLOBALS['players'][$kicker]->getName();
            $str = "$date Player \"$nickname\" ($player) got KICKED by \"$kicker\" for reason: $reason\n";
        }
        fwrite($logkickbans_filehandle, $str);
    }
    
    
    
    
    function logkickbans_ban($args) {
        global $logkickbans_filehandle;
        list($player, $reason, $kicker) = $args;
        $date = date("[d.m.y H:i:s]");
        $nickname = $GLOBALS['players'][$player]->getName();
        if (!$kicker) {
            $str = "$date Player \"$nickname\" ($player) got AUTO BANNED for reason: $reason\n";
        }
        else {
            $kicker = $GLOBALS['players'][$kicker]->getName();
            $str = "$date Player \"$nickname\" ($player) got BANNED by \"$kicker\" for reason: $reason\n";
        }
        fwrite($logkickbans_filehandle, $str);
    }
    
    
    
    
    function logkickbans_tempban($args) {
        global $logkickbans_filehandle;
        list($player, $reason, $time, $kicker) = $args;
        $date = date("[d.m.y H:i:s]");
        $nickname = $GLOBALS['players'][$player]->getName();
        if (!$kicker) {
            $str = "$date Player \"$nickname\" ($player) got AUTO TEMPBANNED ($time mins) for reason: $reason\n";
        }
        else {
            $kicker = $GLOBALS['players'][$kicker]->getName();
            $str = "$date Player \"$nickname\" ($player) got TEMPBANNED ($time mins) by \"$kicker\" for reason: $reason\n";
        }
        fwrite($logkickbans_filehandle, $str);
    }
    
    
    
    
    ?>
    Alles anzeigen
  • How do I install Manu admin for mw2?

    • Azad69
    • 16. August 2014 um 04:19

    Don't you guys understand English.......
    Step by step easy instruction given but still don't understand ? :blink:
    http://www.manuadminmod.de/lexicon/index.…ng-PHP-Windows/
    http://www.manuadminmod.de/lexicon/index.…Mod-on-Windows/
    Tell me what part you didn't get it

  • Target Machine Refuses RCON

    • Azad69
    • 14. August 2014 um 17:00

    Also make a Address Reservation (IP) for your PC by you lan cards mac ID if your router have this option
    Why? your pc's IP can change if others are connected via cable or WiFi to your router
    And that will be a great prob :biggrin:

  • [ Helper Plugin ]

    • Azad69
    • 14. August 2014 um 04:28

    I want a plugin that will help players..................
    This plugin will use the php code of badwords plugin
    The bad words plugin cheaks words in the chat

    By some modifications and making a new plugin.......the plugin will make MAM say different massage depending on different words

    The word in the chat sentence will TRIGGER MANU ADMIN MOD to say the saved messages for the saved current words
    I mean like if someone use the lag word in chat sentence
    Then MAM will say "If you have lag then Set com_maxfps 250, cg_brass 0, r_drawdecals 0, cl_maxpackets 100, cl_packetdup 2, rate 25000, snaps 30"

    If some one says "he is hacking or anything......the Hack word will trigger MAM to say "If you know someone is hacking the spec him and record the demo using /record cmd for show it to the admins"

    If someone says the Afk word in chat sentence like (razer is afk with sniper kick please) then MAM will say "If the admin are away, then you can kick inactive players by voting !votekick <playername>"


    And many more other stuff by adding THE WORD AND THE REACTION MESSAGE IN CONFIG
    And please also need this in config whisper = 0/1


    Thanx all :smile:

  • Not fully working ManuAdminMod cod4

    • Azad69
    • 11. August 2014 um 15:20

    what language is this ? :unsure:

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