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)
-   -   Plugrush pop under average CPM $3.00 (pics) (https://gfy.com/showthread.php?t=1065789)

Mrwww 04-24-2012 05:16 AM

Plugrush pop under average CPM $3.00 (pics)
 
:thumbsup:thumbsup

http://iselldesign.com/wp-content/up...4/plugrush.jpg

Traffic was sent as a test from one of my new tiny blogs..

My traffic is:

70% USA
20% UK
7% Ireland
2.9% Canada

My plugrush referral code: http://www.plugrush.com/?ref=4745

D.

mightyjoe 04-24-2012 05:24 AM

good for you

biskoppen 04-24-2012 05:26 AM

Stop talking

joerudy1988 04-24-2012 05:30 AM

wow nice!

Mrwww 04-24-2012 05:35 AM

Lol gotta love the hating surfers.

nextri 04-24-2012 07:00 AM

sexy stats..

CyberHustler 04-24-2012 07:03 AM

Good job... I really like the whole plugrush system. Hope these guys stay around.

Nicky 04-24-2012 07:32 AM

Well, as high as $3,7 CPM average on pop-unders is not directly the standard from what I've heard.

19teenporn 04-24-2012 07:32 AM

Quote:

Originally Posted by CyberHustler (Post 18905484)
Good job... I really like the whole plugrush system. Hope these guys stay around.

And i hope they add some speed to their servers. Member's area is sooooo slow...

signupdamnit 04-24-2012 07:40 AM

I'm only seeing $1.5 cpm from them with mostly US and UK popunders. I would love to see $3 cpm. I noticed you haven't sent them much volume based on your stats so I wonder if your numbers are skewed a little. Or do they give different amounts for tube, tgps and blogs?

Plugrush 04-24-2012 11:26 AM

Quote:

Originally Posted by CyberHustler (Post 18905484)
Good job... I really like the whole plugrush system. Hope these guys stay around.

We've been around for years. :)

jigg 04-24-2012 12:31 PM

i wish their stats would stop timing out

Markul 04-24-2012 01:34 PM

$1.5 on pops for me. Avg $10 for mobile :thumbsup for plugrush

arock10 04-24-2012 01:54 PM

anyway, its not $3.7 cpm, its $3.7 per thousand visitors sent. Your pop code only goes 30-40% of the time

Plugrush 04-24-2012 03:43 PM

Quote:

Originally Posted by arock10 (Post 18906477)
anyway, its not $3.7 cpm, its $3.7 per thousand visitors sent. Your pop code only goes 30-40% of the time

Actually, it IS $3.70 CPM. CPM = Cost Per 1,000 Impressions, not cost per 1,000 visitors to that website. Of course not all of the popunders pop, no-one has a popunder code that can do that.

HomerSimpson 04-24-2012 03:51 PM

Juicy is paying avg. of $1.5 CPM

Mrwww 04-24-2012 03:58 PM

Quote:

Originally Posted by HomerSimpson (Post 18906695)
Juicy is paying avg. of $1.5 CPM

Because they suck dick like a tranny. :1orglaugh

ICQ me when you got a chance Mr. plug.

V_RocKs 04-24-2012 04:38 PM

Send it to your own stuff and it will do twice as good... Then pump it up to 100,000 hits a day so you can make some real scratch.

joerudy1988 04-24-2012 06:34 PM

Quote:

Originally Posted by Plugrush (Post 18906111)
We've been around for years. :)

Other than popunder, do you have other CPM, CPC banner programs?

GeckoDude 04-24-2012 06:47 PM

plugrush loves me

CPM
$5.8
$5.7
$5.1
$6.2
$5.7
$6.1

signupdamnit 04-24-2012 07:18 PM

Are some of you sure you aren't just clicking earnings and using that number without selecting "pop unders" in the drop down box in the upper right? If you don't specify that and you sell mobiles or plugs it looks like you'll see it with your cpm for everything included as an average.

anexsia 04-24-2012 07:31 PM

I'm doing good with their popup ads, but my plugrush mobile ecpm took a huge dive a few days ago but shit happens, I'm sure it will go back up :)

Colmike9 04-24-2012 07:41 PM

Quote:

Originally Posted by Plugrush (Post 18906682)
Of course not all of the popunders pop, no-one has a popunder code that can do that.

This one works well that pops on any click and isn't blocked by popup blockers: :thumbsup

Code:

var puShown = false;
var PopWidth = (screen.width);
var PopHeight = (screen.height);
var PopFocus = 0;
var _Top = null;

function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}

function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}

function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}

function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}

function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));

if ( puShown == true )
{
return true;
}

var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (PopWin)
{
puShown = true;

if (PopFocus == 0)
{
PopWin.blur();

if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}

PopWin.Init = function(e) {

with (e) {

Params = e.Params;
Main = function(){

if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();

}

var popURL = Params.PopURL;

try { opener.window.focus(); }
catch (err) { }

window.location = popURL;
}

Main();
}
};

PopWin.Params = {
PopURL: url
}

PopWin.Init(PopWin);
}

return PopWin;
}

function setCookie(name, value, time)
{
var expires = new Date();

expires.setTime( expires.getTime() + time );

document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}

function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;

for (var n=0; n<cookies.length; n++) {
cookie = cookies[n].split('=');
c_name = cookie[0];
c_value = cookie[1];

if ( c_name == name ) {
return c_value;
}
}

return null;
}

function initPu()
{

_Top = self;

if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}

if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}

function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://www.YOURURL.com');
setCookie('popundr', 1, 1*60*60*1000);
}
}

initPu();


joerudy1988 04-24-2012 07:57 PM

Which affiliate is this from?

Quote:

Originally Posted by Colmike7 (Post 18907128)
This one works well that pops on any click and isn't blocked by popup blockers: :thumbsup

Code:

var puShown = false;
var PopWidth = (screen.width);
var PopHeight = (screen.height);
var PopFocus = 0;
var _Top = null;

function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}

function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}

function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}

function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}

function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));

if ( puShown == true )
{
return true;
}

var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (PopWin)
{
puShown = true;

if (PopFocus == 0)
{
PopWin.blur();

if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}

PopWin.Init = function(e) {

with (e) {

Params = e.Params;
Main = function(){

if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();

}

var popURL = Params.PopURL;

try { opener.window.focus(); }
catch (err) { }

window.location = popURL;
}

Main();
}
};

PopWin.Params = {
PopURL: url
}

PopWin.Init(PopWin);
}

return PopWin;
}

function setCookie(name, value, time)
{
var expires = new Date();

expires.setTime( expires.getTime() + time );

document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}

function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;

for (var n=0; n<cookies.length; n++) {
cookie = cookies[n].split('=');
c_name = cookie[0];
c_value = cookie[1];

if ( c_name == name ) {
return c_value;
}
}

return null;
}

function initPu()
{

_Top = self;

if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}

if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}

function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://www.YOURURL.com');
setCookie('popundr', 1, 1*60*60*1000);
}
}

initPu();



Colmike9 04-24-2012 07:59 PM

Quote:

Originally Posted by joerudy1988 (Post 18907155)
Which affiliate is this from?

No clue. I found it on this board a while ago and changed it to span full screen.

CyberHustler 04-24-2012 08:05 PM

Quote:

Originally Posted by Colmike7 (Post 18907128)
This one works well that pops on any click and isn't blocked by popup blockers: :thumbsup

Code:

var puShown = false;
var PopWidth = (screen.width);
var PopHeight = (screen.height);
var PopFocus = 0;
var _Top = null;

function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}

function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}

function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}

function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}

function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));

if ( puShown == true )
{
return true;
}

var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (PopWin)
{
puShown = true;

if (PopFocus == 0)
{
PopWin.blur();

if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}

PopWin.Init = function(e) {

with (e) {

Params = e.Params;
Main = function(){

if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();

}

var popURL = Params.PopURL;

try { opener.window.focus(); }
catch (err) { }

window.location = popURL;
}

Main();
}
};

PopWin.Params = {
PopURL: url
}

PopWin.Init(PopWin);
}

return PopWin;
}

function setCookie(name, value, time)
{
var expires = new Date();

expires.setTime( expires.getTime() + time );

document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}

function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;

for (var n=0; n<cookies.length; n++) {
cookie = cookies[n].split('=');
c_name = cookie[0];
c_value = cookie[1];

if ( c_name == name ) {
return c_value;
}
}

return null;
}

function initPu()
{

_Top = self;

if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}

if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}

function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://www.YOURURL.com');
setCookie('popundr', 1, 1*60*60*1000);
}
}

initPu();


I use the same one. Does it give you an issue with mobile firefox or is it just me?

Fat Panda 04-24-2012 08:15 PM

so you made $4...big fucking deal.

Plugrush 04-24-2012 08:29 PM

Quote:

Originally Posted by joerudy1988 (Post 18907023)
Other than popunder, do you have other CPM, CPC banner programs?

Yes our widgets offer cost per click on ad plugs. So not only are you trading traffic and getting traffic back 1:1 (GEO as well), you also GET PAID!

Plugrush 04-24-2012 08:30 PM

Quote:

Originally Posted by Colmike7 (Post 18907128)
This one works well that pops on any click and isn't blocked by popup blockers: :thumbsup

Code:

var puShown = false;
var PopWidth = (screen.width);
var PopHeight = (screen.height);
var PopFocus = 0;
var _Top = null;

function GetWindowHeight() {
var myHeight = 0;
if( typeof( _Top.window.innerHeight ) == 'number' ) {
myHeight = _Top.window.innerHeight;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientHeight ) {
myHeight = _Top.document.documentElement.clientHeight;
} else if( _Top.document.body && _Top.document.body.clientHeight ) {
myHeight = _Top.document.body.clientHeight;
}
return myHeight;
}

function GetWindowWidth() {
var myWidth = 0;
if( typeof( _Top.window.innerWidth ) == 'number' ) {
myWidth = _Top.window.innerWidth;
} else if( _Top.document.documentElement && _Top.document.documentElement.clientWidth ) {
myWidth = _Top.document.documentElement.clientWidth;
} else if( _Top.document.body && _Top.document.body.clientWidth ) {
myWidth = _Top.document.body.clientWidth;
}
return myWidth;
}

function GetWindowTop() {
return (_Top.window.screenTop != undefined) ? _Top.window.screenTop : _Top.window.screenY;
}

function GetWindowLeft() {
return (_Top.window.screenLeft != undefined) ? _Top.window.screenLeft : _Top.window.screenX;
}

function doOpen(url)
{
var popURL = "about:blank"
var popID = "ad_" + Math.floor(89999999*Math.random()+10000000);
var pxLeft = 0;
var pxTop = 0;
pxLeft = (GetWindowLeft() + (GetWindowWidth() / 2) - (PopWidth / 2));
pxTop = (GetWindowTop() + (GetWindowHeight() / 2) - (PopHeight / 2));

if ( puShown == true )
{
return true;
}

var PopWin=_Top.window.open(popURL,popID,'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,top=' + pxTop + ',left=' + pxLeft + ',width=' + PopWidth + ',height=' + PopHeight);

if (PopWin)
{
puShown = true;

if (PopFocus == 0)
{
PopWin.blur();

if (navigator.userAgent.toLowerCase().indexOf("applewebkit") > -1)
{
_Top.window.blur();
_Top.window.focus();
}
}

PopWin.Init = function(e) {

with (e) {

Params = e.Params;
Main = function(){

if (typeof window.mozPaintCount != "undefined") {
var x = window.open("about:blank");
x.close();

}

var popURL = Params.PopURL;

try { opener.window.focus(); }
catch (err) { }

window.location = popURL;
}

Main();
}
};

PopWin.Params = {
PopURL: url
}

PopWin.Init(PopWin);
}

return PopWin;
}

function setCookie(name, value, time)
{
var expires = new Date();

expires.setTime( expires.getTime() + time );

document.cookie = name + '=' + value + '; path=/;' + '; expires=' + expires.toGMTString() ;
}

function getCookie(name) {
var cookies = document.cookie.toString().split('; ');
var cookie, c_name, c_value;

for (var n=0; n<cookies.length; n++) {
cookie = cookies[n].split('=');
c_name = cookie[0];
c_value = cookie[1];

if ( c_name == name ) {
return c_value;
}
}

return null;
}

function initPu()
{

_Top = self;

if (top != self)
{
try
{
if (top.document.location.toString())
_Top = top;
}
catch(err) { }
}

if ( document.attachEvent )
{
document.attachEvent( 'onclick', checkTarget );
}
else if ( document.addEventListener )
{
document.addEventListener( 'click', checkTarget, false );
}
}

function checkTarget(e)
{
if ( !getCookie('popundr') ) {
var e = e || window.event;
var win = doOpen('http://www.YOURURL.com');
setCookie('popundr', 1, 1*60*60*1000);
}
}

initPu();


We will def. look into this, thank you very much for posting.

bean-aid 04-24-2012 08:34 PM

What could someone expect to make with pop under with plugrush on 10K uniques all organic traffic? Or how does 10K unique visitors to site equate to pop up impressions? And quality of traffic is taken into consideration by how? Depth of clicks?

10K * .40 pops = 4K
3.7 * 4 = $14.80 (is that what to expect?)

tonyparra 04-24-2012 08:36 PM

Quote:

Originally Posted by Mrwww (Post 18905331)
Lol gotta love the hating surfers.

lol dude biskoppen far from a 'surfer'

Colmike9 04-24-2012 08:38 PM

Quote:

Originally Posted by Plugrush (Post 18907196)
We will def. look into this, thank you very much for posting.

Sure, if it works for you it can benefit everyone :winkwink:

CyberHustler said it has problems with mobile Firefox, which I havent tested, but can be modified to not popunder with mobile devices or an alternate script instead. :upsidedow

looky_lou 04-24-2012 09:15 PM

Quote:

Originally Posted by beaner (Post 18907204)
What could someone expect to make with pop under with plugrush on 10K uniques all organic traffic? Or how does 10K unique visitors to site equate to pop up impressions? And quality of traffic is taken into consideration by how? Depth of clicks?

10K * .40 pops = 4K
3.7 * 4 = $14.80 (is that what to expect?)

Looks about right. Will vary some. I was getting between 30% and 45% pop percentage, so 40% is probably about right.

joerudy1988 04-24-2012 09:49 PM

Do you have skype? Our plug keeps on getting rejected.

Would you kindly help?

Thanks.

Quote:

Originally Posted by Plugrush (Post 18907195)
Yes our widgets offer cost per click on ad plugs. So not only are you trading traffic and getting traffic back 1:1 (GEO as well), you also GET PAID!


kal86 04-24-2012 09:55 PM

I've NOTICED

Plugrush 04-25-2012 12:36 AM

Quote:

Originally Posted by joerudy1988 (Post 18907301)
Do you have skype? Our plug keeps on getting rejected.

Would you kindly help?

Thanks.

Make a support ticket about it or you can contact one of us here: http://www.plugrush.com/contact_us

Paul Markham 04-25-2012 01:08 AM

Quote:

Originally Posted by SAC (Post 18907175)
so you made $4...big fucking deal.

$3.68 off 987 in 6 days.

All he needs to do is get it to one million a year and he'll be on a living wage. :Oh crap

Yes I know he's getting a massive amount of sign ups from the site and this is just a cherry on the cake. :winkwink:

bean-aid 04-25-2012 01:16 AM

Quote:

Originally Posted by Paul Markham (Post 18907460)
$3.68 off 987 in 6 days.

All he needs to do is get it to one million a year and he'll be on a living wage. :Oh crap

Yes I know he's getting a massive amount of sign ups from the site and this is just a cherry on the cake. :winkwink:

Or get to 100,000 in 1 day and make $3,700 per day on that alone... don't forget the other sources of revenue :2 cents:

bean-aid 04-25-2012 01:45 AM

^^ to my last post... nevermind. my calculator brain didn't work and then trying to edit gfy goes down.

joerudy1988 04-25-2012 01:49 AM

Quote:

Originally Posted by beaner (Post 18907468)
Or get to 100,000 in 1 day and make $3,700 per day on that alone... don't forget the other sources of revenue :2 cents:


Sounds wonderful

Black All Through 04-25-2012 03:01 AM

Quote:

Originally Posted by Paul Markham (Post 18907460)
$3.68 off 987 in 6 days.

All he needs to do is get it to one million a year and he'll be on a living wage. :Oh crap

Yes I know he's getting a massive amount of sign ups from the site and this is just a cherry on the cake. :winkwink:

:thumbsup:2 cents::1orglaugh

Paul Markham 04-25-2012 03:19 AM

Quote:

Originally Posted by beaner (Post 18907468)
Or get to 100,000 in 1 day and make $3,700 per day on that alone... don't forget the other sources of revenue :2 cents:

Yes 100,000 a day would be great. $36,800 a day. $1,343,200 a year.

And all he has to do is get 100,000. Then he'll be up there with the whales. Why doesn't every one do the same? :1orglaugh

I'm going to make a plan to go from 164 a day to 100,000 a day. :1orglaugh :1orglaugh

Getting traffic is easy, this guy gets 164 a day, which is less than I do without working.

Getting enough to make a decent living is the tough part.

smutnut 04-25-2012 03:25 AM

I was using them for a while when they first started and then they went down for God knows how long and I never trusted getting back into them

Markul 04-25-2012 03:56 AM

Quote:

Originally Posted by Paul Markham (Post 18907567)
Getting enough to make a decent living is the tough part.

Not if you live anywhere outside of the big cities or N. Europe lol

arock10 04-25-2012 04:36 AM

Quote:

Originally Posted by Paul Markham (Post 18907567)
Yes 100,000 a day would be great. $36,800 a day. $1,343,200 a year.

And all he has to do is get 100,000. Then he'll be up there with the whales. Why doesn't every one do the same? :1orglaugh

I'm going to make a plan to go from 164 a day to 100,000 a day. :1orglaugh :1orglaugh

Getting traffic is easy, this guy gets 164 a day, which is less than I do without working.

Getting enough to make a decent living is the tough part.

It'd be $368 a day

19teenporn 04-25-2012 04:58 AM

Quote:

Originally Posted by Paul Markham (Post 18907567)
Yes 100,000 a day would be great. $36,800 a day. $1,343,200 a year.

And all he has to do is get 100,000. Then he'll be up there with the whales. Why doesn't every one do the same? :1orglaugh

I'm going to make a plan to go from 164 a day to 100,000 a day. :1orglaugh :1orglaugh

Getting traffic is easy, this guy gets 164 a day, which is less than I do without working.

Getting enough to make a decent living is the tough part.


Fucking senile asshole.
36,800 a day? Really?

Paul Markham 04-25-2012 08:45 AM

Quote:

Originally Posted by arock10 (Post 18907633)
It'd be $368 a day

Shit I need to redo my calculations. Just a factor of adding a few naughts.

So I thought this problem through long and hard and came up with a great way to get the surfers.

I calculated to get 100,000 a day to click a pop under I would need 1 million surfers. Seeing as so many sites do this figuring out the rest was easy.

I get 10,000 full length video, put them all full length on a Tube which is hosted on a few servers in a place that doesn't charge too much. I then set the SE data to get surfers, feed it with some traffic and let the thing grow, with the employees to run the show. I can even give it out to affiliates to give them a scrape off the top of the Tube traffic to get it going.

Now all I have to do is work out how to raise the money. :upsidedow

Seriously, can't you see why I have so little respect for so many of you? You want to make loads of money without investing money to buy the content, build the site that will make you money. Business doesn't work like that.

Traffic is king, once you have the money to buy the content, to get the traffic in order to sell them something. :1orglaugh

nextri 04-27-2012 09:05 AM

Quote:

Originally Posted by smutnut (Post 18907569)
I was using them for a while when they first started and then they went down for God knows how long and I never trusted getting back into them

Sorry to hear that. Wish you would give us another try. Our system has matured a lot since back then.

2intense 04-27-2012 09:08 AM

:1orglaugh
Quote:

Originally Posted by biskoppen (Post 18905320)
Stop talking


jimmycooper 04-27-2012 09:32 AM

Quote:

Originally Posted by nextri (Post 18911943)
Sorry to hear that. Wish you would give us another try. Our system has matured a lot since back then.

Any idea when you'll be offering live mobile stats again?


All times are GMT -7. The time now is 07:25 AM.

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