+ Reply to Thread
Results 1 to 3 of 3

Thread: Random Rotating Banner with Adsense occasionally

  1. #1

    Default Random Rotating Banner with Adsense occasionally

    I put this in the header to give a random, rotating logo... there is also some adsense thrown in occasionally.

    HTML Code:
    	<div id="header_img">
    
    	<?php
    	$random_text = array('<img src="http://www.erandolph.com/wp-content/erandolph_1.gif" width="970" height="200" alt="East Randolph Street, Chicago" title="East Randolph Street, Chicago" />',
    	'<img src="http://www.erandolph.com/wp-content/erandolph_2.gif" width="970" height="200" alt="East Randolph Street, Chicago" title="East Randolph Street, Chicago" />',
    	'<img src="http://www.erandolph.com/wp-content/erandolph_3.gif" width="970" height="200" alt="East Randolph Street, Chicago" title="East Randolph Street, Chicago" />',
    '<script type="text/javascript"><!--
    google_ad_client = "pub-xxxyourcodexxx";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = "728x90_as";
    google_ad_type = "text_image";
    google_color_border = "FFFFFF";
    google_color_bg = "FFFFFF";
    google_color_link = "000000";
    google_color_url = "000000";
    google_color_text = "000000";
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>');
    srand(time());
    $sizeof = count($random_text);
    $random = (rand()%$sizeof);
    	
    	echo $random_text[$random];
    	?>
    	</div>
    See site: http://www.erandolph.com

    hope someone enjoys this!

    Eric

  2. #2

    Default Great article, adding it to my bookmarks!

    Great article, adding it to my bookmarks!
    ___________

    Lacny Web Hosting
    www.lacnywebhsoting.com

  3. #3
    Join Date
    Nov 2009
    Posts
    1

    Default Random Rotating Banner with Adsense occasionally

    Im also in desperate need of a sorting option in the ShellViewList. Are there any updates?

    regards,

    J
    last_hopes

+ Reply to Thread

Similar Threads

  1. Rotating header in static pages.
    By lordghul in forum Header & Nav Bar
    Replies: 5
    Last Post: 03-01-2010, 04:58 AM
  2. Possible to have a rotating subtitle?
    By The Spovangelist in forum Header & Nav Bar
    Replies: 1
    Last Post: 12-14-2009, 04:31 AM
  3. Bigger Adsense Tricks for Non adsense Premium publisher
    By Komicwords in forum Tips & Tricks
    Replies: 2
    Last Post: 05-12-2009, 08:18 AM
  4. I Made a Random Site
    By c4sr in forum Random Chat
    Replies: 3
    Last Post: 07-22-2008, 06:48 AM
  5. Random Redirect Plugin
    By hart in forum Random Chat
    Replies: 3
    Last Post: 07-14-2008, 09:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts