I have a suggestion for Sven: Turn off your computer and take a week off!
I am kind of worried the guy is going to burn out with all the requests he keeps getting, and that would be a real shame.
That said, if he could document the scripting engine (eg how ini files are built, yeah i know ive asked about this a lot) and add a debug mode (i will explain in a bit) then he could go on vacation and let the community work for him rather than tie him up with a thousand emails.
My idea for a good debugging mode (others please comment as we all test differently):
1. Limit max connections and max sites processed so people dont use debug mode all the time then complain its slow
2. Write log to a sortable listview rather than a textbox. That way you can sort on the columns to group things easily (i can write an app to do this from an existing text log if Sven doesnt want to do this, but i hope he will).
3. Save the downloaded html (to a temp directory) for each site, and add a clickable link to the corresponding file in an extra column in the log, so we can inspect for our selves what went wrong.
EG:
HTML:
[08:16:51] | web.com: | [-] 007/183 | can`t get question text http://www.target.com | C:\gsa\temp\sources\007.html (clickable)
This will be slow and take up space, hence point 1, but will help us see what is really going on behind the scenes.
With a well documented scripting engine (ini file) guide and a good debug mode, he will get nice emails like:
Hello Sven, i have updated the 'x' platform to cover versions 3.x which have a different profile url. I have also attached a new platform 'xxxx' it is currently about 70% successful. Have a nice day and bad luck about the football!
EDIT
Until this happens, i do have some questions that could help me a lot.
How does text captcha solving work ( i see a text_captcha.dat file, it seems to be plain text), and how can i check if a particular platform is attempting to use the built in solve method (I do NOT see references to this dat file in the few engines i checked)?
I would like to believe that any engine that needs it uses this file somehow, but it seems many engines work in different ways, eg: 1 engine will look for a register link then click it. Another engine will scrape using inurl opporators, so it only finds register pages (for example, phpBB does this). If i import a list of sites with homepages for this engine, it wont work.
Provided text_captcha.dat is/can be implemented, can i add to it manually? For example xrummer 7 has a massive list, im sure i could acquire it.
If it can be added to manually, i have a feature request (i get the irony): Have to option to save text captchas encountered to a file. That way i can run a huge list, then open the file and answer the questions in one go (or pay someone to do so

), add them to text_captcha.dat, then rerun the list. This would be far more efficient than sitting in front of the screen and typing into popup windows.
Finally, just to note that even if this software never got updated again, its still worth many times the price.