Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
ospos /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php53
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php56
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php71
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php81
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
php82
[ DIR ]
drwxr-xr-x
2026-06-16 11:26
.env
2.99
KB
-rw-r--r--
2025-06-08 23:15
.htaccess
1.15
KB
-rw-r--r--
2025-06-08 23:15
_clone.php
2.34
KB
-rw-r--r--
2025-06-08 23:15
changelog.txt
803
B
-rw-r--r--
2025-06-08 23:15
edit.php
4.7
KB
-rw-r--r--
2025-06-09 01:36
edit.xml
433
B
-rw-r--r--
2021-12-23 01:24
extend.php
9.27
KB
-rw-r--r--
2025-06-09 01:36
fileindex.php
279
B
-rw-r--r--
2025-06-08 23:15
import.php
4.27
KB
-rw-r--r--
2025-06-09 01:36
info.xml
3.57
KB
-rw-r--r--
2025-06-08 23:15
install.js
921
B
-rw-r--r--
2021-12-23 01:24
install.php
4.52
KB
-rw-r--r--
2025-06-09 01:36
install.xml
792
B
-rw-r--r--
2021-12-23 01:24
md5
2.14
KB
-rw-r--r--
2025-06-09 01:36
notes.txt
655
B
-rw-r--r--
2025-06-08 23:15
update_pass.php
541
B
-rw-r--r--
2021-12-23 01:24
upgrade.php
5.76
KB
-rw-r--r--
2025-06-09 01:36
upgrade.xml
248
B
-rw-r--r--
2021-12-23 01:24
Save
Rename
#-------------------------------------------------------------------- # ENVIRONMENT #-------------------------------------------------------------------- CI_ENVIRONMENT = production CI_DEBUG = false #-------------------------------------------------------------------- # APP #-------------------------------------------------------------------- app.appTimezone = 'UTC' #-------------------------------------------------------------------- # DATABASE #-------------------------------------------------------------------- database.default.hostname = '[[softdbhost]]' database.default.database = '[[softdb]]' database.default.username = '[[softdbuser]]' database.default.password = '[[softdbpass]]' database.default.DBDriver = 'MySQLi' database.default.DBPrefix = 'ospos_' database.default.port = 3306 database.development.hostname = 'localhost' database.development.database = 'ospos' database.development.username = 'admin' database.development.password = 'pointofsale' database.development.DBDriver = 'MySQLi' database.development.DBPrefix = 'ospos_' database.development.port = 3306 database.tests.hostname = 'localhost' database.tests.database = 'ospos' database.tests.username = 'admin' database.tests.password = 'pointofsale' database.tests.DBDriver = 'MySQLi' database.tests.DBPrefix = 'ospos_' database.tests.charset = utf8mb4 database.tests.DBCollat = utf8mb4_general_ci database.tests.port = 3306 #-------------------------------------------------------------------- # EMAIL #-------------------------------------------------------------------- email.SMTPHost = '' email.SMTPUser = '' email.SMTPPass = '' email.SMTPPort = email.SMTPTimeout = 5 email.SMTPCrypto = 'tls' #-------------------------------------------------------------------- # ENCRYPTION #-------------------------------------------------------------------- encryption.key = '[[encryption_key]]' #-------------------------------------------------------------------- # HONEYPOT #-------------------------------------------------------------------- honeypot.hidden = true honeypot.label = 'Fill This Field' honeypot.name = 'honeypot' honeypot.template = '<label>{label}</label><input type="text" name="{name}" value="">' honeypot.container = '<div style="display:none">{template}</div>' #-------------------------------------------------------------------- # LOGGER # - 0 = Disables logging, Error logging TURNED OFF # - 1 = Emergency Messages - System is unusable # - 2 = Alert Messages - Action Must Be Taken Immediately # - 3 = Critical Messages - Application component unavailable, unexpected exception. # - 4 = Runtime Errors - Don't need immediate action, but should be monitored. # - 5 = Warnings - Exceptional occurrences that are not errors. # - 6 = Notices - Normal but significant events. # - 7 = Info - Interesting events, like user logging in, etc. # - 8 = Debug - Detailed debug information. # - 9 = All Messages #-------------------------------------------------------------------- logger.threshold = 0 app.db_log_enabled = false app.db_log_only_long = false