Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.188.48.106
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
tastyigniter /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-12-31 15:15
php53
[ DIR ]
drwxr-xr-x
2024-12-31 15:15
php56
[ DIR ]
drwxr-xr-x
2024-12-31 15:15
php71
[ DIR ]
drwxr-xr-x
2024-12-31 15:15
php81
[ DIR ]
drwxr-xr-x
2024-12-31 15:15
php82
[ DIR ]
drwxr-xr-x
2024-12-31 15:15
.env
695
B
-rw-r--r--
2022-06-09 10:13
.htaccess
1.5
KB
-rw-r--r--
2024-12-16 11:45
clone.php
9.98
KB
-rw-r--r--
2024-12-31 11:00
edit.php
5.69
KB
-rw-r--r--
2024-12-31 11:00
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.07
KB
-rw-r--r--
2024-12-31 11:00
fileindex.php
289
B
-rw-r--r--
2021-12-23 11:54
import.php
5.07
KB
-rw-r--r--
2024-12-31 11:00
info.xml
4.89
KB
-rw-r--r--
2024-12-20 12:47
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
5.12
KB
-rw-r--r--
2024-12-31 11:00
install.xml
1.31
KB
-rw-r--r--
2021-12-23 11:54
md5
1.59
KB
-rw-r--r--
2024-12-31 11:00
notes.txt
1.14
KB
-rw-r--r--
2024-09-16 09:15
tastyigniter.sql
96.53
KB
-rw-r--r--
2024-12-31 15:15
tastyigniter.zip
19.03
MB
-rw-r--r--
2024-12-31 15:15
update_pass.php
497
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
1. Don't install with demo data 2. We need to configure .htaccess to set RewriteBase 3. Use composer command to download TastyIgniter and make zip i.e : php composer.phar create-project tastyigniter/tastyigniter [[softpath]]/tastyigniter354 4. Use the following CLI command to install TastyIgniter : php artisan igniter:install (Demo data : no when CLI prompts for demo data) 5. CLI installation steps are mentioned here: https://tastyigniter.com/docs/installation#command-line-installation 6. PHP REQUIREMENT LINK : https://tastyigniter.com/docs/installation#minimum-requirements and check /vendor/composer/platform_check.php as well. 7. Cron setup mentioned here : https://tastyigniter.com/docs/master/installation#setting-up-the-task-scheduler 8. Please note that we haven't added mcrypt in extension list in info.xml though it's mentioned on official website. Since it's removed as of 7.2.0 9. We have explicitly set 'super_user' entry under `[[dbprefix]]users` table to 1 due to this issue https://github.com/tastyigniter/TastyIgniter/issues/878 Check in next version, whether we need to do this explicitly or not.(Not needed since 3.2.0. resolved in 3.2.0)