Public Pages
On the top of each public page is automatically added content of template _head_public.txt. At the end of each page is automatically inserted content of template _footer_public.txt. It may save you a lot of time when you will need to change something on all pages.
Home page
The home page uses the template index.html.
Info page
There is a page which contains information
and statistic of your system. This page is available to all your visitors. This
may be useful for potential advertisers and publishers. URL of this page is
info.php. If you prefer to not to public these numbers, delete this file
from your server.
This page uses the template public_info.html, these variables are available:
#%total_ads%# |
Total number of ads in your system. |
#%i_total%# |
Total number of impressions. |
#%c_total%# |
Total number of clicks. |
#%r_total%# |
Total ratio clicks/impressions. |
#%i_pub_total%# |
Total number of impressions and clicks and total ratio on places of all publishers. |
#%month_name%# |
Name of the current month. |
#%year%# |
Number of the current year. |
#%i_month%# |
Total number of impressions and clicks and total ratio in the current month. |
#%i_pub_month%# |
Total number of impressions and clicks and total ratio on places of all publishers in the current month. |
#%graph_today_impressions%# |
Graphs with numbers of today's impressions, clicks and ratio. It shows numbers for each hour of the current day. |
#%graph_days_impressions%# |
Graphs with numbers of impressions, clicks and ratio in the current month. It shows numbers for each day of that month. |
#%graph_months_impressions%# |
Graphs with numbers of impressions, clicks and ratio in the current year. It shows numbers for each month of that year. |
#%month_countries%# |
A list of Top 20 countries where the ads were displayed in the current month. |
#%hide_countries_begin%# |
These variables create HTML comment tags in the case that the countries graph is not applicable because the log of countries is disabled in your Configuration. |