File "config.php"
Full Path: /home/ujtifliwia/arczone.online/includes-20250109220412/ajax/config.php
File size: 919 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 = "ujtifliwia_omar";
// MySQL Database Password
$sql_db_pass = "ujtifliwia_omar";
// MySQL Database Name
$sql_db_name = "ujtifliwia_arczone";
$con = mysqli_connect($sql_db_host, $sql_db_user, $sql_db_pass, $sql_db_name);
// Site URL
$site_url = "https://arczone.online/"; // e.g (http://example.com)
?>