Making simple account checker
-
So i have problem creating simple script that checks accounts.What script should do is really simple but i cant understand how to write to file tings that i need, so for example i need to login to website and if i get message that account got disabled then i write specific account username:password to .txt else i write to other .txt with good info.
So if sombody could help me with this i would be really happy :)
-
You should checkout this tutorial first http://wiki.bablosoft.com/doku.php?id=tutorial3
-
@sonQ
Writting file is really easy.If you want to hardcode filename, you can just use "Write File" action.
If you want to let user to choose filename, just add resource and use "Add Element" action from resources module. Check out this tutorials for more details
http://wiki.bablosoft.com/doku.php?id=how_to_let_user_to_choose_output_file_nameIf you are writting account checker, I would recommend to use database, like @andy231 suggested.