View Single Post
Old 04-15-2006, 01:31 PM   · #3
Borghunter
Resistance is Futile
 
Borghunter's Avatar
 
Name: Mitchell
Location: Calgary, Canada
Trader Rating: (26)
Join Date: Apr 2006
Posts: 1,085
NP$: 1852.05 (Donate)
Borghunter is a name known to allBorghunter is a name known to allBorghunter is a name known to allBorghunter is a name known to allBorghunter is a name known to allBorghunter is a name known to all
Wildlife
Thumbs up

That's a pretty useful script, I'll use it everywhere!

Added Random Ad Sizes.
PHP Code:
<?php
srand
( microtime() * 1000000);
$advertise = rand(1,3);
//After the rand decided how many youve got and the first and last number e.g got 3, 1,3
switch($advertise)
//you can add more just use the same format
{
case
1 : $banner="site 1 image url"; $url="site one address"; $imgwidth="88"; $imgheight="31"; break;
case
2 : $banner="site 2 image url"; $url="site two address"; $imgwidth="50"; $imgheight="50"; break;
case
3 : $banner="site 3 image url"; $url="site 3 address"; $imgwidth="468"; $imgheight="60"; break;
}
$display = "<a href=\"$url\" target=\"_blank\"> ";
$display.= "<img src=\"$banner\"  ";
$display.= "width=\"$imgwidth\" height=\"$imgheight\" border=\"0\" >";
$display.="</a>";
echo(
$display);
?>


Please register or log-in into NamePros to hide ads
__________________
████ Watch FREE Domain Names Videos by Gurus ████
The Best Check Page Rank
Borghunter is offline  
  Reply With Quote
Site Sponsors
Traffic Down Under Hunting Moon Traffic Down Under
Advertise your business at NamePros
All times are GMT -7. The time now is 03:47 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.