%random% does not exists but %random-1-100% which will give you a random number between 1 and 100
%random_option% will choose a random entry from a selection form box or will create a 2 chars long random word if the form field is no box but a input box.
url must have=*://thedatahub.org/*|*://www.thedatahub.org/*
this needs to be present on static Web 2.0 sites, right? if its not present all crawled URLs which usually can not be identified yet, will be identified as a Web 2.0 with missing "url must have=".
can you confirm that recaptcha (or any other captcha) fields don't need to be defined in [Register] and a field like "recaptcha_response_field=%captcha%" is useless once you have defined all other fields and disable "set unknown variable=%leave%"?
Is there a way to limit %random_options% to specific number or range if the field has multiple checkboxes?
I'm asking just of curiosity, because I scripted a Web 2.0 which is working to some point (finally!!). However, the languages my character can speak are...
hmm you can use also the direct value like ..=English or if the values or captions of that form variable are numbers you can also use %random-X-Y% (X=min, Y=max). But the random_option is really only choosing something randomly.
This rule specifies the program that all the references that contain «board» and «.0.htm«, but do not contain «action» - are on view in this section of the forum.
even though it looks good, I don't see much use in this. XRummer seems to do all this checking for any submission. Even for engines not being part of the definition. This costs time and resources and I don'T see any advantage (except for form class parsing).
this will extract the question text between <label for='easycalccheck'> and <input. If you do not specify anything behind %question%, it is trying to get that automatically (test between two input fields).
Can you explain how mathematic captchas are solved? E.x i wonder how ser will perform on + and - signs in different languages like example of question:
400 plus 200 equals (english) 400 dodac 200 rowne (polish)
Have a look in the file calc_replace.dat. A question is extracted, chars in it are replaced with that data and then a math task as 1 + 2 is searched for. If found, its a math to be solved for it.
Comments
%random% does not exists but %random-1-100% which will give you a random number between 1 and 100
%random_option% will choose a random entry from a selection form box or will create a 2 chars long random word if the form field is no box but a input box.
0 = don't change anything
1 = modify content with line breaks and other things
2 = modify content with line breaks only (and on very long sentences only to make it look better)
The "form id" is really only the id="xyz" in the form tag. The name="xyz" is used for the "form name" variable in the following way:
form name=<name> - <button caption>
or
form name=FORMX - <button caption> if no "name=" is used in that form (X represents the form position on that website 1,2,3...).
web=%url_domain%%url_path%%url_parameters%
Is it the same as web=%url%?
any different?
login: %login%
password: %password%
login: %login%
haslo: %password%
Not working, is it possible to handle that?
to match better in case there is "welcome %login%"
something to ignore forms: http://pastebin.com/wEtvutwq
Will that work?
[variable]
type=memo
try to continue without verification=%variable%
can you explain how that works?
E.x i wonder how ser will perform on + and - signs in different languages like example of question:
400 plus 200 equals (english)
400 dodac 200 rowne (polish)
And how we can modify them