1st September 2020, 13:57
Heads up: Docker is making changes to their image retention policy on Docker Hub. Inactive images, defined as images that have not been pulled or pushed in 6 months, will be deleted from Docker Hub...
10th February 2017, 11:40
We posted at the same time (well I edited my previous post ;) ). Once again, many thanks for the information. Thanks to your explanation how you patched/fixed the .exe, I managed to patch the...
10th February 2017, 11:08
Virtualization would be an option yes, although I prefer Virtualbox for that. I could install Ubuntu Server in Virtual Box and make a virtual share/shared harddrive with the host OS (Windows) so that...
10th February 2017, 10:12
That could be an option yes. True, it can be bypassed via VPN or a proxy, but then he must be really dedicated to crash our servers.
You're right, it's not hard to use, but we run more than...
10th February 2017, 09:18
We're being extorted. I received this message today:
"if u want your COD2 servers online without Troubles ,,
Send cod2mp_s.exe which u already use it ,
send to this mail : [removed]
i will...
25th September 2015, 00:52
True, very true and I do realize that. A big plus is that the server I use as file mirror, is also my own personal storage server for documents and pictures. This way I won't let it go down that...
24th September 2015, 01:27
So sad.
Maybe I need to scrape all those files and put them on my FTP in case they go down as well. Space is not an issue
14th September 2015, 20:56
Not really a script, but I was unsure in which subforum to post this. Feel free to move it to the correct subforum if it doesn't belong here.
I’m currently in the process of migrating our Call of...
14th September 2015, 20:21
You're correct. I'm not using them anymore as we've switched over to Windows, but to anyone running Linux just patch your file instead of this rule.
14th September 2015, 17:50
Also, if you're running a Windows server, I suggest looking at 'FireDaemon' which allows you to run any executable as a service. This means that if the exe (i.e. the gameserver) crashes, it...
11th September 2015, 23:43
Back when I was running our COD servers on Linux, I had these entries in my rc.local file:
# ****sprintf() exploit Fix
iptables -A INPUT -p udp --dport 28962 -m length --length 1000:2000 -j...
10th September 2015, 00:08
Many thanks for your reply, time and efforts Mitch!
I have downloaded and tried your executable and so far it seems to be working!! Amazing, thanks so much! I will get back with more results this...
8th September 2015, 11:52
Here's a script I hacked together back in 2013 but it should still work.
Install steps:
1. Save the script as mon.sh
2. Adjust the serverport to reflect your own config (28960 = default)
3....