Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html_old /
btm2000.bak /
includes /
stripe /
Delete
Unzip
Name
Size
Permission
Date
Action
data
[ DIR ]
drwxr-xr-x
2025-11-25 13:39
lib
[ DIR ]
drwxr-xr-x
2025-11-25 13:39
tests
[ DIR ]
drwxr-xr-x
2025-11-25 13:39
.coveralls.yml
96
B
-rw-r--r--
2025-11-25 13:39
.travis.yml
1
KB
-rw-r--r--
2025-11-25 13:39
CHANGELOG.md
16.44
KB
-rw-r--r--
2025-11-25 13:39
README.md
9.42
KB
-rw-r--r--
2025-11-25 13:39
VERSION
6
B
-rw-r--r--
2025-11-25 13:39
build.php
906
B
-rw-r--r--
2025-11-25 13:39
composer.json
721
B
-rw-r--r--
2025-11-25 13:39
init.php
4.76
KB
-rw-r--r--
2025-11-25 13:39
phpunit.no_autoload.xml
437
B
-rw-r--r--
2025-11-25 13:39
phpunit.xml
425
B
-rw-r--r--
2025-11-25 13:39
update_certs.php
407
B
-rw-r--r--
2025-11-25 13:39
Save
Rename
sudo: false language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - hhvm env: global: - STRIPE_MOCK_VERSION=0.8.0 matrix: - AUTOLOAD=1 - AUTOLOAD=0 cache: directories: - $HOME/.composer/cache/files - stripe-mock before_install: # Unpack and start stripe-mock so that the test suite can talk to it - | if [ ! -d "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}" ]; then mkdir -p stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}/ curl -L "https://github.com/stripe/stripe-mock/releases/download/v${STRIPE_MOCK_VERSION}/stripe-mock_${STRIPE_MOCK_VERSION}_linux_amd64.tar.gz" -o "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}_linux_amd64.tar.gz" tar -zxf "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}_linux_amd64.tar.gz" -C "stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}/" fi - | stripe-mock/stripe-mock_${STRIPE_MOCK_VERSION}/stripe-mock > /dev/null & STRIPE_MOCK_PID=$! script: ./build.php ${AUTOLOAD} after_script: ./vendor/bin/coveralls -v