NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Website Development
Reload this Page In need of a script! :(

Website Development Development concepts, scripts, sponsors and affiliate programs.

Advanced Search
1 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 03-29-2005, 11:12 AM THREAD STARTER               #1 (permalink)
New Member
Join Date: Mar 2005
Location: England
Posts: 7
Tris is an unknown quantity at this point
 



Caution In need of a script! :(


OK, i really need a banner rotating script which can also display google ads, i'm going to go mad if i don't get 1 sometime soon.

If someone could tell me where i could download 1 for free, i would be very grateful!
Tris is offline  
Old 03-29-2005, 11:30 AM   #2 (permalink)
Senior Member
 
luxinterior's Avatar
Join Date: Jul 2004
Location: Kizmiaz
Posts: 1,088
luxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of lightluxinterior is a glorious beacon of light
 



Originally Posted by Tris
OK, i really need a banner rotating script which can also display google ads, i'm going to go mad if i don't get 1 sometime soon.

If someone could tell me where i could download 1 for free, i would be very grateful!
This sounds familiar. Did you ask this here before? Anyway phpAdsNew will allow you to do this.
????: NamePros.com http://www.namepros.com/website-development/78657-in-need-of-a-script.html

Lux
luxinterior is offline  
Old 03-29-2005, 05:10 PM   #3 (permalink)
NamePros Regular
Join Date: Sep 2004
Location: Earth
Posts: 439
joeorgasmic has a spectacular aura aboutjoeorgasmic has a spectacular aura about
 



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
joeorgasmic is offline  
Old 03-29-2005, 06:43 PM   #4 (permalink)
Join Date: Dec 2004
Posts: 1,057
snareklutz has much to be proud ofsnareklutz has much to be proud ofsnareklutz has much to be proud ofsnareklutz has much to be proud ofsnareklutz has much to be proud ofsnareklutz has much to be proud ofsnareklutz has much to be proud ofsnareklutz has much to be proud of
 



PhpAdsNew - You can add HTML code, banners, flash banners, etc...
__________________
For sale: forexstochastics.com
snareklutz is offline  
Old 04-01-2005, 12:48 AM THREAD STARTER               #5 (permalink)
New Member
Join Date: Mar 2005
Location: England
Posts: 7
Tris is an unknown quantity at this point
 



Thanks alot for your replys... now I just gotta go through them, appreciated.

P.S. I still might have some trouble and need help.
Tris is offline  
Old 04-01-2005, 01:27 AM   #6 (permalink)
Senior Member
 
majinbuu1023's Avatar
Join Date: Jan 2005
Location: New Zealand
Posts: 3,746
majinbuu1023 has much to be proud ofmajinbuu1023 has much to be proud ofmajinbuu1023 has much to be proud ofmajinbuu1023 has much to be proud ofmajinbuu1023 has much to be proud ofmajinbuu1023 has much to be proud ofmajinbuu1023 has much to be proud ofmajinbuu1023 has much to be proud of
 



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
majinbuu1023 is offline  
Old 04-06-2005, 09:09 AM   #7 (permalink)
NamePros Member
Join Date: Apr 2005
Location: England
Posts: 159
resolva is an unknown quantity at this point
 



Go on hotscripts.com or phpfreaks.com and they will have a script what you need. I always seem to find what i want on there
resolva is offline  
Closed Thread


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

 
All times are GMT -7. The time now is 10:42 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger