Help - Search - Members - Calendar
Full Version: Cash Crusader Challenge For Techies
Get Paid Forum - Get Paid Discussion > Webmaster's Corner > General Discussion on Building, Running & Making Money from a Website
freeandeasy
Here's a good one, can anyone figure out how I can do this:

Currently, ad stats are called up by one tag for each ad type. For example, rotating banner ad stats are called up by this snippet:
CODE
<? banner_ad_stats("<tr bgcolor=cccccc>
<td align=right>
<font face=arial color=000066>","</td><td align=right>
<font face=arial color=000066>","</td></tr>","show");?>

(That's my colors in there lol).

Anyhow, this gives stats for all rotating banner ad groups.
I very much need to show separate stats for certain ad groups.
For example, if I had the ad groups banner1 and banner2, how would I show stats for ad group banner1 separately from ad group banner2?
SelfSupportiveSolutions
I don't think it's possible - at least not by the usual methods. unsure.gif
dreamlies
I just showed this to Jeremiah and he said you would have to have code written to do that. It can't be done the way it is set up now.
Julie
lawsonic

if you rename the code of <? banner_ad_stats etc. to
<? banner_ad_stats1

and copy it and rename it to <? banner_ad_stats2 etc.

then put banners of the same group in each relative page

would that start to solve your problem?

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.