[Scripting] **Quick Question/Answer Thread**
Ozz
What is the difference between %random% and %random_option% (if there is any)?
Ozz
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