Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 3.30 Managing user licenses through the Kibor menu (Scripts on the server - License management)

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 04:28:52 - перейти к сообщению
The added option is intended for coders offering their scripts on certain conditions for use, that is, selling or renting for a while.

With selling everything is simple. For this, there is the option (run the script only on the computer with the key when building exe) . The script thus sent will work continuously and only on the machine for which it was generated.

With renting is more difficult, because service demonstration of scripts a limited time does not allow to specify to each user an individual time and allows to run script all until the first run on a particular machine does not leave the specified time for it.

The Manage Licensing option allows you to manage the available time for each user separately.

How to use:

We write our script, which we will rent.
Download it to the server and set the demo mode time in the Scripts menu on the server - download the script to the server.
In this case, we specify to create an EXE file. The resulting file is distributed to the places of congestion of the users of our script. Users download it and use the time specified in the demo.
At the end of the specified time they do not work anymore and they write to you what they want to extend.
You agree on how long, they send you their key.
You add this key to the Licensing Management by specifying the time that it will still work for the user.
And that's all. Forgot. Do not send anything to anyone. The script will stop working for the user as soon as the time passes.
You can add, delete and adjust users and their time.

The user learns his key either in the CYBOR PROGRAM window or in the assembled EXE if you insert such code into your script
 Цитата:
// Here's the script


INITDIALOG
{
sendcontrol (EDIT_0, individualcode ());
}



CREATE_INTERFACE
{
DIALOG "Window name" 237 180
BUTTONSCRIPT "Run" 125 121 100 25
STATIC_0 "Key" 10 10 90 18
EDIT_0 "" 105 8 120 18
}




Test how the demo mode works for users by downloading the script from the server test

Powered by ExBB FM 1.0 Final