Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problema script php Captcha

0 views
Skip to first unread message

sara

unread,
Dec 26, 2009, 4:21:02 PM12/26/09
to
Ciao a tutti, innanzitutto auguri di buon Natale e buon fine anno,
desideravo chiedere aiuto per degli script capctcha che devo inserire
nel mio sito joomla.
Mi spiego meglio, nel mio sito alla pagina dei contatti ho inseriro, o
meglio vorrei inserire, il modulo captcha offerto da http://captchas.net
gratuitamente, ho seguito la seguente procedura:
1) - mi sono collegata al loro sito (http://captchas.net) ed ho ricevuto
la loro email dove c'� lo user e la chiave,
2) - ho copiato CaptchasDotNet.php (inserendo utente e chiave) nella mia
directory del sito (httdocs)
3) - ho copiato check.php (inserendo utente e chiave) nella mia
directory del sito (httdocs)
4) - a questo punto non so + che fare non so dove inserire quest'ultimo
script presente qui http://captchas.net/sample/php/

Problems with Safe Mode

If your webserver starts PHP-scripts in the safe mode, you will not be
able to leave the default path to the random string repository
unchanged. Instead use a name in a directory, which the owner of the
PHP-script owns:

*require* *'CaptchasDotNet.php'*;

$captchas = new CaptchasDotNet *(**'myuser'*, *'mysecret'*,

*'/writable/path/captchasnet-random-strings'**)*;

Quest'ultimo script dova va inserito?

Euclide

unread,
Dec 27, 2009, 6:17:25 AM12/27/09
to
sara wrote:

> Problems with Safe Mode

> Quest'ultimo script dova va inserito?

Sei in phpsafe mode e quindi lo script lo devi inserire in una cartella
con i permessi dell'utente che usi per ftp.
Lo dice il testo stesso.

sara

unread,
Dec 27, 2009, 8:57:42 AM12/27/09
to
Euclide ha scritto:
ma questo che segue non ho proprio capito in quale file .php lo devo
inserire?

*require* *'CaptchasDotNet.php'*;

$captchas = new CaptchasDotNet *(**'myuser'*, *'mysecret'*,

*'/writable/path/captchasnet-random-strings'**)*;

grazie sei stato gentile

Euclide

unread,
Dec 27, 2009, 3:33:39 PM12/27/09
to
Lo crei e lo metti nella cartella con il file che lo richiede?

sara

unread,
Dec 27, 2009, 5:42:39 PM12/27/09
to
Sei stato davvero paziente e disponibile, ho finalmente capito e risolto
grazieeeee. k
0 new messages