Current location: Hot Scripts Forums » General Community » Script Requests » Rotating Text Links & Images daily...


Rotating Text Links & Images daily...

Reply
  #1 (permalink)  
Old 01-11-05, 04:25 AM
J-Deak J-Deak is offline
New Member
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Question Rotating Text Links & Images daily...

Hello I've been all through hotscripts.com and fell short of finding exactly what I'm looking for. I'm in search of a script that'll rotate my images & text links daily (every 24 hours).

I would like to have images along with their links rotated daily...
Example:
Monday-Image of spaceship. When surfer clicks on images he linked to a site about space

Tuesday-Image of bike. Surfer clicks and he's link to a site about bikes

etc, etc,

I'll also like to do that with text links as well... Rotating links day by day...

Thnx in advance
J-Deak


Is their a way this can be done?
Reply With Quote
  #2 (permalink)  
Old 01-18-05, 09:44 PM
J-Deak J-Deak is offline
New Member
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Anything? Advice?
Reply With Quote
  #3 (permalink)  
Old 01-19-05, 07:08 AM
Tatsi Tatsi is offline
Newbie Coder
 
Join Date: Jan 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Well, I was looking for such a script as well however it doeswn't seem to be a listing at hotscripts.com. You should consult some professional script developers who can write you this banner rotator IMHO. Perhaps this company: http://www.zakkis.ca. Good luck!
__________________
Veni, vidi, vici
Reply With Quote
  #4 (permalink)  
Old 01-21-05, 10:51 AM
RI-VVM RI-VVM is offline
Newbie Coder
 
Join Date: Oct 2004
Location: Zaporizhzhe, Ukraine
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
I can write this script for you.
If you don't need admin area I cna write it for free. You simple upload images and text files with links to your website and my script rotate them.

If you ineresting fill free contact me
__________________
Redintek Inc.
Advanced Internet Technologies
Reply With Quote
  #5 (permalink)  
Old 01-21-05, 11:49 AM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
There are lots and lots of ways to do this, but probably the easiest way would be to run a simple cron job that swaps the links and images around, either randomly or in some specified order.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote
  #6 (permalink)  
Old 02-13-05, 05:06 PM
I, Brian I, Brian is offline
Newbie Coder
 
Join Date: Jan 2004
Location: Yorkshire, UK
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
A very basic method for small variables:

Code:
 <?php include 'images' . rand(1,3) . '.php' ?>
Simply put that in a folder of your choice, and include 3 files in there - images1.php, images2.php, amd images3.php. Within each of those files, simply include your image code, ie:

Code:
 
 <img src="imgURL" alt="my image" />
Instead of placing the code above in your template, simply add the following:

Code:
 <?PHP include("PathToFile.php"); ?>
See if that helps.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cheap Text Links Available OnlyPhp.Com General Advertisements 0 11-03-04 09:28 PM
Text Links Available OnlyPhp.Com General Advertisements 2 09-04-04 02:45 AM
Buying and selling text links. Where From ? bsl Traffic Exchange 0 04-11-04 04:26 AM
MySQL Query problem Wraith PHP 5 03-06-04 05:16 PM
picking random entries with a filter... Double selection problem dsumpter PHP 7 11-16-03 07:19 PM


All times are GMT -5. The time now is 10:58 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.