|
Post by incendie on Feb 27, 2017 20:36:28 GMT
i want to lock my script to say 5 phones, and require the user to login with the license. SiMilar to how ankulua pro 2 limit it app.
I dont know where to start. How do i script it?
|
|
|
Post by AnkuLua on Feb 28, 2017 1:20:51 GMT
First, you need to build a server. We use LAMP (Linux + Apache + MySQL + PHP) AWS is a good choice to host the server.
On device side, script send related data to server and register. The script can check the license regularly, say after some rounds.
|
|
|
Post by incendie on Mar 8, 2017 3:37:10 GMT
First, you need to build a server. We use LAMP (Linux + Apache + MySQL + PHP) AWS is a good choice to host the server. On device side, script send related data to server and register. The script can check the license regularly, say after some rounds. I'm so lost. I just installed ubuntuon my old laptop computer and lamp files. Now what do i do. I don't have a clue what to do next and how to check licence. Can you give me a sample code to check license on the phone?
|
|
|
Post by Mercobots on Mar 8, 2017 10:30:43 GMT
First, you need to build a server. We use LAMP (Linux + Apache + MySQL + PHP) AWS is a good choice to host the server. On device side, script send related data to server and register. The script can check the license regularly, say after some rounds. I'm so lost. I just installed ubuntuon my old laptop computer and lamp files. Now what do i do. I don't have a clue what to do next and how to check licence. Can you give me a sample code to check license on the phone? i think when ankulua says linux, he refers the server and no the OS i'm not 100% sure but you can create your own server and test, Install xampp xampp features- Apache HTTP Server
- MySQL database
- PHP server scripting language
The way i see to have the job done
|
|