Private
Server IP : 192.124.249.33  /  Your IP : 66.248.200.33
Web Server : Apache
System : Linux 141.134.66.148.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els6.x86_64 #1 SMP Fri Sep 13 13:42:20 UTC 2024 x86_64
User : tarangglobal ( 1001)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/tarangglobal/public_html/cyber/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/tarangglobal/public_html/cyber/admin/capt.php
<!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>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>Untitled 1</title>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>

</head>

<body>
<div class="col-md-6">
	<div class="col-md-6 form-group required" style="padding-left:0px;">
		<label class="control-label">Enter the contents of image</label>
		<input type="text" name="captcha" id="captcha" maxlength="6" size="6"  class="form-control"/>
	</div>
	<div class="col-md-6" style="padding-left:0px;padding-top:28px;">
		<span ><img src="captcha.php" id="captchaimg"></span>
		<img src="images/clear-refresh.png" id="refimg" style="width: 25px;margin-left: 10px;" onclick="reload()">
	</div>
	<div id="cap_err" style="display:none;color:red;font-size:11px;text-align: left;float: left;width: 100%;margin-top: -15px;">
		</div>
</div>
<script>
function reload()
{ 
   $('#refimg').attr('src','images/reload.gif');
	
	//$.get("captcha.php", function(data){
	//});
	
	$('#captchaimg').attr('src','captcha.php');
	$('#refimg').attr('src','images/clear-refresh.png');
	
}

</script>
</body>

</html>
Private