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?
> 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.
*require* *'CaptchasDotNet.php'*;
$captchas = new CaptchasDotNet *(**'myuser'*, *'mysecret'*,
*'/writable/path/captchasnet-random-strings'**)*;
grazie sei stato gentile