Website URL
Other Information
My website have been blocked, I see the reason is hits reach limited. I realize that have 22c attack this website. How to protect website disabled the DDoS attacks?
My website have been blocked, I see the reason is hits reach limited. I realize that have 22c attack this website. How to protect website disabled the DDoS attacks?
How to lookup visiters IP then to ban its IPs?
Please read the guideline
By deactivating your hosting account?
I’m joking of course, but it’s not like a better answer exists.
DDoS attacks work because the internet is built on a trust-by-default principle, which means it’s easily abused. If someone sends a lot of traffic your way, you have to deal with that.
Fighting off a DDoS attack takes a lot of server power, and we cannot just give that you for free. Yes, it sucks that you have to pay for undesired traffic, but that’s just how the internet works.
You could log visitor IPs with some PHP code.
However, please note that ALL hits are counted against your hits usage. If you block an IP address, it will prevent them from accessing your website, but the requests they make are still counted as hits to your site.
So it won’t help anything at all to reduce your hits usage.
But ban IP can let the click to only 1 hits. But that have a lot of proxies from I guessing.
The Note.ms user to attack me I believe it is feel bad for this website.
How to do with free and in phpBB?
A blocked IP address will only generate one hit per page view, yes. But bots don’t care about downloading and rendering the whole page, they will just hammer the same URL on your website over and over again. And an IP block won’t stop them from doing that.
Reload will increment hits?
No cache?
Of course. Every request is a hit. Requesting the same page again is also a hit.
Yes cache. But cache doesn’t work on every single request. Anything that involves PHP code will always produce a new request. Other requests, notably to static files like images, CSS and such are cached, so a reload will likely result in fewer requests than the initial page view, but it’s generally not zero.
my website http://nebbs.free.nf had get a attack:
They do have the same limitation, they just haven’t told you about it.
There is a limit of 50,000 hits per day. But if you consistently get close to that amount, that raises suspicions. So there are high water marks on the monthly usage too.
And if they claim the limit is 50 times higher, as you say, then I think they are lying to you, because the limits are not that high.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.