![]() |
50?
|
You pathetic little retards really crack my laughing-gates open! Don't drool on your clothes, now!
Whenever a woman excels at something there always seems to be some kind of washed up bear-pimping loser with crackwhore friends who wants to destroy her fun! You jealous little bacteria! Go back to your backroom gay-games! You love to kiss the bottom of the toilet as you receive an AIDS-ridden crabs-infected skanky cock up your wide, gay rectums. |
Quote:
http://www.classquotes.com/banners/logo.jpg |
Quote:
|
Quote:
|
Quote:
|
Quote:
NSCA Mosaic v. 0.0001 might actually be vulnerable to this, but I doubt any current browsers would be. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Hmmm...I am forgetting something, there is a catch to the img srcing to make this work correctly....
http://www.classquotes.com/banners/logo.jpg |
Quote:
Damn...soo close...I will post the working example here when finished...need sleep first... Here is the actual logo.jpg in action...I am trying to remember the correct code to have this function when img src'ed http://www.classquotes.com/banners/logo.jpg |
Set the .htaccess to go to a file of your choice instead of an image.
Then set this file to meta refresh with target =top and redirect the page wherever you want. |
write in a txt file the metarefresh code
save this file as pic.gif or pic.jpg and voila...link the pic and your page will be redirected. Please send me the $50. |
Eve I've tried hotlinking your logo.jpg and it's showing up as the infamous red X - hope you figure it out!! :)
|
Quote:
|
I've tried using AddType directives, doesn't work.
However, there is an article saying that it CAN still be done in IE6 by using XML. Here's the article: http://ppewww.ph.gla.ac.uk/~flavell/...tent-type.html Take it and run with it! |
here is the gist:
PHP Code:
:Graucho |
You could also play with the mod_rewrite apache module (granted if it's configued).
Put this in your .htaccess file: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://yoursite.com/.*$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://redirectto.com/ [R,NC] |
Eve, how do we contact you?
|
you can no longer add code or any data and expect them to be executed in an image tag..
the exploit was fixed a long time ago |
Quote:
My apologies. I believe most people are correct in saying you can't redirect an image as all the tests from apache I've done have proven futile. And, the ideas others have shared to serve up another image of your choosing seems the best (workable) approach: ### In your .htaccess file #### RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.yoursite.com/.*$ [NC] RewriteRule .*\.jpg$ http://www.yoursite.com/otherimage.gif [R,NC] So anyone trying to inline your images (jpgs) or link directly to them get served am image of your choosing. Also, the more reading I've done on "mod_rewrite" tells of how robust and server friendly (in regard to resources needed) that module is. Anyway, good luck. |
I can easily do it on a Windows Server, but the browser would have to be IE for it to redirect...
|
Quote:
|
Did you get it working yet?
|
All times are GMT -7. The time now is 12:32 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123