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 : paybilldesk.php
<?php include "fees/database.php"; ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Paying Via BILL Desk</title> </head> <body> <form name='abc' method='POST' action='https://www.billdesk.com/pgidsk/PGIMerchantPayment'> <label onmouseover="this.submit();"> Please don't press back or refresh button while payment is processing You are redirecting to pay via Bill Desk</label><br /> <?php $TranAmount=isset($_POST['tamount']) ? $_POST['tamount'] : '0.0'; $remark=isset($_POST['remark']) ? $_POST['remark'] : ''; $sqluser = "INSERT INTO user(Name,Email,Password,Mobile,UType,ENo,Course,Adress) VALUES ('".$_POST[FName]." ".$_POST[LName]."','$_POST[Email]','$_POST[Mobile]','$_POST[Mobile]',4,'MSIP','$_POST[regtype]','".$_POST[fulladress].", ".$_POST[city].", ".$_POST[state].", ".$_POST[pincode]."')"; if (!mysql_query($sqluser,$db_connection)) { die('Error: ' . mysql_error()); echo "error"; } $sql = "INSERT INTO payment(email,Tution,Campus,Hostel,Mess,Caution,Hostelseq,Fine,Other,Amount,Status,remark) VALUES ('".$_POST['Email']."','0.00','0.00','0.00','0.00','0.00','0.00','0.00','0.00','".$TranAmount."','Initiated','".$remark." Id :".$_POST[memberid]."-viabilldesk')"; if (!mysql_query($sql,$db_connection)) { die('Error: ' . mysql_error()); echo "error"; } else { $TranTrackid= mysql_insert_id($db_connection); $amount = $TranAmount; $trackid = $TranTrackid; $_SESSION['trackid'] = $trackid; // MerchantID|CustomerID |NA|TxnAmount|NA|NA|NA|CurrencyType|NA|TypeField1|SecurityID|NA|NA|TypeField2|NA|NA|NA|NA|NA|NA|NA|RU $msg_without_Checksum ="IIITD|B0".$trackid."|NA|".$amount."|NA|NA|NA|INR|NA|R|iiitd|NA|NA|F|H0ME|NA|NA|NA|NA|NA|NA|https://payments.iiitd.edu.in/pg/fees/ack.php"; //echo "<br />msg_without_Checksum = ".$msg_without_Checksum; $common_string="Y2JXvlEIJigT"; $string_new=$msg_without_Checksum."|".$common_string; //echo "<br />string_new = ".$string_new; $checksum = crc32($string_new); //echo "<br />checksum = ".$checksum; $msg = "IIITD|B0".$trackid."|NA|".$amount."|NA|NA|NA|INR|NA|R|iiitd|NA|NA|F|H0ME|NA|NA|NA|NA|NA|NA|https://payments.iiitd.edu.in/pg/fees/ack.php|".$checksum; //echo "Request Msg = ".$msg; }?> <input type='hidden' name='msg' value='<?php echo $msg;?>'> <input type="submit" value="Press to pay via Bill Desk"> </form> </body> </html>
Close