Dialer Statistics

From TMM Wiki
Jump to navigationJump to search
NATS 3
Skins & Templates Admin
Smarty Plugins
Skins
Editing Skins
Creating Skins
Switching Skins
Templates
nats_code
Affiliate Stats Template
Affiliate Support Template
Affiliate Login Template
custom errors.php
Template Array Variable
Detailed Stats
NATS Variables
Dialer Statistics
Affiliate Signup
Post URL Variables
Member Usernames & Passwords
Output An Affiliate's Last Paid Date
Custom Program and Campaign Selection Pages
CAPTCHA Removal
Username Recommendations
Password Retrieval
Post-Biller Templates
Geo-Target Join Options
Template Caching
Random Usernames and Passwords
Base Templates
Protecting Template Data
Mail Reseller Signup Template Variable Names
Smarty
Smarty print array
News Section Templating
Affiliate Signup Email
Getting The NATSCode
Checking for Usernames on All Sites
Adding Stats to Affiliate Pages
Affiliate Join Page Linkcodes

To show dialer statistics to your affiliates, edit the member_stats template and add one or more of the following variables.

Breakdown Stats

In the breakdown section ({section name=i loop=$stats[s]} .... {/section}), you can use the following variables:

  • {$stats[s][i].dialer} -- a day:hour:minute:second breakdown of how many dialer seconds there are
  • {$stats[s][i].dialer_earned|number_format:2} -- the amount of money made off the dialer seconds
  • {$stats[s][i].dialer_seconds} -- the total number of seconds.

Totals Section

In the totals section, at the very bottom, you can use the following variables:

  • {$total[s].dialer} -- a day:hour:minute:second breakdown of how many dialer seconds there are.
  • {$total[s].dialer_earned|number_format:2} -- the amount of money made off the dialer seconds
  • {$total[s].dialer_seconds} -- the total number of seconds.