Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
rotating banner script
Old 10-03-2006, 02:46 PM rotating banner script
njoker555's Avatar
Average Talker

Latest Blog Post:
Charter’s Black Friday Deal
Posts: 17
Name: naz
Trades: 1
anybody know a good script that will allow me to put rotating banners on my forum? i was trying to do to entropy banner from cpanel and putting it onto my yabb forum, but i cant, it wont let me, so i was thinking maybe a script somewhere, can someone recommend me a good script that allows the banner and the href link, kinda like this forum, on top of the forum, i see that the banners change from one to another, i was thinking of doing something similar, thanks in advance for help! :helpsmilie:
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
njoker555 is offline
Reply With Quote
View Public Profile Visit njoker555's homepage!
 
 
Register now for full access!
Old 10-03-2006, 10:26 PM
johniman7's Avatar
President, JLI Media

Posts: 965
Name: John Irving
Trades: 0
I do not have any in mind since I have never used any in the past. I would just google for it and check out hotscripts. I know hotscripts has a whole category of scripts for ad management.
__________________
Cheers, John Irving: My Blog
JLI Media:
Please login or register to view this content. Registration is FREE
| Website Development (Link Coming Soon!)
johniman7 is offline
Reply With Quote
View Public Profile Visit johniman7's homepage!
 
Old 10-03-2006, 10:36 PM
njoker555's Avatar
Average Talker

Latest Blog Post:
Charter’s Black Friday Deal
Posts: 17
Name: naz
Trades: 1
oh duh, hotscripts, how would i forget lol, im gonna search there, but i would still like recommendations lol, cuz i dont wanna go trying out 50 different scripts and then pick whichever that works
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
njoker555 is offline
Reply With Quote
View Public Profile Visit njoker555's homepage!
 
Old 10-04-2006, 07:03 AM
PeterLancs's Avatar
Novice Talker

Posts: 5
Trades: 0
are you limited at anything, can you use flash for your banner?
PeterLancs is offline
Reply With Quote
View Public Profile
 
Old 10-04-2006, 10:44 PM
Junior Talker

Posts: 54
Trades: 0
It's very simple, i can write one in less than a minute
PHP Code:
<?php
$array
[1] = '1.gif;
$array[2] = '
2.gif;
$array[3] = '3.gif;
$array[4] = '
4.gif;
$array[5] = '5.gif;
$array[6] = '
6.gif;
$array[7] = '7.gif;
$array[8] = '
8.gif;
$array[9] = '9.gif;
echo $array[rand(1,count($array))];
?>
Just replace the "*.gif"s with image tags.
64 bit is offline
Reply With Quote
View Public Profile
 
Old 10-04-2006, 10:50 PM
njoker555's Avatar
Average Talker

Latest Blog Post:
Charter’s Black Friday Deal
Posts: 17
Name: naz
Trades: 1
peter: no im not limited, i can put flash banners too

and 64bit: thanks for that, but how would i put a link with that, like an < a href tag to link it to their site thanks
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
njoker555 is offline
Reply With Quote
View Public Profile Visit njoker555's homepage!
 
Old 10-05-2006, 12:00 AM
Junior Talker

Posts: 30
Trades: 0
I have a script. You can see it at http://IMGBoxUpload.net

I will sell it to you for $10. PM Me
__________________
Jaggi Enterprise

Please login or register to view this content. Registration is FREE

~
Please login or register to view this content. Registration is FREE
~
DalipJ is offline
Reply With Quote
View Public Profile Visit DalipJ's homepage!
 
Old 10-05-2006, 04:40 AM
PeterLancs's Avatar
Novice Talker

Posts: 5
Trades: 0
joker If you want i can make dynamic "fun" banners that over roll on the site if you need one please PM me!
PeterLancs is offline
Reply With Quote
View Public Profile
 
Old 10-05-2006, 11:56 AM
Junior Talker

Posts: 54
Trades: 0
Quote:
Originally Posted by njoker555 View Post
peter: no im not limited, i can put flash banners too

and 64bit: thanks for that, but how would i put a link with that, like an < a href tag to link it to their site thanks
PHP Code:
<?php 
$array
[1] = '<img src="http://blah.com/image1" />';
$array[2] = '<img src="http://blah.com/image2" />'
$array[3] = '<img src="http://blah.com/image3" />'
$array[4] = '<img src="http://blah.com/image4" />'
$array[5] = '<img src="http://blah.com/image5" />'
$array[6] = '<img src="http://blah.com/image6" />'
$array[7] = '<img src="http://blah.com/image7" />'
$array[8] = '<img src="http://blah.com/image8" />'
$array[9] = '<img src="http://blah.com/image9" />'
echo 
$array[rand(1,count($array))]; 
?>
Replace the <img> tags with your own tags
64 bit is offline
Reply With Quote
View Public Profile
 
Old 10-05-2006, 08:25 PM
Average Talker

Posts: 18
Trades: 0
I havent made 15 posts yet so its hard for me to post some help but

PHP Code:
$array[1] = '<a href="url here" target="_blank"><img scr="image1.gif" alt="banner"></a>'
try that ^^ obviously replacing the "url here"
menace- is offline
Reply With Quote
View Public Profile
 
Old 10-05-2006, 10:26 PM
njoker555's Avatar
Average Talker

Latest Blog Post:
Charter’s Black Friday Deal
Posts: 17
Name: naz
Trades: 1
hm..its not really working for me lol, should i put that right into my forum template? my forum is a perl based forum, maybe thats why
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
njoker555 is offline
Reply With Quote
View Public Profile Visit njoker555's homepage!
 
Old 10-06-2006, 03:31 AM
Average Talker

Posts: 18
Trades: 0
i know nothing about perl

you could try having thats as a page and you can use an include for relevant pages
menace- is offline
Reply With Quote
View Public Profile
 
Old 10-06-2006, 11:28 AM
Average Talker

Posts: 18
Trades: 0
Ok, so i've changed the approach abit so now all you need to do is insert an image into your page.

below are some links which are missing a w because i can't post link till i have 15 posts

Working example = ww.l2supremacy.com/rotate/random.gif

you can download the script from ww.l2supremacy.com/rotate/rotate.rar

it includes a readme if you need it!


hope that helps!
menace- is offline
Reply With Quote
View Public Profile
 
Old 10-08-2006, 10:12 PM
Junior Talker

Posts: 54
Trades: 0
Perl isn't used very much anymore. I would suggest switching to a php-based forum before you have a lot of members and posts to deal with.

Or you could just learn perl.
64 bit is offline
Reply With Quote
View Public Profile
 
Old 10-08-2006, 10:42 PM
njoker555's Avatar
Average Talker

Latest Blog Post:
Charter’s Black Friday Deal
Posts: 17
Name: naz
Trades: 1
i already tried to switch the forum to phpbb, but there are no converters from yabb2 to anything else lol, they made yabb2 new and no other softwares made a converter yet lol, bad time to try it i guess lol
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
njoker555 is offline
Reply With Quote
View Public Profile Visit njoker555's homepage!
 
Old 10-12-2006, 07:45 AM
Average Talker

Posts: 18
Trades: 0
With the script I included you should be able to host that script, and just add the image into the forum.
menace- is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to rotating banner script
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.46196 seconds with 12 queries