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.141.192.174
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 /
kswu /
orms /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
default
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
html_modules
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
libs
[ DIR ]
drwxr-xr-x
omrsheets
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
tcpdf
[ DIR ]
drwxr-xr-x
uploads
[ DIR ]
drwxrwxrwx
16-01-2018_Guidelines_for_Scre...
2
MB
-rwxr-xr-x
Subject and Post Details for A...
1.47
MB
-rwxr-xr-x
app.php
416
B
-rwxr-xr-x
cManualMailer.php
1.38
KB
-rwxr-xr-x
cconfig.php
1.41
KB
-rwxr-xr-x
cconfig2.php
741
B
-rwxr-xr-x
home-copy.html
68.5
KB
-rwxr-xr-x
home.html
8.26
KB
-rwxr-xr-x
home.js
139.36
KB
-rwxr-xr-x
home_21032018.html
7.17
KB
-rwxr-xr-x
home_25102017.html
5.01
KB
-rwxr-xr-x
home_30082017.html
61.38
KB
-rwxr-xr-x
home__arun.html
63.56
KB
-rwxr-xr-x
index.html
6.73
KB
-rwxr-xr-x
index_16092017.html
5.55
KB
-rwxr-xr-x
index_old.html
5.66
KB
-rwxr-xr-x
main_page.html
5.38
KB
-rwxr-xr-x
main_page_09092017_befirechang...
5.32
KB
-rwxr-xr-x
payment_gate_way_responce.php
5.89
KB
-rwxr-xr-x
payment_gateway.php
8.28
KB
-rwxr-xr-x
payment_gateway_16022018.php
8.19
KB
-rwxr-xr-x
post.php
7.45
KB
-rwxr-xr-x
registration.html
2.65
KB
-rwxr-xr-x
script.js
1.02
KB
-rwxr-xr-x
sendGridMail.php
1.29
KB
-rwxr-xr-x
style.css
3.2
KB
-rwxr-xr-x
upload_file.php
604
B
-rwxr-xr-x
upload_file10.php
604
B
-rwxr-xr-x
upload_file11.php
604
B
-rwxr-xr-x
upload_file12.php
604
B
-rwxr-xr-x
upload_file13.php
604
B
-rwxr-xr-x
upload_file14.php
604
B
-rwxr-xr-x
upload_file15.php
604
B
-rwxr-xr-x
upload_file16.php
604
B
-rwxr-xr-x
upload_file17.php
604
B
-rwxr-xr-x
upload_file18.php
604
B
-rwxr-xr-x
upload_file19.php
604
B
-rwxr-xr-x
upload_file2.php
609
B
-rwxr-xr-x
upload_file20.php
604
B
-rwxr-xr-x
upload_file3.php
604
B
-rwxr-xr-x
upload_file4.php
604
B
-rwxr-xr-x
upload_file5.php
604
B
-rwxr-xr-x
upload_file6.php
604
B
-rwxr-xr-x
upload_file7.php
604
B
-rwxr-xr-x
upload_file8.php
604
B
-rwxr-xr-x
upload_file9.php
604
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : post.php
<?php function savepost($aobj_context) { session_start(); $userid = $_SESSION['userid']; $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $postappiled = trim($aobj_context->mobj_data["postappiled"]); $subjectapplied = trim($aobj_context->mobj_data["subjectapplied"]); $fvacancies = trim($aobj_context->mobj_data["fvacancies"]); if($fvacancies == 'Current Vacancies') $vac = '10'; if($fvacancies == 'Reserved Vacancies(But not filled / Backlog)') $vac = '11'; $appno = $userid.$vac.$postappiled.$subjectapplied; //$_SESSION['appno'] = $appno; $query = "INSERT INTO postdet(fuserid,fdegncode,fdegree,fappno,fvacancies) values('{$userid}','{$postappiled}','{$subjectapplied}','{$appno}','{$fvacancies}')"; $results = $aobj_context->mobj_db->Execute($query); $query = "insert into perdetl(fuserid) values('{$userid}')"; $result = $aobj_context->mobj_db->Execute($query); if($results) { $query = "select md.fdegndesc,mc.fdescpn,p.fappno,p.fvacancies,ifnull(p.fpaymentstatus,'Pending') as fpaymentstatus,fappstatus from postdet p inner join mascourse mc on p.fdegree = mc.fdegree inner join masdegn md on md.fdegncode = p.fdegncode where fuserid = '{$userid}'"; $results = $aobj_context->mobj_db->getAll($query); $i = 1; $table =''; foreach($results as $value) { if($value['fpaymentstatus']== 'Pending' || $value['fpaymentstatus']== 'failure') { $disabled = ""; $disabledtrue = "disabled"; }else if($value['appstatus'] == 'T' || $value['fpaymentstatus'] == 'success') { $disabledtrue = ""; $disabled = "disabled"; } $table.="<tr style = 'height:25px;'>"; $table.="<td><input type = 'text' id='postid_{$i}' disabled class='form-control1' value = '{$i}'></td>"; $table.="<td><input type = 'text' id='postvac_{$i}' value = '{$value['fvacancies']}' disabled class='form-control1'></td>"; $table.="<td><input type = 'text' id='postdeg_{$i}' value = '{$value['fdegndesc']}' disabled class='form-control1'></td>"; $table.="<td><input type = 'text' id='postsub_{$i}' disabled value = '{$value['fdescpn']}' class='form-control1'></td>"; $table.="<td><input type = 'text' id='postapplication_{$i}' disabled value ='{$value['fappno']}' class='form-control1'></td>"; $table.="<td align='center'><button id='postapp_{$i}' {$disabled} onclick = 'main_menu({$i});' class='btn btn-primary';type='submit';'>Apply</button></td>"; $table.="<td align='center'>{$value['fpaymentstatus']}</td>"; $table.="<td align='center'><button id='postprint_{$i}' {$disabledtrue} onclick='Printapplicationhome(\"{$value['fappno']}\");' class='btn btn-primary';type='submit';'>Print Application</button></td>"; $table.="</tr>"; $i++; } $rst['table'] = $table; echo $aobj_context->mobj_output->ToJSONEnvelope($rst,0,"success"); }else { $query = "select md.fdegndesc,mc.fdescpn,p.fappno,p.fvacancies,ifnull(p.fpaymentstatus,'Pending') as fpaymentstatus from postdet p inner join mascourse mc on p.fdegree = mc.fdegree inner join masdegn md on md.fdegncode = p.fdegncode where fuserid = '{$userid}'"; $results = $aobj_context->mobj_db->getAll($query); $i = 1; $table =''; foreach($results as $value) { if($value['fpaymentstatus']== 'Pending' || $value['fpaymentstatus']== 'failure') { $disabled = ""; $disabledtrue = "disabled"; }else if($value['appstatus'] == 'T' || $value['fpaymentstatus'] == 'success') { $disabledtrue = ""; $disabled = "disabled"; } $table.="<tr style = 'height:25px;'>"; $table.="<td><input type = 'text' id='postid_{$i}' disabled class='form-control1' value = '{$i}'></td>"; $table.="<td><input type = 'text' id='postvac_{$i}' value = '{$value['fvacancies']}' disabled class='form-control1'></td>"; $table.="<td><input type = 'text' id='postdeg_{$i}' value = '{$value['fdegndesc']}' disabled class='form-control1'></td>"; $table.="<td><input type = 'text' id='postsub_{$i}' disabled value = '{$value['fdescpn']}' class='form-control1'></td>"; $table.="<td><input type = 'text' id='postapplication_{$i}' disabled value ='{$value['fappno']}' class='form-control1'></td>"; $table.="<td align='center'><button id='postapp_{$i}' {$disabled} onclick = 'main_menu({$i});' class='btn btn-primary';type='submit';'>Apply</button></td>"; $table.="<td align='center'>{$value['fpaymentstatus']}</td>"; $table.="<td align='center'><button id='postprint_{$i}' {$disabledtrue} onclick='Printapplicationhome(\"{$value['fappno']}\");' class='btn btn-primary';type='submit';'>Print Application</button></td>"; $table.="</tr>"; $i++; } $rst['table'] = $table; echo $aobj_context->mobj_output->ToJSONEnvelope($rst,-1,"success"); } } function loadapplieddetails($aobj_context) { $userid = $_SESSION['userid']; $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); $query = "select md.fdegndesc,mc.fdescpn,p.fappno,p.fvacancies,ifnull(p.fpaymentstatus,'Pending') as fpaymentstatus from postdet p inner join mascourse mc on p.fdegree = mc.fdegree inner join masdegn md on md.fdegncode = p.fdegncode where fuserid = '{$userid}'"; $results = $aobj_context->mobj_db->getAll($query); $i = 1; $table =''; foreach($results as $value) { if($value['fpaymentstatus']== 'Pending' || $value['fpaymentstatus']== 'failure') { $disabled = ""; $disabledtrue = "disabled"; }else if($value['appstatus'] == 'T' || $value['fpaymentstatus'] == 'success') { $disabledtrue = ""; $disabled = "disabled"; } $table.="<tr style = 'height:25px;'>"; $table.="<td><input type = 'text' id='postid_{$i}' disabled class='form-control1' value = '{$i}'></td>"; $table.="<td><input type = 'text' id='postvac_{$i}' value = '{$value['fvacancies']}' disabled class='form-control1'></td>"; $table.="<td><input type = 'text' id='postdeg_{$i}' value = '{$value['fdegndesc']}' disabled class='form-control1'></td>"; $table.="<td><input type = 'text' id='postsub_{$i}' disabled value = '{$value['fdescpn']}' class='form-control1'></td>"; $table.="<td><input type = 'text' id='postapplication_{$i}' disabled value ='{$value['fappno']}' class='form-control1'></td>"; $table.="<td align='center'><button id='postapp_{$i}' {$disabled} onclick = 'main_menu({$i});' class='btn btn-primary';type='submit';'>Apply</button></td>"; $table.="<td align='center'>{$value['fpaymentstatus']}</td>"; $table.="<td align='center'><button id='postprint_{$i}' {$disabledtrue} onclick='Printapplicationhome(\"{$value['fappno']}\");' class='btn btn-primary';type='submit';'>Print Application</button></td>"; $table.="</tr>"; $i++; } if($results) { $rst['table'] = $table; echo $aobj_context->mobj_output->ToJSONEnvelope($rst,0,"success"); }else { $rst['msg'] = ''; echo $aobj_context->mobj_output->ToJSONEnvelope($rst,-1,"Failure"); } } function logoutsession($aobj_context) { $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); session_start(); session_unset($_SESSION['username']); session_unset($_SESSION['userid']); $data='logged out successfully'; echo $aobj_context->mobj_output->ToJSONEnvelope($data,0,"Success"); } function isloggedinvalidate($aobj_context) { session_start(); $aobj_context->mobj_db->SetFetchMode(ADODB_FETCH_ASSOC); if(isset($_SESSION['username']) && isset($_SESSION['userid'])) { $html['data']=1; } else { $html['data'] = 0; } echo $aobj_context->mobj_output->ToJSONEnvelope($html,0,"success"); return; } ?>
Close