IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Bibliothèques & Frameworks Discussion :

Qui utilise FCKeditor sur son site php pour config ?! [Tutoriel]


Sujet :

Bibliothèques & Frameworks

  1. #21
    Membre éprouvé Avatar de Bebel
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Avril 2003
    Messages
    786
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Avril 2003
    Messages : 786
    Points : 1 262
    Points
    1 262
    Par défaut
    meme avec la derniere modif?

  2. #22
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    même...

  3. #23
    Membre éprouvé Avatar de Bebel
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Avril 2003
    Messages
    786
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Avril 2003
    Messages : 786
    Points : 1 262
    Points
    1 262
    Par défaut
    argh desolé j'avais pas vu une erreur

    dans le code de doResponse il faut remplacer
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
     
         case 'GetFolders' : 
             GetFolders( "", $sCurrentFolder ) ; 
             break ;
    par
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
     
         case 'GetFolders' : 
             GetFolders( $sResourceType, $sCurrentFolder ) ; 
             break ;

  4. #24
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    désolé, mais chez moi ça change rien...

  5. #25
    Membre éprouvé Avatar de Bebel
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Avril 2003
    Messages
    786
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Avril 2003
    Messages : 786
    Points : 1 262
    Points
    1 262
    Par défaut
    si tu fais un affichage de $sResourceType ca donne quoi?

  6. #26
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    Je le fais où ??

  7. #27
    Membre éprouvé Avatar de Bebel
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Avril 2003
    Messages
    786
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Avril 2003
    Messages : 786
    Points : 1 262
    Points
    1 262
    Par défaut
    dans l'appel de la fonction doResponse

  8. #28
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    Je vois pas où je dois le faire...

    sinon, quand je clic sur parcourir le serveur, j'ai un popup qui s'ouvre, et en haut à gauche, j'ai bien "Ressource Type" et dans le menu déroulant en dessous, c'est "image" et seulement ça...

  9. #29
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    Voici mes fichiers :

    config.php :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    <?php 
    /*
     * FCKeditor - The text editor for internet
     * Copyright (C) 2003-2005 Frederico Caldeira Knabben
     * 
     * Licensed under the terms of the GNU Lesser General Public License:
     *              http://www.opensource.org/licenses/lgpl-license.php
     * 
     * For further information visit:
     *              http://www.fckeditor.net/
     * 
     * File Name: config.php
     *      Configuration file for the File Manager Connector for PHP.
     * 
     * File Authors:
     *              Frederico Caldeira Knabben (fredck@fckeditor.net)
     */
     
    global $Config ; 
     
    // Path to user files relative to the document root. 
    // SECURITY TIP: Uncomment the following line to set a fixed path. 
    $Config['UserFilesPath'] = '/UserFiles/' ; 
     
    $Config['AllowedExtensions']['File']   = array() ; 
    $Config['DeniedExtensions']['File']      = array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg') ; 
     
    $Config['AllowedExtensions']['Images']   = array('jpg','gif','jpeg','png','bmp') ; 
    $Config['DeniedExtensions']['Images']   = array() ; 
     
    $Config['AllowedExtensions']['Flash']   = array('swf','fla') ; 
    $Config['DeniedExtensions']['Flash']   = array() ; 
     
    $Config['AllowedExtensions']['Media']   = array('swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg') ; 
    $Config['DeniedExtensions']['Media']   = array() ;
     
    ?>
    et connector.php :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    <?php 
    /*
     * FCKeditor - The text editor for internet
     * Copyright (C) 2003-2005 Frederico Caldeira Knabben
     * 
     * Licensed under the terms of the GNU Lesser General Public License:
     * 		http://www.opensource.org/licenses/lgpl-license.php
     * 
     * For further information visit:
     * 		http://www.fckeditor.net/
     * 
     * File Name: connector.php
     * 	This is the File Manager Connector for PHP.
     * 
     * File Authors:
     * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
     */
     
    include('config.php') ;
    include('util.php') ;
    include('io.php') ;
    include('basexml.php') ;
    include('commands.php') ;
     
    if ( !$Config['Enabled'] )
    	SendError( 1, 'This connector is disabled. Please check the "editor/filemanager/browser/default/connectors/php/config.php" file' ) ;
     
    // Get the "UserFiles" path.
    $GLOBALS["UserFilesDirectory"] = '/images' ;
    $GLOBALS["UserFilesPath"] = '/images/' ;
     
    if ( isset( $Config['UserFilesPath'] ) )
    	$GLOBALS["UserFilesPath"] = $Config['UserFilesPath'] ;
    else if ( isset( $_GET['ServerPath'] ) )
    	$GLOBALS["UserFilesPath"] = $_GET['ServerPath'] ;
    else
    	$GLOBALS["UserFilesPath"] = '/' ;
     
    if ( ! ereg( '/$', $GLOBALS["UserFilesPath"] ) )
    	$GLOBALS["UserFilesPath"] .= '/' ;
     
    // Map the "UserFiles" path to a local directory.
    $GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '\\', $GLOBALS["UserFilesPath"] ) ;
    $GLOBALS["UserFilesDirectory"] = GetRootPath() . $GLOBALS["UserFilesPath"] ;
     
    DoResponse() ;
     
    function DoResponse() 
    { 
       if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) ) 
          return ; 
     
       // Get the main request informaiton. 
       $sCommand      = $_GET['Command'] ; 
       $sResourceType   = $_GET['Type'] ; 
       $sCurrentFolder   = $_GET['CurrentFolder'] ; 
     
       // Check if it is an allowed type. 
       if ( !in_array( $sResourceType, array('File','Images','Flash','Media') ) )
          return ; 
     
       // Check the current folder syntax (must begin and start with a slash). 
       if ( ! ereg( '/$', $sCurrentFolder ) ) $sCurrentFolder .= '/' ; 
       if ( strpos( $sCurrentFolder, '/' ) !== 0 ) $sCurrentFolder = '/' . $sCurrentFolder ; 
     
       // File Upload doesn't have to Return XML, so it must be intercepted before anything. 
       if ( $sCommand == 'FileUpload' ) 
       { 
          //FileUpload( $sResourceType, $sCurrentFolder ) ; 
          FileUpload( "", $sCurrentFolder ) ; 
          return ; 
       } 
     
       // Prevent the browser from caching the result. 
       // Date in the past 
       header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ; 
       // always modified 
       header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ; 
       // HTTP/1.1 
       header('Cache-Control: no-store, no-cache, must-revalidate') ; 
       header('Cache-Control: post-check=0, pre-check=0', false) ; 
       // HTTP/1.0 
       header('Pragma: no-cache') ; 
     
       // Set the response format. 
       header( 'Content-Type:text/xml; charset=utf-8' ) ; 
     
       //CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ; 
       CreateXmlHeader( $sCommand, "", $sCurrentFolder ) ; 
     
       // Execute the required command. 
       switch ( $sCommand ) 
       { 
          case 'GetFolders' : 
             GetFolders( $sResourceType, $sCurrentFolder ) ; 
             break ; 
          case 'GetFoldersAndFiles' : 
             GetFoldersAndFiles( $sResourceType, $sCurrentFolder ) ; 
             break ; 
          case 'CreateFolder' : 
             CreateFolder( $sResourceType, $sCurrentFolder ) ; 
       } 
     
       CreateXmlFooter() ; 
     
       exit ; 
    } 
    ?>
    on sais jamais, j'ai peut-être mal fait une modif...

    En attendant, je vais manger, on réfléchi mieu le ventre plein !! :d

  10. #30
    Membre averti Avatar de guy2004
    Profil pro
    Inscrit en
    Juillet 2004
    Messages
    805
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2004
    Messages : 805
    Points : 377
    Points
    377
    Par défaut
    moi j'arrive toujours pas a afficher mon editeur !

  11. #31
    Membre éprouvé Avatar de Bebel
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Avril 2003
    Messages
    786
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Avril 2003
    Messages : 786
    Points : 1 262
    Points
    1 262
    Par défaut
    Bon pour glloq8, maintenant que j'ai egalement mange ca va mieux aussi.
    Sinon as tu reussi a afficher le contenu de $sResourceType ?

    et pour guy2004 : que renvoi le résultat de $oFCKeditor->CreateHtml() ; ?

  12. #32
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    Citation Envoyé par Bebel
    Bon pour glloq8, maintenant que j'ai egalement mange ca va mieux aussi.
    Sinon as tu reussi a afficher le contenu de $sResourceType ?
    Non, comment je procède ?

  13. #33
    Membre éprouvé Avatar de Bebel
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Avril 2003
    Messages
    786
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Avril 2003
    Messages : 786
    Points : 1 262
    Points
    1 262
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
     
    function DoResponse()
    {
    	if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) )
    		return ;
    	// Get the main request informaiton.
    	$sCommand		= $_GET['Command'] ;
    	$sResourceType	= $_GET['Type'] ;
    	$sCurrentFolder	= $_GET['CurrentFolder'] ;
     
     
    	echo $sResourceType;
     
    	// Check if it is an allowed type.
    	if ( !in_array( $sResourceType, array('File','Image','Flash','Media') ) )
    		return ;
     
    	// Check the current folder syntax (must begin and start with a slash).
    	if ( ! ereg( '/$', $sCurrentFolder ) ) $sCurrentFolder .= '/' ;
    	if ( strpos( $sCurrentFolder, '/' ) !== 0 ) $sCurrentFolder = '/' . $sCurrentFolder ;
     
    	// File Upload doesn't have to Return XML, so it must be intercepted before anything.
    	if ( $sCommand == 'FileUpload' )
    	{
    		FileUpload( $sResourceType, $sCurrentFolder ) ;
    		return ;
    	}
     
    	// Prevent the browser from caching the result.
    	// Date in the past
    	header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ;
    	// always modified
    	header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ;
    	// HTTP/1.1
    	header('Cache-Control: no-store, no-cache, must-revalidate') ;
    	header('Cache-Control: post-check=0, pre-check=0', false) ;
    	// HTTP/1.0
    	header('Pragma: no-cache') ;
    	// Set the response format.
    	header( 'Content-Type:text/xml; charset=utf-8' ) ;
    	CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ;
    	// Execute the required command.
    	switch ( $sCommand )
    	{
    		case 'GetFolders' :
    			GetFolders( $sResourceType, $sCurrentFolder ) ;
    			break ;
    		case 'GetFoldersAndFiles' :
    			GetFoldersAndFiles( $sResourceType, $sCurrentFolder ) ;
    			break ;
    		case 'CreateFolder' :
    			CreateFolder( $sResourceType, $sCurrentFolder ) ;
    			break ;
    	}
    	CreateXmlFooter() ;
    	exit ;
    }
    Remplace le code de doResponse par celui-ci

  14. #34
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    ça ne change absolument rien...

  15. #35
    Membre averti Avatar de guy2004
    Profil pro
    Inscrit en
    Juillet 2004
    Messages
    805
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2004
    Messages : 805
    Points : 377
    Points
    377
    Par défaut
    si sur ma page qui appele FCKeditor je mets :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    $oFCKeditor->CreateHtml() ;
    Cela me met 2 fois "ERREUR 404" page intouvable

  16. #36
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    moi, pour lancer FCKeditor, j'ai fait comme ça :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
     
    <script type="text/javascript"> 
    window.onload = function() 
    { 
       var sBasePath = '/admin/editeur/'; 
       var oFCKeditor = new FCKeditor('texte','95%','350','Default',''); 
       oFCKeditor.BasePath   = sBasePath ; 
       oFCKeditor.ReplaceTextarea() ; 
    }
     
    </script>
    ensuite, dans ta page, tu crée un textarea avec id="texte"

    chez moi ça marche en tout cas... (mais toujours pas la fonction parcourir le serveur !! )

  17. #37
    Membre éprouvé Avatar de Bebel
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Avril 2003
    Messages
    786
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Avril 2003
    Messages : 786
    Points : 1 262
    Points
    1 262
    Par défaut
    bon un nouveau essai pour voir.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
     
    function DoResponse()
    {
    	if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) )
    		return ;
    	// Get the main request informaiton.
    	$sCommand		= $_GET['Command'] ;
    	$sResourceType	= $_GET['Type'] ;
    	$sCurrentFolder	= $_GET['CurrentFolder'] ;
    	// Check if it is an allowed type.
    	if ( !in_array( $sResourceType, array('File','Image','Images','Flash','Media') ) )
    		return ;
     
    	// Check the current folder syntax (must begin and start with a slash).
    	if ( ! ereg( '/$', $sCurrentFolder ) ) $sCurrentFolder .= '/' ;
    	if ( strpos( $sCurrentFolder, '/' ) !== 0 ) $sCurrentFolder = '/' . $sCurrentFolder ;
     
    	// File Upload doesn't have to Return XML, so it must be intercepted before anything.
    	if ( $sCommand == 'FileUpload' )
    	{
    		FileUpload( $sResourceType, $sCurrentFolder ) ;
    		return ;
    	}
     
    	// Prevent the browser from caching the result.
    	// Date in the past
    	header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ;
    	// always modified
    	header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ;
    	// HTTP/1.1
    	header('Cache-Control: no-store, no-cache, must-revalidate') ;
    	header('Cache-Control: post-check=0, pre-check=0', false) ;
    	// HTTP/1.0
    	header('Pragma: no-cache') ;
    	// Set the response format.
    	header( 'Content-Type:text/xml; charset=utf-8' ) ;
    	CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ;
    	// Execute the required command.
    	if ($sResourceType == "Image")
    	{
    	 $sResourceType = "Images";
      }
    	switch ( $sCommand )
    	{
    		case 'GetFolders' :
    			GetFolders( $sResourceType, $sCurrentFolder ) ;
    			break ;
    		case 'GetFoldersAndFiles' :
    			GetFoldersAndFiles( $sResourceType, $sCurrentFolder ) ;
    			break ;
    		case 'CreateFolder' :
    			CreateFolder( $sResourceType, $sCurrentFolder ) ;
    			break ;
    	}
    	CreateXmlFooter() ;
    	exit ;
    }

  18. #38
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    Maintenant, il n'ouvre même plus le popup affichant le contenu du dossier... pas de panique !! on va y arriver...

    Est-ce que je devrais pas remettre les fichiers config.php et connector.php d'origine ?? pour être sûr de repartir sur de bonnes bases !

  19. #39
    Membre éprouvé Avatar de Bebel
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Avril 2003
    Messages
    786
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Aéronautique - Marine - Espace - Armement

    Informations forums :
    Inscription : Avril 2003
    Messages : 786
    Points : 1 262
    Points
    1 262
    Par défaut
    lol direct apres le repas c'est pas forcément mieux que juste avant ^^.
    Bon sinon oui le mieux reprends tout a l'initiale quand il te créait le dossier Image, et remplace juste le code de la fonction pour voir.

  20. #40
    Membre actif Avatar de glloq8
    Inscrit en
    Novembre 2002
    Messages
    298
    Détails du profil
    Informations personnelles :
    Âge : 44

    Informations forums :
    Inscription : Novembre 2002
    Messages : 298
    Points : 255
    Points
    255
    Par défaut
    C'est parti !!!

    C'est bien moi ça, je lance une idée, et maintenant, il faut que je galère pour retrouver mes sources...

Discussions similaires

  1. Qui utilise aspsmartmail sur son serveur ?
    Par delavega dans le forum ASP
    Réponses: 0
    Dernier message: 20/03/2009, 15h14
  2. Réponses: 5
    Dernier message: 09/02/2009, 15h45
  3. [PHP-JS] Messages récents sur son site
    Par MaximeT dans le forum Langage
    Réponses: 6
    Dernier message: 16/08/2007, 20h37
  4. Quel langage pour un script qui connecte automatiquement sur un site ?
    Par dephesity dans le forum Langages de programmation
    Réponses: 6
    Dernier message: 13/08/2007, 11h11
  5. [PHP-JS] flux RSS sur SON site
    Par Ice-tea dans le forum Langage
    Réponses: 2
    Dernier message: 27/09/2006, 11h52

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo