Licensing
-
How can I license robots such that, it can only work on one terminal at a time? without using password or login numbers but something that can be checked via the internet through HTTPS or so
-
You can/t, just use a log in number
-
Make a database on a website with all of the account numbers of your clients. If the account number matches, the blocks will be executed. I believe that you can do this with the HTTP request block and the login number in the account section of the choosable variables.
-
@fxpim sounds possible...just that that what I want to achieve is that, I don't to micro-manage login number input.
-
A fellow developer did this with his own web based license server. You had to enter your account number when you bought the EA, the account number was stored in his database and the EA would request from the website if the account number was in the database. He used fxdreema as well but I don´t know the exact block structure he used.
-
@fxpim ooh waow, that's supper...Can you link me with him?