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
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
not if your password is like 20 characters long with mixed case and special chars.
if you want security use sth like this:
$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.
Looks like wrong logfile path
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^^
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
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.
could use freegeoip.net with local fallback or so but then you could use only local aswell
b3 can't dot it either. it needs a mod.
use !pl to get a playerlist
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
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)
you have to replace 123456789012345678901234567890ab with your actual guid. you can see your guid with !me
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
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
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.
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?
wenn linux server check mal die uhrzeit mit date
check your config if the logpath is correct. but for me it looks like you just put in the folder but not the logfile.
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