1. GSManager
    1. Features
    2. Supported Games
    3. News
    4. Statistics
    5. Server list
  2. Lexicon
  3. Filebase
  4. Development
  5. Forum
    1. Dashboard
    2. Unresolved Threads
  6. Web-Interface
  7. Articles
  8. Members
    1. Recent Activities
    2. Users Online
    3. Team
    4. Search Members
  • Login
  • Register
  • Search
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Files
  • Forum
  • Lexikon
  • More Options
  1. GSManager
  2. Members
  3. Dr.Death

Posts by Dr.Death

The project GSManager (formerly ManuAdminMod) was discontinued on 01.01.2020 - this internet presence stays available, but the software is no longer maintained. Thanks for your support over the more than 10 past years!
  • Target Machine Refuses RCON

    • Dr.Death
    • September 11, 2014 at 10:25 AM

    it will be PHP="php"

    get latest version and make it like this...

    PHP="D:\php-5.5.16-nts-Win32-VC11-x86/php.exe" (if you have it in C put C instead of D)

  • heartbeat

    • Dr.Death
    • September 10, 2014 at 3:25 AM
    Quote from Dennis

    Just replace auto with the path to logfile ...

    when i do it, it gives error , sytex error config\config something like this


    btw i will try again tomorrow. then i will tell if it still gives error

  • heartbeat

    • Dr.Death
    • September 9, 2014 at 5:34 PM
    Quote from Belstgut

    what? i have no idea what your problem with the latest version is.

    i mean it have auto log file , i cant host promod in it , when i change it to simple it gives error.. then how i can host promod? without it i can host , cause games_mp.log is in pm folder (for pm hosting) :/

  • heartbeat

    • Dr.Death
    • September 9, 2014 at 4:06 PM

    o but in latest version have auto log file and i cant host on it? in this it starts but it doesnt show messages..

  • heartbeat

    • Dr.Death
    • September 9, 2014 at 8:48 AM
    Display Spoiler

    [09.09.14 08:47:07] Info: !! Finished initialisation
    [09.09.14 08:47:07] Info: === Start processing loglines... ===
    [09.09.14 08:47:09] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: FAILED! namespace

    you can see this -_- thats everytime happens why? -_- BTW THIS IS COD4 -_-

  • little help need

    • Dr.Death
    • September 9, 2014 at 7:16 AM

    PHP files? which we can find in --> manu mod---> Plugins ,
    2nd one is --> manu mod, -->config-->plugins
    which one?

  • little help need

    • Dr.Death
    • September 9, 2014 at 6:08 AM

    how you guys make plugin? cause i wanna know so i can make plugins....

  • MaM beta 6 , Problem

    • Dr.Death
    • September 8, 2014 at 5:05 PM

    btw i only edited the Mam.cfg set cf4 to cod4 , and php location?...


    nvm -.- @Belstgut thanks! tell imarkus to put this in table

    ;extension=php_mbstring.dll
    with
    extension=php_mbstring.dll (just remove ; )

    ty.

  • MaM beta 6 , Problem

    • Dr.Death
    • September 8, 2014 at 4:58 PM

    <p>

    Quote from Dennis

    mw2 user .. windows.

    even cod4 -_- it was not in 0.12&nbsp;</p>

  • MaM beta 6 , Problem

    • Dr.Death
    • September 8, 2014 at 2:52 PM

    i installed and configured mam correctly ,,, when i start it , it gived me error : This softwere needs "MBSTRING" extention. Please install it ,,


    or if i am wrong can someone send me install guide..... ?

  • finall kill cam download from here

    • Dr.Death
    • September 7, 2014 at 7:24 PM

    i just want codmw2 kill cam with bullet one... if its possible ?

  • is there any plugin :3

    • Dr.Death
    • September 7, 2014 at 7:23 PM

    thanks :D will check on next host server

  • finall kill cam download from here

    • Dr.Death
    • September 7, 2014 at 5:40 PM
    Quote from Azad69

    If you are using a mod the copy finalkillcam.iwd to your Mods/modname folder and if you are using no mod then copy finalkillcam.iwd to your main folder located in your cod4 installed location

    lol i know how to install :P btw 1 question , how to slow it down ? when person hits it slows it down ... Slow motion.. :p

  • is there any plugin :3

    • Dr.Death
    • September 7, 2014 at 5:38 PM
    Display Spoiler

    PHP Source Code


    <?php
    /**
    * Register User on Server
    *
    * If you type !register, the server put's you in an other server group
    *
    * @package Plugins
    * @subpackage none
    * @version 1.0
    *
    * Author mirko911
    * @since 05.01.11
    */

    $mod->registerCommand("register", false , "register_main" );
    $mod->setDefaultCV("register_main", "registed_group", "user");
    $mod->setDefaultCV("register_main", "registed_message", "you are now registered on this server");

    /**
    * If you type !register, the server put's you in an other server group
    *
    * Author mirko911
    * @since 05.01.11
    * @global mod $mod
    * @global player $players
    * @param string $guid 32 char long hex guid
    * @return boolean true if all successful
    */
    function register_main($guid) {
    global $mod, $players;

    if($players[$guid]->getGroup() != "default") return false;

    $players[$guid]->setGroup($mod->getCV("register_main" , "registed_group"));
    $players[$guid]->Say($mod->getCV("register_main" , "registed_message"));
    return true;
    }

    ?>

    guide to install ? O_O

  • Welcome again and again ? LOL

    • Dr.Death
    • September 7, 2014 at 5:35 PM
    Quote from Mirko911

    yea, that's a bug of the cod4x files. It's fixed in 1.0.0

    with Beta6 the MAM autodetects the codx aka iceops files and fixes the bug

    i will try that on next host , ^^

  • Welcome again and again ? LOL

    • Dr.Death
    • September 7, 2014 at 10:03 AM

    there :

    Display Spoiler

    31:04 [06.09.14 13:11:32] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
    31:04 [06.09.14 13:11:33] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
    31:04 [06.09.14 13:11:34] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
    31:04 [06.09.14 13:11:36] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
    31:04 [06.09.14 13:11:37] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
    31:04 [06.09.14 13:11:39] Notice: Fette Otze' joined, PID: 3, GUID: 011000010001ce51
    31:04 [06.09.14 13:11:40] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c
    31:34 [06.09.14 13:11:54] Notice: Player 'Fette Otze' quit, PID: 3, GUID: 011000010001ce51
    31:58 [06.09.14 13:12:21] Notice: Next map / map restart
    31:58 [06.09.14 13:12:21] Notice: RCON connection established (192.168.1.2:28961)
    31:58 [06.09.14 13:12:21] Notice: Detected a server restart
    31:58 [06.09.14 13:12:22] Notice: Sets Dvar _manuadminmod to '0.12 Beta'
    31:58 [06.09.14 13:12:23] Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin
    31:58 [06.09.14 13:12:23] Notice: Current map: mp_nightshift (sd)
    31:58 [06.09.14 13:12:26] Notice: Updated teamnames (spetsnaz vs. us_army)
    31:58 [06.09.14 13:12:26] Notice: Config loaded: maps/default.cfg
    31:58 [06.09.14 13:12:26] Notice: Executing: maps/default.rcon
    31:58 [06.09.14 13:12:31] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: ERROR: Gameserver unreadable (Debug: 0at108)
    31:58 [06.09.14 13:12:32] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
    31:58 [06.09.14 13:12:33] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
    31:58 [06.09.14 13:12:35] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
    31:58 [06.09.14 13:12:36] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
    31:58 [06.09.14 13:12:38] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
    31:58 [06.09.14 13:12:39] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c
    32:03 [06.09.14 13:12:41] Notice: Banner message was sent: ^2Next map is: ^7Crash (Headquarters)
    33:09 [06.09.14 13:13:35] Notice: Next map / map restart
    33:09 [06.09.14 13:13:35] Notice: RCON connection established (192.168.1.2:28961)
    33:09 [06.09.14 13:13:35] Notice: Detected a server restart
    33:09 [06.09.14 13:13:36] Notice: Sets Dvar _manuadminmod to '0.12 Beta'
    33:09 [06.09.14 13:13:36] Warning: Punkbuster: PB is disabled on this server (sv_punkbuster = 0), please enable it before using this plugin
    33:09 [06.09.14 13:13:36] Notice: Current map: mp_nightshift (sd)
    33:09 [06.09.14 13:13:40] Notice: Updated teamnames (spetsnaz vs. us_army)
    33:09 [06.09.14 13:13:40] Notice: Config loaded: maps/default.cfg
    33:09 [06.09.14 13:13:40] Notice: Executing: maps/default.rcon
    33:09 [06.09.14 13:13:43] Notice: Heartbeat has been sent to serverlist at manuadminmod.de: ERROR: Gameserver unreadable (Debug: 0at108)
    33:09 [06.09.14 13:13:44] Notice: RAP|KING' joined, PID: 10, GUID: 0110000100006050
    33:09 [06.09.14 13:13:45] Notice: BILLO' joined, PID: 8, GUID: 011000010000584c
    33:09 [06.09.14 13:13:47] Notice: Turbo KURASANIA' joined, PID: 7, GUID: 0110000100022020
    33:09 [06.09.14 13:13:48] Notice: Tol olambai' joined, PID: 5, GUID: 01100001000111eb
    33:09 [06.09.14 13:13:49] Notice: (V.R) HellRiDer' joined, PID: 4, GUID: 011000010000d14b
    33:09 [06.09.14 13:13:51] Notice: Rejected :/' joined, PID: 1, GUID: 011000010001a71c

  • Welcome again and again ? LOL

    • Dr.Death
    • September 7, 2014 at 7:56 AM

    Any way to Mam to only say Welcome to person once ?

  • Welcome again and again ? LOL

    • Dr.Death
    • September 6, 2014 at 8:02 PM

    but how?

  • is there any plugin :3

    • Dr.Death
    • September 6, 2014 at 8:01 PM

    0.12 :p

  • finall kill cam download from here

    • Dr.Death
    • September 6, 2014 at 9:11 AM

    next time upload instruction file with it ? for some newbies ? :)

  1. Staff
  2. Privacy Policy
  3. Terms of Service
  4. Legal Notice
  5. Contact
Powered by WoltLab Suite™