Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
e107 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-13 21:12
php53
[ DIR ]
drwxr-xr-x
2026-08-13 21:12
php56
[ DIR ]
drwxr-xr-x
2026-08-13 21:12
php71
[ DIR ]
drwxr-xr-x
2026-08-13 21:12
php81
[ DIR ]
drwxr-xr-x
2026-08-13 21:12
php82
[ DIR ]
drwxr-xr-x
2026-08-13 21:12
update
[ DIR ]
drwxr-xr-x
2026-08-13 21:12
clone.php
3.14
KB
-rw-r--r--
2026-08-13 08:56
e107.sql
110.03
KB
-rw-r--r--
2026-08-13 03:01
e107.zip
13.85
MB
-rw-r--r--
2026-08-13 03:01
e107_config.php
1.57
KB
-rw-r--r--
2026-06-15 05:31
edit.php
4.91
KB
-rw-r--r--
2026-08-13 08:56
edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
extend.php
8.95
KB
-rw-r--r--
2026-08-13 08:56
fileindex.php
578
B
-rw-r--r--
2026-08-03 04:24
import.php
2.96
KB
-rw-r--r--
2026-08-13 08:56
info.xml
2.65
KB
-rw-r--r--
2026-08-13 03:01
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
5.74
KB
-rw-r--r--
2026-08-13 08:56
install.xml
1.07
KB
-rw-r--r--
2026-04-28 08:04
md5
4.94
KB
-rw-r--r--
2026-08-13 08:56
notes.txt
797
B
-rw-r--r--
2026-05-18 06:47
update_pass.php
497
B
-rw-r--r--
2021-12-23 06:54
upgrade.php
16.51
KB
-rw-r--r--
2026-08-13 08:56
upgrade.xml
271
B
-rw-r--r--
2021-12-23 06:54
Save
Rename
<?php /* * e107 website system * * Copyright (C) 2008-2026 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. // 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