Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 15 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Forum Problem please help | |
rave199 Replies: 12 Views: 35851 ![]() |
![]() |
RewriteEngine on
SetEnvIfNoCase User-Agent ^$ bad_bot #this is for blank user-agents SetEnvIfNoCase User-Agent "^Jakarta" bad_bot SetEnvIfNoCase User-Agent "^User-Agent" bad_b ... |
|
Topic: Cheap cigarettes - bad refererer | |
Raven Replies: 5 Views: 7374 ![]() |
![]() |
So many ways ![]() # Trap any request with the word cigarettes anywhere in the url SetEnvIfNoCase Referer ".*(cigarettes).*" BadReferer order deny,allow deny from env=BadReferer # or to be a ... |
|
Topic: Redirecting an annoyance. | |
fondy Replies: 18 Views: 22625 ![]() |
![]() |
If ModRewrite is not available, use this:
SetEnvIfNoCase user-agent "^Java" bad_bot SetEnvIfNoCase user-agent "^LWP" bad_bot SetEnvIfNoCase user-agent "^lwp-trivial" ... |
|
Topic: Redirecting an annoyance. | |
fondy Replies: 18 Views: 22625 ![]() |
![]() |
Hi
Instead of using rewrite to block, can this be an idea to include in htaccess : SetEnvIfNoCase User-Agent "^libwww-perl" bad_bot SetEnvIfNoCase User-Agent "^Baiduspider" ... |
|
Topic: Sentinel Type Security For Regular PHP Site? | |
dad7732 Replies: 6 Views: 14392 ![]() |
![]() |
This one in the .htaccess file did the trick. Error_log loaded with "Denied by server configuration" in the last 1/2 hr.
SetEnvIfNoCase User-Agent "^libwww-perl*" block_bad_bots Deny from env=bloc ... |
|
Topic: Successful defacement attack dissected | |
kguske Replies: 1 Views: 7432 ![]() |
![]() |
One of the sites I support (though definitely not very actively, unfortunately) was successfully defaced recently - getting by both admin authentication and NukeSentinel. I won't give the attacker th ... | |
Topic: new list of banning spammers | |
Guardian2003 Replies: 5 Views: 11951 ![]() |
![]() |
It has already been done ![]() The methodology behind Hitwalkers list ( use of SetEnvIfNoCase ) forms part of a standard honeytrap. I am just about to leave for work so I'll update this thread with the ... |
|
Topic: new list of banning spammers | |
hitwalker Replies: 5 Views: 11951 ![]() |
![]() |
ok here's a nice list i just found updated and well banning every spamming sucker....
# Resources Stealing (ban referer) # ------------------ SetEnvIfNoCase Referer "http:// ... |
|
Topic: I've been WARNED? I only post here! | |
kguske Replies: 27 Views: 81679 ![]() |
![]() |
I found this on the web (wish I could remember to whom I should give credit).
Here what I added to the .htaccess file (if you already have RewriteEngine on, you don't need to add that line again): ... |
|
Topic: I create a tutorial and phpnuke-downloads.com steals it..? | |
hitwalker Replies: 116 Views: 115513 ![]() |
![]() |
after search in my own country i found some "solutions"...?
Keep in mind that text is translated into eng: make a text file and put this in it..,put that in protected folder. ErrorDocumen ... |
|
Topic: I create a tutorial and phpnuke-downloads.com steals it..? | |
hitwalker Replies: 116 Views: 115513 ![]() |
![]() |
What about this version:
# Prevent hotlinking RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g|png)$ [NC,OR] RewriteCond %{QUERY_STRING} \.(gif|jpe?g|png)$ [NC] RewriteCond %{HTTP_REFERER} !^$ ... |
|
Topic: Can I stop someone linking to my site? | |
VinDSL Replies: 11 Views: 12627 ![]() |
![]() |
Now for the Kicker ![]() ![]() I don't use Norton, so I cannot see what it's doing in th ... |
|
Topic: Preventing image theft | |
Guardian2003 Replies: 19 Views: 13121 ![]() |
![]() |
Vin, appreciate the input (as always).
I was referring to images in a web directory which are not used on the site and images stored in the same directory which are used on the site. Obviously the i ... |
|
Topic: Got someone traying to harvest my site - need info | |
hitwalker Replies: 1 Views: 3687 ![]() |
![]() |
well its hard to explain,
its a bot and sometimes hijacked. you can not realy ban it cause it has different ip's and you can try adding it to your .htaccess file. They say this is enough... SetE ... |
|
Topic: I found something interesting. Please comment | |
blith Replies: 0 Views: 7454 ![]() |
![]() |
I found the following and would like to know everyone's thoughts on it and what it does. Thank you for reading.
An even better way to stop bad bots is to trap them with php. Here's the code should ... |
|
Ravens PHP Scripts And Web Hosting Forum Index |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours