Your IP : 3.137.161.247
<?php
session_start(); ob_start();
?>
<!doctype html>
<html lang="en" dir="ltr">
<head>
<!-- META DATA -->
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=0'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Fination Global Services">
<meta name="author" content="Fination Global Services">
<meta name="keywords" content="">
<!-- FAVICON -->
<link rel="shortcut icon" type="image/x-icon" href="../assets/images/brand/favicon.ico" />
<!-- TITLE -->
<title>Geneology</title>
<link href="treestyle.css" rel="stylesheet">
<!-- BOOTSTRAP CSS -->
<link id="style" href="../assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- STYLE CSS -->
<link href="../assets/css/style.css" rel="stylesheet" />
<!--- FONT-ICONS CSS -->
<link href="../assets/css/icons.css" rel="stylesheet" />
<!-- Geneology -->
</head>
<body class="app sidebar-mini ltr light-mode">
<!-- GLOBAL-LOADER
<div id="global-loader">
<img src="../assets/images/loader.svg" class="loader-img" alt="Loader">
</div>-->
<!-- /GLOBAL-LOADER -->
<!-- PAGE -->
<div class="page">
<div class="page-main">
<!-- app-Header -->
<?php include('header.php');
$teamx = $pro->stageTeamx($uidx); if($stage>1 AND $teamx==14){ $pro->promoteUserToStageNew($uid,$stage); }
if($stage>1 AND $teamx>sqL3('wallet','id',$uid,'type',12,'stage',$stage)){ $pro->payMatrixBonus($uid,$stage); }
?>
<!--/APP-SIDEBAR-->
<!--app-content open-->
<div class="main-content app-content mt-0">
<div class="side-app">
<!-- CONTAINER -->
<div class="main-container container-fluid">
<!-- PAGE-HEADER -->
<div class="page-header">
<div>
<h1 class="page-title">Matrix Geneology</h1>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="javascript:void(0);">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Matrix Geneology</li>
</ol>
</div>
<?php include('pagebtn.php'); ?>
</div>
<!-- PAGE-HEADER END -->
<div class="card">
<div class="card-title">
<h5 class="m-4">Matrix Geneology
<div style="float:right;">
<form method="get">Search User Structure:
<input type="text" name="user" placeholder="Username" >
</form>
</div>
</h5>
<hr/>
<?php
if(isset($_POST['getStage'])){
$_SESSION['stage'] = $_POST['getStage'];
}
if(isset($_GET['user']) AND $_GET['user']!=0){
if(userName2($user,'sn')<userName2($_GET['user'],'sn')){
$user=$_GET['user'];
$uid = sqLx('user','user',$user,'id');
$stage = userName($uid,'stage');
$uidx = userName($uid,'sn');
}
}
$yy = userName($uid,'a1');
$y = userNameSn($yy,'user');
?>
</div>
<div class="card-body mt-0 pt-0">
<form method="post">
<?php $stag = $_SESSION['stage']??$stage;
$i=1; while($i<=$stage){ $e=$i++; $col = $stag==$e ? 'primary' : 'white'; ?><button class="btn btn-<?= $col ?>" name="getStage" value="<?= $e ?>">Stage <?= $e ?></button> <?php } ?>
</form><div class="table-responsive mt-3">
<center>
<figure>
<?php $stage = $_SESSION['stage']??$stage;
if($stage==1){ ?>
<ul class="tree">
<li><span class="btn"><a href="?user=<?=$y?>"><img src="uploads/<?= $pro->stageHead1($stage) ?>"><br><?= $user ?></a></span>
<ul>
<?php $emp = [];
$sql = $db->query("SELECT * FROM user WHERE a1='$uidx' ");
$n = mysqli_num_rows($sql);
while($row=mysqli_fetch_assoc($sql)){ $key = $row['sn'];
$legs = $pro->stageTeamHeadsGen($key,$stage); ?>
<li><?= $pro->stageHead($legs,0,1) ?>
<ul>
<li><?= $pro->stageHead($legs,1,1) ?></li>
<li><?= $pro->stageHead($legs,2,1) ?></li>
</ul>
</li>
<?php } ?>
<?php if($n==0){ ?>
<li><?= $pro->stageHead($emp,0,1) ?>
<ul>
<li><?= $pro->stageHead($emp,1,1) ?></li>
<li><?= $pro->stageHead($emp,2,1) ?></li>
</ul>
</li>
<li><?= $pro->stageHead($emp,0,1) ?>
<ul>
<li><?= $pro->stageHead($emp,1,1) ?></li>
<li><?= $pro->stageHead($emp,2,1) ?></li>
</ul>
</li>
<?php } ?>
<?php if($n==1){ ?>
<li><?= $pro->stageHead($emp,0,1) ?>
<ul>
<li><?= $pro->stageHead($emp,1,1) ?></li>
<li><?= $pro->stageHead($emp,2,1) ?></li>
</ul>
</li>
<?php } ?>
</ul>
</li>
</ul>
<?php }else{
?>
<ul class="tree">
<li><span class="btn"><a href="?user=<?=$y?>"><img src="uploads/<?= $pro->stageHead1($stage) ?>"><br><?= $user ?></a></span>
<ul>
<?php $sql = $db->query("SELECT * FROM user WHERE a1='$uidx' ");
while($row=mysqli_fetch_assoc($sql)){ $key = $row['sn'];
$legs = $pro->stageTeamHeadsGen($key,$stage); $n = count($legs);
?>
<li><?= $pro->stageHead($legs,0,$stage) ?>
<ul>
<li><?= $pro->stageHead($legs,1,$stage) ?>
<ul>
<li><?= $pro->stageHead($legs,3,$stage) ?></li>
<li><?= $pro->stageHead($legs,4,$stage) ?></li>
</ul>
</li>
<li><?= $pro->stageHead($legs,2,$stage) ?>
<ul>
<li><?= $pro->stageHead($legs,5,$stage) ?></li>
<li><?= $pro->stageHead($legs,6,$stage) ?></li>
</ul>
</li>
</ul>
</li>
<?php } ?>
</ul>
</li>
</ul>
<?php } ?>
</figure>
</center>
<?php
// $stage = 2;
// $pin =8 ;
// $arr = $pro->teamHeads($uidx,$stage);
// if(in_array($pin, $arr)){
// echo userNameSn($pin,'user');
// }
?>
</div>
</div><!--end row-->
</div>
</div>
<div class="card p-3">
<h4>Total Structure Team </h4>
<?php $legs = $pro->userLegs($uidx); $l = $legs[0]??0; $r= $legs[1]??0; ?>
<hr>
<table class="table table-striped">
<tr><th>Team Plan</th><th>Left</th><th>Right</th><th>Total</th></tr>
<tr><th>Regular</th><th><?php $a = $pro->totalPackTeamLeg($l,5); echo $a; ?></th><th><?php $b = $pro->totalPackTeamLeg($r,5); echo $b ?></th><th><?=($a+$b)?></th></tr>
<tr><th>Pro</th><th><?php $a = $pro->totalPackTeamLeg($l,25); echo $a; ?></th><th><?php $b = $pro->totalPackTeamLeg($r,25); echo $b; ?></th><th><?=($a+$b)?></th></tr>
<tr><th>VIP</th><th><?php $a = $pro->totalPackTeamLeg($l,50); echo $a; ?></th><th><?php $b = $pro->totalPackTeamLeg($r,50); echo $b; ?></th><th><?=($a+$b)?></th></tr>
</table>
</div>
</div>
<!-- ROW --></div>
</div>
<!--app-content end-->
</div>
<!-- FOOTER -->
<?php include('footer.php'); ?>
<!-- FOOTER END -->
</div>
<!-- BACK-TO-TOP -->
<a href="#top" id="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JQUERY JS -->
<script src="../assets/js/jquery.min.js"></script>
<!-- BOOTSTRAP JS -->
<script src="../assets/plugins/bootstrap/js/popper.min.js"></script>
<script src="../assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- SPARKLINE JS-->
<script src="../assets/js/jquery.sparkline.min.js"></script>
<!-- CHART-CIRCLE JS-->
<script src="../assets/js/circle-progress.min.js"></script>
<!-- CHARTJS CHART JS-->
<script src="../assets/plugins/chart/Chart.bundle.js"></script>
<script src="../assets/plugins/chart/utils.js"></script>
<!-- PIETY CHART JS-->
<script src="../assets/plugins/peitychart/jquery.peity.min.js"></script>
<script src="../assets/plugins/peitychart/peitychart.init.js"></script>
<!-- INTERNAL SELECT2 JS -->
<script src="../assets/plugins/select2/select2.full.min.js"></script>
<!-- INTERNAL Data tables js-->
<script src="../assets/plugins/datatable/js/jquery.dataTables.min.js"></script>
<script src="../assets/plugins/datatable/js/dataTables.bootstrap5.js"></script>
<script src="../assets/plugins/datatable/dataTables.responsive.min.js"></script>
<!-- ECHART JS-->
<script src="../assets/plugins/echarts/echarts.js"></script>
<!-- SIDE-MENU JS-->
<script src="../assets/plugins/sidemenu/sidemenu.js"></script>
<!-- Sticky js -->
<script src="../assets/js/sticky.js"></script>
<!-- SIDEBAR JS -->
<script src="../assets/plugins/sidebar/sidebar.js"></script>
<!-- Perfect SCROLLBAR JS-->
<script src="../assets/plugins/p-scroll/perfect-scrollbar.js"></script>
<script src="../assets/plugins/p-scroll/pscroll.js"></script>
<script src="../assets/plugins/p-scroll/pscroll-1.js"></script>
<!-- APEXCHART JS -->
<script src="../assets/js/apexcharts.js"></script>
<!-- INDEX JS -->
<script src="../assets/js/index1.js"></script>
<!-- Color Theme js -->
<script src="../assets/js/themeColors.js"></script>
<!-- swither styles js -->
<script src="../assets/js/swither-styles.js"></script>
<!-- CUSTOM JS -->
<script src="../assets/js/custom.js"></script>
</body>
</html>