New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
Pokerview.com Affiliate Program
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Feb 2009
    Location
    scotland
    Posts
    467
    Feedback Score
    15 (100%)

    Default Rotatory banner code

    Hi

    I was looking to add a rotatory banner on a few of my pages. I was looking for the code to do it.

    I have no idea how it would work. So a beginners guide would be great.

    Thanks
    Gerry
    New Lock AM

  2. #2
    Formerly TPB
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Wales
    Posts
    666
    Feedback Score
    16 (100%)

    Default

    I use something like this. You probably need to know a very basic understanding of PHP but it's pretty straightforward.

    PHP Code:
    <?php
    $random_banner 
    = array("http://www.site.com/banner-url-1.png",
                           
    "http://www.site.com/banner-url-2.png",
                   
    "http://www.site.com/banner-url-3.png");

    srand(time());
    $sizeof count($random_banner);
    $random = (rand()%$sizeof);

    echo(
    "<img src=\"$random_banner[$random]\" alt=\"Poker Banner\" />");
    ?>
    I adapted it from this script snippet:

    http://www.php-scripts.com/php_diary..._text_ads.phps

  3. #3
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Feb 2009
    Location
    scotland
    Posts
    467
    Feedback Score
    15 (100%)

    Default

    Thanks Greg

    I tried that but couldnt seem to get it to work. I ended up with them just under each other.

    I will post both banner code below, if possible could you show me how to add them

    Thanks
    Gerry

    <a href="http://affiliates.reeferpartners.com/processing/clickthrgh.asp?btag=a_1466b_2"><img class="size-full wp-image-59 alignnone" title="Reefer Poker Rakeback" src="http://toprakeback.co.uk/wordpress/wp-content/uploads/2009/09/reefer-poker-468x200.jpg" alt="Reefer Poker Rakeback" width="486" height="200" /></a>
    <a href="http://www.fulltiltpoker.com?key=MDAwMEQxMkYwMDAyNTg5NjIw ODI0MDI0MDAwMDAwMEI-"><img src="http://toprakeback.co.uk/wordpress/wp-content/uploads/2009/09/full.tilt.rakeback1.png" alt="Full Tilt Poker Rakeback" title="Full Tilt Poker Rakeback" width="502" height="200" class="alignnone size-full wp-image-27" /></a>
    New Lock AM

  4. #4
    Formerly TPB
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Wales
    Posts
    666
    Feedback Score
    16 (100%)

    Default

    If you're using WP you might be better off looking for a plugin that can do this for you. It will probably be easier to manage too. What I showed you was pretty basic but if you can't find a plugin that works I will code a simple rotating script for you.

    I searched around and found this:

    AdRotate | Me and my Mac

    Again if that doesn't work just send me a PM and I'll sort something out.

  5. #5
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Feb 2009
    Location
    scotland
    Posts
    467
    Feedback Score
    15 (100%)

    Default

    Thanks Greg That plug in works.

    Thanks
    Again
    New Lock AM

  6. #6
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Sweden
    Posts
    448
    Feedback Score
    6 (100%)

    Default

    have a file called whateverer, lets say banners.php and add your banners:

    <a href="#"><img src="FULL URL TO IMAGE" alt="" /></a>
    <a href="#"><img src="FULL URL TO IMAGE" alt="" /></a>
    <a href="#"><img src="FULL URL TO IMAGE" alt="" /></a>

    then add this were you want your banner:

    <?php $quotes = file("URL TO BANNER.PHP"); $quote = rand(0, sizeof($quotes)-1); echo $quotes[$quote]; ?>
    Gambling Revolutions

    Are you in need of nice looking poker chips? or maybe something else
    Gambling Products Recreation

    Swedish poker site with poker bonus and reviews.


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Which programs provide dynamic live odds banner code ?
    By Vrindavan in forum Sportsbook Affiliate Forum
    Replies: 1
    Last Post: 12-02-2009, 05:05 PM
  2. Help with this code?
    By TheDonk in forum Wordpress - Web Design - Coding - Technical
    Replies: 3
    Last Post: 06-06-2009, 03:20 AM
  3. WTS: Bonus Code - 750 $
    By Sebastian in forum PAL Coffee Shop
    Replies: 2
    Last Post: 05-30-2009, 12:35 AM
  4. Help with a line of CSS code?
    By TheDonk in forum Poker SEO Forum
    Replies: 0
    Last Post: 05-07-2009, 11:49 PM
  5. Does anyone know how to code WP plugins?
    By NickM in forum Wordpress - Web Design - Coding - Technical
    Replies: 6
    Last Post: 02-09-2009, 04:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant