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!
  • How to install MAM in a dedicated server?

    • Belstgut
    • 5. März 2014 um 22:37

    no that wont work.

    but u can write a startscript which starts the server, then waits a few sec until the server is initialized and then starts mam

  • admin_valid

    • Belstgut
    • 5. März 2014 um 13:03

    not if your password is like 20 characters long with mixed case and special chars.

  • admin_valid

    • Belstgut
    • 4. März 2014 um 01:01

    if you want security use sth like this:

    Code
    $password = //ur password
    $salt = dechex(mt_rand(0, 2147483647)) . dechex(mt_rand(0, 2147483647));
    $password = hash('sha256', $password . $salt);
    for($i = 0; $i < 65536; $i++) {
                    $password = hash('sha256', $password . $salt);
            }

    what this does is it creates a salt attaches the salt to the password and hashes the password with sha256 algorithm. it then attaches the salt to the created hash and hashes it again.

    the last 2 steps get repeated 65536 times for extra security.

    Now someone who tries to bruteforce will take 65536 times longer than he would normally do.

  • Commands problem

    • Belstgut
    • 1. März 2014 um 11:07

    Looks like wrong logfile path

  • Geoip 5 Plugin installation

    • Belstgut
    • 25. Februar 2014 um 20:42

    never got ddosed myself but my getstatus bug was abused for ddosing but thats fixed for a very long time now. and to fix that i don't need to restart any servers^^

  • Geoip 5 Plugin installation

    • Belstgut
    • 25. Februar 2014 um 18:17

    for me thats the same. since i didn't restarted any of my services.

    and btw the geoip only makes sense when mam is running. so if your server is not running anyway you wouldn't need a service like freegeoip

  • Geoip 5 Plugin installation

    • Belstgut
    • 25. Februar 2014 um 17:39

    sure?
    $ uptime
    17:36:58 up 545 days, 6:39, 2 users, load average: 0.08, 0.12, 0.15

    also most of my services have this uptime.

  • Geoip 5 Plugin installation

    • Belstgut
    • 25. Februar 2014 um 16:56

    could use freegeoip.net with local fallback or so ^^ but then you could use only local aswell ^^

  • Spawnkilling

    • Belstgut
    • 23. Februar 2014 um 11:59

    b3 can't dot it either. it needs a mod.

  • MAM 0.12 beta usage

    • Belstgut
    • 20. Februar 2014 um 23:54

    use !pl to get a playerlist

  • MAM 0.12 beta usage

    • Belstgut
    • 20. Februar 2014 um 22:07

    you added your correct guid?

    join the server and type !me in chat

    mam should tell you the correct guid then. this is what you must use to identify yourself in the admins.cfg

  • MAM 0.12 beta usage

    • Belstgut
    • 20. Februar 2014 um 21:43

    you don't have to. but if you do, the only person who is allowed with this name is you then. or anyone who uses your guid in that matter. (which should only be you)

  • MAM 0.12 beta usage

    • Belstgut
    • 20. Februar 2014 um 21:24

    you have to replace 123456789012345678901234567890ab with your actual guid. you can see your guid with !me

  • MAM 0.12 beta usage

    • Belstgut
    • 20. Februar 2014 um 21:02

    no you don't have to change anything in the groups.cfg unless you want to.

    The defaults are fine for the beginning.

    you just have to change sth in the admins.cfg

  • MAM Offline

    • Belstgut
    • 20. Februar 2014 um 20:17

    if mam runs on the same machine as your gameserver why not use localhost (::1 or 172.0.0.1) as ip?
    if not you could replace the domain with the actual IP so you won't need to do a DNS lookup

  • MAM 0.12 beta usage

    • Belstgut
    • 20. Februar 2014 um 20:15

    no. groups.cfg defines all the available groups you can assign to your players.

    admins.cfg contains all players with a different group than default or protected players.

    So to become masteradmin on your server you first need to have the master group in your groups.cfg
    then in the admin.cfg you have to add yourself as a member of the master group.

  • Werde nur als player erkannt KEINE Rechte

    • Belstgut
    • 20. Februar 2014 um 18:45

    wenn in der logdatei schon keine guid drinnen steht is iwas bei deinem server falsch. eigentl solltest du dann gar nicht draufkommen bzw gleich wieder gekickt werden. zeigt rcon status denn eine guid an?

  • Time

    • Belstgut
    • 19. Februar 2014 um 13:27

    wenn linux server check mal die uhrzeit mit date

  • Manu startup problem? (SOLVED)

    • Belstgut
    • 16. Februar 2014 um 08:01

    check your config if the logpath is correct. but for me it looks like you just put in the folder but not the logfile.

    Code
    0:00 [16.02.14 05:11:29] PHP-Error: Warning in :\Users\PC\Desktop\Call of Duty Modern Warfare\a1\classes\parser.class.php:37 => fopen(C:\Users\PC\Desktop\Call of Duty Modern Warfare\Mods\a1): failed to open stream: Permission denied
  • ! ManuAdminMod 0.12 Beta !

    • Belstgut
    • 14. Februar 2014 um 21:41

    y would u even install outdated php version -.-

    but anyway if you installed it correctly you should have a php.exe somewhere on your hdd. most certainly in the folder where you chose to install php

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