The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
|||
|
|||
![]()
Ahh then you would want to do something like this. All the lines with code tags or the commands.
The main causes you will find are abuse from specific IPs or inefficient scripts. In the case where it is abuse you should be able to determine the cause if you specifically look at each of the access logs for your domains. Go to: HTML Code:
/home/user/logs/domain.com/http HTML Code:
tail -10000 access.log| awk '{print $1}' | sort | uniq -c |sort -n HTML Code:
cat access.log| awk '{print $1}' | sort | uniq -c |sort -n 364 65.214.44.72 436 64.172.17.3 657 204.74.126.70 1799 33.36.52.212 1847 66.249.66.167 If you find IPs that are connecting a lot first check to see who it is: HTML Code:
host ipaddy so HTML Code:
host 66.249.66.167 Then you would block the ip addy connecting alot. Maybe that will help if you can find the logs ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|