Current File : /home3/z1b8p1s5/config_site.php
<?
error_reporting(E_ALL ^ E_DEPRECATED);

$DIR="";
$DIR_MONSTER_EDITOR="";

$DIR_ADMIN="$DIR/sublimepanel";
$ID_SESSION_USR="grupoginocomuy183";
if (isset($_SERVER["SERVER_NAME"])) $ID_SESSION_USR=$_SERVER["SERVER_NAME"].$ID_SESSION_USR;
$ID_SESSION_USR=str_replace(".","",$ID_SESSION_USR);
$ID_SESSION_USR=str_replace("-","",$ID_SESSION_USR);

define("ID_DOMINIO_GENERADOR",70);
define("ID_PROYECTO_GENERADOR",990);
define("ID_PAIS_GENERADOR",858);
define("ID_MONEDA_GENERADOR",1);
define("BORRAR_CONTENIDOS_DOMINIO",1);
define("MAINSITE",0);

$key_xor="grupoginocomuy39761";

$email_error_mysql1="hector@sublimesolutions.com";
if (file_exists("/home/users/configdb.php"))
	$email_error_mysql2="";
else
	$email_error_mysql2="lrinaldi@sublimesolutions.com";

$mysql_database="z1b8p1s5_db";
$mysql_hostname="localhost";
$mysql_user="z1b8p1s5_user";
$mysql_password="eXRut9EhsZs2";

$mysql_database_mailing="z1b8p1s5_mailing";
$mysql_hostname_mailing="localhost";
$mysql_user_mailing="z1b8p1s5_user";
$mysql_password_mailing="eXRut9EhsZs2";

$mysql_database_estadisticas="grupoginocomuy_db_estadisticas";
$mysql_hostname_estadisticas="";
$mysql_user_estadisticas="";
$mysql_password_estadisticas="";

$mysql_database_mmanager="grupoginocomuy_db_sublimecrm";
$mysql_hostname_mmanager="";
$mysql_user_mmanager="";
$mysql_password_mmanager="";

$mysql_database_soporte="grupoginocomuy_db_soporte";
$mysql_hostname_soporte="";
$mysql_user_soporte="";
$mysql_password_soporte="";

$main_dir_raiz="/home3/z1b8p1s5";
$main_dir="/home3/z1b8p1s5/public_html";
$main_dir_panel="/home3/z1b8p1s5/public_html/sublimepanel";

//1 = ESQUEMA DE LABELS ANTERIOR
//2 = ESQUEMA DE LABELS NUEVO
define("ESQUEMA_LABELS",2);

if (file_exists("/home/users/test_cpanel_user.php") && substr($_SERVER["REMOTE_ADDR"],0,10)=="192.168.1.") {

	include("/home/users/test_cpanel_user.php");

} else {

	//DATOS EJEMPLO:
	define("CPANEL_USER","gino");
	$dominio="grupogino.com.uy";
	$cp_host="108.167.165.116";
	$cp_user="z1b8p1s5";
	$cp_pass="sembraGINO2016";
	$cp_port="2083";
}


if (file_exists("/home/users/configdb.php"))
	$main_url_https="http://".$_SERVER["HTTP_HOST"];
else
	$main_url_https="https://".$_SERVER["HTTP_HOST"];

$url_pagos_tarjetas="$main_url_https$DIR/productos/ordenes/pagos/pagos.php";
$url_procesar_tarjeta="$main_url_https$DIR/productos/scripts/procesar_tarj.php";

if (file_exists("$main_dir_raiz/config_urls_descriptivas.php")) {
	include("$main_dir_raiz/config_urls_descriptivas.php");
} else {
	define("URL_DESCRIPTIVAS",1);
}

$tipocampo=7;
$tipochacra=9;

define("AGENDA_ENABLED",FALSE);
define("MAX_NOTAS_AGENDA_RESUMEN",4);
define("SISTEMA_ADM_PROPIEDADES",FALSE);
?>