 |
 |
 |
 |
 |
| Author |
Message |
deadweightgirl
Joined: 05 Feb 2006 Posts: 9
|
|
CAPTCHA HELP |
|
I DID EVERYTHING instructed but i still got this?
Fatal error: Undefined class name 'phpcaptcha' in
/www/home/plugins/captcha.php on line 48
|
|
| Thu Mar 23, 2006 8:48 am |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2801 Location: Germany |
|
|
|
I'm afraid I can't help you.
As you can read in the cutephp.com forum there seem to be some people who can't get it working.
I haven't found the solution yet (if there is any).
|
|
| Fri Mar 24, 2006 3:22 pm |
|
 |
deadweightgirl
Joined: 05 Feb 2006 Posts: 9
|
|
uhmm, that's fine |
|
btw, you know when i paste the (plugins/captcha.php) on dreamweaver, the font colors reveal that something is wrong with the script, since i'm not a programmer, i think you might wanna look at it. the problem starts right where its BOLDED:
<?php
// include captcha class
require('php-captcha.inc.php');
// define fonts
$aFonts = array('VeraMoBd.ttf');
// create new image
$PhpCaptcha = new PhpCaptcha($aFonts, 200, 60);
//$PhpCaptcha->DisplayShadows(true);
$PhpCaptcha->UseColour(true);
$PhpCaptcha->Create();
?>
I'm thinking it's lacking something or whatever. well, just have a look if you're curious.
Thanks.
|
|
| Sat Mar 25, 2006 5:11 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|