I was thinking about integrating adsense sometime in the future on a site that is in develpment.
This beauty php script displays adsense colors on random attracting users each time a page is accessed.<?php
// http://www.toseef.com/200504-adsense-random-colors-php-script
srand ((float)microtime()*1000000);
$make_adsense_colors_random = rand(0, 23); // because there are 24 options
$adsense_random_colors = array (
array("336699", "FFFFFF", "0000FF", "008000", "000000"), // Mother Earth
array("000000", "F0F0F0", "0000FF", "008000", "000000"), // Black and Blue
array("B4D0DC", "ECF8FF", "0000CC", "008000", "6F6F6F"), // Fresh Mint
array("A8DDA0", "EBFFED", "0000CC", "008000", "6F6F6F"), // Cut Grass
array("DDB7BA", "FFF5F6", "0000CC", "008000", "6F6F6F"), // Raspberry Smoothie
array("FDEFD2", "FDEFD2", "0000CC", "008000", "000000"), // Vanilla Cream
array("E0FFE3", "E0FFE3", "0000CC", "008000", "000000"), // Green Taffy
array("F9DFF9", "F9DFF9", "0000CC", "008000", "000000"), // It's a Girl!
array("DFF2FD", "DFF2FD", "0000CC", "008000", "000000"), // Aquadoodle
array("FDFFCA", "FDFFCA", "0000CC", "008000", "000000"), // Popcorn
array("6699CC", "003366", "FFFFFF", "AECCEB", "AECCEB"), // Blue Whale
array("B0E0E6", "FFFFFF", "000000", "336699", "333333"), // Cumulous Cloud
array("003366", "003366", "FF6600", "99CCFF", "FFFFFF"), // Blue Bird
array("FF4500", "FFEBCD", "DE7008", "E0AD12", "8B4513"), // Peach Melba
array("003366", "000000", "FFFFFF", "FF6600", "FF6600"), // Wicked Witch
array("669966", "99CC99", "000000", "00008B", "336633"), // Swamp Green
array("CC99CC", "E7C6E8", "000000", "00008B", "663366"), // Grape Skin
array("2D5893", "99AACC", "000000", "000099", "003366"), // Melancholy Blue
array("CCCCCC", "FFFFFF", "000000", "666666", "333333"), // Steely Gaze
array("333333", "000000", "FFFFFF", "999999", "CCCCCC"), // Black Knight
array("DDAAAA", "ECF8FF", "0033FF", "0033FF", "000000"), // Robin's Egg
array("578A24", "CCFF99", "00008B", "00008B", "000000"), // Grean Tea
array("191933", "333366", "99CC33", "FFCC00", "FFFFFF"), // Blue Seuy
array("660000", "7D2626", "FFFFFF", "DAA520", "BDB76B") // Pot Roast
);
$google_color_border = $adsense_random_colors[$make_adsense_colors_random]['0'];
$google_color_bg = $adsense_random_colors[$make_adsense_colors_random]['1'];
$google_color_link = $adsense_random_colors[$make_adsense_colors_random]['2'];
$google_color_url = $adsense_random_colors[$make_adsense_colors_random]['3'];
$google_color_text = $adsense_random_colors[$make_adsense_colors_random]['4'];
echo ("<script type=\"text/javascript\"><!--
google_ad_client = \"GOOGLE-PUBLISHER-CODE\";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = \"468x60_as\";
google_color_border = \"$google_color_border\";
google_color_bg = \"$google_color_bg\";
google_color_link = \"$google_color_link\";
google_color_url = \"$google_color_url\";
google_color_text = \"$google_color_text\";
//--></script>
<script type=\"text/javascript\"
src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">
</script>");
?>
in Adsense, Php
Says thanks to the following poeple for recently leaving a comment ...
Shafiq
Aapa
Feesa
Boba
Khadeejah Qamar
Aisha
Paki Pwincessxxx
Abzter
Harr
Three Characters
Three Characters Or More
Toseef
Izzy
John
James