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 To Earn loads with Adsense (https://gfy.com/showthread.php?t=670323)

jacklaidlaw 10-25-2006 03:45 PM

How To Earn loads with Adsense
 
I just made a script for adsense sites put it up a couple of hours ago and I am making a decent cash with it. If any one wants to buy this script from me they can for $75 you may use it on all your sites but may not sell it on. here is my adsense stats for today.
Its a very simple script you just need to place it in the header of your page.
what does the script actually do? this script detects what browser the visitor to your site is using and sends them a message if they are using internet explorer
stating that the site they are about to enter is best viewed in mozilla firefox
and gives them the option of downloading firefox or continuing to the site ahead
also places a cookie so they only get one message per browser session.
If you are interested in buyingthis script email me [email protected] or reply to
this thread.
when I took the screen shot of the stats I had only had the script running for
a couple of hours
http://i122.photobucket.com/albums/o...laidlaw/ad.gif

LiveDose 10-25-2006 03:46 PM

Page not found.

marketsmart 10-25-2006 03:47 PM

the image you posted doesnt load...

jacklaidlaw 10-25-2006 03:48 PM

http://i122.photobucket.com/albums/o...laidlaw/ad.gif

Mr Pheer 10-25-2006 03:49 PM

you suck at teh interweb

Jace 10-25-2006 03:50 PM

http://i122.photobucket.com/albums/o...laidlaw/ad.gif

Mr Pheer 10-25-2006 03:51 PM

actually thats a pretty cool idea.... but doesnt google disallow adult site traffic?

Machete_ 10-25-2006 03:52 PM

Its against the AdSense ToS and you will get your account closed down if you use incentives like that.

good luck on scamming people to buy that script.

you can do that with htaccess to detect the browser and redirect to a different page in case you dont have firefox.

jacklaidlaw 10-25-2006 03:53 PM

Quote:

Originally Posted by MrPheer (Post 11154925)
you suck at teh interweb

this is for only one of my MAINSTREAM sites a very small amount of my income

QuaWee 10-25-2006 03:55 PM

Quote:

Originally Posted by MrPheer (Post 11154933)
actually thats a pretty cool idea.... but doesnt google disallow adult site traffic?

you sig is hilarious

Mr Pheer 10-25-2006 03:55 PM

ohh.. thats easy to do with php... thanks for the idea

Machete_ 10-25-2006 03:56 PM

Do you still sell traffic from your adware proggy Which generates a popup every 20mins to the users that have the software installed?

jacklaidlaw 10-25-2006 03:59 PM

Quote:

Originally Posted by ebus_dk (Post 11154959)
Do you still sell traffic from your adware proggy Which generates a popup every 20mins to the users that have the software installed?

Nah don't sell traffic from that any more I buy traffic and resell it now

tranza 10-25-2006 04:03 PM

Lol.... $11??

I feel bad for you.... Really....

Machete_ 10-25-2006 04:03 PM

Funny - last of your spam add's I saw was from 10-17-2006, 10:35 AM on another webmaster forum

Machete_ 10-25-2006 04:04 PM

Quote:

Originally Posted by tranza (Post 11154999)
Lol.... $11??

I feel bad for you.... Really....

Why do you think he is trying to sell the script?

jacklaidlaw 10-25-2006 04:26 PM

Look ebus_dk I am only trying to earn a little cash and help other webmasters do the same. so whats with the negitive attitude towards me? Yes I did used to sell adverts through adware but since lately when it all got hyped up on this forum I realised I did not want to be part of that scene so have stopped doing that. I have done nothing wrong to you so why are you saying things like I'm scamming people. Where in the adsense tos does it mention anything like that I can't see it?

Bro Media - BANNED FOR LIFE 10-25-2006 04:30 PM

oops, am i killing any income you make off this script right now?

PHP Code:

if(strstr($_SERVER['HTTP_USER_AGENT'], "MSIE"))
{
    if(
$_COOKIE['usesie'] == FALSE)
    {
        
setcookie("usesie""1"time()+3600*24);
        
header("location: http://www.yoursite.com/downloadfirefox.php");
    }
}
?> 

just change http://www.yoursite.com/downloadfirefox.php to the url of the page that has the "download firefox" google button...

there ya go, free script that this guy is trying to scam $75 out of you for... 8 lines of code...

Mr Pheer 10-25-2006 04:32 PM

Quote:

Originally Posted by LOL :D (Post 11155153)
oops, am i killing any income you make off this script right now?

PHP Code:

if(strstr($_SERVER['HTTP_USER_AGENT'], "MSIE"))
{
    if(
$_COOKIE['usesie'] == TRUE)
    {
        
setcookie("usesie""1"time()+3600*24);
        
header("location: http://www.yoursite.com/downloadfirefox.php");
    }
}
?> 

just change http://www.yoursite.com/downloadfirefox.php to the url of the page that has the "download firefox" google button...

there ya go, free script that this guy is trying to scam $75 out of you for... 8 lines of code...

:1orglaugh :1orglaugh :1orglaugh

i LOL'd :D

Bro Media - BANNED FOR LIFE 10-25-2006 04:33 PM

by the way, that will only happen every 24 hours, so if a user hits it right now, 24 hours from now, they will see it again

Klen 10-25-2006 04:34 PM

Nevermind,he will be banned one way or another from google.

Bro Media - BANNED FOR LIFE 10-25-2006 04:39 PM

Quote:

Originally Posted by KlenTelaris (Post 11155171)
Nevermind,he will be banned one way or another from google.

which reminds me, i still got a week before i am no longer with Google, Inc., i forwarded this thread to the fraud department. :thumbsup

Fabien 10-25-2006 05:41 PM

Quote:

Originally Posted by ebus_dk (Post 11154959)
Do you still sell traffic from your adware proggy Which generates a popup every 20mins to the users that have the software installed?

Oh you mean Zango ?


Or Asher, is that you ? :1orglaugh

Fabien 10-25-2006 05:42 PM

Quote:

Originally Posted by MrPheer (Post 11155161)
:1orglaugh :1orglaugh :1orglaugh

i LOL'd :D


Yep that does sounds like Asher :1orglaugh

interracialtoons 10-25-2006 06:21 PM

Quote:

Originally Posted by jacklaidlaw (Post 11154907)
I just made a script for adsense sites put it up a couple of hours ago and I am making a decent cash with it. If any one wants to buy this script from me they can for $75 you may use it on all your sites but may not sell it on. here is my adsense stats for today.
Its a very simple script you just need to place it in the header of your page.
what does the script actually do? this script detects what browser the visitor to your site is using and sends them a message if they are using internet explorer
stating that the site they are about to enter is best viewed in mozilla firefox
and gives them the option of downloading firefox or continuing to the site ahead
also places a cookie so they only get one message per browser session.
If you are interested in buyingthis script email me [email protected] or reply to
this thread.
when I took the screen shot of the stats I had only had the script running for
a couple of hours
http://i122.photobucket.com/albums/o...laidlaw/ad.gif

You have a website to post this script, yet you have to use a free service to post a gif image of your stats. Uhhhhhhhhh...OK.

k0nr4d 10-25-2006 06:31 PM

$75 is a bit steep for a script it takes 5 minutes to write :P

Bro Media - BANNED FOR LIFE 10-25-2006 06:32 PM

Quote:

Originally Posted by k0nr4d (Post 11155854)
$75 is a bit steep for a script it takes 5 minutes to write :P

took me 2 minutes to write it and test it...

StickyGreen 10-25-2006 06:36 PM

lame..........

squishypimp 10-25-2006 06:38 PM

i dont think that will work for long.


All times are GMT -7. The time now is 01:31 AM.

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