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.223.3.50
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 /
localtraining /
[ HOME SHELL ]
Name
Size
Permission
Action
atpaper1
[ DIR ]
drwxr-xr-x
atpaper2
[ DIR ]
drwxr-xr-x
localtraining.php
6.26
KB
-rw-r--r--
localtraining_editor.php
4.71
KB
-rw-r--r--
localtraining_list.php
6.77
KB
-rw-r--r--
view.php
3.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : localtraining_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="localtraining.php?cmd=list">লিস্ট দেখুন</a></font></div> <div class="div-ln"> <br/> <form name="frm_localtraining" 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" required name="coursetitle" value="<?=$coursetitle?>"> </div> </div> <div class="form-group"> <label class="col-md-4 control-label">প্রশিক্ষণ প্রদানকারী প্রতিষ্ঠানের নাম</label> <div class="col-md-6"> <input type="text" class="form-control" name="instName" value="<?=$instName?>"> </div> </div> <div class="form-group"> <label class="col-md-4 control-label">লোকেশন</label> <div class="col-md-6"> <input type="text" class="form-control" name="instLocation" value="<?=$instLocation?>"> </div> </div> <div class="form-group"> <label class="col-md-4 control-label">শুরুর তারিখ</label> <div class="col-md-6"> <input type="text" class="form-control" name="startDate" id="startDate" value="<?=$startDate?>"> </div> </div> <div class="form-group"> <label class="col-md-4 control-label">শেষের তারিখ</label> <div class="col-md-6"> <input type="text" class="form-control" name="endDate" id="endDate" value="<?=$endDate?>"> </div> </div> <div class="form-group"> <label class="col-md-4 control-label">ফলাফল</label> <div class="col-md-6"> <input type="text" class="form-control" name="exmresult" value="<?=$exmresult?>"> </div> </div> <div class="form-group"> <label class="col-md-4 control-label"> অনুমতিপত্র</label> <div class="col-md-6"> <input type="file" class="form-control" name="atpaper1" > </div> </div> <div class="form-group"> <label class="col-md-4 control-label">প্রশিক্ষণের সমাপ্তি পত্র</label> <div class="col-md-6"> <input type="file" class="form-control" name="atpaper2"> </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"); ?> <script type="text/javascript"> $('#startDate').datepicker({ dateFormat:"dd/mm/yy", changeMonth: true, changeYear: true, yearRange: "1955:2040" }) $('#endDate').datepicker({ dateFormat:"dd/mm/yy", changeMonth: true, changeYear: true, yearRange: "1955:2040" }) </script>
Close