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
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
I use something like this. You probably need to know a very basic understanding of PHP but it's pretty straightforward.
I adapted it from this script snippet: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\" />");
?>
http://www.php-scripts.com/php_diary..._text_ads.phps
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
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.
Thanks Greg That plug in works.
Thanks
Again
New Lock AM
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks