Your IP : 18.117.254.177


Current Path : /home/lentoinv/finationglobal.com/account/
Upload File :
Current File : /home/lentoinv/finationglobal.com/account/subscriptionplans.php

<?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>Subscription Plans</title>

        <!-- 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" />
        <link href="../assets/css/plugins.css" rel="stylesheet" />

        <!--- FONT-ICONS CSS -->
        <link href="../assets/css/icons.css" rel="stylesheet" />

    </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') ?>
                <!--/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">Subscription Plans</h1>
                                    <ol class="breadcrumb">
                                        <li class="breadcrumb-item"><a href="javascript:void(0);">Home</a></li>
                                        <li class="breadcrumb-item active" aria-current="page">Subscription Plans</li>
                                    </ol>
                                </div>
                               <?php include('pagebtn.php') ?>
                            </div>
                            <!-- PAGE-HEADER END -->

<!-- ROW -->
<div class="row">


 <?php $fe = ['✅ Access to our Dashboard with a personal referral link

✅ Access to Buy a Property from Fination Global at 10% Discount

✅ Access to Join our Contribute to Own Program

✅ Access to only Stage 1 & 2

✅ Can be a Realtor to Sell our Landed Property and earn Commission 

✅ Will Have access to our Real Estate Training course.','✅ Access to our Dashboard with a personal referral link

✅ Access to Buy a Property from Fination Global at 10% Discount

✅ Access to Join our Contribute to Own Program

✅ Will have Access to only Stage 1 & 2

✅ Can be a Realtor to Sell our Landed Property and earn Commission 

✅ Will Have access to our Real Estate Training course

✅ Will have Access to our Financial Education Basic Coursem

✅ Will have access to Earn Commission from our contribute to own program','✅ Access to our Dashboard with a personal referral link

✅ Access to Buy a Property from Fination Global at 10% Discount

✅ Access to Join our Contribute to Own Program

✅ Will have Access to all Stages

✅ Can be a Realtor to Sell our Landed Property and earn Commission 

✅ Will Have access to our Real Estate Training Course

✅ Will have Access to our Financial Education Basic Course

✅ Will have Access to our Financial Education Advance Course

✅ Will have access to Earn Commission from our contribute to own program

✅ Will have access to join our group Investment projects'];



 $type = userName($uid,'pack'); $plan = [5,25,50];
                                        $pn = ['Regular','Pro','VIP'];
                                        $i=0;
                                        while($i<3){$e=$i++; 
                                        $st = $type>=$plan[$e] ? 'Disabled' : '';
                                        $act = $type>=$plan[$e] ? 'Activated' : 'Activate Now'; 
                                        $fea = explode('✅', $fe[$e]);
                                        ?>
                              <div class="col-md-4">
                                <div class="card">
                                    <div class="card-header">
                                    <h4><?=$pn[$e]?></h3></div>
                                    <div class="card-body">
                                 <h1 class="text-center">$<?=number_format($plan[$e],2)?></h1><hr>
                                 <?php $a = 1;
                                 while($a<count($fea)){$b=$a++; ?>
                                    <p>✅ <?= $fea[$b] ?></p>
                                <?php } ?>

           <form method="post"><button type="submit" value="<?=$plan[$e]?>" name="AccountActivation" onclick="return confirm('Are you sure you want to proceed?')" class="fund btn btn-primary btn-block mt-5" <?=$st?>><?=$act?></button></form> 
                             </div></div></div>
                         <?php } ?>




                     </div>
                        </div>
                        <!-- CONTAINER END -->
                    </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>
                <script>
                $(document).ready(function() {
                    $('#example').DataTable();
                } );

                function verifyUser(v){
            if(v==''){return; }
                  //  alert(v);
           // $('#veri').html(v);
                    $.ajax({
                        type: 'get',
                        url : 'control.php?verify='+v,
                    }).done(function(data){
                        if(data==0){ $('#veri').html('<div class="alert border-0 border-start border-5 border-danger alert-dismissible fade show py-2"><div class="d-flex align-items-center"><div class="font-35 text-danger"><i class="bx bxs-message-square-x"></i></div><div class="ms-3"><h6 class="mb-0 text-danger">Error</h6><div>You have entered an invalid Recipient ID. Reset and try again</div></div></div><button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button></div>'); 
                        $('#reset').html('');    }
                        else{ $('#veri').html(data);   $('#reset').html('<button type="button" onclick="sendCode()"  class="btn btn-primary">Proceed</button>'); }
                    }) 
                }


                function sendCode(){
                    var a = document.getElementById('amt').value;
                    var b = document.getElementById('vuser').value;
    //alert(a+b); 
    $.ajax({
        type: 'get',
        url : 'control.php?sendcode='+b+'&amt='+a,
    }).done(function(data){
        if(data==0){ $('#veri').html('<div class="alert border-0 border-start border-5 border-danger alert-dismissible fade show py-2"><div class="d-flex align-items-center"><div class="font-35 text-danger"><i class="bx bxs-message-square-x"></i></div><div class="ms-3"><h6 class="mb-0 text-danger">Error</h6><div>You have entered an invalid/expired Authentication Code. Reset and try again</div></div></div><button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button></div>'); 
        $('#reset').html('');    }
        else{ $('#veri').html(data);   $('#reset').html('<button type="submit" name="FundTransfer" class="btn btn-primary">Transfer Funds</button>'); }
    }) 
}
</script>

    </body>

</html>

?>