Double Your Adsense Earnings //Gray Hat\\

Discussion in 'AdSense' started by almondj, May 10, 2008.

  1. #1
    I just thought of this. If you have a website that's getting minimal or tons of traffic, this could increase your earnings no matter what. The trick - frequent color changing. It's not illegal at all to change your colors, nor is the rate. The idea is to create a small javascript that will replace selected lines in the Adsense code with previously stated lines. In example:

    <head>
    <script type="text/javascript">
    [b]REPLACEbg google_color_bg = "FFFFFF,000000,FFFF00" on reload every 24 hours[/b]
    </script>
    
    <script type="text/javascript"><!--
    	google_ad_client = "pub-4373667778633091";
    	google_ad_width = 728;
    	google_ad_height = 90;
    	google_ad_format = "728x90_as";
    	google_ad_type = "text_image";
    	google_color_border = "0E0E0E";
    	[b]google_color_bg = "REPLACEbg";[/b]
    	google_color_link = "0000FF";
    	google_color_text = "000000";
    	google_color_url = "008000";
    	//2007-06-06: posts
    	google_ad_channel = "0772936079";
    	//--></script>
    	<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    	</script>
    Code (markup):
    Basically this will replace the background color of the ad with the pre-stated colors of white (FFFFFF), black (000000), and red (FFFF00.) When users visit your site they will get accustomed to seeing, say white ads for 24 hours, and after that they turn to red, it will grab their eye, very easily.

    note: The above script is for informational/educational purposes, it does NOT work and has never been tested. You may create and use a script that does the following at your own risk
     
    almondj, May 10, 2008 IP
  2. manHa

    manHa Peon

    Messages:
    677
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Won't work for the new AdSense codes...
     
    manHa, May 10, 2008 IP
  3. almondj

    almondj Peon

    Messages:
    768
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    0
    #3
    I would think it's highly likely with PHP if not javascript.
     
    almondj, May 10, 2008 IP
  4. killerkiwi

    killerkiwi Peon

    Messages:
    24
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    the new adsense codes don't have those color values. but, even if they did... you're better off not messing with the code that google supplies, as it's against the TOS.

    i would suggest setting up multiple ads, each with a unique color scheme and rotate through them using server side scripting (i.e. php)...
     
    killerkiwi, May 11, 2008 IP
  5. milofi_hosting

    milofi_hosting Banned

    Messages:
    264
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Seems like an interesting idea. Isn't that what DP does with the ads at the top, where the background colour changes?
     
    milofi_hosting, May 11, 2008 IP
  6. tamaras

    tamaras Well-Known Member

    Messages:
    991
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    108
    #6
    anybody test adsense with different background color? How is the result
     
    tamaras, May 11, 2008 IP
  7. ORZ

    ORZ Well-Known Member

    Messages:
    956
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    135
    #7
    It's called "Multiple pallets" and there is no need for any scripts.
     
    ORZ, May 11, 2008 IP
  8. Caffe

    Caffe Peon

    Messages:
    50
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Nice idea, I will apply this on some of my sites I think! Thanks!
     
    Caffe, May 11, 2008 IP
  9. lastname

    lastname Peon

    Messages:
    510
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    changing or modifyng code is again TOS.
     
    lastname, May 11, 2008 IP
  10. Powerweb

    Powerweb Banned

    Messages:
    255
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    no need to edit the code, just create several ads with different colors and replace the ads using PHP.
     
    Powerweb, May 11, 2008 IP
  11. zexy

    zexy Guest

    Messages:
    7,223
    Likes Received:
    348
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Exactly! There is no need to reinvent the wheel ;)
     
    zexy, May 11, 2008 IP
  12. felani

    felani Peon

    Messages:
    263
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    It against adsense TOS, isn`t it??
     
    felani, May 11, 2008 IP
  13. JPSO138

    JPSO138 Peon

    Messages:
    192
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I think you have a point there. When the color changes it woujld actually create a good appeal to the visitors. So there is always the possiblity that the visitors will click considering that its something new in appearance.
     
    JPSO138, May 11, 2008 IP
  14. DrAngelo

    DrAngelo Active Member

    Messages:
    170
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #14
    No need for scripts or changing code, just choose Multiple Pallets when setting up new adslot in your google adsense account
     
    DrAngelo, May 11, 2008 IP
  15. atulperx

    atulperx Banned

    Messages:
    3,949
    Likes Received:
    196
    Best Answers:
    0
    Trophy Points:
    0
    #15
    So by doing this will ads change color after frequent time automatically or we can set time .
     
    atulperx, May 11, 2008 IP
  16. ggggqqqqihc

    ggggqqqqihc Peon

    Messages:
    92
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I think it's against TOS, as you modified the javascript code. But what if you use PHP to produce different javasctipt code? Is it allowed?
     
    ggggqqqqihc, May 11, 2008 IP
  17. luxs

    luxs Active Member

    Messages:
    288
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #17
    Don't be stupid. Do not change code. Just generate as many as you like different add formats and then rotate them in some external scripts.
     
    luxs, May 11, 2008 IP
  18. sucrey

    sucrey Banned

    Messages:
    864
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #18
    well why all that work ?!! simply use multiple color palette ! and it will rotate with different color as much as u want.
     
    sucrey, May 11, 2008 IP
  19. uttoransen

    uttoransen Prominent Member

    Messages:
    8,227
    Likes Received:
    550
    Best Answers:
    0
    Trophy Points:
    320
    #19
     
    uttoransen, May 11, 2008 IP
  20. almondj

    almondj Peon

    Messages:
    768
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    0
    #20
    There's no rule against color.
     
    almondj, May 11, 2008 IP