| | |||||
| ||||||||
| Website Development Development concepts, scripts, sponsors and affiliate programs. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Mar 2005 Location: England
Posts: 7
![]() | |
| |
| | #2 (permalink) | ||||
| Senior Member Join Date: Jul 2004 Location: Kizmiaz
Posts: 1,088
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
????: NamePros.com http://www.namepros.com/website-development/78657-in-need-of-a-script.html Lux
__________________ 1 Cent Web Hosting @ Online HostGatorVoucher.com Adsense Hack for Vbulletin - Fully 3.6 Compatible ForexArea.com Free E-Course in Programming EA's | ||||
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Sep 2004 Location: Earth
Posts: 439
![]() ![]() | Code: <?php
//Random Image Generator
//By Joe Tito (sirtito@titoism.com)
//DesignersPark.com
//*****How to work the script*******
//The <div style="text-align:center;"> tag aligns your image to the middle of the page. It can be changed to "left" or "right" if you wish to change the alignment of the image
//Fill the <a href="...."> field in with the location you want the image to link to
//Fill out the <img src="...."> field with the path to the image that you want to display
//Fill in the alt="...." with the text that you wanted to popup when you scroll over the image
//Replace the "3" with the total number of ads that you have to rotate
$numbanners=3;
srand((double)microtime()*1000000);
$ad = rand(1,$numbanners);
switch($ad) {
case 1:
echo'<div style="text-align:center;"><a href="http://www.google.com"><img src="http://www.designerspark.com/images/colourburst/finaltwotone.jpg" style="border:1px solid #000000;text-decoration:none;" alt="The text that will popup when you scroll over the image"></a></div>';
break;
case 2:
echo'<div style="text-align:center;"><a href="http://www.yoursite.com/images/imagename.jpg"><img src="http://www.designerspark.com/images/colourburst/afterblur.jpg" style="border:1px solid #000000;text-decoration:none;" alt="The text that will popup when you scroll over the image"></a></div>';
break;
case 3:
echo'<div style="text-align:center;"><a href="http://www.yoursite.com/images/imagename.jpg"><img src="http://www.designerspark.com/images/colourburst/final.jpg" style="border:1px solid #000000;text-decoration:none;" alt="The text that will popup when you scroll over the image"></a></div>';
break;
}
//Please do not remove the following code from this script. Since we offer these scripts to you for free, we would appreciate
//you advertising where you got the script.
echo('<div style="text-align:center;margin-top:10px;">
<a href="http://www.designerspark.com"><img style="border:1px solid #000000;text-decoration:none;" src="http://www.designerspark.com/images/button1.png" /></a>
</div>');
?>
__________________ For sale: G5FX.COM, ZOOBL.COM, BREWTASTIC.COM |
| |
| | #6 (permalink) |
| Senior Member Join Date: Jan 2005 Location: New Zealand
Posts: 3,746
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | THanks guys..even though I didn't make this topic now I can add heaps of different ads to my site which means money muhaha
__________________ WowHumor.net - Funny World of Warcraft Pictures |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 60.000 Templates, scripts, fonts, banners etc. $9.95 | atkims | Web Development Wanted | 19 | 11-16-2004 09:48 AM |
| Domain Rating Script for Sale : $200.00 - only 10 scripts will be sold | fonzerelli_79 | Scripts For Sale | 3 | 08-31-2003 08:41 AM |