| Author |
Message |
SlugMonkey

Joined: 24 Sep 2007 Posts: 90 Rank: 6 Location: Indiana
|
Posted: 26 Nov 2007 01:14 Post subject: <img src= |
|
|
I have been seeing alot of <img src in my Apache Server Status like this one From 24.61.191.138 To one of my sites here GET /ct/<img src='/ct/ps_i.php?rf= HTTP/1.1 Nubie but not a Nubie any Ideas on whats its doing
HMMMM maybe I should be asking this over at the Comus Forum HUH.
Also anyone know the .htaccess syntax to call a list of domains like I want to call a txt list from
home/public_html/domainhere/badsites/list.txt
into a .htaccess on the server under another domain
home/public_html/anotherdomain/.htaccess _________________ UpFront Traffic
http://www.upfronttraffic.net |
|
| Back to top |
|
max

Joined: 18 Oct 2006 Posts: 538 Rank: 38
|
Posted: 26 Nov 2007 09:56 Post subject: |
|
|
| Quote: | Also anyone know the .htaccess syntax to call a list of domains like I want to call a txt list from
home/public_html/domainhere/badsites/list.txt
into a .htaccess on the server under another domain
home/public_html/anotherdomain/.htaccess
|
never heard it is possible
but you can search this resources:
http://httpd.apache.org/docs/2.0/mod/core.html
http://www.evolt.org/ultimate_htaccess_examples
that helped me several times when i needed htaccess advice
Last edited by max on 26 Nov 2007 20:05; edited 1 time in total |
|
| Back to top |
|
SlugMonkey

Joined: 24 Sep 2007 Posts: 90 Rank: 6 Location: Indiana
|
Posted: 26 Nov 2007 20:04 Post subject: |
|
|
I have been wondering the samething Max I have searched and so far nodda Epower does something like it but thay are different files with just the IP for the name this is what thay show to call the bad ip's
Standard htaccess:
RewriteEngine on
RewriteCond /home/BLABLA/public_html/ept/ept_ipblocker/%{REMOTE_ADDR} -f
RewriteRule .* http://www.google.com/ [R,L]
could the {REMOTE_ADDR} be swaped to {HTTP_REFERER}
and just put the domains instead of the IP names for the files???? really what I am try to do is make 1 file with the bad domains and call just that 1 file and or folder through out my domains _________________ UpFront Traffic
http://www.upfronttraffic.net |
|
| Back to top |
|
max

Joined: 18 Oct 2006 Posts: 538 Rank: 38
|
Posted: 27 Nov 2007 09:36 Post subject: |
|
|
EPT makes separate empty file named by banned IP address. really don't know how it works, but you can use this simple syntax instead of Rewrite rule:
order allow,deny
allow from all
deny from BAD.IP
deny from CHEAT-DOMAIN.COM |
|
| Back to top |
|
analsexy
Joined: 24 Oct 2006 Posts: 7
|
Posted: 27 Nov 2007 18:19 Post subject: |
|
|
to SlugMonkey,
try to use firewall for bulk IP blocking
there are several good for apache out of internet |
|
| Back to top |
|
|
|
|
|
|
|
|
|