Linux thaedus.aserv.co.za 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 197.242.159.149 & Your IP : 216.73.217.62
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
share /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2015-08-14 10:37
php53
[ DIR ]
drwxr-xr-x
2015-08-14 10:37
.htaccess
277
B
-rwxr-xr-x
2013-10-24 02:02
changelog.txt
499
B
-rwxr-xr-x
2015-08-13 05:07
clone.php
5.39
KB
-rwxr-xr-x
2015-08-13 05:10
conf_main.php
2.37
KB
-rwxr-xr-x
2015-08-13 05:07
edit.php
4.09
KB
-rwxr-xr-x
2015-08-13 05:10
edit.xml
433
B
-rwxr-xr-x
2015-04-06 06:39
fileindex.php
72
B
-rwxr-xr-x
2013-02-20 06:24
import.php
4.28
KB
-rwxr-xr-x
2015-08-13 05:10
info.xml
2.23
KB
-rwxr-xr-x
2015-08-13 05:07
install.js
921
B
-rwxr-xr-x
2013-01-04 04:22
install.php
7.87
KB
-rwxr-xr-x
2015-08-13 05:10
install.xml
978
B
-rwxr-xr-x
2015-08-13 05:07
md5
1.62
KB
-rwxr-xr-x
2015-08-13 05:10
notes.txt
373
B
-rwxr-xr-x
2014-05-28 06:09
share.sql
34.51
KB
-rwxr-xr-x
2015-08-13 05:07
share.zip
2.97
MB
-rwxr-xr-x
2015-08-13 05:07
upgrade.php
3.11
KB
-rwxr-xr-x
2015-08-13 05:10
upgrade.xml
341
B
-rwxr-xr-x
2013-10-24 02:02
Save
Rename
<?php // Site Address Here: // $C->DOMAIN = '[[domhost]]'; $C->SITE_URL = '[[softurl]]/'; // // Random identifier for this installation on this server // $C->RNDKEY = '[[RNDKEY]]'; // // MySQL SETTINGS // $C->DB_HOST = '[[softdbhost]]'; $C->DB_USER = '[[softdbuser]]'; $C->DB_PASS = '[[softdbpass]]'; $C->DB_NAME = '[[softdb]]'; $C->DB_MYEXT = 'mysqli'; // 'mysqli' or 'mysql' // // CACHE SETTINGS // $C->CACHE_MECHANISM = 'filesystem'; // 'apc' or 'memcached' or 'mysqlheap' or 'filesystem' $C->CACHE_EXPIRE = 3600; $C->CACHE_KEYS_PREFIX = '[[RNDKEY]]'; // If 'memcached': $C->CACHE_MEMCACHE_HOST = ''; $C->CACHE_MEMCACHE_PORT = ''; // If 'filesystem': $C->CACHE_FILESYSTEM_PATH = $C->INCPATH.'cache/'; // // IMAGE MANIPULATION SETTINGS // $C->IMAGE_MANIPULATION = 'gd'; // 'imagemagick_cli' or 'gd' // if 'imagemagick_cli' - /path/to/convert $C->IM_CONVERT = 'convert'; // // DEFAULT LANGUAGE // $C->LANGUAGE = 'en'; // // USERS ACCOUNTS SETTINGS // // if urls are user.site.com or site.com/user // this setting is still beta and it is not working properly $C->USERS_ARE_SUBDOMAINS = FALSE; // // RPC PING SETTINGS // $C->RPC_PINGS_ON = TRUE; $C->RPC_PINGS_SERVERS = array('http://rpc.pingomatic.com'); // // TWITTER & FACEBOOK CONNECT SETTINGS // // To activate Facebook Connect, check out the README.txt file $C->FACEBOOK_API_KEY = ''; $C->FACEBOOK_API_ID = ''; $C->FACEBOOK_API_SECRET = ''; // To activate Twitter OAuth login, check out the README.txt file $C->TWITTER_CONSUMER_KEY = ''; $C->TWITTER_CONSUMER_SECRET = ''; // Bit.ly Integration - used for sharing posts to twitter $C->BITLY_LOGIN = ''; $C->BITLY_API_KEY = ''; // For inviting Yahoo contacts. Check out the README.txt file $C->YAHOO_CONSUMER_KEY = ''; $C->YAHOO_CONSUMER_SECRET = ''; // For Google reCaptcha. Check out the README.txt file $C->GOOGLE_CAPTCHA_PUBLIC_KEY = ''; $C->GOOGLE_CAPTCHA_PRIVATE_KEY = ''; // // IF YOUR SERVER SUPPORTS CRONJOBS, READ THE FILE ./system/cronjobs/readme.txt // $C->CRONJOB_IS_INSTALLED = FALSE; // // DO NOT REMOVE THIS // $C->INSTALLED = TRUE; $C->VERSION = '3.6.2'; $C->DEBUG_USERS = array(); // //SPAMMER CHECKS //go to https://www.projecthoneypot.org to get a access key $C->HONEYPOT_ACCESS_KEY = ''; ?>