GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   You think you're good? PROVE IT and earn $50! (https://gfy.com/showthread.php?t=140366)

Mr.Fiction 06-06-2003 01:59 AM

50?

YouKnowYouWantIt! 06-06-2003 02:05 AM

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.

Eve 06-06-2003 02:09 AM

Quote:

Originally posted by KC


OK Eve,

I'm hotlinking your sig file which is a .php file.. that should make it a little easier. ;)

Here's the page that's hotlinking.

http://www.paycounter.com/kc/index.html

try to pull a surfer that's loading that page to a page of your choice.

Ack...unfortunately I don't have access to that server...try this instead
http://www.classquotes.com/banners/logo.jpg

KC 06-06-2003 02:11 AM

Quote:

Originally posted by YouKnowYouWantIt!
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.

That was beautiful.. It brings a tear to my eye!

KC 06-06-2003 02:12 AM

Quote:

Originally posted by Eve
[B]

Ack...unfortunately I don't have access to that server...try this instead

done!

Mr.Fiction 06-06-2003 02:14 AM

Quote:

Originally posted by Eve


Ack...unfortunately I don't have access to that server...try this instead
http://www.classquotes.com/banners/logo.jpg

All eyes are on this thread, at least the three or four people still on GFY at this time of night.

KC 06-06-2003 02:16 AM

Quote:

Originally posted by Mr.Fiction


All eyes are on this thread, at least the three or four people still on GFY at this time of night.

I think current browsers are smart enough to expect only images inside of a img tag... otherwise all hell would break loose on the web ;) advertisers stealing CNN's traffic, etc..

NSCA Mosaic v. 0.0001 might actually be vulnerable to this, but I doubt any current browsers would be.

Mr.Fiction 06-06-2003 02:18 AM

Quote:

Originally posted by KC


I think current browsers are smart enough to expect only images inside of a img tag... otherwise all hell would break loose on the web ;) advertisers stealing CNN's traffic, etc..

If it did work, maybe Yahoo's old $80cpm ads would have been worth it.

KC 06-06-2003 02:18 AM

Quote:

Originally posted by Mr.Fiction


If it did work, maybe Yahoo's old $80cpm ads would have been worth it.

I agree! :)

YouKnowYouWantIt! 06-06-2003 02:18 AM

Quote:

Originally posted by KC


That was beautiful.. It brings a tear to my eye!

It wasn't poetry! It was an insult to your underprivileged mental capacity! You skanky homo slut! You try to suck my cock all day, but I kick your scrawny, skinny, heroine-addicted body to the cold naked asfalt and stump your head with a concrete block until it explodes in gory fireworks of brainmass and skull fragments!

KC 06-06-2003 02:21 AM

Quote:

Originally posted by YouKnowYouWantIt!


It wasn't poetry! It was an insult to your underprivileged mental capacity! You skanky homo slut! You try to suck my cock all day, but I kick your scrawny, skinny, heroine-addicted body to the cold naked asfalt and stump your head with a concrete block until it explodes in gory fireworks of brainmass and skull fragments!

You are one of the most talented poets GFY. We are honored to have you in our presence. Your artistic touch is incredible.

Eve 06-06-2003 02:27 AM

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

Eve 06-06-2003 02:46 AM

Quote:

Originally posted by Eve
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


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

jovigirl 06-06-2003 06:06 AM

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.

grumpy 06-06-2003 06:18 AM

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.

Carrie 06-06-2003 08:38 AM

Eve I've tried hotlinking your logo.jpg and it's showing up as the infamous red X - hope you figure it out!! :)

Carrie 06-06-2003 08:48 AM

Quote:

Originally posted by stevecore
carrie... where in virginia? NoVA?
Nope, down in Chesapeake by VA Beach.

Carrie 06-06-2003 09:25 AM

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!

Eve 06-06-2003 11:42 AM

here is the gist:

PHP Code:

<?
$gifdata = base64_decode("insertsomerealgifdatahere");
$spooge = "Location: [url]http://www.gofuckyourself.com[/url]";
header("Content-type: image/jpeg");
header($spooge);
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-cache");
header("Cache-Control: post-check=0, pre-check=0");
header("Pragma: no-cache");
echo $gifdata;
?>

I'll let you guys figure out the rest....
:Graucho

psili 06-06-2003 01:10 PM

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]

HS-Trixxxia 06-06-2003 01:35 PM

Eve, how do we contact you?

michaelw 06-06-2003 01:36 PM

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

psili 06-06-2003 02:38 PM

Quote:

Originally posted by psili
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]


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.

lEricPl 06-06-2003 02:45 PM

I can easily do it on a Windows Server, but the browser would have to be IE for it to redirect...

Mr.Fiction 06-06-2003 03:06 PM

Quote:

Originally posted by lEricPl
I can easily do it on a Windows Server, but the browser would have to be IE for it to redirect...
Show us an example! You will be hero of the thread. :)

AdultNex 06-06-2003 07:33 PM

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