Linux premium169.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
LiteSpeed
Server IP : 162.0.209.101 & Your IP : 216.73.216.167
Domains :
Cant Read [ /etc/named.conf ]
User : luxeelil
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ninja /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-06-19 22:56
php53
[ DIR ]
drwxr-xr-x
2025-06-19 22:56
php56
[ DIR ]
drwxr-xr-x
2025-06-19 22:56
php71
[ DIR ]
drwxr-xr-x
2025-06-19 22:56
php81
[ DIR ]
drwxr-xr-x
2025-06-19 22:56
php82
[ DIR ]
drwxr-xr-x
2025-06-19 22:56
.env
1.36
KB
-rw-r--r--
2025-02-05 09:34
clone.php
9.85
KB
-rw-r--r--
2025-06-19 12:28
edit.php
4.23
KB
-rw-r--r--
2025-06-19 12:28
edit.xml
447
B
-rw-r--r--
2021-12-23 11:54
extend.php
9
KB
-rw-r--r--
2025-06-19 12:28
fileindex.php
568
B
-rw-r--r--
2024-12-19 11:19
import.php
5.55
KB
-rw-r--r--
2025-06-19 12:28
info.xml
4.73
KB
-rw-r--r--
2025-06-19 11:55
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
8.97
KB
-rw-r--r--
2025-06-19 12:28
install.xml
1.02
KB
-rw-r--r--
2024-07-10 07:40
md5
2.26
KB
-rw-r--r--
2025-06-19 12:28
ninja.sql
452.87
KB
-rw-r--r--
2025-06-19 11:55
ninja.zip
66.09
MB
-rw-r--r--
2025-06-19 11:55
notes.txt
2.03
KB
-rw-r--r--
2024-10-23 07:12
soft_delete.php
3.12
KB
-rw-r--r--
2021-12-23 11:54
update_pass.php
541
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
7.88
KB
-rw-r--r--
2025-06-19 12:28
upgrade.xml
365
B
-rw-r--r--
2024-07-30 12:18
vendor.zip
85.09
MB
-rw-r--r--
2025-06-19 11:55
vendor1.zip
81.72
MB
-rw-r--r--
2025-06-19 11:55
Save
Rename
1. Set the debug to false in .env 2. Set the APP_ENV to production in .env 3. [NA] /public should be there in APP_URL in .env 4. Remove .git directory from original zip and then make a package. (Confirmed with vendor) 5. [NA] Select Email Settings Driver as "SMTP" in manual installation. 6. [NA] Fill following details in SMTP settings. From Address = Email address Username = Email address Encryption = SSL/TLS Host = smtp.gmail.com Port = 465 7. Add the following line to the .htaccess file in the root folder : <IfModule mod_alias.c> RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public/index.php </IfModule> 8. PHP REQUIREMENT LINK : https://invoiceninja.github.io/en/self-host-installation/ 9. Release date : https://github.com/invoiceninja/invoiceninja/releases 10. We exclude logo image path while upgrade i.e public/images/invoiceninja-logo.png since user's custom logo was getting overwritten post upgrade. (Check when we add upgrade) 11. Explicitly add DISABLE_AUTO_UPDATE=true in .env and keep the value true i.e 'disable_auto_update' => true in bootstrap/cache/config.php. (Confirmed with vendor via email) 12. Keep UPDATE_SECRET value in all installation through Softaculous as it is required for upgrade. 13. Since 5.3.31 .env.example has to be renamed to .env while manual installation, as mentioned here in the documentation link : https://invoiceninja.github.io/en/self-host-installation/#final-setup-steps and our conversation with vendor over email 14. Script gets installed in a sub-directory, however some of the functionality does not work. eg. Logo is not visible in invoice. Still we can make manual installation and test the script in a sub directory. (Since 5.9.4 version script only works in a root dir) 15. Download 'invoiceninja.tar' package from github. 16. We have set the cron for every minute referring to following guide and on users request on ticket. https://invoiceninja.github.io/en/self-host/#add-the-cron-job 17. In .env file Change MAIL_MAILER="smtp" to MAIL_MAILER="log" suggested by vendor for the login issue with different network