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 | : 3.145.80.247
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 /
website /
gack /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
phpmailer
[ DIR ]
drwxr-xr-x
.htaccess
602
B
-rwxr-xr-x
applicationFormReportPOSTOFFIC...
19.26
KB
-rwxr-xr-x
cManualMailer.php
1.52
KB
-rwxr-xr-x
caccesscontext.php
1.24
KB
-rwxr-xr-x
cappcontext.php
2.66
KB
-rwxr-xr-x
cmailer.php
6.83
KB
-rwxr-xr-x
code39.php
6.38
KB
-rwxr-xr-x
coutput.php
1.75
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
feehead.php
1.51
KB
-rwxr-xr-x
format.php
7.43
KB
-rwxr-xr-x
getdata.php
1.06
KB
-rwxr-xr-x
getnumword.php
7.15
KB
-rwxr-xr-x
home.html
14.48
KB
-rwxr-xr-x
json.php
33.22
KB
-rwxr-xr-x
login.php
1.63
KB
-rwxr-xr-x
mregistry.php
1.94
KB
-rwxr-xr-x
reportapplicationform.php
19.59
KB
-rwxr-xr-x
rotation.php
596
B
-rwxr-xr-x
servfee.php
1.38
KB
-rwxr-xr-x
servicedet.php
1.6
KB
-rwxr-xr-x
stringspliter.php
693
B
-rwxr-xr-x
student.php
21.88
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : feehead.php
<?php function savefeeheaddetails($aobj_context) { session_start(); $servcode = $_SESSION['fservcode']; $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); include_once("/JSON.php"); $json = new Services_JSON(); $fee_arr = stripslashes($aobj_context->mobj_data["fee_arr"]); $mobj_jsondata = $json->decode($fee_arr); $fee_arr = get_object_vars($mobj_jsondata); $queryd = "delete from servfee where fservcode = '{$servcode}'"; $rst=$aobj_context->mobj_db->Execute($queryd); for($k=1;$k<=count($fee_arr);$k++) { $query = "INSERT INTO servfee(fservcode,ffeecode,ffeedesc,forder) VALUES ('{$fee_arr[$k]->code}','{$fee_arr[$k]->fee}','{$fee_arr[$k]->desc}','{$fee_arr[$k]->order}')"; $rst = $aobj_context->mobj_db->Execute($query); } if($rst) { $success_msg= "Updated Successfully"; echo $aobj_context->mobj_output->ToJSONEnvelope($success_msg,0,"success"); } else { $error_msg = "Some Failure as occured"; echo $aobj_context->mobj_output->ToJSONEnvelope($error_msg,-1,"error"); } } /* function loadservicedetails($aobj_context) { $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); session_start(); $userid = $_SESSION['userid']; $query1 = "SELECT * FROM orientdetl where fuserid = '{$userid}'"; $result1 = $aobj_context->mobj_db->GetAll($query1); if($result1) { echo $aobj_context->mobj_output->ToJSONEnvelope($result1,0,"success"); } else { $arr = "Some Failure as occured"; echo $aobj_context->mobj_output->ToJSONEnvelope($arr,-1,"error"); } } */ ?>
Close