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.222.24.251
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 /
phdadm /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
.src.php
3.61
KB
-rw-r--r--
20240925011534 - Decode246_239...
18.3
MB
-rw-r--r--
academicdetails.php
6.93
KB
-rw-r--r--
academicdetails_acu.php
8.72
KB
-rw-r--r--
appfor_acu.php
3.17
KB
-rw-r--r--
applicationFormReportPOSTOFFIC...
19.27
KB
-rwxrwxrwx
applicationFormReportSBM.php
8.41
KB
-rwxrwxrwx
caccesscontext.php
1.24
KB
-rwxrwxrwx
cancelSeat.php
4.46
KB
-rwxrwxrwx
cappcontext.php
2.65
KB
-rwxrwxrwx
code39.php
6.38
KB
-rwxrwxrwx
coutput.php
1.76
KB
-rwxrwxrwx
crequestbroker.php
2.48
KB
-rwxrwxrwx
csessions.php
512
B
-rwxrwxrwx
cuser.php
3.4
KB
-rwxrwxrwx
customappcontext.php
2.34
KB
-rwxrwxrwx
dropdown.php
844
B
-rwxrwxrwx
employmentdetails_acu.php
4.16
KB
-rw-r--r--
format.php
7.43
KB
-rwxrwxrwx
fpdf_protection.php
5.61
KB
-rwxrwxrwx
getdata.php
1.06
KB
-rwxrwxrwx
getnumword.php
7.15
KB
-rwxrwxrwx
json.php
33.2
KB
-rwxrwxrwx
kusphdadm.php
21.81
KB
-rwxrwxrwx
makepay_acu.php
11.89
KB
-rw-r--r--
mregistry.php
22.88
KB
-rwxr-xr-x
mregistry_org1.php
77.02
KB
-rw-rw-r--
mregistry_org2.php
16.18
KB
-rwxrwxrwx
otherdetails.php
8.38
KB
-rw-r--r--
particulardetails.php
3.11
KB
-rw-r--r--
personaldetails.php
12.52
KB
-rw-rw-r--
personaldetails_acu.php
37.53
KB
-rw-rw-r--
phdmakepayment.php
3.35
KB
-rw-r--r--
photoupload.php
1.23
KB
-rw-rw-r--
re_rigistration.php
7.38
KB
-rwxrwxrwx
report_bulk_applications.php
24.02
KB
-rwxrwxrwx
report_hall_ticket.php
11.31
KB
-rwxrwxrwx
reportapplicationform.php
23.92
KB
-rwxrwxrwx
rotation.php
596
B
-rwxrwxrwx
saveApplication.php
8.91
KB
-rwxrwxrwx
saveRerigistration.php
10.87
KB
-rwxrwxrwx
student.php
14.99
KB
-rwxrwxrwx
subfeedetl.php
3.39
KB
-rwxrwxrwx
teachdocupload.php
1.2
KB
-rw-r--r--
teachingexperience.php
7.73
KB
-rw-rw-r--
ugcnet.php
6.38
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : appfor_acu.php
<?php function loadpau_acu($aobj_context){ $query="SELECT distinct IFNULL(fdegree,'')as fdegree, IFNULL(fdeggname,'')AS fdeggname FROM phdcoursedet WHERE ifnull(fdelete,'') <> 'T'"; $lobj_get_data = $aobj_context->mobj_db->GetAll($query); if($lobj_get_data){ echo $aobj_context->mobj_output->ToJSONEnvelope($lobj_get_data,0,"success"); }else{ $arr['msg'] = 'Failed to load'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); } } function loaddiscipline($aobj_context){ $pau=$aobj_context->mobj_data["pau"]; $query="SELECT distinct IFNULL(fcombcode,'')as fcombcode, IFNULL(fcombname,'')AS fcombname FROM phdcoursedet WHERE fdegree = '{$pau}' and ifnull(fdelete,'') <> 'T'"; $lobj_get_data = $aobj_context->mobj_db->GetAll($query); if($lobj_get_data){ echo $aobj_context->mobj_output->ToJSONEnvelope($lobj_get_data,0,"success"); }else{ $arr['msg'] = 'Failed to load'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); } } function saveappfor_acu($aobj_context){ $appno=$_SESSION["APPNO"]; $pau=$aobj_context->mobj_data["pau"]; $disp=$aobj_context->mobj_data["disp"]; $apptype=$aobj_context->mobj_data["apptype"]; $query="insert into phdappfor (fappno,fdegree,fcombcode,fapptype,famount) values('{$appno}','{$pau}','{$disp}','{$apptype}','5000')"; $lobj_get_data = $aobj_context->mobj_db->Execute($query); if($lobj_get_data){ $arr['msg'] = 'Saved Successfully...!!'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,0,"success"); }else{ $arr['msg'] = 'Failed to Save'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); } } function loadappfor($aobj_context){ $appno=$_SESSION["APPNO"]; $query="SELECT IFNULL(p.fappno,'')as fappno, IFNULL(p.fdegree,'')AS fdegree, IFNULL(p.fcombcode,'')AS fcombcode, IFNULL(p.fapptype,'')AS fapptype, IFNULL(pc.fdeggname,'')AS fdeggname, IFNULL(pc.fcombname,'')AS fcombname FROM phdappfor p inner join phdcoursedet pc on p.fdegree = pc.fdegree and p.fcombcode = pc.fcombcode WHERE fappno='{$appno}'"; $lobj_get_data = $aobj_context->mobj_db->GetAll($query); if($lobj_get_data){ echo $aobj_context->mobj_output->ToJSONEnvelope($lobj_get_data,0,"success"); }else{ $arr['msg'] = 'Failed to load'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); } } function deleteappdet_acu($aobj_context) { $appno=$_SESSION["APPNO"]; $degree=$aobj_context->mobj_data["degree"]; $combcode=$aobj_context->mobj_data["combcode"]; $qry = "delete from phdappfor where fdegree = '{$degree}' and fcombcode = '{$combcode}' and fappno = '{$appno}'"; $rltdata = $aobj_context->mobj_db->Execute($qry); if($rltdata) { $arr['msg'] = "Deleted Successfully..!"; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,0,"success"); } else { $arr['msg'] = 'Failed to delete'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); } } ?>
Close