![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
Hi Bill If you zip up your .htm or html pages & send to me I'll Dreamweaver the css file name change for you & send it zipped back to you. You can then upload the changed pages...or get Dreamweaver :>) Regards Vance |
#22
| |||
| |||
|
|
If we can agree on one, I'll try it. Anybody? |
#23
| |||
| |||
|
|
On Mon, 04 Dec 2006 18:04:51 GMT, "Denise" <dionyza (AT) hotmail (DOT) com wrote: "Big Bill" <bill (AT) kruse (DOT) co.uk> wrote in message news:ltk7n29jqr94fhmr6e3f0pbef05sldl7ku (AT) 4ax (DOT) com... http://www.craigeffrononline.com/cra...n-homelife.htm bit of a giveaway, linking to my css. Still, it's a link. BB Hi Bill, Have you contacted him to ask him to knock it off? Once he knows you're onto him, he may be willing to take it down. I get the impression he's an idiot who'd relish the attention. If not, as Borek says, just block his site. It's pretty easy to do; I did something like that on one of my own sites & it's very effective. Just me if you'd like me to send you the code. Would you object to displaying it here? BB -- |
#24
| |||
| |||
|
|
"Big Bill" <bill (AT) kruse (DOT) co.uk> wrote in message news:tgp8n2hq7faf7ce4v48k4e9233k98mog1f (AT) 4ax (DOT) com... On Mon, 04 Dec 2006 18:04:51 GMT, "Denise" <dionyza (AT) hotmail (DOT) com wrote: "Big Bill" <bill (AT) kruse (DOT) co.uk> wrote in message news:ltk7n29jqr94fhmr6e3f0pbef05sldl7ku (AT) 4ax (DOT) com... http://www.craigeffrononline.com/cra...n-homelife.htm bit of a giveaway, linking to my css. Still, it's a link. BB Hi Bill, Have you contacted him to ask him to knock it off? Once he knows you're onto him, he may be willing to take it down. I get the impression he's an idiot who'd relish the attention. If not, as Borek says, just block his site. It's pretty easy to do; I did something like that on one of my own sites & it's very effective. Just me if you'd like me to send you the code. Would you object to displaying it here? BB -- Here you go: SetEnvIf Referer .\.offendingsite\.com block_site1 SetEnvIf Referer .\.anotheroffendingsite\.com block_site1 RewriteEngine on RewriteCond %{ENV:block_site1} !^$ rewriterule \.(gif|jpg|mp3|css)$ - [nc,F] |
#25
| |||
| |||
|
|
I can nearly get Keith's version, but not quite either :-( RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www\.mydomain\.com/.*$ [NC] RewriteRule \.(jpe?g|gif|ico|swf|mp3|css)$ - [F,L] |
#26
| |||
| |||
|
|
On Mon, 04 Dec 2006 19:33:21 GMT, "Denise" <dionyza (AT) hotmail (DOT) com wrote: "Big Bill" <bill (AT) kruse (DOT) co.uk> wrote in message news:tgp8n2hq7faf7ce4v48k4e9233k98mog1f (AT) 4ax (DOT) com... On Mon, 04 Dec 2006 18:04:51 GMT, "Denise" <dionyza (AT) hotmail (DOT) com wrote: "Big Bill" <bill (AT) kruse (DOT) co.uk> wrote in message news:ltk7n29jqr94fhmr6e3f0pbef05sldl7ku (AT) 4ax (DOT) com... http://www.craigeffrononline.com/cra...n-homelife.htm bit of a giveaway, linking to my css. Still, it's a link. BB Hi Bill, Have you contacted him to ask him to knock it off? Once he knows you're onto him, he may be willing to take it down. I get the impression he's an idiot who'd relish the attention. If not, as Borek says, just block his site. It's pretty easy to do; I did something like that on one of my own sites & it's very effective. Just me if you'd like me to send you the code. Would you object to displaying it here? BB -- Here you go: SetEnvIf Referer .\.offendingsite\.com block_site1 SetEnvIf Referer .\.anotheroffendingsite\.com block_site1 RewriteEngine on RewriteCond %{ENV:block_site1} !^$ rewriterule \.(gif|jpg|mp3|css)$ - [nc,F] Can you stick example.com in there for dumb ol' me please honey? |
#27
| |||
| |||
|
|
Can't you just use a hotlinking dodge like this: .htaccess RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ |
|
RewriteCond %{HTTP_REFERER} !^http://www\.mydomain\.com/.*$ [NC] RewriteRule \.(jpe?g|gif|ico|swf|mp3|css)$ - [F,L] |
#28
| |||
| |||
|
|
On Mon, 04 Dec 2006 12:32:01 +0100, Big Bill <bill (AT) kruse (DOT) co.uk> wrote: http://www.craigeffrononline. com/craigeffron-homelife.htm bit of a giveaway, linking to my css. Still, it's a link. I doubt, it only eats your bandwidth. mod_rewrite & some nasty defaul t background image displayed by the linked css should teach him a thing . How would I do a unique one for him? With rewrite rule: if referrer string is his site (contains his domain), serve something else than in all other cases. Those that not send referrer string will see his site correctly, but they are minority. |
#29
| |||
| |||
|
|
Borek <m.borkowski (AT) delete (DOT) chembuddy.these.com.parts> wrote: On Mon, 04 Dec 2006 12:32:01 +0100, Big Bill <bill (AT) kruse (DOT) co.uk wrote: http://www.craigeffrononline. com/craigeffron-homelife.htm bit of a giveaway, linking to my css. Still, it's a link. I doubt, it only eats your bandwidth. mod_rewrite & some nasty defaul t background image displayed by the linked css should teach him a thing . How would I do a unique one for him? With rewrite rule: if referrer string is his site (contains his domain), serve something else than in all other cases. Those that not send referrer string will see his site correctly, but they are minority. It's even more fun if the owner has a fixed IP address, and you can make the redirect *not* work for him/her :-) |
#30
| |||
| |||
|
|
John Bokma wrote: |
|
It's even more fun if the owner has a fixed IP address, and you can make the redirect *not* work for him/her :-) Now that would be very funny. |
![]() |
| Thread Tools | |
| Display Modes | |
| |