Your IP : 18.116.85.111


Current Path : /home/lentoinv/covisclubinternational.com/profile/
Upload File :
Current File : /home/lentoinv/covisclubinternational.com/profile/promo3.php

<?php
session_start();
include("lib/connect.inc.php");
$uid = $covis->Uid();
//$covis->addMm();


function getNewUsers($sn){
    global $db;
    $mm=date('Ym');
    $sql = $db->query("SELECT * FROM user WHERE sponsor='$sn' AND mm='$mm' ");
    return mysqli_num_rows($sql);
}

?>

    <!DOCTYPE html>
    <html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <link rel="stylesheet" href="treant/examples/tree/basic-example2.css">
        <!-- Neptune CSS -->
        <link rel="stylesheet" href="css/core.css">
        <title>Monthly Promo</title>
         <link rel="shortcut icon" href="img/fav.png" />
        <link rel="stylesheet" href="treant/Treant.css">
        <link rel="stylesheet" href="treant/examples/tree/basic-example2.css">
        <!-- Neptune CSS -->
        <link rel="stylesheet" href="css/core.css">
        <!-- Neptune CSS -->


        <!-- Tell the browser to be responsive to screen width -->
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <!-- Neptune CSS -->
        <link rel="stylesheet" href="css/core.css">
        <!-- Vendor CSS -->
        <link rel="stylesheet" href="../vendor/bootstrap4/css/bootstrap.min.css">
        <link rel="stylesheet" href="../vendor/themify-icons/themify-icons.css">
        <link rel="stylesheet" href="../vendor/font-awesome/css/font-awesome.min.css">
        <link rel="stylesheet" href="../vendor/animate.css/animate.min.css">
        <link rel="stylesheet" href="../vendor/jscrollpane/jquery.jscrollpane.css">
        <link rel="stylesheet" href="../vendor/waves/waves.min.css">
        <link rel="stylesheet" href="../vendor/switchery/dist/switchery.min.css">
        <link rel="stylesheet" href="../vendor/morris/morris.css">
        <link rel="stylesheet" href="../vendor/dropify/dist/css/dropify.min.css">
        <!-- Font Awesome -->
        <?php include('head.php'); ?>
    </head>
    <body class="hold-transition sidebar-mini layout-fixed">

    <?php include('nav.php'); ?>


                <!-- Content -->
    <div class="table-responsive">
        <div class="content-wrapper">
    <section class="content-header">
      <div class="container-fluid">
        <div class="row mb-2">
          <div class="col-sm-8">
            <h1>Candidate: Monthly achievers challenge</h1>
          </div>
          <div class="col-sm-4">
            <ol class="breadcrumb float-sm-right">
              <li class="breadcrumb-item"><a href="index.php">Home</a></li>
              <li class="breadcrumb-item active">Monthly achievers challenge</li>
            </ol>
          </div>
        </div>
      </div><!-- /.container-fluid -->
    </section>

                    <div id="refresh"><?php if(isset($report)){$covis->Alert(); } ?></div>

                    <div class="content">
                    <div class="container-fluid">
                     <div class="row">
                        <div class="col-md-12">
                            <div class="card">
                            
                                    <div class="card-header text-white bg-dark">
                                    <h5> Candidate: Monthly achievers challenge  <?php echo strtoupper(date('F, Y')) ?></h5>
                                    </div>
                        
                        <div class="card-body">

                            <table class="table table-striped table-bordered dataTable" id="example1">
                                <thead>
                                <tr>

                                    <th>Name(s)</th>
                                    <th>Email</th>
                                    <th>Username</th>  <th>Country</th>
                                    <th>Total Referral</th>
                                    <th>This Month Referral</th> <th>Position</th>
                                    <th>Joined</th>

                                </tr>
                                </thead>
                                <tbody>
                                <?php

                                $score='';
                                $sql = $db->query("SELECT * FROM user WHERE sp>19 ORDER BY sp DESC "); $e = 0;
                                while($row = $sql->fetch_assoc()) { $new=getNewUsers($row['sn']);
                                    if($new>19){
                                        $score .= $new.$row['level'].'.'.$row['sn'].',';
                                    }
                                }

                                $sc = explode(',', $score);  rsort($sc);
                                $lim = count($sc)<11 ? count($sc) : 10 ;

                                $i = 0; while($i<$lim){ $e=$i++; $key = explode('.',$sc[$e]); $sn = $key[1];  $id = $covis->keyToId($sn);
                                    $sw = userName($id,'sn');
                                    ?>

                                    <tr>

                                        <td><?php echo userName($id) ?></td>
                                        <td><?php echo userName($id,'email') ?></td>
                                        <td><?php echo userName($id,'user') ?></td>
                                        <td><?php echo userName($id,'state') ?>, <?php echo str_replace(',', '', userName($id,'country')) ?> </td>
                                        <td><?php echo userName($id,'sp') ?></td>
                                        <td><?php echo getNewUsers($sn); ?></td><td><?php echo $e+1; ?></td>
                                        <td><?php echo date('jS M, Y', strtotime(userName($id,'created'))) ?></td>

                                    </tr>

                                <?php }  ?>
                                </tbody>
                                <tfoot>

                                </tfoot>
                            </table>

                            <p>NOTE: Only members that have refered up to 20 will show up in the list</p>

                        </div>
                    </div>
                    </div>


                </div>
                <!-- /.card-body -->

            <!-- /.card -->

            <!-- right col -->
        </div>
        <!-- /.row (main row) -->
    </div><!-- /.container-fluid -->

    <!-- /.content -->
    </div>
    <!-- /.content-wrapper -->
    <?php include('foot.php'); ?>

    <!-- Control Sidebar -->
    <aside class="control-sidebar control-sidebar-dark">
        <!-- Control sidebar content goes here -->
    </aside>
    <!-- /.control-sidebar -->
    </div>
    <!-- ./wrapper -->

   <!-- jQuery -->
<script src="../plugins/jquery/jquery.min.js"></script>
<!-- jQuery UI 1.11.4 -->
<script src="../plugins/jquery-ui/jquery-ui.min.js"></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
    $.widget.bridge('uibutton', $.ui.button)
</script>
<!-- Bootstrap 4 -->
<script src="../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- ChartJS -->
<script src="../plugins/chart.js/Chart.min.js"></script>
<!-- Sparkline -->
<script src="../plugins/sparklines/sparkline.js"></script>
<!-- JQVMap -->
<script src="../plugins/jqvmap/jquery.vmap.min.js"></script>
<script src="../plugins/jqvmap/maps/jquery.vmap.usa.js"></script>
<!-- jQuery Knob Chart -->
<script src="../plugins/jquery-knob/jquery.knob.min.js"></script>
<!-- daterangepicker -->
<script src="../plugins/moment/moment.min.js"></script>
<script src="../plugins/daterangepicker/daterangepicker.js"></script>
<!-- Tempusdominus Bootstrap 4 -->
<script src="../plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Summernote -->
<script src="../plugins/summernote/summernote-bs4.min.js"></script>
<!-- overlayScrollbars -->
<script src="../plugins/overlayScrollbars/js/jquery.overlayScrollbars.min.js"></script>
<!-- AdminLTE App -->
<script src="../dist/js/adminlte.js"></script>
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<script src="../dist/js/pages/dashboard.js"></script>
<!-- AdminLTE for demo purposes -->
<script src="../dist/js/demo.js"></script>
<!-- DataTables -->
<script src="../plugins/datatables/jquery.dataTables.min.js"></script>
<script src="../plugins/datatables-bs4/js/dataTables.bootstrap4.min.js"></script>
<script src="../plugins/datatables-responsive/js/dataTables.responsive.min.js"></script>
<script src="../plugins/datatables-responsive/js/responsive.bootstrap4.min.js"></script>


<!-- page script -->
<script>
    $(function () {
        $("#example1").DataTable({
            "responsive": true,
            "autoWidth": false,
        });
        $('#example2').DataTable({
            "paging": true,
            "lengthChange": true,
            "searching": true,
            "ordering": true,
            "info": true,
            "autoWidth": false,
            "responsive": true,
        });
    });
</script>



<!-- page script -->
<script type="text/javascript">
    <?php
    // if($covis->globeStage($uidy)==1 ){
    if($stages==1 ){
        echo $covis->covisTreeGlobe($uid);
    }else{
        echo $covis->covisTree4Globe($uid);
    }
    ?>
</script>

<script src="treant/vendor/raphael.js"></script>
<script src="treant/Treant.js"></script>


<script>
    new Treant( chart_config );
</script>


</body>
</html>

?>