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 | : 13.59.67.189
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 /
cnv /
cug_wait /
html_modules /
[ HOME SHELL ]
Name
Size
Permission
Action
captcha
[ DIR ]
drwxr-xr-x
captcha.html
599
B
-rwxr-xr-x
captcha.php
1.11
KB
-rwxr-xr-x
custom_upload_details.html
2.36
KB
-rwxr-xr-x
download_upload.html
2.34
KB
-rwxr-xr-x
setup_user_rights.html
2.73
KB
-rwxr-xr-x
setup_user_set_up.html
3.66
KB
-rwxr-xr-x
system_general_master_setup.ht...
5.25
KB
-rwxr-xr-x
system_general_master_setup.ph...
13.08
KB
-rwxr-xr-x
system_general_master_setup010...
11.87
KB
-rwxr-xr-x
system_general_master_setup_08...
12.52
KB
-rwxr-xr-x
system_general_master_setup_ol...
11.85
KB
-rwxr-xr-x
system_transcation_series.html
4.82
KB
-rwxr-xr-x
system_user_schema_elements.ht...
13.84
KB
-rwxr-xr-x
system_user_schema_group.html
7.61
KB
-rwxr-xr-x
upload_details.html
4.94
KB
-rwxr-xr-x
upload_group_details.html
1.8
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : upload_details.html
<div class='col-md-12'> <div class='tabbable tabbable-custom boxless tabbable-reversed'> <ul class='nav nav-tabs'><li class='active' id='li_0'><a id='li_a_0' href='#module_generalmaster_div' data-toggle='tab'>General</a></li> </ul> <div class='tab-content' id='page_main_tab_div'> <div class="portlet box green-jungle"> <div class="portlet-title"> <div class="caption"> <i class="fa fa-reorder"></i>Upload/Download </div> </div> <div class="portlet-body form"> <!-- BEGIN FORM--> <div class="form-body"> <!-- <form id='form_module_details_upload' enctype='multipart/form-data' method='POST'> --> <!-- <input type='hidden' name= 'MAX_FILE_SIZE' value='10000000000' /> --> <!-- Upload --> <div class="form-group note note-warning"> <label class="col-md-2 control-label">Choose a file to upload</label> <div class="col-md-3"> <input type="file" size="65" id="module_details_uploaded_file" name="module_details_uploaded_file"/> </div> <div class="col-md-3"> <a class="btn btn-sm yellow" onclick="javascript:uploadModuleDetailsIntoDB($g_user_schema_details_array.data[1][0].ref_s_user_schema_code);" href="#">Upload <i class="fa fa-upload"></i></a> <a class="btn btn-sm blue" onclick="javascript:get_header();" href="#">Download Format <i class="fa fa-table"></i></a> </div> <div class="clearfix"></div> </div> <div class="form-group note note-info"> <div class="col-md-10"> <a class="btn btn-sm green" onclick="javascript:downloadModuleData();" href="#">Download Data <i class="fa fa-download"></i></a> <label class="checkbox-inline"> <input type="checkbox" id="is_display_add_remove_row" name="is_display_add_remove_row" onclick='DisplayAddRemoveRow();'> Filters</label> </div> <div class="clearfix"></div> <!-- filter data --> <div style="height:15px;"></div > <div class="row"> <div class="col-md-12"> <div align="center" id="download_filters_fields" style="display:none; width:100%;"> <div class="col-md-5"> <table align="center" border="0" width = "100%"> <tr> <td align = "left"> <table border="0" width = "100%" id="download_details_table" style="padding:5px;"> <tr> <td>Field</td> <td>Operator</td> <td>Value</td> <td>And/Or</td> </tr> <tr> <td> <select style="width:120px;" id='download_field_id_1'> <option value="Code">Select One</option> </select> </td> <td> <select style="width:70px;" id='oper_1'> <option value="Code">Select One</option> </select> </td> <td> <input type="text" id="txtbox_1" style="width:165px;"> </td> <td> <select id='and_or_1' name="selRow0"> <option value="select 0ne">Select One</option> <option value="And">And</option> <option value="Or"> Or</option> </select> </td> </tr> </table> <div style="margin-top:10px;"> <!--- our buttons call our javascript functions when clicked ---> <a onclick="addDownloadFiltersRow();" class="btn btn-xs blue">Add <i class="fa fa-plus-square-o"></i></a> <a onclick="removeDownloadFiltersRow();" class="btn btn-xs dark"> Remove <i class="fa fa-minus-square-o"></i></a> <a onclick="removeDownloadFiltersRow();" class="btn btn-xs red"> Remove All <i class="fa fa-minus-square"></i></a> <!-- <input type="button" value="Add" onclick="addDownloadFiltersRow();" /> <input type="button" value="Remove" onclick="removeDownloadFiltersRow();" /> --> </div> </td> </tr> </table> </div> <div class="col-md-5"> <div id="download_filter_data_div" align="center" style="height:340px; padding:10px;display:none; overflow:auto"> </div> </div> </div> </div> <!-- filter data --> </div> </div> <!-- </form> --> <!-- END FORM--> </div> <!-- Upload --> <!-- Filter start --> <!-- Filter End --> </div> </div> </div> </div> </div>
Close