@hellomembersha said in BAS and capmonster IP problem (post):
@Fox Does the user have to have their host file set for the captcha service they are using? Is there a way to set a npm package in bas itself and not require user to change their host file?
Why change the host file at all? The module allows you to specify the ip of the service yourself.
@lolelole Hi, you could check "Proxy blacklist checker" example.
There is also proxy checker video tutorial https://www.youtube.com/watch?v=FCfcgDX8ezk
@spockthe40oz said in Check if ANY word in an array is contained in a string?:
I have an array with data like "Bob, Amy, James" etc..
I need a working IF statement to check if ANY of the words in an array are contained in a string, and also included partial matches. Meaning if a string = "hellobob123" it would still be true because it contains "bob"
I'm still new to JS so not sure how I would go about this..
Alternatively, I can use a text file instead of an array, but each word would be on a different line. I don't mind using this option either, but it needs to check every word in the text file (or array) for a partial match in [[VARIABLE]]
Please help, thanks
This can only be done by iterating through the elements, use the "foreach" action.
1792.xml
@yourfriendkarol
Not that I know of. You'll need to tunnel through the proxy to really check the connection. I either do a proxy checker site to make sure nothing is leaking, or I just do the simple GET request against the site(s) I'm working with/on.