|
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/baticlean.net/inc/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?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', 'baticlean_');
//SECURITE
define('COOKIE_ADMIN', 'q76CJ949CQt77T6GBiRwrJ7gYUCD8tc3z58jrn3s'); //A MODIFIER => Utilisez un générateur de mot de passe (ex : https://www.generateurdemotdepasse.com/ => 40 caratères)
//RECAPTCHA
define('__SITE_KEY__', '6LfwLJMUAAAAAAzIFp7s-FQ3mfz3qkVDF2DSzoFU'); //A MODIFIER => https://www.google.com/recaptcha/admin
define('__SECRET_KEY__', '6LfwLJMUAAAAAHZl9s9b8ILhHRhEJ_R96Y9UGSCM'); //A MODIFIER => https://www.google.com/recaptcha/admin
//REPERTOIRE
define('__DIR_BASE__', '/');
define('__DIR_ADMIN__', 'admin/');
define('ATTRIBUT_ALT', "Traitement habitat Saint Malo");
define('MOTS_CLES', "Traitement habitat Saint Malo, Traitement habitat Cancale, Traitement habitat Dinard, Traitement habitat Dinan, Nettoyage Saint Malo, Nettoyage Cancale, Nettoyage Dinard, Nettoyage Dinan, Façade Saint Malo, Façade Cancale, Façade Dinard, Façade Dinan, Démoussage Saint Malo, Démoussage Cancale, Démoussage Dinard, Démoussage Dinan, Toiture Saint Malo, Toiture Cancale, Toiture Dinard, Toiture Dinan, Peinture toiture Saint Malo, Peinture toiture Cancale, Peinture toiture Dinard, Peinture toiture Dinan");
define('SLOGAN_ACCUEIL', "Traitement habitat Cancale");
define('FLUX_TITRE', "Bati Clean");
define('FLUX_DESC', "Bati Clean à Saint-Malo, entreprise CTBA + pour le traitement des bois de l'habitat, nuisibles, mérule, entretien, rénovation de façade, toiture et charpente.");
//******************RESPONSIVE MENU***************************
define('COULEUR_RESP_MENU', '#fff'); //COULEUR TEXTES RESPONSIVE MENU
define('COULEUR_RESP_MENU_HOVER', '#fff'); //COULEUR BACKGROUND RESPONSIVE MENU HOVER
define('BG_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', 600);//sélecteur DIAPO accueil minima
define('SELECT_MAXI_LARGEUR_DIAPO', 1360);//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', 640);//A MODIFIER => sélecteur DIAPORAMA REA/FICHE minima
define('DIM_HAUTEUR_DIAPO', 480);//A MODIFIER => sélecteur DIAPORAMA REA/FICHE maxima
define('DIM_LARGEUR_DIAPO_ACCUEIL', 1360);//A MODIFIER => largeur image
define('DIM_HAUTEUR_DIAPO_ACCUEIL', 600);//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);
//*********************************************************
define('STATUT_LISTE_REA', 0);//1 = la liste des réalisations est visible sinon 0
define('STATUT_ACTUALITES', 1);//1 = la rubrique ACTUALITES est visible sinon 0
//******PARAMETRES IMAGES TINY MCE******
$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);
);
//******PARAMETRES IMAGES MEDIA******
$sizesimg = array(
'img_width' => array( 640, 575, 350 ),
'img_height' => array( 640, 400, 200 ),
'img_crop' => array( 'auto', 'crop', 'crop' ), // (options: exact, portrait, landscape, auto, crop)
'img_sizename' => array('g', 'photo1', 'photo2' ));
$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
}
?>