Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   What software do you use for banner managment on your sites? (http://www.greenguysboard.com/board/showthread.php?t=22965)

teomax 2005-08-13 06:39 AM

What software do you use for banner managment on your sites?
 
Hi
I have adcycle, which is by default banner managment for links sql, but its a bit slow program. i would rather use something better.
What software do you use for banner managment on your sites?

Vendzilla 2005-08-13 02:20 PM

phpadnews is free and works really good

ponyman 2005-08-14 01:12 AM

What is this banner management? Does it rotate banners based on number of clicks or what?

Jel 2005-08-14 02:39 AM

I use phpadsnew also. Very powerful tool :) Don't know that it does that ponyman, but you do get stats showing ctr and can 'weight' a particular banner so it shows more than others, as well as a big bunch of other stuff that I haven't gotten into. It takes a little getting used to first off, took me a coupla days of real tearing hair out, but when you get the hang of it - wow!

http://phpadsnew.com/two/

Vendzilla 2005-08-14 11:36 AM

plus it shows ad views and clicks

oast 2005-08-15 06:16 AM

I'm using:
PHPAdsNew for graphic banners as it is, IMO, the most complete free ad manager available.
A self re-written version of the old 'txtads' script for my textbox ads.

furrygirl 2005-08-15 08:01 PM

I also tip my hat to phpAdsNew.

Cliff 2005-08-16 11:19 AM

phpadsnew is the BEST!

JohnH 2005-08-16 02:49 PM

phpadnews is the only way to go |pink

stuveltje 2005-08-17 10:19 AM

oke dont laugh here, i have used phpadsnew, i find out that time finally how it worked (thanks to cfnmparty) but i like the good old fashioned taking hours of work putting up the banners with handcoding:D and sometimes i use an easy bannerrotating script. just say i like to do it the hard way:D

ronnie 2005-08-17 10:48 AM

Another vote for phpads, been using it for years, the best around. I really dont know why every one would not use some kind of ad script. The goal is to get as many clicks to the sponsor, why would'nt you want to know you ad stats? Could be losing clicks and sales.

ronnie

Vendzilla 2005-08-17 10:54 AM

knowing page views and clicks helps

pcum 2005-08-17 04:05 PM

I never use such software, but now
I am gonna try it...thanks for the tip

twthumb 2005-08-18 07:16 AM

Hey, thanks for the phpAdsNew tip.

I still do everything by hand and a little script which tracks the clicks. But phpAdsNew seems quite usefull.

Jim 2005-08-18 07:17 AM

We use phpadsnew on both ggandj and Javes.

mudsnake 2005-08-20 04:17 PM

Use it here ..great for places that don't have a lot of space to.

ponyman 2005-08-20 10:50 PM

OK I'm convinced! I'm going to try PHPAdsnew! I've been using SSI for most of my ads, and I thought that was a miracle when I found out about it.

ronnie 2005-08-21 01:58 PM

Quote:

Originally Posted by ponyman
OK I'm convinced! I'm going to try PHPAdsnew! I've been using SSI for most of my ads, and I thought that was a miracle when I found out about it.

The new version has a learning curve, but once you start using it, you'll be glad you did.

ronnie

RawAlex 2005-08-21 02:48 PM

I wrote my own, but phpAdsnew appears also to be quite good.

ArtWilliams 2005-08-21 05:03 PM

Quote:

Originally Posted by Vendzilla
phpadnews is free and works really good

Complicated to master but IMHO the best

ponyman 2005-08-21 11:14 PM

OK! I've got phpadsnew all installed on my server. I have a question, though!

What does it mean to add a new advertiser? Should each of my sponsors be considered a new advertiser or what?

It seems this program is designed for mainstream use and I'm just curious as to what the basic alyout should be for adult webmasters when using phpadsnew.

Thanks for the help!

Vendzilla 2005-08-22 07:47 AM

depends on weither your selling ad space or just rotating your own banners

Lemmy 2005-08-22 09:07 AM

Inspired by this thread I decided to give phpAdsNew another shot. I still don't know my campaigns from my advertisers and publishers, but at least I got it working and it serves ads like a champ. It seems like very powerful software, but a little confusing.

ponyman 2005-08-22 04:16 PM

I found a helpful post by security man in which he described how he uses advertisers, campaigns etc.

advertisers are each sponsor, then within each advertiser are campaigns which are the niches or sites for that sponsor

publishers are your websites or niches, and zones are specific places on a webpage where you want ads to appear.

This helped me tremendously, and now I'm beginning to wonder just how I operated and made sales without phpadsnew! This program is amazing! WOW!

ponyman 2005-08-22 05:50 PM

I'm using the javascript invocation code, as my pages are straight .html and not .php. This seems to be causing my pages to load much more slowly :(

Does anyone know a fix for this?

Here's a link to that awesome Security Man post: http://www.greenguysboard.com/board/...9&postcount=16

ronnie 2005-08-22 06:23 PM

Quote:

Originally Posted by ponyman
I'm using the javascript invocation code, as my pages are straight .html and not .php. This seems to be causing my pages to load much more slowly :(

Does anyone know a fix for this?
[/url]

Just run php on your html pages by adding this line to your htaccess file:

AddType application/x-httpd-php .html

Been using it for a long time. Put any php on your html pages and it runs fine.

ronnie

ponyman 2005-08-22 06:39 PM

No way! It's not that easy is it? There must be some catch to this technique :)

ronnie 2005-08-22 07:31 PM

Quote:

Originally Posted by ponyman
No way! It's not that easy is it? There must be some catch to this technique :)

The catch is putting that line in your htaccess file, thats it. My main site, most all pages are html but I run a lot of php on them. So not only for phpadsnew, but for any php you want to run.

There have been people that say it can cause a slight load on the server, as it parses every html page for php before outputting, but I have not seen a problem myself. Nor have I heard any one else that has had a problem.

ronnie

ponyman 2005-08-23 12:25 AM

hmmm it's not working.

I put this in my .htaccess in the root and the folder, but it doesn't work. I see no phpadsnew calls on the page at all.

mudsnake 2005-08-23 01:53 AM

I put this in my .htaccess file
AddType application/x-httpd-php .html
on a test page and had no problem. How did you upload the banners? local banner(Sql) is were I put mine unless its a text ad.
EDIT:
ronnie thankyou for the info great |rock|

ponyman 2005-08-24 02:29 AM

hmm I still can't get this to work.

I put that snippet in my .htaccess file and then use the local invocation codes... but nothing appears :(

Phpadsnew admin runs kinda slow it seems, too.

Preacher 2005-08-24 12:33 PM

Quote:

Originally Posted by ponyman
Phpadsnew admin runs kinda slow it seems, too.

Same here, but if I recall didn't you recently move to WebAir? I'm hosted there as well and all my SQL based calls are slow. It's an issue I'm going to be bringing up to them shortly.

Lemmy 2005-08-24 02:54 PM

I'm also with Webair. Anything HTML is pretty fast, big movies load zippy, but if there's a database involved it's like watching paint dry (slowly). :(

Preacher 2005-08-24 03:46 PM

Whew. Glad to know it's not just me. :D

ponyman 2005-08-24 06:02 PM

Quote:

Originally Posted by Preacher
Same here, but if I recall didn't you recently move to WebAir? I'm hosted there as well and all my SQL based calls are slow. It's an issue I'm going to be bringing up to them shortly.

I've been with webair for a few years now, yes. Ponygirl is the webmaster who just moved to webair.

Halfdeck 2005-08-24 09:21 PM

Same here...HTML pages load at lightening speeds but pages with PHP can take 30 seconds to load. I tried to sort this out but seems they can't find the solution.

Also, I have some files in /stats/ directory that are already indexed by google/yahoo, and webair has a quirky setup where any call to /stats/ directory on a domain redirects to the webair login page, which makes moving one of my main domains over to webair pretty much impossible.

Quote:

Originally Posted by Lemmy
I'm also with Webair. Anything HTML is pretty fast, big movies load zippy, but if there's a database involved it's like watching paint dry (slowly). :(


Lemmy 2005-08-24 10:19 PM

Quote:

Originally Posted by Halfdeck
I tried to sort this out but seems they can't find the solution.

Could over congestion on the SQL servers be the problem? :D Cheap price comes at a cost. I'm counting my pennies to see when I can afford a dedicated server.

ronnie 2005-08-24 10:53 PM

Quote:

Originally Posted by ponyman
hmmm it's not working.

I put this in my .htaccess in the root and the folder, but it doesn't work. I see no phpadsnew calls on the page at all.

You could always put some php code on your html pages to make sure the htaccess line is working like,

PHP Code:

<? echo "This is php working on a html page"?>

If that works, you've eliminated the htaccess code.

ronnie

ponyman 2005-08-25 06:06 AM

Maybe this will work faster if I store the banners in a folder in the domain instead of in mysql?

ronnie 2005-08-25 08:02 AM

I've always stored/pulled banners from my sites, never stored them in MYSQL. Not sure if there is a real benifit to storing them in the DB. My thought, the more you store in the db, the more info it has to go through to run. The bigger the DB, the more chance it will be slower.

ronnie


All times are GMT -4. The time now is 10:20 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc