Adsense earning counter

Discussion in 'Reporting & Stats' started by mnymkr, Jun 4, 2006.

  1. #1
    I just noticed on www.senserely.com he has a counter showing earnings. How did he do this?
     
    mnymkr, Jun 4, 2006 IP
  2. fablex

    fablex Peon

    Messages:
    468
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it isnt counting his real revenue i think. notice it just changes with 0,01 every one or two seconds.
     
    fablex, Jun 4, 2006 IP
  3. DaVe™

    DaVe™ Peon

    Messages:
    347
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yeah, everytime i refresh the page it seems to go up one or two cents...
     
    DaVe™, Jun 4, 2006 IP
  4. DaVe™

    DaVe™ Peon

    Messages:
    347
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    according to the source, its all done though

    
    var PerSecond = .002087037;
    
    function FormatFloat (s)
    	{
    	s = Math.round(s*100)/100;
    	var z = new String (s);
    	k = z.indexOf('.');
    	if (k==-1) 
    		return (z+'.00');
    	else{
    		z = z+'00';
    		return (z.substr(0,k+3));
    		}
    	return (z);
    	}
    function CUp() 
    	{
    	obj = (document.all) ? document.all['cupdiv'] : document.getElementById('cupdiv');
    	d = new Date();
    	s = PerSecond * (d.getHours()*3600 + d.getMinutes()*60 + d.getSeconds());
    	newHTML = "You could have made an additional <strong>USD" + FormatFloat(s) + "</strong> in your AdSense earnings today!";
    	if (newHTML != obj.innerHTML)
    		obj.innerHTML = newHTML;
    	setTimeout('CUp()', 100); 
    }
    
    Code (markup):
    Hope you don't mind me posting this Sincerely ;)
     
    DaVe™, Jun 4, 2006 IP
  5. JRJR

    JRJR Active Member

    Messages:
    172
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #5
    The value shown in the counter isn't not real income! See the page source code.

    oops..too late. :p
     
    JRJR, Jun 4, 2006 IP
  6. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #6
    Hello, it's a simple javascript with no link to any adsense account
     
    JamesColin, Jun 4, 2006 IP
  7. spyrit

    spyrit Well-Known Member

    Messages:
    1,788
    Likes Received:
    94
    Best Answers:
    0
    Trophy Points:
    150
    #7
    :) hmm, but what he sais there seems interesting enough...anyone tryed him?
     
    spyrit, Jun 4, 2006 IP
  8. Joshman1204

    Joshman1204 Peon

    Messages:
    173
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Anyone joined this site yet? I wonder if anyone is actually making any money from it?
     
    Joshman1204, Jun 4, 2006 IP
  9. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #9
    There's over one hundred member in Senserely.com you can contact them and ask them directly about their adsense earning through Senserely. But for sure it isn't yet up to the figures mentionned in the javascript.. But this time will come I'm sure, the growth rate is impressive :)
     
    JamesColin, Jun 4, 2006 IP
  10. tytyguy

    tytyguy Peon

    Messages:
    406
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    i am a member and have not made .1c (FYI):)
     
    tytyguy, Jun 4, 2006 IP
  11. JamesColin

    JamesColin Prominent Member

    Messages:
    7,874
    Likes Received:
    164
    Best Answers:
    1
    Trophy Points:
    395
    Digital Goods:
    1
    #11
    tytyguy it's normal you haven't made anything since you've been here for 4 days and you wrote 4 blog entries.
    In order to make money you have two options:
    - people come on your content and click adsense (you need to allow a little time for your content to attract people from google, if it does at all)
    - people click on other pages when your adsense id is displayed (but for this to happen you need to have at least 5 points and you have 4)
    A third option is when your adsense id is displayed and we have a CPM campaign running on senserely, so you make money even if no clicks on ads.

    That's why I give the advise in the welcome email to immediatly copy and paste some content from your own blog into senserely and at least 5 pieces, so that your adsense ID begins to be displayed sometimes. And then build from there.
     
    JamesColin, Jun 4, 2006 IP
  12. spyrit

    spyrit Well-Known Member

    Messages:
    1,788
    Likes Received:
    94
    Best Answers:
    0
    Trophy Points:
    150
    #12
    ok then i'll give it a go man :)
     
    spyrit, Jun 4, 2006 IP
  13. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #13
    has anyone tried to make a counter. I know with paypal you can write a script that logs you into your own account and can pull donw transactions. is this possible with adsense
     
    mnymkr, Jun 4, 2006 IP
  14. spyrit

    spyrit Well-Known Member

    Messages:
    1,788
    Likes Received:
    94
    Best Answers:
    0
    Trophy Points:
    150
    #14
    as i recall there is something like that available for FF..read the forums here and you'll find it
     
    spyrit, Jun 4, 2006 IP
  15. mnymkr

    mnymkr Well-Known Member

    Messages:
    2,328
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    120
    #15
    yeah but has anyone done it for a website?
     
    mnymkr, Jun 9, 2006 IP
  16. DaVe™

    DaVe™ Peon

    Messages:
    347
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #16
    im trying something at the moment, but with no luck as of yet
     
    DaVe™, Jun 11, 2006 IP