![]() | |
![]() |
| | Thread Tools | Display Modes |
#31
| |||
| |||
|
|
Chris Hope <blackhole (AT) electrictoolbox (DOT) com> wrote: 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. Yup, I am evil >:- Notice that with Firefox and probably Opera as well you can insert actual content: http://www.w3.org/TR/CSS21/generate.html |

#32
| |||
| |||
|
|
John Bokma wrote: Chris Hope <blackhole (AT) electrictoolbox (DOT) com> wrote: 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. Yup, I am evil >:- Notice that with Firefox and probably Opera as well you can insert actual content: http://www.w3.org/TR/CSS21/generate.html Yes I knew about that one - you could really have fun with that! There's also a way of running Javascript when it's IE. |
|
I think it's only a fairly minimal subset but there could be potential for lots of fun with that ![]() |
#33
| |||
| |||
|
|
Chris Hope <blackhole (AT) electrictoolbox (DOT) com> wrote: John Bokma wrote: Chris Hope <blackhole (AT) electrictoolbox (DOT) com> wrote: 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. Yup, I am evil >:- Notice that with Firefox and probably Opera as well you can insert actual content: http://www.w3.org/TR/CSS21/generate.html Yes I knew about that one - you could really have fun with that! There's also a way of running Javascript when it's IE. I was just wondering if one could use content generation to add JavaScript and then use document.location to redirect the users back to "your" site. |

|
I think it's only a fairly minimal subset but there could be potential for lots of fun with that ![]() Plenty :-) Why do people never hotlink to my CSS files :-( |

#34
| |||
| |||
|
|
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 :-) |
#35
| |||
| |||
|
|
I use this for @$$holes stealing my pics. It's not foolproof but it seems to work quite well. If someone has ever visited my site I set a cookie=>isbezoeker. Only people that dont have the cookie see a different picture once in 4 times :-) // 25% chance of showing my add $rnd = rand(0,4); if ($rnd==1 && !isset($_COOKIE['isbezoeker'])) |
#36
| |||
| |||
|
|
On Tue, 05 Dec 2006 13:31:11 +0100, Arjen <dont (AT) mail (DOT) me> wrote: I use this for @$$holes stealing my pics. It's not foolproof but it seems to work quite well. If someone has ever visited my site I set a cookie=>isbezoeker. Only people that dont have the cookie see a different picture once in 4 times :-) // 25% chance of showing my add $rnd = rand(0,4); if ($rnd==1 && !isset($_COOKIE['isbezoeker'])) Why not just if (rand(0,4)==1 && !isset($_COOKIE['isbezoeker'])) |
#37
| |||
| |||
|
|
Borek schreef: On Tue, 05 Dec 2006 13:31:11 +0100, Arjen <dont (AT) mail (DOT) me> wrote: I use this for @$$holes stealing my pics. It's not foolproof but it seems to work quite well. If someone has ever visited my site I set a cookie=>isbezoeker. Only people that dont have the cookie see a different picture once in 4 times :-) // 25% chance of showing my add $rnd = rand(0,4); if ($rnd==1 && !isset($_COOKIE['isbezoeker'])) Why not just if (rand(0,4)==1 && !isset($_COOKIE['isbezoeker'])) |
#38
| |||
| |||
|
|
- "Big Bill" <bill (AT) kruse (DOT) co.uk> wrote in message news:jkv8n21r6t47r53vinvl9u4l0oqgh76nka (AT) 4ax (DOT) com... 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? OK. Example.com being the site of the jerk that ripped you off... SetEnvIf Referer .\.example\.com block_site1 RewriteEngine on RewriteCond %{ENV:block_site1} !^$ rewriterule \.(gif|jpg|mp3|css)$ - [nc,F] Thanks D! |
#39
| |||
| |||
|
|
On Mon, 04 Dec 2006 20:00:39 +0100, K A Nuttall keith (AT) yammer (DOT) coedotyoukay.invalid> wrote: Can't you just use a hotlinking dodge like this: .htaccess RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ Risky - your own visitors with referrer string switched off won't see properly your site. IMHO it is better to allow some people visiting the other site to slip through than to risk someone won't be able to see your site correctly. RewriteCond %{HTTP_REFERER} !^http://www\.mydomain\.com/.*$ [NC] RewriteRule \.(jpe?g|gif|ico|swf|mp3|css)$ - [F,L] Borek |
#40
| |||
| |||
|
|
RewriteCond %{HTTP_REFERER} !^$ Risky - your own visitors with referrer string switched off won't see properly your site. IMHO it is better to allow some people visiting the other site to slip through than to risk someone won't be able to see your site correctly. Jeez, now here we go... I don't understand! No hard and fast rules again, just endless debate, which is why I hate to get technical :-( |
![]() |
| Thread Tools | |
| Display Modes | |
| |