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 | : 3.144.119.149
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 /
kusdde /
[ HOME SHELL ]
Name
Size
Permission
Action
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
Report_details
[ DIR ]
drwxr-xr-x
adm
[ DIR ]
drwxr-xr-x
adm2018
[ DIR ]
drwxr-xr-x
adm_old
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxr-xr-x
easy_zip
[ DIR ]
drwxr-xr-x
grid_display_files
[ DIR ]
drwxr-xr-x
halltickets
[ DIR ]
drwxrwxrwx
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
imported_files
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
misc_files
[ DIR ]
drwxrwxrwx
rev
[ DIR ]
drwxr-xr-x
schema
[ DIR ]
drwxr-xr-x
src_stop
[ DIR ]
drwxr-xr-x
student_photos
[ DIR ]
drwxrwxrwx
tarka_pdf
[ DIR ]
drwxr-xr-x
tarka_pdf_latest
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
tmpphotos
[ DIR ]
drwxrwxrwx
user_images
[ DIR ]
drwxr-xr-x
validation_files
[ DIR ]
drwxr-xr-x
.htaccess
602
B
-rwxr-xr-x
MainPage.html
12.31
KB
-rwxr-xr-x
MainPagepopup.html
7.05
KB
-rwxr-xr-x
TAGMAY2013.pdf
331.03
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
899
B
-rwxr-xr-x
cconfig_old.php
1.13
KB
-rwxr-xr-x
cnvo_paytm.php
1.33
KB
-rwxr-xr-x
collegeInfoPopup.html
3.76
KB
-rwxr-xr-x
favicon.ico
1.12
KB
-rwxr-xr-x
getQPdet.php
6.74
KB
-rw-rw-r--
homepage.html
3.35
KB
-rwxr-xr-x
index.php
83
B
-rwxr-xr-x
index_new_portal.php
83
B
-rwxr-xr-x
index_stop.html
5.81
KB
-rwxr-xr-x
index_wait.html
20.82
KB
-rwxr-xr-x
indexlatest.html
5.16
KB
-rwxr-xr-x
indexlogin_stop.html
5.96
KB
-rwxr-xr-x
indexold.html
5.19
KB
-rwxr-xr-x
kusstr.sql
16
KB
-rwxr-xr-x
logo.jpg
29.02
KB
-rwxr-xr-x
mainpage.htm
31.7
KB
-rwxr-xr-x
oasis_manual.pdf
1.2
MB
-rwxr-xr-x
paytm_res.php
4.24
KB
-rwxr-xr-x
rv report format.doc
30
KB
-rwxr-xr-x
rv_update.php
1.78
KB
-rwxr-xr-x
serv_paytm.php
1.27
KB
-rwxr-xr-x
valdet.php
12.04
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : serv_paytm.php
<?php ini_set('max_execution_time', 600); include("/var/www/config.php"); $servername = SERVERNAME; $username = USERNAME; $password = PASSWORD; $dbname = "logisys3_kusd"; /*$servername = "localhost"; $username = "root"; $password = ""; $dbname = "resultsg_kus";*/ $conn = new mysqli($servername, $username, $password, $dbname); $query = "select ac.fappno, ac.fregno, ac.FPAYSTATUS as FPAYMENTSTATUS, ac.FPAYTYPE as FPAYGATEWAY, kp.ftranid, ac.FAPPDATE as FDATE,kp.fname from servtran ac inner join pg_txn kp on ac.fappno = kp.fappno where ifnull(ac.FPAYSTATUS,'') <> 'success'"; $resultm = $conn->query($query); if (mysqli_num_rows($resultm) > 0) { while($row = mysqli_fetch_assoc($resultm)) { $productinfo = $row['fappno']; $regno = $row['fregno']; $paytm = $row['FPAYGATEWAY']; $fname = $row['fname']; $txnid = $row['ftranid']; //$firstname = "paytm"; $update="update servtran set FPAYDATE='{$txnid}',FPAYSTATUS='success', FPAYREMARKS = '{$txnid}', FPAYDATE = now(), FTRANID = '{$txnid}', FPAYTYPE = '{$fname}' where fappno='{$productinfo}'"; //var_dump($update); $result = $conn->query($update); echo $regno; echo "<br/>"; } } ?>
Close