Gossamer Forum
Home : Products : Links 2.0 : Customization :

Alternatives to WebAdverts?

Quote Reply
Alternatives to WebAdverts?
Hi,
From what I have read here, the Web Adverts program is very processor intensive. I also read here about BannerMaster, but the program seems to be unavailable. The iweb site says it is in beta, but it seems to have been in neta since last June or so...

What I am wondering is whether there are banner rotation scripts that will integrate well with Links and not hog processor useage?

Thanks,
-V
Quote Reply
Re: Alternatives to WebAdverts? In reply to
Advertisement scripts are a pain to write. I am currently trying to mod existing ones and they all seem to be badly coded Wink

I have started my own one, but cannot get it to be of much use yet, infact at the moment it just prints an error 500 Smile - But hopefully I can get the damn thing finished soon.

------------------
Michael Bray
....
Review your webhost, or find a new one at http://www.webhostarea.com


Quote Reply
Re: Alternatives to WebAdverts? In reply to
adcycle uses the weirdest cookies too..

i don't beleive it works with SSI.. but still.. have you noticed when you open one window first.. and then you get some banner.. then you open another window and you get another banner.. go back to the first window and click.. you should go to the second banners destination..

that is why cookies suck..

jerry
Quote Reply
Re: Alternatives to WebAdverts? In reply to
all ad scripts take either space or bandwidth..

adcycle from adcycle.com takes TOOO MUCH space..

heh.. i think i'm gonna end up making an ad script for myself.. of course it will use MySQL.. i already started a little bit..

http://www.pdamania.com/ad.html

then there is the same script running non ssi.. but the cookies don't work that good right now..

it has no features as of now.. but what i'm aiming at is less bandwidth and less space..

jerry
Quote Reply
Re: Alternatives to WebAdverts? In reply to
I find adcycle to be very effective and easy to use, although I don't know about the space issue. How do you determine how much space is being used in a mySQL database?
Quote Reply
Re: Alternatives to WebAdverts? In reply to
There's a banner program at http://www.htmlwizard.net/phpAds/ which shows promise. It's written in PHP and uses MySQL.

Easy to set up. Haven't really tried using it, nor incorporating into Links.

Worth looking at though.

--mark
Quote Reply
Re: Alternatives to WebAdverts? In reply to
I don't seem to have that problem. I did exactly what you mentioned and each time it took me to the right place. Maybe thats because I put my banner within a javascript code that creates a random number to insure that I get a fresh banner each time.
Quote Reply
Re: Alternatives to WebAdverts? In reply to
Hi V Silly,

I've been using the bannermaster program for a while on 2 of my sites. The problem is that after a couple of thousand displays (+-10000) logging of the clicks/displays gets a big problem and it can take up to 2 minutes!! to have the script redirect a 'clickee' to the right URL... I'm installing WebAdverts now.

Best regards,
Quote Reply
Re: Alternatives to WebAdverts? In reply to
anr... now i know what that number is for! Wink DOH!

ok.. then this should be easier than i thought..

jerry
Quote Reply
Re: Alternatives to WebAdverts? In reply to
Hi folks,
Thanks for the suggestions. Ad Cycle and Php Ads both look interesting.
:-)
Regards,
-V
Quote Reply
Re: Alternatives to WebAdverts? In reply to
Hey, I simply use this:

Code:
#!/usr/bin/perl
# <!--#exec cgi="/cgi-bin/ads/ads.cgi" -->

open (FILE, "<ads.dat");
@LINES=<FILE>;
close(FILE);
srand;

print "Content-type: text/html\n\n$LINES[int rand(@LINES)]\n";

'ads.dat' file:

Code:
<A target="_new" HREF="http://www.yahoo.com/1/"><IMG border=0 SRC="http://www.yahoo.com/1.gif" ALT="Click Here to Visit Our Sponsor"></A>
<A target="_new" HREF="http://www.yahoo.com/2/"><IMG border=0 SRC="http://www.yahoo.com/2.gif" ALT="Click Here to Visit Our Sponsor"></A>
<A target="_new" HREF="http://www.yahoo.com/3/"><IMG border=0 SRC="http://www.yahoo.com/3.gif" ALT="Click Here to Visit Our Sponsor"></A>
<A target="_new" HREF="http://www.yahoo.com/4/"><IMG border=0 SRC="http://www.yahoo.com/4.gif" ALT="Click Here to Visit Our Sponsor"></A>
<A target="_new" HREF="http://www.yahoo.com/5/"><IMG border=0 SRC="http://www.yahoo.com/5.gif" ALT="Click Here to Visit Our Sponsor"></A>

hehe
Too simple? Smile

Regards,
Pasha


------------------
Complete Index of Web Master's Resources: http://www.cellwarp.com
Quote Reply
Re: Alternatives to WebAdverts? In reply to
Hi Pasha,
Looking over your code, but where does it get placed in the links script in order to work? How do you install it?

I assume this is a very basic script to place the banners, but if you are using an ad service that handles all the tracking for you, is this really all you need?

Thanks,
-V
Quote Reply
Re: Alternatives to WebAdverts? In reply to
I found an alternative for it:

http://www.samuel.cz/~nadvert/

It also uses Groups,Zones ect, and its really quick.
Versions for Linux and Win9x/NT are online

The "Try-out" Version runs for 1 Year, enough time to test ist out ;-)

Take a look at it

Bye
Micha
Quote Reply
Re: Alternatives to WebAdverts? In reply to
To: V Silly

You've probably resolved your banner issues by now, but at long last Bannermaster 4 IS available.

I just installed and beta tested it. There are many bugs which it looks like they are diligently working out and I am confident it will be a good program by the end of this month (feb)...

However, there is one drawback! They have removed the banner exchange feature. There is still some left over coding to acomodate it but the developer seems to feel that he does not wish to pursue the exchange much.

This is why I then began setting up webadverts' newest version. I was looking through this forum to see if there are suggestions on how to integrate it with links2 using SSI.

There seems to be a few threads but as some others have mentioned all the info seems fragmented.

If there is a sumarized thread that ANYONE can point me to, I'd appreciate it.

Hint, hint.... Elliot!

By the way, Elliot, thanks for all the new stuff you've submitted recently!

------------------
BruceS
Quote Reply
Re: Alternatives to WebAdverts? In reply to
I recommend you to use phpAds... I'm using it... it's very good.. better than Webadverts..



GIRUS
Quote Reply
Re: Alternatives to WebAdverts? In reply to
The new version of Adcycle just came out this week and has been working great for me.... 20k + banners a day without any noticable load effect...

Quote Reply
Re: Alternatives to WebAdverts? In reply to
 
Quote:
Hint, hint.... Elliot!

By the way, Elliot, thanks for all the new stuff you've submitted recently!

You're welcome...Enjoy it while you can! These are the last Mods I am publicly submitting. I am finished writing new Mods.

About your Banner problem, there are plenty of Threads in this forum that discuss WebAdverts...I am not aware that they have a new version released...I will have to check it out.

The only suggestion I have is to search this forum for zones, which relates to WebAdverts.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------









Quote Reply
Re: Alternatives to WebAdverts? In reply to
Girus,

The phpAds does look promising. I don't see any reference to whether it will work with an NT server though. Do you know anything about that? Also, can you make any suggestions as far as any problems you ran into?

Thanks,

Kurt
Quote Reply
Re: Alternatives to WebAdverts? In reply to
If you have PHP3 installed in the NT, yes, it will work.

For more information on PHP technology, go to the following web site:

www.php.net

Quote:
I heard it's possible to access Microsoft SQL Server from PHP. How?

On Windows 95/NT machines, you can simply use the included ODBC support and the correct ODBC driver.

A copy of step-by-step ODBC setup can be found here.

AND

Quote:
Can I access Microsoft Access databases?

Yes. You already have all the tools you need if you are running entirely under Windows 95/98 or NT, where you can use ODBC and Microsoft's ODBC drivers for Microsoft Access databases.

AND

Quote:
I got the latest version of the PHP source code from the CVS repository on my Windows 95/NT machine, what do I need to compile it?

First, you will need Microsoft Visual C++ v6 (v5 may do it also, but we do it with v6), and you will need to download the support files. You will need to unzip this file (which has subdirectories, so make sure your
unzip program keeps them) into the win32 subdirectory of the source distribution.

All quotations found in the following web page:

http://www.php.net/FAQ.php3

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------