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.117.189.90
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
snipeit /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-05-06 14:16
php53
[ DIR ]
drwxr-xr-x
2025-05-06 14:16
php56
[ DIR ]
drwxr-xr-x
2025-05-06 14:16
php71
[ DIR ]
drwxr-xr-x
2025-05-06 14:16
php81
[ DIR ]
drwxr-xr-x
2025-05-06 14:16
php82
[ DIR ]
drwxr-xr-x
2025-05-06 14:16
.env
5.67
KB
-rw-r--r--
2025-04-30 08:48
.htaccess
536
B
-rw-r--r--
2021-12-23 11:54
clone.php
9.89
KB
-rw-r--r--
2025-05-06 08:53
edit.php
4.67
KB
-rw-r--r--
2025-05-06 08:53
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.99
KB
-rw-r--r--
2025-05-06 08:53
fileindex.php
828
B
-rw-r--r--
2025-04-30 08:48
import.php
3.09
KB
-rw-r--r--
2025-05-06 08:53
info.xml
4.8
KB
-rw-r--r--
2025-05-06 07:11
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
4.74
KB
-rw-r--r--
2025-05-06 08:53
install.xml
4.04
KB
-rw-r--r--
2024-01-29 08:02
md5
1.03
KB
-rw-r--r--
2025-05-06 08:53
notes.txt
1.13
KB
-rw-r--r--
2025-03-05 09:18
snipeit.sql
81.5
KB
-rw-r--r--
2025-05-06 07:11
snipeit.zip
57.05
MB
-rw-r--r--
2025-05-06 07:11
update_pass.php
554
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
1. Install Composer and create zip for package use "php composer.phar install --no-dev" command to install. 2. Copy .env.example to .env and fill the database details DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD, DB_PREFIX and APP_URL 3. Run php artisan key:generate to generate APP_KEY in .env file. 4. Run "php artisan migrate" from command line before creating tables step in manual installation.(confirmed with vendor) 5. Add the following line to the .htaccess file in the root folder : <IfModule mod_alias.c> RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public </IfModule> 6. PHP REQUIREMENT LINK: https://snipe-it.readme.io/docs/requirements 7. We have not added upgrade yet because script provides upgrade/migrate through composer only. https://snipe-it.readme.io/docs/upgrading check everytime and add if possible 8. delete inserts of oauth_clients and oauth_personal_access_clients tables. It creates after login. (check in every version) 9. Keep the LIVEWIRE_URL_PREFIX=[[relativeurl]]/public parameter as it is required to load the livewire js files. 10. Delete bootstrap/packages.php and services.php files it gets generated on login.