#############################################################
## iDevAffiliate Version 4.0 - Copyright by iDevDirect.com
## Site: http://www.idevdirect.com/
## Support: http://www.idevdirect.com/support/
## Email: support@idevdirect.com
#############################################################
session_start();
include ("templates/header.php");
include ("languages/$lang_pack/main_page.php");
?>
if ($paytype == 1) {
$par_type = $par1_line_3s;
$par_pay = $par2_line_5s;
} elseif ($paytype == 2) {
$par_type = $par1_line_3c;
$par_pay = $par2_line_5c;
} elseif ($paytype == 3) {
$par_type = $par1_line_3r;
$par_pay = $par2_line_5s; }
?>
print "$par_heading_1 $sitename $par_heading_2 $par1_line_1 $par1_line_2 $par_type "; ?> if ($ref) { print ""; } else { print ""; } ?>=$text_signup?>
print "$par_heading_3 $par2_line_1 $sitename $par2_line_2 $par2_line_3 $sitename, $par2_line_4 $par_pay
"; ?>
print "$par_heading_4 $par3_line_1
"; ?>
| =$text_5?> |
| =$text_0?> |
if (($paytype == 1) || ($paytype == 3)) { print "$line_sale"; } elseif ($paytype == 2) { print "$line_click"; } ?>
| | =$text_1?> |
if ($paytype == 2) {
if ($second_tier == 1) {
$complete = " $text_and $pay_total% $text_secondc";
print "$cur_sym$ppc $currency $text_firstc$complete";
} else {
$complete = "!";
print "$cur_sym$ppc $currency $text_firstc$complete"; } }
elseif ($paytype == 1) {
if ($second_tier == 1) {
$complete = " $text_and $pay_total% $text_seconds";
} else { $complete = "!"; }
$paylvl = $paylvl * 100;
if ($paylevels > 1) {
$prefix = $paymax * 100;
print "$paylvl% - $prefix% $text_firsts$complete";
} else {
print "$paylvl% $text_firsts$complete"; }
} elseif ($paytype == 3) {
if ($second_tier == 1) {
$complete = " $text_and $pay_total% $text_seconds";
} else { $complete = "!"; }
print "$cur_sym$pps_fr $currency $text_firsts$complete"; }
?>
|
if ($initialbalance != 0) { ?>
| =$text_2?> | =$cur_sym?> print
(number_format($initialbalance,2)); ?> =$currency?> - =$text_init?>
|
} ?>
if ($balance != 0) { ?>
|
=$text_3?>
| =$cur_sym?> print (number_format($balance,2)); ?> =$currency?> - =$text_bal?> |
} ?>
| =$text_4?> | print "$text_mail_1 $payday $text_mail_2"; ?> |
if ($ref) {
print ""; } else { print ""; } ?>
=$signup_1?>... =$signup_2?>
| |
include("templates/footer.php"); ?>