@jobriwterr I didn't fully understand you, the clipboard is shared by the entire PC, so if you work on that PC and use the clipboard in your work it can cause problems. If you are using multithreading then you should use the clipboard one at a time, this can be implemented through thread locking using global variables.
BAS and capmonster IP problem (post)
-
Hello,
I set a different IP in capmonster (because I need to have different). In BAS, I changed the server URL to this IP.
But the BAS still sends in the default http://127.0.0.3/in.php, how to change it? -
@xdax1 said in BAS and capmonster IP problem (post):
Hello,
I set a different IP in capmonster (because I need to have different). In BAS, I changed the server URL to this IP.
But the BAS still sends in the default http://127.0.0.3/in.php, how to change it?
-
@xdax1 said in BAS and capmonster IP problem (post):
@Fox I cannot redirect from IP to another IP (only domain to IP). Unless you mean something else?
Specifying the ip address in the "Solve Recaptcha 2.0" action should be sufficient. Try going to the appropriate url in the browser.
-
@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.