AnonSec Team
Server IP : 10.111.40.2  /  Your IP : 216.73.217.145
Web Server : Apache
System : Linux webd002.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : comimage ( 586)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/comimage/batimonte.com/../hernandez/inc/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/comimage/batimonte.com/../hernandez/inc/config.inc.php
<?php
	//ACCES BASE DE DONNEES
	define('BDD_SERVEUR', 'mysql51-56.bdb');
	define('BDD_IDENTIFIANT', 'comimagecms');
	define('BDD_MOT_PASSE', 'com123456');
	define('BDD_BASE_DE_DONNEES', 'comimagecms');
	define('TABLE_PREFIX', 'hernandez0_');
	
	//REPERTOIRE
	define('__DIR_BASE__', '/');
	define('__DIR_ADMIN__', 'admin/');
	
	define('MAIL_CORRESPONDANCE', 'sarlbrochardhernandez@orange.fr');
	define('ATTRIBUT_ALT', 'Couverture Brochard Hernandez, La Haye du Puits');
	define('MOTS_CLES', "Couverture Brochard Hernandez, La Haye du Puits");
	define('SLOGAN_SITE', "Couverture Brochard Hernandez");
	define('SLOGAN_ACCUEIL', "La Haye du Puits");
	define('FLUX_TITRE', "Couverture Brochard Hernandez | La Haye du Puits");
	define('FLUX_DESC', "L'entreprise Brochard Hernandez est implantée à La Haye du Puits dans la Manche. Nous réalisons les travaux de couverture en ardoises, en tuiles, en bacs acier et en zinc, nous créons des toits-terrasses végétalisés, nous effectuons les travaux d'étanchéité et de zinguerie.");
	define('URL_GOOGLEMAP', 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d10408.97828555994!2d-1.54447!3d49.29071!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xea4f11c3ca1968b9!2sSarl+Brochard+Hernandez!5e0!3m2!1sfr!2smg!4v1441974634057');
	define('COULEUR_RESP_MENU', '#000'); //COULEUR BACKGROUND RESPONSIVE MENU
	
	//************** PARAMETRES NIVO SLIDER *********************
	 define('NIVO_EFFECT', "sliceDown"); //Choisir : 'sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade, random, slideInRight, slideInLeft, boxRandom, boxRain, boxRainReverse, boxRainGrow, boxRainGrowReverse'
	 define('NIVO_ANIM_SPEED', 500);
	 define('NIVO_PAUSE_TIME', 3000);
	 define('NIVO_DIRECTIONNAV', "false"); //choisir : 'true, false'
	 define('NIVO_CONTROLNAV', "false"); //choisir : 'true, false'
	 define('NIVO_CONTROLNAVTHUMBS', "false"); //choisir : 'true, false'
	 //===========================================================
	 define('SELECT_MINI_LARGEUR_DIAPO', 240);//sélecteur DIAPO accueil minima
	 define('SELECT_MAXI_LARGEUR_DIAPO', 755);//sélecteur DIAPO accueil maxima
	 define('TYPE_DIAPORAMA', 1);//A MODIFIER => type de diaporama utilisé. 1 => diaporama réalisation ou 2 => diaporama avec fiche descriptive
	 define('DIM_LARGEUR_DIAPO', 900);//A MODIFIER => sélecteur DIAPORAMA REA/FICHE minima
	 define('DIM_HAUTEUR_DIAPO', 600);//A MODIFIER => sélecteur DIAPORAMA REA/FICHE maxima
	 define('DIM_LARGEUR_DIAPO_ACCUEIL', 755);//A MODIFIER => largeur image
	 define('DIM_HAUTEUR_DIAPO_ACCUEIL', 240);//A MODIFIER => hauteur image
	 
	 define('DIM_LARGEUR_MEDIA', 640);//A MODIFIER => sélecteur DIAPORAMA REA/FICHE minima
	 define('DIM_HAUTEUR_MEDIA', 640);//A MODIFIER => sélecteur DIAPORAMA REA/FICHE maxima
	 //************** BACKGROUND DIAPORAMA *********************
	 define('BACKGROUND_DIAPO_ACCUEIL_R', 255);
	 define('BACKGROUND_DIAPO_ACCUEIL_G', 255);
	 define('BACKGROUND_DIAPO_ACCUEIL_B', 255);
	 
	 define('BACKGROUND_DIAPO_REALISATION_R', 51);
	 define('BACKGROUND_DIAPO_REALISATION_G', 51);
	 define('BACKGROUND_DIAPO_REALISATION_B', 51);
	 //*********************************************************
	 
	 //******PARAMETRES IMAGES******
	 $img_config = array(
		// if you don't need a limit set both to 0
		'image_max_width'                         => 640,
		'image_max_height'                        => 640,
		'image_max_mode'                          => 'auto', //(exact, portrait,landscape, auto, crop);

		'relative_image_creation'                 => true, //activate or not the creation of one or more image resized with relative path from upload folder
		'relative_path_from_current_pos'          => array( './', './t/' ), //relative path of the image folder from the current position on upload folder
		'relative_image_creation_name_to_prepend' => array( '', 't_' ), //name to prepend on filename
		'relative_image_creation_name_to_append'  => array( '_t', '' ), //name to append on filename
		'relative_image_creation_width'           => array( 200, 300 ), //width of image (you can leave empty if you set height)
		'relative_image_creation_height'          => array( 120, 210 ), //height of image (you can leave empty if you set width)
		'relative_image_creation_option'          => array( 'crop', 'crop' ), //(exact, portrait,landscape, auto, crop);
	 );
	 
	 $sizesimg = array(
	 	'img_width'  => array( 640, 278 ),
		'img_height' => array( 640, 230 ),
		'img_crop' => array( 'auto', 'crop', 'crop' ), // (options: exact, portrait, landscape, auto, crop)
		'img_sizename' => array('g', 'thumbs', 'medium' ));
		
	
	$extentionimg = 'jpg';
	$qualiteimg = 72;	
	 //----------- GOOGLE ANALYTICS ---------
	 function googleAnalytics(){
		?>
		<script>
		  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
		  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
		  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
		  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
		
		  ga('create', 'UA-xxxxx-1', 'auto');
		  ga('send', 'pageview');
		
		</script>
		<?php
	}
?>

AnonSec - 2021