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)
-   -   How can i turn google image traffic into cash? (https://gfy.com/showthread.php?t=470621)

slapass 05-22-2005 09:21 AM

How can i turn google image traffic into cash?
 
I have learned to convert fuskers. Very poorly but they buy. How the fuck do I cash in on my google image traffic? Get out the redirect or what?

pubenemy 05-22-2005 09:28 AM

I remember a little while back someone posting some good information on that but search is still down. Forgot to bookmark it too :/

X37375787 05-22-2005 09:30 AM

there is a mod rewrite that redirects the image seekers to a spot of your choice, once they slick the google thumb. but not sure where it is, i dont have it bookmarked either

Trax 05-22-2005 09:33 AM

somebody post a good framebreaker code in here
I know I have it on my machine but I don't find it right now
works quite ok for me ;)

warlock5 05-22-2005 09:45 AM

I have a mainstream site that gets over 200,000 referalls a month from Google Images. Normal Google doesn't even send me 1,000 uniques a month for the site.

I haven't done any tricks with the site -- I just put PPC ads at the top of the page (anything lower will be cut off because of the frames.)

slapass 05-22-2005 10:21 AM

Quote:

Originally Posted by Trax
somebody post a good framebreaker code in here
I know I have it on my machine but I don't find it right now
works quite ok for me ;)

Thanks Trax. I pop up a relevant paysite. and i have for aover a week now and nothing. This sucks as 3-4k a day of traffic for a week is 25k plus of seekers. One fucker should have popped and bought. Maybe if I drag their ass into my site :) Give them the pop up and make it AFF. ... need to do something.

WiredGuy 05-22-2005 10:29 AM

The quality of traffic is really poor but the volume is definitely there.
WG

SmokeyTheBear 05-22-2005 11:16 AM

<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(document.location);</script>

slapass 05-22-2005 11:21 AM

Thanks smokey.

Wireguy, I was targeting it for about a month. It has been steady but it never was a revenue generator so I quit looking for it. Now it is just pissing me off. 100k a month of traffic has to be worth some $$$.

slapass 05-22-2005 11:29 AM

Quote:

Originally Posted by SmokeyTheBear
<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(document.location);</script>

works slick as hell thanks.

Trax 05-22-2005 12:05 PM

mine is different if I remember right....
is java the best option??
hell... I don't find my fucking code lol

Dagwolf 05-22-2005 12:10 PM

http://www.pissfunny.com/pictures/camel-toes/index.php

slapass 05-22-2005 12:18 PM

Quote:

Originally Posted by Trax
mine is different if I remember right....
is java the best option??
hell... I don't find my fucking code lol

I like java as for my SE of choice as it ignores it.

V_RocKs 05-22-2005 04:29 PM

How the fuck are you converting Fuskers? I have a shitload of that crap...

Nicky 05-22-2005 04:38 PM

I have about 1,5k aday of google and yahoo image traffic to 1 of my celeb domains, what will it do if I use the code above?? Also isnt there some htaccess code u can use to handle it?

Violetta 05-22-2005 05:23 PM

yeah.. getting a lot of traffic from the image search too..

Babagirls 05-22-2005 05:26 PM

maybe put "For More, Go To www.blahhh.com" on the image??
im trying to figure out whys to get traffic too.

slapass 05-22-2005 06:02 PM

They load your site in a frame so it is not hotlinking. if they try and use just the image thing it is hot linking. The java above breaks the frame. So atleast they are now on your site. I then send the apporiate pop up but he fuckers still are not buying like hot cakes or anything.

iwantchixx 05-22-2005 07:41 PM

I have done actually pretty good from google image traffic in the past. It was freesite and gallery images that were being displayed so they still got to see the textual and advertising content. I'd say google image traffic is about a bit more productive than TGP in this case.

Serious-Partner 05-23-2005 03:09 AM

Quote:

Originally Posted by SmokeyTheBear
<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(document.location);</script>

this is definitely a thread to watch... i'll give it a try! :2 cents:

kaktuz 05-23-2005 05:34 AM

thx for the infos

Kevin2 05-23-2005 06:03 AM

This will block them and you can also insert a redirect if you wish

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*pgbucks\.com/.*$ [NC]
RewriteRule \.(gif|jpg|jpeg)$ - [NC,F]

Skripter 05-23-2005 06:05 AM

Err.. That is for hotlinking. Unless you mean it will stop google from hotlinking, in which case google caches all the images on their own servers. So it wouldn't work anyways.

o_O Sorry if I misunderstood.

Kevin2 05-23-2005 06:12 AM

I tried it on a google image search and it blocks them from seing the image when they click to see the larger one.

slapass 05-23-2005 08:06 AM

Quote:

Originally Posted by Kevin2
I tried it on a google image search and it blocks them from seing the image when they click to see the larger one.

I do this too. forces them to got the frame then I break them out. Testing now.

squeezeboobs 05-23-2005 08:14 AM

How do I block flusker from using my images and ALSO redirect them if they want to click thru to a free site of mine?

Skripter 05-23-2005 08:21 AM

RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www.)?urltoyoursite.com [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://urltoyoursite.com/hotlink.html

If I remember my .htaccess properly, this will take all hotlinked images and redirect them to hotlink.html. You can change as needed.

Lycanthrope 05-23-2005 08:33 AM

Quote:

Originally Posted by squeezeboobs
How do I block flusker from using my images and ALSO redirect them if they want to click thru to a free site of mine?

Quote:

Originally Posted by Skripter
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www.)?urltoyoursite.com [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://urltoyoursite.com/hotlink.html

If I remember my .htaccess properly, this will take all hotlinked images and redirect them to hotlink.html. You can change as needed.

This will not block null refferers and will still allow people to copy and paste, which most of the leech forums instruct their surfers to do.

If you remove the null refferer condition, RewriteCond %{HTTP_REFERER}!^$,
only requests from your site will be shown the images... and people trying to access images directly via copy and paste will be redirected to hotlink.html.

and hotlink.html should be a small file because you'll get a ton of requests after blocking out null referrers, so a simple 0 second metarefresh to your real desired location would be best. People trying to hotlink images from other sites will still get the red x, but copy and pasters will go to your hell / site of choice.

Skripter 05-23-2005 08:37 AM

Yeah, thought we were only talking about google image search. But you are indeed very correct if you use this for general purpose hotlinking.

And yeah, I forgot to mention that a meta refresh would probably be best. Because as Lycanthrope said, it'll suck bandwidth if you use a full site.

Perhaps even a
<? header("Location: http://yoursiteofchoice.com"); ?> instead of the meta refresh.

reggy 05-23-2005 08:39 AM

It definitely converts

NoCarrier 05-23-2005 08:43 AM

When I see new images.google.com traffic, I just change the "thumbnail(s)" link to something more productive. :)

teomaxxx 05-24-2005 01:54 PM

Quote:

Originally Posted by SmokeyTheBear
<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(document.location);</script>

sorry for lame question. but the code should be put in the page like this:

<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(http://www.my-site.com);</script>

?
I just tried it and it didnt work for me.

Damian_Maxcash 05-24-2005 02:03 PM

The only way I have found that really works is to put a few links to pages with high value PPC links on them - online casino, poker and dating are good ones.

Dont have them as ads but clear links on the page - searchfeed.com is good and they have XML feeds.

I stopped getting the hits with the last update so I took the pages down. Shame I cant show you what I mean.

iv@n 05-24-2005 02:10 PM

Quote:

Originally Posted by teomaxxx
sorry for lame question. but the code should be put in the page like this:

<script language="JavaScript1.1" type="text/JavaScript">
if (parent.frames.length > 0) top.location.replace(http://www.my-site.com);</script>

?
I just tried it and it didnt work for me.

you should add it into <head> </head> tag


All times are GMT -7. The time now is 04:57 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123