File Manager
Viewing File: dashboard.php
<?php
include('auth.php')
?>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.4">
<link href="db_files/css.css" rel="stylesheet">
<!-- font-family: 'Open Sans', sans-serif; -->
<link href="db_files/bootstrap.css" rel="stylesheet" type="text/css">
<link href="db_files/custom.css" rel="stylesheet" type="text/css">
<link href="db_files/default.css" rel="stylesheet" type="text/css">
<link href="db_files/tab.css" rel="stylesheet" type="text/css">
<title>fxinvestcapital | User Dashboard</title>
<!--Favicon add-->
<link rel="shortcut icon" type="icon.png">
<script async="" src="db_files/app.js" charset="UTF-8" crossorigin="*"></script><script async="" src="db_files/default.js" charset="UTF-8" crossorigin="*"></script><script src="db_files/jquery.js" type="text/javascript"></script>
<script src="db_files/setting2.js" type="text/javascript"></script>
<script src="db_files/tab.js" type="text/javascript"></script>
<script src="db_files/bootstrap.js" type="text/javascript"></script>
</head>
<body class="loginarea">
<div class="wrapper-account">
<div class="headerContainer">
<div class="headerInner"> <a href="#" id="logo"></a>
<div class="hdRight">
<div class="mainNavRight">
<div class="navbar">
<div class="navbar-inner">
<ul class="nav">
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="inside_inner_account">
<div class="member_wrap">
<div class="membersidebar">
<ul>
<li><a href="dashboard.php">My Account</a></li><li><a href="edit-profile.php">Edit Account</a></li><li><a href="deposit-fund.php">Deposits</a></li><li><a href="deposit-history.php">Deposits History</a></li><li><a href="withdraw-request.php">Withdraw</a></li><li><a href="withdraw-log.php">Withdrawals History</a></li><li><a href="dashboard.php">Referrals</a></li><li><a href="logout.php" onclick="event.preventDefault();
document.getElementById('logout-form').submit();">Logout</a></li>
<form id="logout-form" action="logout.php" method="POST" style="display: none;">
<input type="hidden" name="_token" value="JeV2HFKu2zNlYEjqf4iBhqUqYRRXnTVbWim7vmep">
</form>
</ul>
</div>
<div class="member-container">
<div class="account_top">
<div class="user_left">
<h2>Welcome, <span><?php echo $_SESSION['varuname']; ?></span></h2>
</div>
<div class="affiliate_top">Affiliate Link:<a href="https://fxinvestcapital.com/register.html#<?php echo $_SESSION['varuname']; ?>" class="ref-link">https://fxinvestcapital.com/register.html#<?php echo $_SESSION['varuname']; ?></a></div>
<div class="get_banners"><a href="dashboard.php">Get Banners</a></div>
</div>
<div class="member_right">
<center>
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div id="tradingview_f933e"><div id="tradingview_07c73-wrapper" style="position: relative;box-sizing: content-box;width: 1050px;height: calc(500px - 32px);margin: 0 auto !important;padding: 0 !important;font-family:Arial,sans-serif;"><div style="width: 1050px;height: calc(500px - 32px);background: transparent;padding: 0 !important;"><iframe id="tradingview_07c73" src="db_files/a.html" style="width: 100%; height: 100%; margin: 0 !important; padding: 0 !important;" allowtransparency="true" scrolling="no" allowfullscreen="" frameborder="0"></iframe></div></div></div>
<div class="tradingview-widget-copyright" style="width: 100%;"><a href="#" rel="noopener" target="_blank"><span class="blue-text"></span> <span class="blue-text">Personal trading chart</span></a></div>
<script type="text/javascript" src="db_files/tv.js"></script>
<script type="text/javascript">
new TradingView.widget(
{
"width": 1050,
"height": 500,
"symbol": "BITFINEX:BTCUSD",
"interval": "1",
"timezone": "Etc/UTC",
"theme": "Dark",
"style": "9",
"locale": "en",
"toolbar_bg": "#f1f3f6",
"enable_publishing": false,
"hide_side_toolbar": false,
"allow_symbol_change": true,
"calendar": true,
"studies": [
"BB@tv-basicstudies"
],
"container_id": "tradingview_f933e"
}
);
</script>
</div>
<!-- TradingView Widget END -->
<h3 class="account_main">Account Overview</h3>
<div class="account_overview_wrap">
<div class="user-info">
<div class="ctn-invesment-part ctn-invesment-part1">
<p>Your username:</p>
<h4><?php echo $_SESSION['varuname']; ?></h4>
</div>
<div class="ctn-invesment-part ctn-invesment-part2">
<p>Registration Date:</p>
<h4><?php echo $_SESSION['vartdate']; ?></h4>
</div>
<div class="ctn-invesment-part ctn-invesment-part3">
<p>Last access IP:</p>
<h4><?php echo $_SESSION['varip']; ?></h4>
</div>
</div>
</div>
<div class="account_overview_wrap">
<div class="ctn-invesment-part ctn-invesment-part1"> <span class="imageblock"></span>
<h4> <?php echo $_SESSION['varcurrency']; ?> <?php echo number_format($_SESSION['varadeposit'],2,'.',','); ?></h4>
<p>ACTIVE DEPOSITS</p>
<div class="links"><a href="#">Make A Deposit</a></div>
</div>
<div class="ctn-invesment-part ctn-invesment-part2"> <span class="imageblock"></span>
<h4> <?php echo $_SESSION['varcurrency']; ?> <?php echo number_format($_SESSION['varbal'],2,'.',','); ?></h4>
<p>YOUR BALANCE</p>
<div class="links"><a href="withdraw-request.php">Withdrawal </a></div>
</div>
<div class="ctn-invesment-part ctn-invesment-part3"> <span class="imageblock"></span>
<h4> <?php echo $_SESSION['varcurrency']; ?> <?php echo number_format($_SESSION['vartearn'],2,'.',','); ?></h4>
<p>ADDED BONUS</p>
<div class="links"><a href="deposit-history.php">My Deposits</a></div>
</div>
</div>
<br>
<h3 class="account_main">Your Deposits/Withdrawals</h3>
<div class="account_stat">
<div class="contentLeft">
<div class="ctn-inves-row invers-part5">
<p> <?php echo $_SESSION['varcurrency']; ?> <?php echo number_format($_SESSION['varldeposit'],2,'.',','); ?></p>
<h1>Last Deposit</h1>
</div>
<div class="ctn-inves-row invers-part6">
<p> <?php echo $_SESSION['varcurrency']; ?> <?php echo number_format($_SESSION['vartdeposit'],2,'.',','); ?></p>
<h1>Total Deposit</h1>
</div>
<div class="ctn-inves-row invers-part7">
<p> <?php echo $_SESSION['varcurrency']; ?> <?php echo number_format($_SESSION['vartwithdrawal'],2,'.',','); ?></p>
<h1>Total Earning</h1>
</div>
<div class="ctn-inves-row invers-part8">
<p> <?php echo $_SESSION['varcurrency']; ?> <?php echo number_format($_SESSION['varlwithdrawal'],2,'.',','); ?></p>
<h1>Commission</h1>
</div>
</div>
</div>
</center></div><!--end column-70-->
</div>
</div>
</div><style>.tradingview-widget-copyright {font-size: 13px !important; line-height: 32px !important; text-align: center !important; vertical-align: middle !important; font-family: 'Trebuchet MS', Arial, sans-serif !important; color: #9db2bd !important;} .tradingview-widget-copyright .blue-text {color: #2196f3 !important;} .tradingview-widget-copyright a {text-decoration: none !important; color: #9db2bd !important;} .tradingview-widget-copyright a:visited {color: #9db2bd !important;} .tradingview-widget-copyright a:hover .blue-text {color: #38acdb !important;} .tradingview-widget-copyright a:active .blue-text {color: #299dcd !important;} .tradingview-widget-copyright a:visited .blue-text {color: #2196f3 !important;}</style>
<div class="contentBotContainer">
<div class="contentBotInner">
<div class="ctn-top-solid">
<h1>btc network </h1>
<h2> wallets: </h2>
<div class="solid-top">
<a href="https://trustwallet.com/" class="solidTop1"></a>
<a href="https://www.coinmama.com/" class="solidTop2"></a>
<a href="https://www.bitcoin.com" class="solidTop3"></a>
<a href="https://crypto.com/" class="solidTop4"></a>
</div>
</div>
<div class="clearfix"></div>
<div class="ctn-bot-solid">
<p>Market Cap: <span>$55516960.00</span></p>
<p>Hashrate: <span>60153254.76</span></p>
<p>Difficulty: <span>70156257</span></p>
<p>Total Blocks: <span>982882</span> </p>
<p>Network Speed: <span>228.5 PH/s</span></p>
</div>
</div>
</div>
<div class="footerContainer">
<div class="footerInner">
<div class="ctn-footer-top">
<div class="ctn-ft-left">
<p>© Copyright © 2020 fxinvestcapital. All Right Reserved.</p>
</div>
<div class="ctn-ft-mid">
<a href=""><img src="db_files/logo.png"></a>
</div>
<div class="ft-solid">
<a href="https://www.facebook.com//" target="_blank" class="per"></a>
<a href="https://twitter.com/" target="_blank" class="bit"></a>
</div>
<div class="ctn-ft-right">
<ul>
<li><a href="dashboard.php?a=rules">TERMS OF SERVICES</a></li>
<li><a href="dashboard.php?a=faq">FAQ</a></li>
<li><a href="dashboard.php?a=news">NEWS</a></li>
<li><a href="../index.html">CONTACT US</a></li>
</ul>
</div>
</div>
</div>
</div> <!-- end bot footer -->
<script type="text/javascript">
$(document).ready(function() {
$('.accordion>dl>dt>a').click(function()
{
$(this).toggleClass("rotate0");
});
/*------- parse price --------*/
function parsePriceCrypto()
{
returnString = "";
$.post( "https://min-api.cryptocompare.com/data/pricemulti?fsyms=BTC,LTC,ETH,BCH,XRP&tsyms=USD", function( data )
{
$('#price_btc').text('$'+data['BTC']['USD']);
$('#price_ltc').text('$'+data['LTC']['USD']);
$('#price_eth').text('$'+data['ETH']['USD']);
$('#price_bch').text('$'+data['BCH']['USD']);
$('#price_xrp').text('$'+data['XRP']['USD']);
});
}
parsePriceCrypto();
setInterval(function()
{
parsePriceCrypto();
}
, 5000);
});
$('.language').click(function() {
$(this).toggleClass('active');
});
$('.mobileMenu').click(function() {
$('.menu').toggleClass('mobile');
$(this).toggleClass('rotate');
});
</script>
</body></html>