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.219.150.195
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 : setup_user_set_up.html
<script type='text/javascript'>$(function() {$('#tabs').tabs();});$(function() {$('#sub_tabs').tabs();</script> <div id='tabs'> <ul> <li><a href='#user_set_up'>General</a></li> </ul> <div align="center" id="page_main_tab_div"> <table id ="tbl_menu" name ="tbl_menu" class="content-tbl" align="center" cellpadding="2" cellspacing="0" border="0" style="width:500px;"> <tr> <td align="right">User Type:</td> <td align="left" colspan="2"> <select id="user_type" name="user_type" onclick="show_field_text('user_type');"style="width:192px;" ></select> </td> </tr> <tr> <td align="right" > Login Id:</td> <td align="left" colspan="2"> <input type="text" name="login_id" id="login_id" style="width:190px;" onclick="show_field_text('login_id')"/> <!-- <input onclick='openChangePwd();'type='button' id='change_pwd' value ='Change Pwd'/> --> <a href="#" id='change_pwd' onclick="javascript:openChangePwd();" style="cursor:pointer;text-decoration: none;"><font color="blue">Change Pwd</font></a> </td> </tr> <tr id='row_old_password' style="display:none"> <td align="right"><font color='red'>* </font>Old PassWord:</td> <td align="left" colspan="2"> <input type="password" id="old_password" name="old_password" onclick="show_field_text('old_password')"style="width:190px;"> </td> </tr> <tr id='row_new_password' style="display:none"> <td align="right"><font color='red'>* </font>New PassWord:</td> <td align="left" colspan="2"> <input type="password" id="new_password" name="new_password" onclick="show_field_text('new_password')"style="width:190px;"> </td> </tr> <tr id='row_retype_new_password' style="display:none"> <td align="right"><font color='red'>* </font>Retype PassWord:</td> <td align="left" colspan="2"> <input type="password" id="retype_new_password" name="retype_new_password" onclick="show_field_text('retype_new_password')" style="width:190px;" > <!-- <input onclick='closeChangePwd();'type='button' id='cancel_change_pwd' value ='Cancel'/> --> <a href="#" id='cancel_change_pwd' onclick="javascript:closeChangePwd();" style="cursor:pointer;text-decoration: none;"><font color="blue">Cancel</font></a> </td> </tr> <tr> <td align="right" >Real Name:</td> <td align="left" colspan="2"> <input type="text" name="user_real_name" id="user_real_name" style="width:190px;" onclick="show_field_text('user_real_name')"/> </td> </tr> <tr> <td align="right" >Email Id:</td> <td align="left" colspan="2"> <input type="text" name="user_email_id" id="user_email_id" style="width:190px;" onclick="show_field_text('user_email_id')"/> </td> </tr> <tr> <td align="right"> Super Wiser:</td> <td colspan="2" align="left"><select id="user_superwiser" style="width:192px;" name="user_superwiser"> </select> </td> </tr> <tr> <td align="right"> User Group:</td> <td colspan="2" align="left"><select id="user_group" style="width:192px;" name="user_group"> </select> </td> </tr> <tr style='display:none;'> <td align="right"> Theme:</td> <td colspan="2" align="left"> <div id="switcher"></div> </td> </tr> <tr style='display:none;'> <td align="right">Can Edit Help Text</td> <td align="left" colspan="2"> <input align="left" type="checkbox"style="width:14px; border:0px; margin:0px;" id="user_can_edit_help" name="user_can_edit_help" /> </td> </tr> </table> <div align="right" id="add_new_user"style="padding-right:22px;"> <a href="#" id='add_new_users' onclick="javascript:addNewUsers();" style="cursor:pointer;text-decoration: none;"><font color="blue">Add New Users</font></a> </div> </div> </div>
Close