Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#31 2006-12-02 12:37:15

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: spam, .htaccess, and txp

@Thanks, colak

What perplexes me with this, is that the Google page, that loads, doesn’t seem to be a real Google page, and then it doesn’t look like a 301 page-hijack either, since the result URL (my Page) links back to my Site normally.

When I look at the page source, I also see these strange URL parts:

www2.incredimail.com/images/google_h_p/envelope_38_30.gif

regards, marios


⌃ ⇧ < ⌃ ⇧ >

Offline

#32 2006-12-03 07:14:50

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,399
Website GitHub Mastodon Twitter

Re: spam, .htaccess, and txp

marios wrote:

When I look at the page source, I also see these strange URL parts:

www2.incredimail.com/images/google_h_p/envelope_38_30.gif

I saw that too. It is their logo on the top left…


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#33 2006-12-03 18:48:25

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,399
Website GitHub Mastodon Twitter

Re: spam, .htaccess, and txp

My wife’s site is recently showing this in the New Resources:
http://hblack.net/hblack//index.php?page=http://207.226.250.183/tool25.gif?
ok… hblack.net/hblack/ is her site but the rest of the url is unknown to me…
Does anyone have any idea? is this a hacking attempt? is it just a mistyped url?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#34 2006-12-03 19:36:52

NyteOwl
Member
From: Nova Scotia, Canada
Registered: 2005-09-24
Posts: 539

Re: spam, .htaccess, and txp

Incredimail is insidious – they track everymail that uses their system, included when and if it’s read by the recipient (if you have html mail enabled)


Obsolescence is just a lack of imagination. / 36-bits Forever! / #include <disclaimer.h>;

Offline

#35 2006-12-07 22:04:35

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

Re: spam, .htaccess, and txp

colak wrote:

jameslomax wrote:

……………As far As I can tell (see my posted code), this is what I did but its not working…..
This is very strange… May I ask who is your host?

Sure.
Its these guys:

http://www.qiq.co.uk/

Who use these guys http://www.heartinternet.co.uk/

Any ideas colak?

Offline

#36 2006-12-08 15:57:31

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,399
Website GitHub Mastodon Twitter

Re: spam, .htaccess, and txp

jameslomax wrote:

Any ideas colak?

I would try different methods…

1.

<Files *>
Order Deny,Allow
Deny from domain1.com
Deny from domain2.it
Deny from domain3.com
Deny from domain4.net
Deny from domain5.de
Allow from all
</Files>

or

2.

SetEnvIf Referer domain1\.com ban
SetEnvIf Remote_Host domain2\.com ban
<Files *>
Order Deny,Allow
Deny from env=ban
Allow from env=allowit
</Files>

or 3 .htaccess

RewriteMap  deflector txt:/path/to/deflector.map
RewriteCond %{HTTP_REFERER} !=""
RewriteCond ${deflector:%{HTTP_REFERER}} ^-$
RewriteRule ^.* %{HTTP_REFERER} [R,L]
RewriteCond %{HTTP_REFERER} !=""
RewriteCond ${deflector:%{HTTP_REFERER}|NOT-FOUND} !=NOT-FOUND
RewriteRule ^.* ${deflector:%{HTTP_REFERER}} [R,L]

in conjunction with a corresponding rewrite map:

##
##  deflector.map
##

http://www.domain.com/   -
http://www.domain2.com -
http://www.domain3.com/   http://somewhere.com/

Last edited by colak (2006-12-08 15:58:32)


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#37 2006-12-23 19:01:45

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

Re: spam, .htaccess, and txp

Tried using version 2, and it disabled the entire site.
Tried two versions of (2) – using the troublesome IPs (which are still coming in), and then a few domain name IDs like this:
10.226.36.72.reverse.layeredtech.com

- both times, it disabled the entire site.

I don’t understand (3). You mean create a second file and load it a the root? If so, what should it be called?
(Pretty much in the dark here….I don’t know what the htaccess file does, or what the code inside it does to a site…..)

Offline

Board footer

Powered by FluxBB