Affiliate Starting Balance
From TMM Wiki
Jump to navigationJump to searchGive your affiliates a starting balance by adding the following line to the nats/includes/config.php script.
$config['RESELLER_JOIN_PAYMENT'] = xxxx;
Replace xxxx is the amount you want to add to the affiliates account in cents.
For example, give a $10 sign-up bonus:
$config['RESELLER_JOIN_PAYMENT'] = 1000;