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)
-   -   ************4000************ and Google Images Stats (https://gfy.com/showthread.php?t=827596)

polle54 05-10-2008 05:17 AM

************4000************ and Google Images Stats
 
4000 posts and GFY

Finally I hit 4000 and I have no idea if it's a good thing or a bad thing but always nice :pimp

I love GFY and what it has to give, I seriously doubt I would have learned anything about this industry without the contacts I made through GFY, so thanks to you all and espescially Lindsay (CuriousToyBoy) :thumbsup:thumbsup

I Hate GFY because you can waste an enormous amount of time on this forum reading shitty non biz related posts from semi racists/nazi's with low self esteem and no other home than GFY that somehow manage to get your attention :321GFY

I Love GFY for beeing the biggest adult market place I know of, I love the very high SPAM tolerance and the fact that it's so hard to get banned :thumbsup:thumbsup

That's two good things and only one bad, I guess GFY is good enough after all in my opinion :pimp


Now to make this thread a little Biz related:

http://bigdildoporn.com/loaded.jpg

That is my traffic stats from Loadedcash for Image Traffic from Images.Google.com

The stats is from a little over 140.000 Hits so that's over $6/1000 raw images.google.com hits which I think is a pretty cool extra income!

The thing is LoadedCash converts all kinds of traffic so a big props to these guys and to pr0 for reffering me in Nov 2007.

xentech 05-10-2008 05:23 AM

Wow those are pretty iimpressive stats, and congratulations!

Scott McD 05-10-2008 05:25 AM

Nice one, congrat's !!!!!!! :pimp

blademaster16 05-10-2008 05:51 AM

congrats on your 4k !!!!

Violetta 05-10-2008 07:43 AM

Congrats on your 4k! :)

Lykos 05-10-2008 07:48 AM

Nice one,congrats on both :thumbsup

woj 05-10-2008 08:17 AM

good job :thumbsup

CaptainWolfy 05-10-2008 08:21 AM

congrats mate!

polle54 05-10-2008 08:37 AM

Quote:

Originally Posted by xentech (Post 14173123)
Wow those are pretty iimpressive stats, and congratulations!

Thanks :)

I am happy with the results espescially since so many people say that image traffic is without value :)

polle54 05-10-2008 12:15 PM

btw if anyone can do better than $6/1000 with imae traffic hit me up and I am more than willing to listen :)

digifan 05-10-2008 12:17 PM

Congrats :)

u-Bob 05-10-2008 02:18 PM

congratz :)

Iron Fist 05-10-2008 02:21 PM

Quote:

Originally Posted by polle54 (Post 14174195)
btw if anyone can do better than $6/1000 with imae traffic hit me up and I am more than willing to listen :)

Awesome stats..... what the timeframe on that 140K? :2 cents:

polle54 05-10-2008 03:37 PM

Quote:

Originally Posted by sharphead (Post 14174386)
Awesome stats..... what the timeframe on that 140K? :2 cents:

Right now I have around 1500/day from google images, I haven't had any focus on Image traffic until a few months back and I am working a little more in that direction now :)

Hit me up if you want to chat.

Spunky 05-10-2008 06:12 PM

Congrats on the 4k

Chris 05-10-2008 06:14 PM

loaded cash myspace spam is getting so fucking out of hand it is insane

Star 69 05-10-2008 07:59 PM

congrats on the 4k posts

BAKO 05-10-2008 08:36 PM

Congrats on 4k :)

sicone 05-10-2008 09:42 PM

Congrats on the 4k and sweet stats

Bojangles 05-11-2008 12:59 AM

Congrats.

polle45 05-11-2008 06:48 AM

Gratz Boyeeee...

I'll copy-paste this post in 6 years when i reach 4k posts :D

GetSCORECash 05-11-2008 07:49 AM

4k is a huge number for a guy like me who is simply trying to get 400. :)

roly 05-11-2008 08:31 AM

what's the beast way to forward google image traffic? will it affect my google rankings?

HouseHead 05-11-2008 09:16 AM

Quote:

Originally Posted by Chris (Post 14174756)
loaded cash myspace spam is getting so fucking out of hand it is insane

yea, I wonder if that affiliate is around here :thumbsup

CaptainHowdy 05-11-2008 09:17 AM

Congrats :)!

polle54 05-11-2008 11:38 AM

Quote:

Originally Posted by roly (Post 14176127)
what's the beast way to forward google image traffic? will it affect my google rankings?

My sites are all running wordpress so I simply redirect from the header.php file doing something like this:


Code:

   
    $reflink = $_SERVER["HTTP_REFERER"];
   
    if (strstr($reflink, "images.google"))
        header("location: http://www.yoururl.com/sponsorpage.php");

This does not break the frames as I am not sure that google like that you break the frames but this is fine by google or at least it has been for me since November 2007 now.

Also if you are 1# for lets say "Raven Riley" in images.google.com you might wanna redirect that directly to her paysite to optimize your profit. If it's the right keyword you can sometime go as high as $20/1000. That code would look something like this:
Code:


    $reflink = $_SERVER["HTTP_REFERER"];
   
    if (strstr($reflink, "images.google"))
    {

        if (strstr($reflink, "Raven Riley"))
            header("location: http://www.ravenriley.com/affiliatecode");
        else
            header("location: http://www.yoururl.com/sponsorpage.php");
    }

There might be a better way to do this but I just include that code in my header.php files :)

Remember when using header redirects it has to be the absolute first code, before the <html> tag and everything.

Hope this info was useful.

roly 05-12-2008 02:13 AM

Quote:

Originally Posted by polle54 (Post 14176485)
My sites are all running wordpress so I simply redirect from the header.php file doing something like this:


Code:

   
    $reflink = $_SERVER["HTTP_REFERER"];
   
    if (strstr($reflink, "images.google"))
        header("location: http://www.yoururl.com/sponsorpage.php");

This does not break the frames as I am not sure that google like that you break the frames but this is fine by google or at least it has been for me since November 2007 now.

Also if you are 1# for lets say "Raven Riley" in images.google.com you might wanna redirect that directly to her paysite to optimize your profit. If it's the right keyword you can sometime go as high as $20/1000. That code would look something like this:
Code:


    $reflink = $_SERVER["HTTP_REFERER"];
   
    if (strstr($reflink, "images.google"))
    {

        if (strstr($reflink, "Raven Riley"))
            header("location: http://www.ravenriley.com/affiliatecode");
        else
            header("location: http://www.yoururl.com/sponsorpage.php");
    }

There might be a better way to do this but I just include that code in my header.php files :)

Remember when using header redirects it has to be the absolute first code, before the <html> tag and everything.

Hope this info was useful.


that's great thanks for the advice :thumbsup

Sarah_Jayne 05-12-2008 03:07 AM

Well done :)

en21 05-12-2008 04:08 AM

congrats :-)

viencarl 05-12-2008 06:17 AM

congrats that was a pretty cool stats!!!:):):)

axelcat 05-12-2008 08:48 AM

congrats

Sosa 05-12-2008 08:50 AM

congrats :)


All times are GMT -7. The time now is 08:23 AM.

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