Mauvaise configuration!!!
Vérifiez que votre login et mot de passe sont bien saisi pour la connexion à la base $database"; $_MailFinLigne = "\r\n"; // fin de ligne pour le texte des mails $_MailAuteur = 'Snooker Club Bisontin'; // Auteur en clair pour les mails envoyés en automatique $_MailAdresseSite = 'http://www.snooker-club-bisontin/'; // Adresse du site pour lien dans les mails $_MailTest = 'info@snooker-club-bisontin.com'; if (!empty($_POST)) extract($_POST, EXTR_PREFIX_ALL, "p"); elseif (!empty($HTTP_POST_VARS)) extract($HTTP_POST_VARS, EXTR_PREFIX_ALL, "p"); if (!empty($_GET)) extract($_GET, EXTR_PREFIX_ALL, "g"); elseif (!empty($HTTP_GET_VARS)) extract($HTTP_GET_VARS, EXTR_PREFIX_ALL, "g"); if (!empty($_FILES)) extract($_FILES, EXTR_PREFIX_ALL, "f"); elseif (!empty($HTTP_POST_FILES)) extract($HTTP_POST_FILES, EXTR_PREFIX_ALL, "f"); function ouverture () { } /***** CONFIG LOCAL $serveur="http://127.0.0.1/snooker-club-bisontin/"; $contact="loulou.puce@wanadoo.fr"; $nomsite="Snooker Club Bisontin"; $_Debug = TRUE; // si probleme de session $_PbSession = TRUE;*/ /**** CONFIG HEBERGEUR */ $serveur="http://www.snooker-club-bisontin.com"; $contact="info@snooker-club-bisontin.com"; $nomsite="Snooker Club Bisontin"; $_Debug = TRUE; // si probleme de session $_PbSession = TRUE; ?> FCKeditor - Sample
'; echo ''; echo ''; echo '' .''.chr(13) .''.chr(13) .''; echo '
' .'

Nom de la page :

' .'
' .'' .'
'; }else{ $tabTemp = explode("&idPage=",$page_actuelle); $recupIdPage = $tabTemp[1]; echo ''; $sql="SELECT * FROM pages WHERE paID=".$recupIdPage; $rs=mysql_query($sql); $l=mysql_fetch_assoc($rs); echo ''; echo '' .''.chr(13) .''.chr(13) .''; echo '' .''.chr(13) .''.chr(13) .''; echo '' .''.chr(13) .''.chr(13) .''; echo '' .''.chr(13) .''.chr(13) .''; echo '
' .'

Cette page est visible pour tout le monde :

' .'
' .'' .'
' .'

Cette page fait parti de...

' .'
' .'' .'
' .'

Cette page se trouve juste après... :

' .'
' .'' .'
' .'

Nom de la page :

' .'
' .'' .'
'; } // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "/" ) ) ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = $sBasePath.'fckeditor/' ; $oFCKeditor->Config['DefaultLanguage']='fr'; $oFCKeditor->Value = $l["paContenu"] ; $oFCKeditor->Create() ; ?>