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

Langage PHP Discussion :

redimentionnement d'image avec php sous ubuntu


Sujet :

Langage PHP

  1. #1
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut redimentionnement d'image avec php sous ubuntu
    je suis entrai de suivre le cours de php et je suis arriver au redimensionnement des images mais sa ne marche pas et pour savoir je suis sous ubuntu et je suis un debutant en ce qui concerne ubuntu , j'ai installe apache2, php5, mysql separement et je suis entrain de travailler normalement je suis aller sur phpinfo et j'ai trouver GD support enable donc sa veut dire que sa marche mes le redimentionnement d'image ne marche pas par contre sous windows march tre tre bien alr je vous empris aider moi pour que je puisse terminer le cours et avance plus rapidement bye et merci

  2. #2
    Membre habitué
    Homme Profil pro
    Développeur Web
    Inscrit en
    Janvier 2012
    Messages
    93
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 34
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Tourisme - Loisirs

    Informations forums :
    Inscription : Janvier 2012
    Messages : 93
    Points : 161
    Points
    161
    Par défaut
    Si tu veux qu'on t'aide faut nous d'aider un minimum de précision,

    ->Erreur dans ton fichier log.
    ->Ligne de l'erreur dans ton fichier php.

    Ce sera déjà un bon début

  3. #3
    Rédacteur

    Avatar de Torgar
    Homme Profil pro
    Développeur Web
    Inscrit en
    Août 2007
    Messages
    2 334
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France, Hérault (Languedoc Roussillon)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Août 2007
    Messages : 2 334
    Points : 8 040
    Points
    8 040
    Par défaut
    J'en connais un qui va encore faire du mal aux chats pour lire dans les entrailles et deviner ton code....

  4. #4
    Membre habitué
    Homme Profil pro
    Développeur Web
    Inscrit en
    Janvier 2012
    Messages
    93
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 34
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Tourisme - Loisirs

    Informations forums :
    Inscription : Janvier 2012
    Messages : 93
    Points : 161
    Points
    161
    Par défaut
    Tu peux regarder içi pour GD GD

  5. #5
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut
    je ne sais pas comment vous preciser plus car comme je vous les dit je suis debutant en ubuntu et j'ai installer apache, php, mysql separement, puis vant que je vienne ici je suivi un lien sur le forum d'ubuntu et qu'on ma donner là en dernier mais ca se veux pas marche car quand je veux redimensionner mon image je veux dire par là que la rendre plus petite que l'original et quand j'en registre et bien sa ne marche pas par contre avec win7 a l'aide wamp server sa marceh tres bien

  6. #6
    Membre habitué
    Homme Profil pro
    Développeur Web
    Inscrit en
    Janvier 2012
    Messages
    93
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 34
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Tourisme - Loisirs

    Informations forums :
    Inscription : Janvier 2012
    Messages : 93
    Points : 161
    Points
    161
    Par défaut
    Attend je vais faire un tour de magie .

    Tada , ah non ça marche toujours pas

    En gros on peut pas t'aider avec les infos que tu nous donne (parce qu'il y'en a pas). Je suis désolé mais le ça marche pas ne nous aide pas vraiment.

    Encore une fois, si tu veux de l'aide dis nous ce qui cloche, et pour ça reporte toi à ton fichier de log. Nous ne somme pas devin, ça marche pas on a compris mais on est pas sur ta machine on ne sais pas ce que tu fais ni comment tu le fais donc des infos des infos et encore des infos (au risque de me répéter).

  7. #7
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut
    <?php

    // La photo est la source up.png c'est la photo originale et elle se trouve sur le meme dossier que la page
    $source = imagecreatefrompng("ub.png");

    //destination c'est la mini photo
    $destination = imagecreatetruecolor(200, 150); // On crée la miniature vide

    // on prend le s dimension de chaqu'une des photos

    $largeur_source = imagesx($source);
    $hauteur_source = imagesy($source);
    $largeur_destination = imagesx($destination);
    $hauteur_destination = imagesy($destination);

    // On crée la miniature
    imagecopyresampled($destination, $source, 0, 0, 0, 0, $largeur_destination, $hauteur_destination, $largeur_source, $hauteur_source);

    // On enregistre la miniature sous le nom "mini.png"
    imagepng($destination, "mini.png");

    ?>

  8. #8
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut
    ou puis-je trouver le fichier log. ???

  9. #9
    Membre habitué
    Homme Profil pro
    Développeur Web
    Inscrit en
    Janvier 2012
    Messages
    93
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 34
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Tourisme - Loisirs

    Informations forums :
    Inscription : Janvier 2012
    Messages : 93
    Points : 161
    Points
    161
    Par défaut
    Tout d'abord prend l'habitude de mettre tes lignes de code entre les balises code (#) car comme ça on peut avoir la coloration syntaxique. Petite précision, tu rajoute le langage utilisé [CODE =php] .

    En ce qui concerne ton error_log va dans fichier de configuration httpd.conf apache2.conf sur linux (/etc/apache2/apache2.conf) et cherche une ligne qui ressemble à ça :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    ErrorLog /var/log/apache2/error.log
    je crois que c'est le chemin par défaut mais je suis plus sur car je ne dev plus sur linux mais sur mac. (donc tu as maintenant le chemin de ton error_log).

  10. #10
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut
    merci cher mathias je tiendrai compte de ces remarque puis voila le contenue de mon fichier apache2.conf

    #
    # Based upon the NCSA server configuration files originally by Rob McCool.
    #
    # This is the main Apache server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See http://httpd.apache.org/docs/2.2/ for detailed information about
    # the directives.
    #
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    #
    # The configuration directives are grouped into three basic sections:
    # 1. Directives that control the operation of the Apache server process as a
    # whole (the 'global environment').
    # 2. Directives that define the parameters of the 'main' or 'default' server,
    # which responds to requests that aren't handled by a virtual host.
    # These directives also provide default values for the settings
    # of all virtual hosts.
    # 3. Settings for virtual hosts, which allow Web requests to be sent to
    # different IP addresses or hostnames and have them handled by the
    # same Apache server process.
    #
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "foo.log"
    # with ServerRoot set to "/etc/apache2" will be interpreted by the
    # server as "/etc/apache2/foo.log".
    #

    ### Section 1: Global Environment
    #
    # The directives in this section affect the overall operation of Apache,
    # such as the number of concurrent requests it can handle or where it
    # can find its configuration files.
    #

    #
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    #
    # NOTE! If you intend to place this on an NFS (or otherwise network)
    # mounted filesystem then please read the LockFile documentation (available
    # at <URL:http://httpd.apache.org/docs/2.2/mod/mpm_common.html#lockfile>);
    # you will save yourself a lot of trouble.
    #
    # Do NOT add a slash at the end of the directory path.
    #
    #ServerRoot "/etc/apache2"

    #
    # The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
    #
    LockFile ${APACHE_LOCK_DIR}/accept.lock

    #
    # PidFile: The file in which the server should record its process
    # identification number when it starts.
    # This needs to be set in /etc/apache2/envvars
    #
    PidFile ${APACHE_PID_FILE}

    #
    # Timeout: The number of seconds before receives and sends time out.
    #
    Timeout 300

    #
    # KeepAlive: Whether or not to allow persistent connections (more than
    # one request per connection). Set to "Off" to deactivate.
    #
    KeepAlive On

    #
    # MaxKeepAliveRequests: The maximum number of requests to allow
    # during a persistent connection. Set to 0 to allow an unlimited amount.
    # We recommend you leave this number high, for maximum performance.
    #
    MaxKeepAliveRequests 100

    #
    # KeepAliveTimeout: Number of seconds to wait for the next request from the
    # same client on the same connection.
    #
    KeepAliveTimeout 5

    ##
    ## Server-Pool Size Regulation (MPM specific)
    ##

    # prefork MPM
    # StartServers: number of server processes to start
    # MinSpareServers: minimum number of server processes which are kept spare
    # MaxSpareServers: maximum number of server processes which are kept spare
    # MaxClients: maximum number of server processes allowed to start
    # MaxRequestsPerChild: maximum number of requests a server process serves
    <IfModule mpm_prefork_module>
    StartServers 5
    MinSpareServers 5
    MaxSpareServers 10
    MaxClients 150
    MaxRequestsPerChild 0
    </IfModule>

    # worker MPM
    # StartServers: initial number of server processes to start
    # MinSpareThreads: minimum number of worker threads which are kept spare
    # MaxSpareThreads: maximum number of worker threads which are kept spare
    # ThreadLimit: ThreadsPerChild can be changed to this maximum value during a
    # graceful restart. ThreadLimit can only be changed by stopping
    # and starting Apache.
    # ThreadsPerChild: constant number of worker threads in each server process
    # MaxClients: maximum number of simultaneous client connections
    # MaxRequestsPerChild: maximum number of requests a server process serves
    <IfModule mpm_worker_module>
    StartServers 2
    MinSpareThreads 25
    MaxSpareThreads 75
    ThreadLimit 64
    ThreadsPerChild 25
    MaxClients 150
    MaxRequestsPerChild 0
    </IfModule>

    # event MPM
    # StartServers: initial number of server processes to start
    # MinSpareThreads: minimum number of worker threads which are kept spare
    # MaxSpareThreads: maximum number of worker threads which are kept spare
    # ThreadsPerChild: constant number of worker threads in each server process
    # MaxClients: maximum number of simultaneous client connections
    # MaxRequestsPerChild: maximum number of requests a server process serves
    <IfModule mpm_event_module>
    StartServers 2
    MinSpareThreads 25
    MaxSpareThreads 75
    ThreadLimit 64
    ThreadsPerChild 25
    MaxClients 150
    MaxRequestsPerChild 0
    </IfModule>

    # These need to be set in /etc/apache2/envvars
    User ${APACHE_RUN_USER}
    Group ${APACHE_RUN_GROUP}

    #
    # AccessFileName: The name of the file to look for in each directory
    # for additional configuration directives. See also the AllowOverride
    # directive.
    #

    AccessFileName .htaccess

    #
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    #
    <Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy all
    </Files>

    #
    # DefaultType is the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    #
    # It is also possible to omit any default MIME type and let the
    # client's browser guess an appropriate action instead. Typically the
    # browser will decide based on the file's extension then. In cases
    # where no good assumption can be made, letting the default MIME type
    # unset is suggested instead of forcing the browser to accept
    # incorrect metadata.
    #
    DefaultType None


    #
    # HostnameLookups: Log the names of clients or just their IP addresses
    # e.g., www.apache.org (on) or 204.62.129.132 (off).
    # The default is off because it'd be overall better for the net if people
    # had to knowingly turn this feature on, since enabling it means that
    # each client request will result in AT LEAST one lookup request to the
    # nameserver.
    #
    HostnameLookups Off

    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    #
    ErrorLog ${APACHE_LOG_DIR}/error.log

    #
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    #
    LogLevel warn

    # Include module configuration:
    Include mods-enabled/*.load
    Include mods-enabled/*.conf

    # Include all the user configurations:
    Include httpd.conf

    # Include ports listing
    Include ports.conf

    #
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    # If you are behind a reverse proxy, you might want to change %h into %{X-Forwarded-For}i
    #
    LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
    LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %O" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent

    # Include of directories ignores editors' and dpkg's backup files,
    # see README.Debian for details.

    # Include generic snippets of statements
    Include conf.d/

    # Include the virtual host configurations:
    Include sites-enabled/

  11. #11
    Membre habitué
    Homme Profil pro
    Développeur Web
    Inscrit en
    Janvier 2012
    Messages
    93
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 34
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Tourisme - Loisirs

    Informations forums :
    Inscription : Janvier 2012
    Messages : 93
    Points : 161
    Points
    161
    Par défaut
    Maintenant que tu as le chemin de ton fichier log, ouvre le et met nous les erreurs qui concerne ta manip de GD.

  12. #12
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut
    comment ça je n'ai pas compris svp pouvez vous me donnez un exemple et merci d'avance

  13. #13
    Membre habitué
    Homme Profil pro
    Développeur Web
    Inscrit en
    Janvier 2012
    Messages
    93
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 34
    Localisation : France, Essonne (Île de France)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : Tourisme - Loisirs

    Informations forums :
    Inscription : Janvier 2012
    Messages : 93
    Points : 161
    Points
    161
    Par défaut
    Je vais pas m'étendre sur le sujet, le fichier error_log recense toutes les erreurs qui surviennent sur tes scripts PHP.

    Donc ce qu'il faudrait faire c'est l'ouvrir et relevé les erreurs, quel point ne comprend tu pas ?

  14. #14
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut
    j'ai trouver normalement mais je ne sais pas car j'ai fair bcp de modif leur de mon essye donc voilà et j'espere que sa vous aideras pour me donner la solution et merci



    [Fri Aug 10 05:38:52 2012] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
    [Fri Aug 10 05:40:42 2012] [error] [client 127.0.0.1] PHP Warning: imagepng(mini.png): failed to open stream: Permission denied in /home/soufiane/www/projects/page2.php on line 55, referer: http://localhost/projects/
    [Fri Aug 10 05:40:42 2012] [error] [client 127.0.0.1] File does not exist: /var/www/projects/mini.png, referer: http://localhost/projects/page2.php
    [Fri Aug 10 05:40:42 2012] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
    [Fri Aug 10 05:40:44 2012] [error] [client 127.0.0.1] PHP Warning: imagepng(mini.png): failed to open stream: Permission denied in /home/soufiane/www/projects/page2.php on line 55, referer: http://localhost/projects/
    [Fri Aug 10 05:40:44 2012] [error] [client 127.0.0.1] File does not exist: /var/www/projects/mini.png, referer: http://localhost/projects/page2.php
    [Fri Aug 10 05:40:44 2012] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
    [Fri Aug 10 05:40:44 2012] [error] [client 127.0.0.1] PHP Warning: imagepng(mini.png): failed to open stream: Permission denied in /home/soufiane/www/projects/page2.php on line 55, referer: http://localhost/projects/
    [Fri Aug 10 05:40:44 2012] [error] [client 127.0.0.1] File does not exist: /var/www/projects/mini.png, referer: http://localhost/projects/page2.php
    [Fri Aug 10 05:40:45 2012] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
    [Fri Aug 10 06:24:00 2012] [notice] caught SIGTERM, shutting down
    [Fri Aug 10 05:44:01 2012] [notice] Apache/2.2.22 (Ubuntu) PHP/5.5.0-dev configured -- resuming normal operations
    [Fri Aug 10 06:45:48 2012] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
    [Fri Aug 10 06:45:51 2012] [error] [client 127.0.0.1] File does not exist: /var/www/favicon.ico
    [Fri Aug 10 06:45:54 2012] [error] [client 127.0.0.1] PHP Warning: imagepng(mini.png): failed to open stream: Permission denied in /home/soufiane/www/projects/page2.php on line 55, referer: http://localhost/projects/
    [Fri Aug 10 06:45:54 2012] [error] [client 127.0.0.1] File does not exist: /var/www/projects/mini.png, referer: http://localhost/projects/page2.php

  15. #15
    Membre éprouvé Avatar de patrickbaras
    Homme Profil pro
    Informaticien (à sa mémère).
    Inscrit en
    Septembre 2010
    Messages
    525
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 60
    Localisation : Belgique

    Informations professionnelles :
    Activité : Informaticien (à sa mémère).
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Septembre 2010
    Messages : 525
    Points : 1 103
    Points
    1 103
    Par défaut
    vérifie si tu(en fait le user utilisé par apache) a les droit d'écriture dans le répertoire ou tu sauve l'image

  16. #16
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut
    mais comment faire svp preciser impeu avec les commendes aproprié

  17. #17
    Membre à l'essai
    Homme Profil pro
    Étudiant
    Inscrit en
    Janvier 2012
    Messages
    25
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Algérie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2012
    Messages : 25
    Points : 15
    Points
    15
    Par défaut
    oui merci c fait merci de votre aide et compréhension les gars

  18. #18
    Membre éprouvé Avatar de patrickbaras
    Homme Profil pro
    Informaticien (à sa mémère).
    Inscrit en
    Septembre 2010
    Messages
    525
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 60
    Localisation : Belgique

    Informations professionnelles :
    Activité : Informaticien (à sa mémère).
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Septembre 2010
    Messages : 525
    Points : 1 103
    Points
    1 103
    Par défaut
    dans ubuntu tu va sur (pas dans) ton dossier qui contient ta page et ton image
    click droit / propriété / onglet permission
    et pour propriétaire et groupe et autres
    tu selectionne
    acces au dossier [création et suppression des fichiers]
    acces aux fichiers [lecture et écriture]

    ensuite tu click sur [appliquer les permissions aux fichiers inclus]
    ensuite tu [ferme]

    et tu reteste

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Génération d'image avec Graphviz sous php
    Par uboy04 dans le forum Langage
    Réponses: 1
    Dernier message: 29/05/2014, 21h49
  2. Executer 1 script php sous ubuntu avec XAMPP
    Par lecaire dans le forum Langage
    Réponses: 2
    Dernier message: 13/03/2009, 15h33
  3. Afficher une image avec PHP
    Par a_zouggari dans le forum Langage
    Réponses: 2
    Dernier message: 22/04/2006, 18h02
  4. Ne pas rafraichir les images avec PHP
    Par tornaod dans le forum Langage
    Réponses: 4
    Dernier message: 07/12/2005, 22h44

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