Register on pliggs working, but register on forums VBiuletin or SMF it does not work for me
Has the OCR been implemented? I can't seem to find the "use internal captcha decoder" option enabled thoughFor pligg, you need to load the pligg db. For the forums, you need to load the db1.7.vpdb file.
Btw, hows the ocr working? Have you tried it?
When I try to Login+Post I keep getting
...Code:Index was outside the bounds of the array. at L .|0
Okay, so I have a pretty good success rate with the included site list...but absolutely 0% when scraping my own.
It won't even register on vbulletin.org/forum, saying it can't find any forms...why is that?
I have the forms vB.org uses in the database:
register.php?do=register
register.php?do=addmember
register
For some reason, it works great if I turn on the training logs and add all vB.org registration inputs manually via the web-browser site adder. But not when using my database.
Sorry for all the posts, but I have one more idea that may be useful. Rather than using the variables captchaanswer and securityquestionanswer, consider consolidating them into one variable, securityinput. This way, regardless of whether the CAPTCHA or security question popup comes up, both values get stored in the same variable.
I'm suggesting this because, while I have limited experience with the vBulletin backend, I'm assuming there's an option to either use the CAPTCHA or use a security question. The problem this causes is that they use the same field name, humanverify[input].
I tried putting these both into the database to see if the software would process them with the same principles of function overloading, or choosing the proper field-to-value pair based on what was inputted (CAPTCHA or security question), but that didn't work, although it is a viable alternative.
So, basically my database had:
humanverify[input] -> $captchaanswer
humanverify[input] -> $securityquestionanswer
I'm assuming it just picked whichever one it saw first, which was the CAPTCHA although the particular forum in question used a security question, so obviously there was no match and the registration failed.
So, both popups could target the same variable, meaning the database would just have:
humanverify[input] -> $securityinput
which would allow the same field to be used for CAPTCHAs and security questions.
How can I get the software to do this? I've tried it with two of the same field name in the database as I posted above, as well as just one field name in the database with $captchaanswer.actually, the software already does that. It prioritizes captcha, if the triggers for captcha is triggered, it will try to get the image from the url. then it will try to see if the byte is an image, if not, it will check for security question. Yeah I know I made a redundancy. The formcompleter code I created is still evolving. But Im pouring most of my time to it now that ocr is done.
For pligg, you need to load the pligg db. For the forums, you need to load the db1.7.vpdb file.
Btw, hows the ocr working? Have you tried it?
i want to try
but i cannot send pm
I am unable to get the update of this tool..
can anybody help me , where I can find the update...