Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
invoice /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php53
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php56
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php71
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php81
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
php82
[ DIR ]
drwxr-xr-x
2025-08-26 08:02
.htaccess
459
B
-rw-r--r--
2023-12-31 19:35
changelog.txt
6.35
KB
-rw-r--r--
2025-08-21 00:44
clone.php
5.71
KB
-rw-r--r--
2025-08-25 20:55
edit.php
4.21
KB
-rw-r--r--
2025-08-25 20:55
edit.xml
447
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
386
B
-rw-r--r--
2025-08-21 00:44
import.php
4.27
KB
-rw-r--r--
2025-08-25 20:55
info.xml
3.06
KB
-rw-r--r--
2025-08-21 00:44
install.js
942
B
-rw-r--r--
2021-12-23 00:54
install.php
6.11
KB
-rw-r--r--
2025-08-25 20:55
install.xml
2.47
KB
-rw-r--r--
2025-08-21 00:44
invoice.sql
27.83
KB
-rw-r--r--
2025-08-21 00:44
invoice.zip
25.33
MB
-rw-r--r--
2025-08-21 00:44
ipconfig.php
3
KB
-rw-r--r--
2025-08-21 00:44
md5
1.09
KB
-rw-r--r--
2025-08-25 20:55
notes.txt
651
B
-rw-r--r--
2025-08-21 00:44
upgrade.php
6.27
KB
-rw-r--r--
2025-08-25 20:55
upgrade.xml
646
B
-rw-r--r--
2021-12-23 00:54
Save
Rename
# <?php exit('No direct script access allowed'); ?> # InvoicePlane Configuration File ### START HERE # Set your URL without trailing slash here, e.g. http://your-domain.com # If you use a subdomain, use http://subdomain.your-domain.com # If you use a subfolder, use http://your-domain.com/subfolder IP_URL=[[softurl]] # Having problems? Enable debug by changing the value to 'true' to enable advanced logging ENABLE_DEBUG=false # To Show all PHP errors, change the value to 'development' (Or comment the following line) CI_ENV=production X_FRAME_OPTIONS=SAMEORIGIN ENABLE_X_CONTENT_TYPE_OPTIONS=true SESS_REGENERATE_DESTROY=false # Set this setting to 'true' if you want to disable the setup for security purposes DISABLE_SETUP=[[setup_value]] # To remove index.php from the URL, set this setting to 'true'. # Please notice the additional instructions in the htaccess file! REMOVE_INDEXPHP=false # These database settings are set during the initial setup DB_HOSTNAME='[[softdbhost]]' DB_USERNAME='[[softdbuser]]' DB_PASSWORD='[[softdbpass]]' DB_DATABASE='[[softdb]]' DB_PORT=3306 # If you want to be logged out after closing your browser window, set this setting to 0 (ZERO). # The number represents the amount of minutes after that IP will automatically log out users, # the default is 10 days. SESS_EXPIRATION=864000 SESS_MATCH_IP=true # Default Global Amounts Calculation mode - Since 1.6.3 # This change Taxes and discounts calcuation mode # true : Taxes: Global Y, Item Y. Use classic calculation for Discounts & Taxes : Use same calculation as previous v1.6.3 (Default) # false : Taxes: Global N, Item Y. Use simple item tax calculation system : Calculate Global discount before Item discount (without tax) and apply item tax on discounted total price # Notes : # • "when the client use e-invoice": This is automatically overriden to false by default to use "simple tax" calculation system. It for valid xml data for european models*** # • Dev Note: If you realy need to override by true, just add 'legacy_calculation' => true in `$xml_settings`. (See helpers/XMLconfigs/README.md) # • *** When use Facturx10Xml and Ubl24Xml XMLtemplates based. Download here: https://github.com/InvoicePlane/InvoicePlane-e-invoices LEGACY_CALCULATION=true # Enable the deletion of invoices ENABLE_INVOICE_DELETION=false # Disable the read-only mode for invoices DISABLE_READ_ONLY=false # Sumex Customizations (Swiss Medical Invoices) # Need one (or more) Name containing "sumex" in invoice groups # Settings panel: true to Enable - Since v-1.6.3 SUMEX_SETTINGS=false # Set the url where post the xml to get a generated pdf - Since v-1.5.0. See https://github.com/InvoicePlane/InvoicePlane/pull/453 SUMEX_URL= ## ## DO NOT CHANGE ANY CONFIGURATION VALUES BELOW THIS LINE! ## ======================================================= ## # This key is automatically set after the first setup. Do not change it manually! ENCRYPTION_KEY=[[encryption_key]] ENCRYPTION_CIPHER=AES-256 # Set to true after the initial setup SETUP_COMPLETED=true LEGACY_CALCULATION=false