HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/naniguide.com/deals/config.php
<?php

/*--------------------*/
// Description: Couponza - Coupons & Discounts Php Script
// Author: Wicombit
// Author URI: https://www.wicombit.com
/*--------------------*/

//URL PROJECT

define ('SITE_URL', 'https://naniguide.com/deals');

//DATABASE CONFIG

$database = array(
'host' => 'localhost',
'db' => 'mrsimple_deal',
'user' => 'mrsimple_deal',
'pass' => 'dangnhap3'
);

$site_config = array(
'featured_items' => 10,
'exclusive_items' => 10,
'featured_stores' => 10,
'latest_items' => 10,
'reviews_page' => 3,
'page_limit' => 6,
);

?>