Précédent   Forum des professionnels en informatique > PHP > Bibliothèques et frameworks > Images > Imagick
Imagick Forum d'entraide pour l'extension Imagick permettant de manipuler des images en PHP (port de l'API ImageMagick).
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 28/10/2006, 16h56   #1
Membre actif
 
Avatar de kevinf
 
Développeur informatique
Inscription : juin 2005
Messages : 839
Détails du profil
Informations personnelles :
Localisation : France, Paris (Île de France)

Informations professionnelles :
Activité : Développeur informatique

Informations forums :
Inscription : juin 2005
Messages : 839
Points : 165
Points : 165
Par défaut [ImageMagick] Créer un gencode lors de l'envoi d'un mail

Bonjour,
ayant des problème avec les spam je voudrait créer une vérification visuel du même style que cela :
http://www.codes-discount.com/contact.php

Mais je ne vois pas comment faire?

Pouvez vous me venir en aide?

Merci à vous.
__________________
KevinF
kevinf est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 29/10/2006, 00h34   #2
Membre régulier
 
Inscription : mai 2005
Messages : 120
Détails du profil
Informations personnelles :
Âge : 27

Informations forums :
Inscription : mai 2005
Messages : 120
Points : 98
Points : 98
Bonsoir,

une p'tite recherche sur google, vous donnera plusieurs réponse à votre problème
Ouark est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/11/2006, 19h01   #3
Membre actif
 
Avatar de kevinf
 
Développeur informatique
Inscription : juin 2005
Messages : 839
Détails du profil
Informations personnelles :
Localisation : France, Paris (Île de France)

Informations professionnelles :
Activité : Développeur informatique

Informations forums :
Inscription : juin 2005
Messages : 839
Points : 165
Points : 165
Salut,
j'ai mis ce scrypt :
http://www.cryptographp.com/index.php?page=4

Mais j'ai ces erreurs pour l'image :
Citation:
Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'GDFONTPATH' - it's not in the allowed list in /home/recherche/www/crypt/cryptographp.inc.php on line 80

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/recherche/www/crypt/cryptographp.inc.php on line 83

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'GDFONTPATH' - it's not in the allowed list in /home/recherche/www/crypt/cryptographp.inc.php on line 80

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/recherche/www/crypt/cryptographp.inc.php on line 83

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'GDFONTPATH' - it's not in the allowed list in /home/recherche/www/crypt/cryptographp.inc.php on line 80

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/recherche/www/crypt/cryptographp.inc.php on line 83

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'GDFONTPATH' - it's not in the allowed list in /home/recherche/www/crypt/cryptographp.inc.php on line 80

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/recherche/www/crypt/cryptographp.inc.php on line 83

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/recherche/www/crypt/cryptographp.inc.php on line 165

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'GDFONTPATH' - it's not in the allowed list in /home/recherche/www/crypt/cryptographp.inc.php on line 166

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/recherche/www/crypt/cryptographp.inc.php on line 165

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'GDFONTPATH' - it's not in the allowed list in /home/recherche/www/crypt/cryptographp.inc.php on line 166

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/recherche/www/crypt/cryptographp.inc.php on line 165

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'GDFONTPATH' - it's not in the allowed list in /home/recherche/www/crypt/cryptographp.inc.php on line 166

Warning: imagettftext() [function.imagettftext]: Could not find/open font in /home/recherche/www/crypt/cryptographp.inc.php on line 165

Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'GDFONTPATH' - it's not in the allowed list in /home/recherche/www/crypt/cryptographp.inc.php on line 166

Warning: Cannot modify header information - headers already sent by (output started at /home/recherche/www/crypt/cryptographp.inc.php:80) in /home/recherche/www/crypt/cryptographp.inc.php on line 231
‰PNG  IHDR–(“£”°tRNSÿÿÿ7X}‹IDATxœíÑÁ 1ÀÀM¸Âܹ]Zz¸<Œ`¦>{ï¡ì™™µÖí ^:ç|o7ð/ ó,̳0ÏÂ< ó,̳0ÏÂ< ó,̳0ÏÂ< ó,̳0ÏÂ< ó,̳0ÏÂ< ó,̳0ÏÂ< ó,̳0ÏÂ< ó,̳0ÏÂ< ó,̳0ϼgfÎ9·3xï¶¿Ñý¥ÆÿIEND®B`‚
Que faire?
__________________
KevinF
kevinf est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/11/2006, 20h08   #4
Membre régulier
 
Inscription : mai 2005
Messages : 120
Détails du profil
Informations personnelles :
Âge : 27

Informations forums :
Inscription : mai 2005
Messages : 120
Points : 98
Points : 98
changer d'hébergeur ...
Les erreurs sont dus aux restrictions php de ton hébergeur ( safe mode activé), tu ne peu pas modifié les variables d'environnement de php .
Ouark est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 18h15.


 
 
 
 
Partenaires

Hébergement Web