Have you tried outputting the $wordlist_file variable to see if the location defined is actually being read?
Everything I've read on it simply says to define your own wordlist and plug the file location on those variables and it should read in automatically. If anything, see if your wordlist is properly formatted, since it could be comma delimited or linebreak delimited. - Brandtley On Sun, May 8, 2011 at 12:39 PM, dmmontana <[email protected]> wrote: > Thanks, Brandtley. I've already identified and fooled around with > those settings. That's why I'm hoping to find someone who has > successfully gotten it to work. None of the obvious settings has > worked for us. > > On May 6, 7:07 pm, Brandtley McMinn <[email protected]> wrote: > > I've never used it, but this seems like a good place to start. > > > > http://www.phpkode.com/source/p/acontent/include/securimage/securimag... > > > > around line 128 there is a var definition for $wordlist_file which I > > would imagine you could test with. > > below there at line 135 defines $use_wordlist = true; so that might be a > > place to start? > > > > - Brandtley > > > > On 5/6/2011 6:07 PM, dmmontana wrote:> Has anyone been able to > successfully set up a custom word list for PHP > > > captcha (securimage.php)? That option is clearly referenced in the > > > securimage.php code and it seems pretty straightforward how to set it > > > up, but we haven't been able to get it to work. And there's no > > > documentation for it on the phpcaptcha.org website. > > > > > Thanks! > > -- > Our Web site: http://www.RefreshAustin.org/ > > You received this message because you are subscribed to the Google Groups > "Refresh Austin" group. > > [ Posting ] > To post to this group, send email to [email protected] > Job-related postings should follow http://tr.im/refreshaustinjobspolicy > We do not accept job posts from recruiters. > > [ Unsubscribe ] > To unsubscribe from this group, send email to > [email protected] > > [ More Info ] > For more options, visit this group at > http://groups.google.com/group/Refresh-Austin > -- Our Web site: http://www.RefreshAustin.org/ You received this message because you are subscribed to the Google Groups "Refresh Austin" group. [ Posting ] To post to this group, send email to [email protected] Job-related postings should follow http://tr.im/refreshaustinjobspolicy We do not accept job posts from recruiters. [ Unsubscribe ] To unsubscribe from this group, send email to [email protected] [ More Info ] For more options, visit this group at http://groups.google.com/group/Refresh-Austin
