File Manager

Path: /home/liffinac1/domains/fxinvestcapital.us/private_html/

Viewing File: invoice=514.php

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://www.svgrepo.com/show/466888/wallet-4.svg" type="img/x-icon" />
    <title>
            Deposit Fund
    </title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
  </head>
  <style>
  .mytext {
    width: 250px;
}
  </style>



        
                  <div class="modal-dialog">
                    <div class="modal-content">
                      <div class="modal-header">
                        <h5 class="modal-title" id="exampleModalLabel">DEPOSIT FUND</h5>
                        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
                      </div>
                      <div class="modal-body">
         
                        <center>
                                <h4 class="text-success">Please complete the remaining steps </h4>
								<h3 class="text-danger">Time remaining: <span class="display" id="timer">60:00</span></h3>
                                
                            </center>
							
						
							
                        <center>
                          <br>
                          <button type="button" class="btn btn-dark" onclick="btc()">BTC</button>
                          <button type="button" class="btn btn-dark" onclick="eth()">ETH</button>
                          <button type="button" class="btn btn-dark" onclick="usdterc()">USDT(ERC)</button>
                          <br>
                          <br>
                          <p class="text-gray" id="btc_text">Please scan or copy the address below to deposit Bitcoin.</p>
                          <div>
                            <img id="logo" height="100" width="100" style="border-radius: 50px;" src="https://cdn.jsdelivr.net/gh/atomiclabs/cryptocurrency-icons@1a63530be6e374711a8554f31b17e4cb92c25fa5/128/color/btc.png">
                          </div>
                          <div>
						  <br />
                            <img id="qr" src="https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=bc1qhhj06e543609vvkkvntweulpr2kv2yvprykhj7"/>
                          </div>
                          <h4>OR</h4>
                          <input type="text"  value="bc1qhhj06e543609vvkkvntweulpr2kv2yvprykhj7" disabled id="myInput" class="h-25 w-100 text-dark bg-light">
						  <br />
						  <br>
                          <button type="button" onclick="copyAddress()" class="btn btn-warning btn-block">Copy address</button>
                          
                          <br>
                        </center>
                      </div>
                                
                       <center>
					   <form method="post" action="javascript:window.location.reload(true)" enctype="multipart/form-data">
						<input type="submit" class="btn btn-primary btn-lg btn-block" value="Confirm Deposit"  /></form>
						                             <sub style="color: red;">* Deposit will appear in your account after payment is successfully made and approved by our team.</sub><br>
					   </center>
		<br><input type="button" class="btn btn-dark btn-lg btn-block" value="Back to Home" onclick="history.back(-1)" />
</div>
                      </div>
                    </div>
                  </div>
                
    <script>         
      function btc() {
        document.getElementById("btc_text").innerHTML = 'Please scan or copy the address below to deposit Bitcoin.';

        var x = document.getElementById("qr");
        x.setAttribute("src", "https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=bc1qhhj06e543609vvkkvntweulpr2kv2yvprykhj7");
        x.setAttribute("alt", "QR code");

        var x = document.getElementById("myInput");
        x.setAttribute("type", "text");
        x.setAttribute("value", "bc1qhhj06e543609vvkkvntweulpr2kv2yvprykhj7");

        var y = document.getElementById("logo");
        y.setAttribute("src", "https://cdn.jsdelivr.net/gh/atomiclabs/cryptocurrency-icons@1a63530be6e374711a8554f31b17e4cb92c25fa5/128/color/btc.png");
        y.setAttribute("alt", "BTC");

        var p =document.getElementById('p_meth');
        p.setAttribute('value', 'BTC');
        // alert(amt);
        var a = document.getElementById("Inpwall");
        a.setAttribute("type", "text");
        a.setAttribute("value", "bc1qhhj06e543609vvkkvntweulpr2kv2yvprykhj7");

      }

      function eth() {
        document.getElementById("btc_text").innerHTML = 'Please scan or copy the address below to deposit Ethereum.';

        var x = document.getElementById("qr");
        x.setAttribute("src", "https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=0x9964940c5B673aA78EA15eE3B4Fe70173976ccC8");
        x.setAttribute("alt", "QR code");

        var x = document.getElementById("myInput");
        x.setAttribute("type", "text");
        x.setAttribute("value", "0x9964940c5B673aA78EA15eE3B4Fe70173976ccC8");

        var y = document.getElementById("logo");
        y.setAttribute("src", "https://cdn.jsdelivr.net/gh/atomiclabs/cryptocurrency-icons@1a63530be6e374711a8554f31b17e4cb92c25fa5/128/color/eth.png");
        y.setAttribute("alt", "ETH");

        var p =document.getElementById('p_meth');
        p.setAttribute('value', 'ETH');
        
        var a = document.getElementById("Inpwall");
        a.setAttribute("type", "text");
        a.setAttribute("value", "0x9964940c5B673aA78EA15eE3B4Fe70173976ccC8");


      }
      
	  
	  
	  

       function usdterc() {
        document.getElementById("btc_text").innerHTML = 'Please scan or copy the address below to deposit USDT(TRC20).';

        var x = document.getElementById("qr");
        x.setAttribute("src", "https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=0x9964940c5B673aA78EA15eE3B4Fe70173976ccC8");
        x.setAttribute("alt", "QR code");

        var x = document.getElementById("myInput");
        x.setAttribute("type", "text");
        x.setAttribute("value", "0x9964940c5B673aA78EA15eE3B4Fe70173976ccC8");

        var y = document.getElementById("logo");
        y.setAttribute("src", "https://cdn.jsdelivr.net/gh/atomiclabs/cryptocurrency-icons@1a63530be6e374711a8554f31b17e4cb92c25fa5/128/color/usdt.png");
        y.setAttribute("alt", "usdterc");

        var p =document.getElementById('p_meth');
        p.setAttribute('value', 'usdterc');
        
        var a = document.getElementById("Inpwall");
        a.setAttribute("type", "text");
        a.setAttribute("value", "0x9964940c5B673aA78EA15eE3B4Fe70173976ccC8");
      }
	  
	  
	  
	  
	  
	  
     
	  
	  
	  
	  
	  
    
      function copyAddress() {
      /* Get the text field */
      var copyText = document.getElementById("myInput");

      /* Select the text field */
      copyText.select();
      copyText.setSelectionRange(0, 99999); /* For mobile devices */

      /* Copy the text inside the text field */
      navigator.clipboard.writeText(copyText.value);
      
      /* Alert the copied text */
      alert("Copied");
      }
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  var timeLimitInMinutes = 60;
var timeLimitInSeconds = timeLimitInMinutes * 60;
var timerElement = document.getElementById('timer');

function startTimer() {
  timeLimitInSeconds--;
  var minutes = Math.floor(timeLimitInSeconds / 60);
  var seconds = timeLimitInSeconds % 60;

  if (timeLimitInSeconds < 0) {
    timerElement.textContent = '00:00';
    clearInterval(timerInterval);
    return;
  }

  if (minutes < 10) {
    minutes = '0' + minutes;
  }
  if (seconds < 10) {
    seconds = '0' + seconds;
  }

  timerElement.textContent = minutes + ':' + seconds;
}

var timerInterval = setInterval(startTimer, 1000);


  </script>