Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 08-18-2007, 07:49 AM   #1 (permalink)
snooky
Recruit
 
Join Date: Aug 2007
Posts: 3
snooky is on a distinguished road
Help..Need a Banner Rotator Code

Hi I have a website but need just a basic html code to add to my website for a banner rotator
I want to add as many banners as I want
do not understand or want scripts.. just a simple code
can anyone help me
Patricia
snooky is offline   Reply With Quote
Old 08-18-2007, 09:28 AM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,710
redhead is on a distinguished road
Sorry, but putting words like "banner rotator" and "Dont want scripts" in the same sentence, is a contradiction in term.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is online now   Reply With Quote
Old 08-18-2007, 04:22 PM   #3 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
maybe she's hoping for the <rotatedBanner></rotatedBanner> tag?
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote
Old 08-18-2007, 04:37 PM   #4 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 673
DJMaze is on a distinguished road
@tekno: you could propose that to the w3c for html 5
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote
Old 08-18-2007, 09:08 PM   #5 (permalink)
snooky
Recruit
 
Join Date: Aug 2007
Posts: 3
snooky is on a distinguished road
hey

html code like AdButler.com
scripts you hsvr to download to a webpage
I do not want to do that as novice..just a simple code where I can rotate banners on my website
Thanks Patricia
snooky is offline   Reply With Quote
Old 08-19-2007, 12:36 AM   #6 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,710
redhead is on a distinguished road
Here is a small PHP snippit I made to show a rotation of banners:
PHP Code:
/* Locate the add to display, and show it */
    
$files = array();
    
$i 0;
    
$path "/var/www/redhead.dk/www/images/adds";
    if (
is_dir($path)) {
      if (
$dh opendir($path)) {
        while ((
$file readdir($dh)) !== false
        {
           if (
$file == "." || $file == ".."
             continue;
           
$files[$i] = $file;
           ++
$i;
        }
        
closedir($path);
        
$add_site =  ereg_replace(".png"""$files[rand(0$i -1)]);
      }
    if(isset(
$add_site) && $add_site != ""
      echo 
"
       <td><img src='/images/icons/transparent.gif' width='10' height='1' alt=''
></td>
       <td valign='top' width='10%'>
        <div align='center' style='white-space: nowrap;'>
         <font size='"
.font_size(-2)."'>
          Advertisement:<br>
          <a href='http://www.{$add_site}'><img src='/images/adds/{$add_site}.png' width='80' height='15' border='0' title='{$add_site}' alt='{$add_site}'></a>
         </font>
        </div>
       </td>
"

But since you didn't wanted scripts, it's probably not what you are looking for
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is online now   Reply With Quote
Old 08-19-2007, 02:01 PM   #7 (permalink)
snooky
Recruit
 
Join Date: Aug 2007
Posts: 3
snooky is on a distinguished road
where do you put the urls an

where do you put the urls and gif likes
here is a banner I would like and their info
do you just copy it twice to add another banner
http://www.webstars2k.com/7/index.php?id=snooky
http://www.webstars2k.com/7/banner1.gif
snooky is offline   Reply With Quote
Reply

Bookmarks

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Banner Rotator markster PHP 1 04-29-2007 11:11 AM


All times are GMT -8. The time now is 05:10 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting