File "config-20250123142839.php"

Full Path: /home/ihsagovz/qulla.xyz/includes/config-20250123142839.php
File size: 908 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 = "ihsagovz_qulla1";
// MySQL Database Password
$sql_db_pass = "1212Lokman,?";
// MySQL Database Name
$sql_db_name = "ihsagovz_qulla1";

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

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