The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
im getting attacked by mutli refresh's of a user that always changes his IP address.
this thing gets my website stuck and all of the hosting server stuck... every few mins forcing it to restart the hosting server my web hoster told me i got one last chance to make it right before i need to find another hosting service, my question to you, is there something like anti refresher per second i can install\configure to make the attacks stop? |
#2
|
|||
|
|||
![]()
me too,i get attack in my site.
so my site down for 3days.and i lost my members. im using vps before this. and now im using dedicated server.the problem is solved. |
#3
|
||||
|
||||
![]()
it may not be your site that is getting attacked do you have a log file?. it could be that you are on a shared server and there's someone else is to blame
|
#4
|
|||
|
|||
![]()
i got the log files, reported IPs to ISP
its my domain and i can show you the logs but i dont think it would help solve this |
#5
|
|||
|
|||
![]()
how to check log file in vbulletin?
|
#6
|
|||
|
|||
![]()
i checked my apache logfile in the DirectAdmin hosting server
|
#7
|
|||
|
|||
![]()
Does your server have connlimit enabled in the kernel, if it does, you can try this, just paste that in at a ssh prompt, iptables will error if its not compiled in.
iptables -A INPUT -p tcp --dport 80 -m connlimit --connlimit-above 3 -j REJECT --reject-with tcp-reset That is global, wont matter what ip he is using. |
#8
|
|||
|
|||
![]()
i need something like a mod what auto ban's users who refresh the forums more than X times in a minute
|
#9
|
|||
|
|||
![]()
If the user is simply clicking refresh in a browser, he isnt going to be able to crash your site unless he is connected with 100's of browsers or a script.
The connlimit will stop anyone that is connected to port 80 more than 3 times and block the rest of the connections, i simply dont see it possible for him to crash your server the way you are saying he is doing it. |
#10
|
|||
|
|||
![]()
well, thanks.
ill try doing this next time my hosting admin will be online |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|