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.

Coding Forum


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



Reply
Old 07-18-2002, 09:15 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
Drachewyn : Thanks for LEDads. but i am sticking with phpadsnew.

btw - i tried LEDads also before changing to phpadsnew.
__________________

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
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-18-2002, 09:18 AM
HeidiLynn's Avatar
King Spam Talker

Posts: 1,122
Trades: 0
Quote:
Originally posted by praveen
Drachewyn : Thanks for LEDads. but i am sticking with phpadsnew.

btw - i tried LEDads also before changing to phpadsnew.
ah okay, well sorry I was late then.

Happy though you found something that works
__________________

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



Please login or register to view this content. Registration is FREE
HeidiLynn is offline
Reply With Quote
View Public Profile
 
Old 07-18-2002, 10:23 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
Quote:
ah okay, well sorry I was late then.

Happy though you found something that works
no problem

and thanks Drachewyn.
__________________

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
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 07-22-2002, 08:02 AM
Novice Talker

Posts: 6
Trades: 0
I would have to say that PHPAdsNew is definetly worth it. It's free and is the best ad management app i've ever seen. It uses a mysql db, but it's fast and powerful.
__________________

Please login or register to view this content. Registration is FREE
: Get the best viral marketing tool on the planet and watch your visitor count skyrocket!
SiteTell.com is offline
Reply With Quote
View Public Profile
 
Old 07-24-2002, 10:52 AM
Average Talker

Posts: 17
Trades: 0
If you have perl and can use MySQL then www.adcycle.com is definately worth a look.

Alicia
__________________
Ki8!
Free subdomains!
Please login or register to view this content. Registration is FREE
href="
Please login or register to view this content. Registration is FREE
target="_blank">www.ki8.com
alicia101 is offline
Reply With Quote
View Public Profile
 
Old 07-24-2002, 12:01 PM
DaveMo~'s Avatar
Administrator
Defies A Status

Posts: 10,200
Name: Dave
Location: Scott Depot, West Virginia, USA
Trades: 1
Here's a question for thought. Has anyone ever used a java pop-up rotation for a banner rotation? What would be goods and bads to that? Do you think something like that would work? Or just be a nuisance to the surfer? I really don't like "on load" pop-ups, and I haven't used.......I was really hoping someone had tried it and would let us know the results.

Here's an example:
< head >
<SCRIPT LANGUAGE="JavaScript">
<!--begin
var url=new Array(5);
url[0]=['http://yoursite.com/banner1.gif','468','60'];
url[1]=['http://yoursite.com/banner2.gif','468','60'];
url[2]=['http://yoursite.com/banner3.gif','468','60'];
url[3]=['http://yoursite.com/banner4.gif','468','60'];
url[4]=['http://yoursite.com/banner5.gif','468','60'];
function showPopup(){
var allcookies=document.cookie;
var pos=allcookies.indexOf('popup=');
if(pos!=-1){
var start=pos+6;
var end=allcookies.indexOf(';',start);
if(end==-1)end=allcookies.length;
var i=allcookies.substring(start,end);
if(i==url.length-1)popup(0);
else popup(++i);
}
else popup(0);
}

function popup(i){
var popup=window.open(url[i][0],'','height='+url[i][1]+',width='+url[i][2]+',top=0,left=0,location=no,menubar=no,resizable=n o,scrollbars=no,status=no,titlebar=no,toolbar=no,d irectories=no');
setcookie(i);
}

function setcookie(i){
var nextyear=new Date();
nextyear.setFullYear(nextyear.getFullYear()+1);
document.cookie='popup='+i+';expires='+nextyear.to GMTString();
}

// end -->
</SCRIPT>

< body >
onLoad="showPopup();"

Dave
__________________

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
:

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


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

DaveMo~ is offline
Reply With Quote
View Public Profile
 
Old 07-25-2002, 06:20 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
Dmo : i was using a javascript banner rotation script. it is good. i had configured it to cycle the banners every 60/90 seconds.
the problem with that is each time you want to add/remove banners you have modify the script and then upload it again.

timeconsuming.

but with phpadsnew : it is all browser based. no need to upload/download scripts.

i shall put up js script here so that people can have a look at it.


alicia : adcycle is good. but i did not know how to use it without changing my html pages.
now i am using phpadsnew/ and it is implemented in the main page itself. i did not have to change from .htm to .phtml /php/

but that is no t the case with cgi..

so left that.

but anyway thanks for th e info
__________________

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
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Old 07-25-2002, 10:24 PM
webbuilder's Avatar
Average Talker

Posts: 15
Location: Malaysia
Trades: 0
hey, i have one that is easy to use....wanna try?
__________________
The WebBuilder
webbuilder is offline
Reply With Quote
View Public Profile
 
Old 07-27-2002, 01:01 AM
praveen's Avatar
Life is a Dream

Posts: 3,591
Name: Praveen
Location: Chennai, India
Trades: 0
this is what i used to have.


<!--
function adArray() {
for (i=0; i*2<adArray.arguments.length; i++) {
this[i] = new Object();
this[i].src = adArray.arguments[i*2];
this[i].href = adArray.arguments[i*2+1];
}
this.length = i;
}
function getAdNum() {
dat = new Date();
dat = (dat.getTime()+"").charAt(8);
if (dat.length == 1)
ad_num = dat%ads.length;
else
ad_num = 0;
return ad_num;
}

// ****** YOU NEED NOT MODIFY ANYTHING THAT IS NOT IN BETWEEN THESE TWO COMMENTS ****

var ads = new adArray("image.gif","link.html","image2.gif",link2 .html");

var ad_num = getAdNum(); // don't change this line

document.write('<CENTER><A HREF="'+ads[ad_num].href+'"><IMG SRC="'+ads[ad_num].src+'" '
+'HEIGHT=60 WIDTH=468 BORDER=0 name=js_ad></A> </CENTER>');

// ****** YOU NEED NOT MODIFY ANYTHING THAT IS NOT IN BETWEEN THESE TWO COMMENTS ****

link_num = document.links.length-1;

function rotateSponsor() {
if (document.images) {
ad_num = (ad_num+1)%ads.length;
document.js_ad.src = ads[ad_num].src;
document.links[link_num].href = ads[ad_num].href;
setTimeout("rotateSponsor()",120000);
}
}
setTimeout("rotateSponsor()",120000);

// -->

set to rotate every 2 mts.
__________________

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
-
Please login or register to view this content. Registration is FREE
praveen is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to banner ad management

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.32761 seconds with 11 queries