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 | : 108.162.216.82
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.aptans /
backup /
cc /
[ HOME SHELL ]
Name
Size
Permission
Action
cc_lib
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
schemas
[ DIR ]
drwxr-xr-x
schemas11
[ DIR ]
drwxr-xr-x
sheets
[ DIR ]
drwxr-xr-x
cc112moodle.php
9.25
KB
-rw-r--r--
cc2moodle.php
29.11
KB
-rw-r--r--
cc_includes.php
2.36
KB
-rw-r--r--
entities.class.php
11.07
KB
-rw-r--r--
entities11.class.php
3.17
KB
-rw-r--r--
entity.forum.class.php
6.32
KB
-rw-r--r--
entity.label.class.php
2.36
KB
-rw-r--r--
entity.quiz.class.php
42.73
KB
-rw-r--r--
entity.resource.class.php
8.04
KB
-rw-r--r--
entity11.basiclti.class.php
4.86
KB
-rw-r--r--
entity11.forum.class.php
6.32
KB
-rw-r--r--
entity11.lti.class.php
4.77
KB
-rw-r--r--
entity11.quiz.class.php
44.11
KB
-rw-r--r--
entity11.resource.class.php
8.21
KB
-rw-r--r--
restore_cc.php
4.63
KB
-rw-r--r--
validator.php
6.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cc_includes.php
<?php // 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/>. /** * Main include for IMS Common Cartridge export classes * * @package backup-convert * @copyright 2011 Darko Miletic <dmiletic@moodlerooms.com> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ require_once($CFG->dirroot .'/backup/cc/cc_lib/xmlbase.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_resources.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_builder_creator.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_manifest.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_metadata.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_metadata_resource.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_metadata_file.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_version11.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/gral_lib/pathutils.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/gral_lib/functions.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_organization.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_basiclti.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_lti.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_forum.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_url.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_resource.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_quiz.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_page.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_label.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_converter_folder.php'); require_once($CFG->dirroot .'/backup/cc/cc_lib/cc_convert_moodle2.php');
Close