Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
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
/
var /
softaculous /
tastyigniter /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.env
721
B
-rw-r--r--
.htaccess
45
B
-rw-r--r--
_edit.php
4.5
KB
-rw-r--r--
_edit.xml
433
B
-rw-r--r--
clone.php
9.9
KB
-rw-r--r--
composer.json
2.95
KB
-rw-r--r--
extend.php
9.09
KB
-rw-r--r--
fileindex.php
296
B
-rw-r--r--
import.php
5.3
KB
-rw-r--r--
info.xml
5.42
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
7.24
KB
-rw-r--r--
install.xml
12.39
KB
-rw-r--r--
md5
2.11
KB
-rw-r--r--
notes.txt
1.48
KB
-rw-r--r--
update_pass.php
497
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "tastyigniter/tastyigniter", "description": "TastyIgniter is a free open source online ordering and restaurant management system", "type": "project", "keywords": [ "tastyigniter", "igniter", "restaurant", "ordering", "ecommerce", "opensource" ], "authors": [ { "name": "Samuel Adepoyigi", "email": "sam@sampoyigi.com", "role": "Creator" } ], "license": "MIT", "homepage": "https://tastyigniter.com", "support": { "paid": "https://tastyigniter.com/premium-support", "issues": "https://github.com/tastyigniter/TastyIgniter/issues", "forum": "https://forum.tastyigniter.com", "discord": "https://tastyigniter.com/discord", "docs": "https://tastyigniter.com/docs", "source": "https://github.com/tastyigniter/TastyIgniter" }, "repositories": { "tastyigniter": { "type": "composer", "url": "https://composer.tastyigniter.com" } }, "require": { "php": "^8.3", "laravel/framework": "^12.0", "laravel/tinker": "^3.0", "tastyigniter/core": "^4.4" }, "require-dev": { "fakerphp/faker": "^1.23", "laravel/pail": "^1.2.5", "laravel/pint": "^1.27", "laravel/sail": "^1.41", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", "phpunit/phpunit": "^12.5.12" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Igniter\\Flame\\Support\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ], "pre-package-uninstall": [ "Illuminate\\Foundation\\ComposerScripts::prePackageUninstall" ], "test": [ "@php artisan config:clear --ansi", "@php artisan test" ] }, "extra": { "laravel": { "dont-discover": [] } }, "minimum-stability": "stable", "prefer-stable": true, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, "php-http/discovery": true } } }
Close