@Metaferssance My usage is consistently stable on any number of servers, meaning I use Server 1 with 100 threads. When I run a second server, it distributes the load between the two servers so that the total is 200. Also, I have an automatic problem from BAS, as the maximum running limit I have is 100 threads on one server or more; I will only get 100 threads. Is this because I am using the same key for fingerprints? Do I need a separate key for each 100 threads on two servers, or what?
Need help with condition
-
Hello, I need some help with conditions.
How can I do to create a script that makes :
If URL is google.com : do "serie of actions number 1"
If URL is facebook.com : "serie of actions number 2"
If URL is youtube.com : "serie of actions number 1"My script is about a link that is opened and open a random page, and I need to create a script that detect the page and do different action on different pages.
Please help me :)
Thank you -
@Gotgot99 said in Need help with condition:
Hello, I need some help with conditions.
How can I do to create a script that makes :
If URL is google.com : do "serie of actions number 1"
If URL is facebook.com : "serie of actions number 2"
If URL is youtube.com : "serie of actions number 1"My script is about a link that is opened and open a random page, and I need to create a script that detect the page and do different action on different pages.
Please help me :)
Thank youif [[URL]] == "https://www.google.com" if [[URL]] == "https://www.facebook.com" if [[URL]] == "https://www.youtube.com"