I sow in one tread on this forum that you were speaking about google adsense color rotator on this site. Wuold you share php code(or script) with me for linkback or you are selling that or you save it only for yourself?
Shoemoney ... that is cool, never noticed that! nice! In adsense, when selecting Color palettes, simply follow the instructions. Hold down CTRL and select more than one. or ... find a php randomizer script, modify and place the code within it ... simple example: <? // Simple Random $txtScripts = array( "Place Google Script here ...", "Place some other script here ...", "Place another google adsense script here ....", ); srand(time()); $random = (rand(0, 2)); $display_this_one = $txtScripts[$random]; echo $display_this_one; ?> Code (markup):