@Nicolas Thank you for your reply brother. but I still cant load the data from my 5000 profiles. it looks like BAS only loads the fingerprint that are in the profiles but it doesnt load the login tokens saved in the profile cookies. It's very frustrating that I cannot use my profiles. I hope someone can help me :(
HOW TO @olegtut automatically check the 404(PROXY DEAD) every step? NEED HELP
-
I need to check the status code for each page(every step) , Because proxy easily to die , When 404, I need to automatically change the proxy and refresh the page .I want used the "Execute On Every Page Load In Browser" IS right? please give me some suggest,thank you .
-
@505167790 The way I solve that kind of problem is with if statement.
First I load the proxy. Then Get on the link, then Status (these are functions in Http Client). So I go to Script Logic choose IF expression. If [[SAVED_STATUS]]!=200 (200 is code for successfully loading page) then load proxy Get on the link, then Status and so on...Hope I helped