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
  • Deutsch
  • Anmelden
  • Registrieren
  • Suche
Forum
  1. GSManager
  2. Mitglieder
  3. jchamb2010

Beiträge von jchamb2010

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
  • 2
  • Pre 0.11.4 Beta-Test

    • jchamb2010
    • 24. Dezember 2010 um 02:35

    I don't know if this has been solved or not (Much of this thread is in german), but I think I have found a corolation between the server crashing and what happens in MaM.... The server seems to be getting overloaded by RCON commands and then shuts down.

    For example; if you send !ban [protected player name] and then it tries to ban them but comes back with "You can't ban a protected player" just as it is executing a banner message the server will crash right there and then. Therefore I think that there is some type of limit on the number of rcon commands you can send to it in a specific amount of time safely without it crashing.

    Just an idea,
    John

  • Max. namechanges reached Bug

    • jchamb2010
    • 27. Juli 2010 um 22:45


    Ich kann eigentlich sagen, dass dies für die Spieler auf unseren Servern in der Vergangenheit passiert ist, aber ich fest, indem Sie es eine sehr einfache Datei bearbeiten, um die

    Code
    ./plugins/nameprotection.php


    Geöffnet: ./plugins/nameprotection.php
    Suchen: (Linie 131)

    PHP
    else {$players[$guid]->nameprotection_nameChanges ++;}


    Ersetzen Sie

    PHP
    elseif(trim($parameters[1]) != trim($parameters[2])){ $players[$guid]->nameprotection_nameChanges ++;}


    Sparen:: ./plugins/nameprotection.php


    Bitte beachten Sie: Durch das Bearbeiten von Dateien hat ManuAdminMod können Wirkung der Unterstützung auf dieser Website bereitgestellten Informationen. Ich bin in keiner Weise verantwortlich, wenn dies geschehen wird. Ich bin auch in keiner Weise verantwortlich, wenn dies irgendwie (ich glaube nicht, dass es passieren wird, aber ich muss sagen, dieses sowieso) vermasselt Ihre Manu Admin Mod Installation.

    Im Grunde, was oben ist, macht nicht bearbeiten, so dass statt nur davon aus, dass die Namen tatsächlich verschieden sind, macht es, indem Sie sie sicher. Was die trim() Funktion wird entfernt alle Leerzeichen aus dem Ende des Namens (falls vorhanden), und er dadurch ermöglicht es mir, die beiden Namen zu vergleichen und überprüfen, dass sie unterschiedlich sind. Sind sie wirklich anders fügt es einen Streik, aber wenn sie nicht anders wird es nicht fügen einen Streik gegen sie.


    Hope this helps alle Leute, die mit diesem Problem konfrontiert sind.






    Sorry for the bad German, I'm using Google translate.

  • Mysql based configuration?

    • jchamb2010
    • 27. Juli 2010 um 00:51

    manu Would you mind sharing your code for the configuration generator? I think I can adapt that to work with MySQL and then it'll be done much quicker.

  • Cant open server log, Ftp

    • jchamb2010
    • 26. Juli 2010 um 21:12

    FTP support is what I've been using ever since it came out. I haven't had any problems with it except when the log file becomes too large (1+GB)

  • Mysql based configuration?

    • jchamb2010
    • 26. Juli 2010 um 16:50

    And Manu I don't know if you had plans for this or not, but I'm planning on adding a web based configuration panel to go along with MAM + MySQL.

  • Mysql based configuration?

    • jchamb2010
    • 26. Juli 2010 um 00:07

    Sorry about that last upload, i had an error in my php code that generated it. I've uploaded a new version :)

  • Mysql based configuration?

    • jchamb2010
    • 25. Juli 2010 um 22:07

    I created the full "default" configuration in MySQL format. Anybody that needs it is free to use it.

    All of the options that are included are identical to the default config.cfg, maps.cfg, reasons.cfg, and groups.cfg.

    -Jchamb2010


    File attatched: ManuAdminMYSQL.sql.zip

  • Cant open server log, Ftp

    • jchamb2010
    • 25. Juli 2010 um 20:35
    Zitat von marsjee

    Manu, i just looked to it again. and it should work isnt it?
    Because the mod says this: Successfully connected to FTP server: '91.121.103.215' on port 21 as 'Mars' . and the root of that ip is directly the cod4 server folder.

    If that's the case your log file shouldn't be:

    Code
    logfile = "../main/games_mp.log"


    It should be:


    Code
    logfile = "/main/games_mp.log"
  • Mysql based configuration?

    • jchamb2010
    • 25. Juli 2010 um 20:27

    Thanks Manu, that's exactly what I was looking for :)

  • Mysql based configuration?

    • jchamb2010
    • 25. Juli 2010 um 15:48

    I figured out how to enable it through the command line (i think), now I just need the SQL files to be able to populate the database :).

  • Mysql based configuration?

    • jchamb2010
    • 25. Juli 2010 um 15:37

    I was just going through the files in MAM, and noticed that there is a file called mod_mysql.class.php. Basically what this file looks like it's doing is getting the configuration information out of a MySQL database.

    How do I go about enabling this? This would be greatly helpful as our server is managed remotely and I could then create a PHP based front end to manage the admins, permissions, and other settings.

    Thanks,
    Jchamb2010

  • Ban for no reason

    • jchamb2010
    • 24. Juli 2010 um 21:22

    Gotcha.

  • Sharing admin list

    • jchamb2010
    • 24. Juli 2010 um 20:34

    I've done it before making it so that 3 installations of MAM all shared the same exact core files (making updating things a breeze) and just had their own unique config files. (but a shared admin file)

    I was hoping there was an "official" way of doing this.

  • Ban for no reason

    • jchamb2010
    • 24. Juli 2010 um 20:31

    If you're asking me for permission to do this, then sure that's fine with me.

  • Ban for no reason

    • jchamb2010
    • 24. Juli 2010 um 04:01

    I can actually say that this has happened to players on our servers in the past, however I fixed it by doing a very simple file edit to the


    Source code
    1
    ./plugins/nameprotection.php


    Open: ./plugins/nameprotection.php
    Find: (Line 131)


    [PHP]
    else {
    $players[$guid]->nameprotection_nameChanges ++;
    }
    [/PHP]


    Replace:


    [PHP]
    elseif(trim($parameters[1]) != trim($parameters[2])){
    $players[$guid]->nameprotection_nameChanges ++;
    }
    [/PHP]
    Save: ./plugins/nameprotection.php

    Please Note: By editing stock files of ManuAdminMod you may effect the support provided on this website. I am in no way responsible if this is to happen. I am also in no way responsible if this somehow (I don't think it's going to happen but I have to say this anyway) messes up your Manu Admin Mod installation.

    Basically what the above edit does is makes it so that instead of just assuming that the names are actually different, it makes sure by checking them. What the trim() function does is removes any whitespace from the end of the name (if there is any), and by doing this it allows me to compare the two names and verify that they are indeed different. If they are truly different it adds a strike, however if they are not different it will not add a strike against them.

    Hope this helps all the people who are facing this problem.

  • Sharing admin list

    • jchamb2010
    • 24. Juli 2010 um 03:45

    I have 3 call of duty 4 servers and I would like to be able to share the same admin list.

    I know this is possible with some code modifications (I've done it before), however I'd like to be able to see it done without having to modify the original source.

    Thanks,
    JChamb2010

  • DeathSpree messages not working?

    • jchamb2010
    • 14. Juli 2009 um 07:16

    Do the death spree messages not work with COD4?

    The reason I'm asking, is while trying to test them I actually let someone kill me 10 times in my server with out killing anyone, and I did not get the death spree message of "^7<PLAYER_NAME> ^1seems to have a bad day ... (^2<DEATHS>^1 deaths without a ^2kill^1)" which is set for -10, and i have deathsprees = 1 and enabled =1 under [spreemessages_config], but the messages are just never sent.

    Thanks

  • ManuAdminMod Hosting?

    • jchamb2010
    • 11. Juli 2009 um 21:05

    Ok thanks.

    Now I just need to know how many people here would be interested in having ManuAdminMod hosted.

    If the group is large enough to make it worth while I'll start it.

    As it looks now, this WILL be a free service, but I'll let you know if that changes at any time.

  • ManuAdminMod Hosting?

    • jchamb2010
    • 10. Juli 2009 um 00:40

    Well I'll try to go about this in the right way (I saw the other person's thread).

    Anyway I was wondering if it would be ok if I created a PHP script around this mod, that allowed me to host ManuAdminMods on my webserver, for people who don't have root access to a webserver, or game server, but would still like to run MAM. This would most likely be free, but just incase it's not feasable for it to be free, I'd like to ask the Copyright holder (Manu) for permission before I start, because I don't need to be breaking any international copyright laws or anything. :)

    This panel would most likely use MAM as one part, but also allow you to do live admin through a web interface. From here you could kick, ban, tempban, message user, change maps, etc. You would also be able to change settings such as spawn time, bomb defuse time, bomb plant time, score limits etc. Unlike other control panels that when you save your changes, and restart your server they go away. I would make it so that it actually has an option to edit the server.cfg on the server so that when you restart your server, the changes are still there. Also, this would have all of the configuration settings for ManuAdminMod, as well as some plugins that I could make availible for install and "Stop", "Start", "Restart" for the mod. This is just a thought as of yet, and it will stay that way until I get permission to move forward from Manu.

    Also if it wasn't feasible for this to be a free service (I'll try my hardest to make it one) would people be willing to pay ~$2.50-$5.00USD /mo for this service?

    This is mainly directed toward people who do not have dedicated web/game servers and would still like to use ManuAdminMod.


    Thanks,
    Jchamb2010

  • screen: command not found - Fedora

    • jchamb2010
    • 8. Juli 2009 um 23:25

    Whenever I try to use this bot on a Fedora based server I get the following error :

    Normal ./startscript start

    Code
    ./startscript: line 54: screen: command not found
    ./startscript: line 59: screen: command not found

    When i start with ./startscript debug I get this as the first line, and then it continues like it would normally...

    Code
    ./startscript: line 81: screen: command not found


    As always, any help to fix this would be greatly appreciated.

    ---------------------Added 17:33 EST July 8, 2009----------------------------------------------------------------------------------------------------

    Never mind, looked it up in google, and found out that i just had to install some software called "scree"

    If anyone else gets this error on a linux server, open up your console and type in this

    Code
    yum install screen


    Note: you must be a super user to use yum, so login as root or use:

    Code
    sudo yum install screen

    If you are using an os that uses APT and not YUM use the following:

    Code
    apt-get install screen


    Note: you must be a super user to use apt, so login as root or use:

    Code
    sudo apt-get install screen

    Hope this helps others :)

  • 1
  • 2
  1. Mitarbeiter
  2. Datenschutzerklärung
  3. Nutzungsbedingungen
  4. Impressum
  5. Kontakt
Community-Software: WoltLab Suite™
  • Alles
  • Artikel
  • Seiten
  • Dateien
  • Forum
  • Lexikon
  • Erweiterte Suche
  • Deutsch
  • English