OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
3-31-025chanakya
/
sendy
/
includes
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/26/2025 04:21:20 AM
rwxr-xr-x
📁
app
-
03/26/2025 04:20:10 AM
rwxr-xr-x
📁
ares
-
03/26/2025 04:20:10 AM
rwxr-xr-x
📁
ares-reports
-
03/26/2025 04:20:10 AM
rwxr-xr-x
📁
campaigns
-
03/26/2025 04:20:10 AM
rwxr-xr-x
📄
config.php
1.28 KB
03/26/2025 04:15:54 AM
rw-r--r--
📁
create
-
03/26/2025 04:20:11 AM
rwxr-xr-x
📁
dashboard
-
03/26/2025 04:20:11 AM
rwxr-xr-x
📄
footer.php
3.37 KB
03/26/2025 04:15:54 AM
rw-r--r--
📄
functions.php
14.75 KB
03/26/2025 04:15:54 AM
rw-r--r--
📄
header.php
10.29 KB
03/26/2025 04:15:54 AM
rw-r--r--
📁
helpers
-
03/26/2025 04:22:19 AM
rwxr-xr-x
📁
list
-
03/26/2025 04:20:11 AM
rwxr-xr-x
📁
login
-
03/26/2025 04:20:11 AM
rwxr-xr-x
📁
reports
-
03/26/2025 04:20:11 AM
rwxr-xr-x
📁
rules
-
03/26/2025 04:20:12 AM
rwxr-xr-x
📁
segments
-
03/26/2025 04:20:12 AM
rwxr-xr-x
📁
settings
-
03/26/2025 04:20:12 AM
rwxr-xr-x
📄
sidebar.php
4.9 KB
03/26/2025 04:15:54 AM
rw-r--r--
📁
subscribers
-
03/26/2025 04:20:12 AM
rwxr-xr-x
📁
templates
-
03/26/2025 04:20:12 AM
rwxr-xr-x
📄
update.php
42.87 KB
03/26/2025 04:15:54 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', ''); //----------------------------------------------------------------------------------// ?>