File "config.php"

Full Path: /home/marhb/public_html/includes-20250104031652/config.php
File size: 899 bytes
MIME-type: text/plain
Charset: utf-8


<?php
// +------------------------------------------------------------------------+
// | @author: MvnThemes
// | @name: Zontal - The Arcade Online HTML5 Game Playing Platform
// | @author_email: mvk62015@gmail.com   
// | @version: 1.0v
// +------------------------------------------------------------------------+
// | Zontal - The Arcade Online HTML5 Game Playing Platform
// | Copyright (c) 2017 Zontal. All rights reserved.
// +------------------------------------------------------------------------+

// MySQL Hostname
$sql_db_host = "localhost";
// MySQL Database User
$sql_db_user = "marhb_marhb";
// MySQL Database Password
$sql_db_pass = "whm@2024";
// MySQL Database Name
$sql_db_name = "marhb_marhb";

$con = mysqli_connect($sql_db_host, $sql_db_user, $sql_db_pass, $sql_db_name);

// Site URL
$site_url = "https://marhb.online/"; // e.g (http://example.com)
?>