Can anyone suggest the best way to have someone enter variables from a website or online form? If there's no direct method maybe an indirect method using different modules together.
You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.
Hey- im too now in trouble with a page that recently changed to a non-submit-button state. I Cant find anything that i could use in BAS to solve this issue. Some Guidance would be appreciated. I get the tokens fro 2captcha or rucaptcha.
How should i apporach. I read about the "challege-form", submit() stuff but what should i actually do with it?