Existing Advertisers
An
existing advertiser can login at advertiser.php.
The login page is based on template advertiser_login.html. This template has several variables, these are used only if someone already
filled in the form and sent it out but the system rejected it for
some reason (probably wrong username or password). The following variables are available:
#%info%# |
Description of the reason why the form was rejected |
#%username%# |
Entered Username |
#%password%# |
Entered Password |
Users Area
At the top of each page inside the advertising area is automatically added content of template _head_advertiser.txt. This template contains common variables like #%site_title%#, #%site_url%# and also the menu which is at the top in advertisers area, this menu shows all available options. At the end of each page inside advertisers area is automatically added content of the template _footer_advertiser.txt. This template contains only a single variable #%advertiser_footer_options%#. This variable shows content of the template advertiser_options_footer.txt if no one ad is currently selected. If the advertiser selected a particular ad, it shows a content related to the selected ad - the template is advertiser_ad_footer.txt.
Home Page
Once an advertiser has been logged in, he/she can see
a page based on template advertiser_home.html. The home page shows basic
statistic, messages from admin and there are also links to "create an ad"
form, to the list of all existing ads and also to the list of all existing payments.
There are these variables
available:
#%site_url%# |
URL of your site. |
#%currency%# |
Currency used on your site. |
#%name%# |
Name of the advertiser. |
#%info%# |
It displays an information that this user has no funds on his/her account (if applicable). |
#%i_received%# |
Number of received clicks and impressions and ratio received by this advertiser. |
#%i_unused%# |
Number of unused clicks and impressions in all ads of this advertiser. |
#%funds%# |
Available funds (money). |
#%paid_amount%# |
Total paid amount for all existing orders. |
#%hide_refer_begin%# |
These variables are related to the referral system. You can set that advertisers can earn money for new advertisers they refer. |
#%hide_unread_messages_begin%# |
These variables show number of unread messages from admin or hide this info if there is no one unread message. You can send messages to individual users in administration. These messages are then displayed in users area. Also all users can send messages to admin. |
#%hide_messages_begin%# |
These variables show messages you sent to all advertisers. The option to send a message to all advertisers is available in administration => Messages for users. |