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
every minute change of banner in a site???
Old 02-22-2009, 11:37 PM every minute change of banner in a site???
darkwell25's Avatar
Super Spam Talker

Posts: 823
Name: Jayron
Trades: 0
Hi 'm new with this! is there a certain code for changing the banner of my template every minute or every re-download of it's page please help.... many thanks!!!!
__________________
Just Got Back With Vengeance
darkwell25 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-23-2009, 12:27 AM Re: every minute change of banner in a site???
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
PHP Code:
<?php
$sites 
= array(
     
"http://example.com"
     
"http://example.org"
     
"http://example.net");
$rand rand(0,count($sites)-1);
print 
"<a herf='{$sites[$rand]}'><img src='{$rand}.jpg' /></a>";
?>
And in JS

HTML Code:
var sites = array(
     "http://example.com", 
     "http://example.org", 
     "http://example.net");
var rand = rand(0,sites.length-1);
document.write("<a herf='" + sites[rand] + "'><img src='" + rand + ".jpg' /></a>";
__________________

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

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 02-23-2009, 09:31 AM Re: every minute change of banner in a site???
hcolor's Avatar
Super Talker

Posts: 136
Trades: 0
An average user does not spend more than a minute on a certain web page unless they read something or the page is highly targeted. Instead of using this option, install any banner management system (OpenX for example) and it will allow you advanced banner management.
__________________
HostColor.com -
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

Network: Level 3, Cogent, Internap
24/7 Support: 1-888-222-1495; Skype: HostColor
hcolor is offline
Reply With Quote
View Public Profile Visit hcolor's homepage!
 
Old 02-24-2009, 12:02 AM Re: every minute change of banner in a site???
Decaf's Avatar
Ultra Talker

Posts: 489
Name: Adam
Trades: 0
Quote:
Originally Posted by hcolor View Post
An average user does not spend more than a minute on a certain web page unless they read something or the page is highly targeted. Instead of using this option, install any banner management system (OpenX for example) and it will allow you advanced banner management.
Actually its an average of 4 seconds on a new webpage, But close.
__________________

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

Decaf is offline
Reply With Quote
View Public Profile Visit Decaf's homepage!
 
Old 03-01-2009, 07:37 AM Re: every minute change of banner in a site???
darkwell25's Avatar
Super Spam Talker

Posts: 823
Name: Jayron
Trades: 0
Thanks for tips you guys!!!
__________________
Just Got Back With Vengeance
darkwell25 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to every minute change of banner in a site???
 

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 1.97874 seconds with 12 queries