After the latest hosting problems - forum moved to another hosting provider
Re: After the latest hosting problems - forum moved to another hosting provider
Thanks for your work on this! Working for me atm
- TheGardner
- Posts: 4559
- Joined: Wed 08 Jan 2003, 1:22 am
- Has thanked: 4 times
- Been thanked: 15 times
- Contact:
Re: After the latest hosting problems - forum moved to another hosting provider
I'm afraid, the forum have seen it's best times and now will slowly going to die. For me it looks like someone don't want to let this place happen and attacking it again and again.oakey wrote: Fri 17 Oct 2025, 10:23 pm Issues with forum today again, now it seems to be working but only if you're logged in
So what I can say is, that everyone -in future- will find this place available, which will be good, but most of the time probably unavailable, because the place is under major attacks...
The traffic currently goes over cloudflare servers, which helps the attacks won't harm much, but this all wouldn't help posters much here, cause the page will be unavailable during the attacks.
Attached just a screenshot, which shows how much traffic hit the forums and to compare to the usual traffic, which is close to nill....
You do not have the required permissions to view the files attached to this post.
- TheGardner
- Posts: 4559
- Joined: Wed 08 Jan 2003, 1:22 am
- Has thanked: 4 times
- Been thanked: 15 times
- Contact:
Re: After the latest hosting problems - forum moved to another hosting provider
I'm tired to fight against this all and all I will do in the future is waiting and sitting these attacks out. That's all I can do. I won't spend more additional money in this all, just to play around for fun with these stupid attacker(s)...
Re: After the latest hosting problems - forum moved to another hosting provider
Thank you for all your help Stefan. Can anyone here in the forum help here? It's not fair to put this on Stefan's shoulders. Anyone?TheGardner wrote: Sat 18 Oct 2025, 1:25 pm I'm tired to fight against this all and all I will do in the future is waiting and sitting these attacks out. That's all I can do. I won't spend more additional money in this all, just to play around for fun with these stupid attacker(s)...
- oakey
- Posts: 689
- Joined: Sat 27 Apr 2013, 5:07 pm
- Contact:
Re: After the latest hosting problems - forum moved to another hosting provider
Sad to see this indeed. I am not a tech person, so I cannot be of any help I'm afraid.
It's working fine now though.
It's working fine now though.
- leesmapman
- Posts: 3581
- Joined: Wed 03 May 2006, 11:51 am
- Been thanked: 3 times
Re: After the latest hosting problems - forum moved to another hosting provider
Do you have your own vps with full access? If so, you can check the apache access logs. At the moment a lot of websites are under attack from China (AI bots) and you can see that in your access logs.
I have the same problems with my VPS server, where I block a lot of IP adresses that generate the most hits, which helps a lot.
Verstuurd vanaf mijn SM-A528B met Tapatalk
I have the same problems with my VPS server, where I block a lot of IP adresses that generate the most hits, which helps a lot.
Verstuurd vanaf mijn SM-A528B met Tapatalk
- TheGardner
- Posts: 4559
- Joined: Wed 08 Jan 2003, 1:22 am
- Has thanked: 4 times
- Been thanked: 15 times
- Contact:
Re: After the latest hosting problems - forum moved to another hosting provider
First was thinking about AI bots and much of the problems in the past were to lead back to bots like GPT or other AI bot, but the last one was done by some human. Whenever I blocked a country (China) it more tried to hit the page from another country. Did I blocked Vietnam, it came from Brasil..
Did I blocked Brasil, it came from Argentina and Ecuador...
Did I blocked Brasil, it came from Argentina and Ecuador...
- leesmapman
- Posts: 3581
- Joined: Wed 03 May 2006, 11:51 am
- Been thanked: 3 times
Re: After the latest hosting problems - forum moved to another hosting provider
I think you can block based on user agents in the Apache config. But the DDoSer probably spoofs a "normal" user agent like a webbrowser or something like that.
- TheGardner
- Posts: 4559
- Joined: Wed 08 Jan 2003, 1:22 am
- Has thanked: 4 times
- Been thanked: 15 times
- Contact:
Re: After the latest hosting problems - forum moved to another hosting provider
That was the problem on the latest attacks. In the end I blocked China, Vietnam, Argentina, Ecuador and Brazil... But the last three countries have plenty of members here and that's the problem.leesmapman wrote: Sun 19 Oct 2025, 8:20 am But the DDoSer probably spoofs a "normal" user agent like a webbrowser or something like that.
- leesmapman
- Posts: 3581
- Joined: Wed 03 May 2006, 11:51 am
- Been thanked: 3 times
Re: After the latest hosting problems - forum moved to another hosting provider
At work, we've been working on a solution for this problem. Someone suggested the following:
https://modsecurity.org
This is an open source extension for Apache and functions as a web application firewall. This means you can implement rules for suspicious behaviour and these will be blocked. These are based on suspicious mysql or javascript injections, but also mass-visits from ip-addresses, etc.
https://modsecurity.org
This is an open source extension for Apache and functions as a web application firewall. This means you can implement rules for suspicious behaviour and these will be blocked. These are based on suspicious mysql or javascript injections, but also mass-visits from ip-addresses, etc.
- leesmapman
- Posts: 3581
- Joined: Wed 03 May 2006, 11:51 am
- Been thanked: 3 times
Re: After the latest hosting problems - forum moved to another hosting provider
Another option is this one:
https://github.com/mitchellkrogza/apach ... ot-blocker
This is a pretty simple, daily updated list of ip-addresses and referrers that will be blocked when visiting your webserver. Again, you will need shell-access and root-access to install it all. It requires altering some apache-configs. After that all is done, you need to call a shell-script to update the list every day, so it might be handy to create a daily (cron)job for that.
I have this on my hobby/forum webserver and it works well. I got a lot less traffic, bots and the forum I'm running is a lot faster now.
https://github.com/mitchellkrogza/apach ... ot-blocker
This is a pretty simple, daily updated list of ip-addresses and referrers that will be blocked when visiting your webserver. Again, you will need shell-access and root-access to install it all. It requires altering some apache-configs. After that all is done, you need to call a shell-script to update the list every day, so it might be handy to create a daily (cron)job for that.
I have this on my hobby/forum webserver and it works well. I got a lot less traffic, bots and the forum I'm running is a lot faster now.
- TheGardner
- Posts: 4559
- Joined: Wed 08 Jan 2003, 1:22 am
- Has thanked: 4 times
- Been thanked: 15 times
- Contact:
Re: After the latest hosting problems - forum moved to another hosting provider
Okay, Fatal error on Cloudflare this time... Guess we'll read about this in the next coming days. Major companies worldwide affected.
- leesmapman
- Posts: 3581
- Joined: Wed 03 May 2006, 11:51 am
- Been thanked: 3 times
Re: After the latest hosting problems - forum moved to another hosting provider
Yes, a lot of websites were down. But I think it works again.TheGardner wrote: Tue 18 Nov 2025, 2:37 pm Okay, Fatal error on Cloudflare this time... Guess we'll read about this in the next coming days. Major companies worldwide affected.
- TheGardner
- Posts: 4559
- Joined: Wed 08 Jan 2003, 1:22 am
- Has thanked: 4 times
- Been thanked: 15 times
- Contact:
Re: After the latest hosting problems - forum moved to another hosting provider
If the forum is routed via Cloudflare, it isn't possible to auto-extend the domain certificate and so the forum was unavailable after the old certificate went invalid yesterday. That's the reason for the downtime in the last couple of hours.TheGardner wrote: Tue 18 Nov 2025, 2:37 pm Okay, Fatal error on Cloudflare this time... Guess we'll read about this in the next coming days. Major companies worldwide affected.