-
dceonline made 1 file-release changes.
2009-08-14 09:58:01 UTC by dceonline
-
Reopened: Function will be added in PHP5 release.
You can see a working demo on http://www.conrepo.org.
2009-08-14 09:34:46 UTC by dceonline
-
Should be fixed in CVS and in next package/version
Meanwhile please checkout CVS.
2009-08-13 16:45:02 UTC by dceonline
-
You tried cvs files to?.
2009-08-13 09:37:55 UTC by dceonline
-
We're working for an ajaxdriven reload of the captcha image.
Coming soon...
2009-08-10 14:16:29 UTC by dceonline
-
dceonline committed patchset 26 of module b2evo-captcha to the b2evo captcha CVS repository, changing 1 files.
2009-08-07 17:55:09 UTC by dceonline
-
Submitted by g_carbobe.
2009-04-16 06:28:20 UTC by g_carbone
-
Another solution could be to add a parameter to the function call with a default value like other function within the same file.
function get_b2evo_captcha($public='')
{
$this->make_captcha();
if($public=='') $public = $this->public_key;
return str_replace($_SERVER['DOCUMENT_ROOT'],'',$this->tempfolder).$this->filename_prefix.$public.'.jpg';
}.
2009-04-16 06:27:32 UTC by nobody
-
I get this sometimes: Notice: Uninitialized string offset: 77 in ....\b2evo_captcha.class.php on line 633
I'm using all default settings except I have increased the minimum and maximum characters.
2008-11-14 22:17:12 UTC by bnimon
-
Should be fixed in CVS and in next package/version
Meanwhile please checkout CVS.
2008-09-29 17:48:07 UTC by dceonline