OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
old_sendy
/
includes
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
app
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
ares
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
ares-reports
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
campaigns
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
config.php
1.28 KB
05/19/2025 10:07:16 AM
rw-r--r--
📁
create
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
dashboard
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
footer.php
3.37 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
functions.php
14.75 KB
05/19/2025 10:07:16 AM
rw-r--r--
📄
header.php
10.29 KB
05/19/2025 10:07:16 AM
rw-r--r--
📁
helpers
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
list
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
login
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
reports
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
rules
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
segments
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
settings
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
sidebar.php
4.9 KB
05/19/2025 10:07:16 AM
rw-r--r--
📁
subscribers
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📁
templates
-
05/19/2025 10:07:16 AM
rwxr-xr-x
📄
update.php
42.87 KB
05/19/2025 10:07:16 AM
rw-r--r--
Editing: config.php
Close
<?php //----------------------------------------------------------------------------------// // COMPULSORY SETTINGS //----------------------------------------------------------------------------------// /* Set the URL to your Sendy installation (without the trailing slash) */ define('APP_PATH', 'https://knoblycream.com/sendy'); /* MySQL database connection credentials (please place values between the apostrophes) */ $dbHost = 'localhost'; //MySQL Hostname $dbUser = 'root'; //MySQL Username $dbPass = 'newstart'; //MySQL Password $dbName = 'cream'; //MySQL Database Name //----------------------------------------------------------------------------------// // OPTIONAL SETTINGS //----------------------------------------------------------------------------------// /* Change the database character set to something that supports the language you'll be using. Example, set this to utf16 if you use Chinese or Vietnamese characters */ $charset = 'utf8mb4'; /* Set this if you use a non standard MySQL port. */ $dbPort = 3306; /* Domain of cookie (99.99% chance you don't need to edit this at all) */ define('COOKIE_DOMAIN', ''); //----------------------------------------------------------------------------------// ?>