duanlu5055 2015-08-31 14:23
浏览 20

设置可以安装Web应用程序的最大计算机/服务器数

I have a php web application which I want to limit the number of computers a client can install on depending on the price. e.g for $200 you can install on a maximum of 5 computers/servers, for $400 one can install on a maximum of 15 computers/servers and for $1000 you get unlimited installations. How can I achieve this using php?

Anyone who knows how I can achieve this? I have searched the same but I can't get anything about it.

  • 写回答

2条回答 默认 最新

  • dsf323233323332 2015-08-31 14:49
    关注

    Since php it's interpreted, you share your code. If you want to make a downloadable and installable product with such license protection you need to obfuscate your code, using an external call to your licensing webservice.

    The problem is that is easy to spot and to null (bypassing) the license checking since your code is visibile. You can look at IonCube. https://www.ioncube.com/php_encoder.php This encode your code and allow you to provide a kind of encryption that requires inverse engineering to read. (your costumers need to have a server with ioncube support). It's commercial.

    Other way is that you host yourself you app and you sold access to your service.

    评论

报告相同问题?

悬赏问题

  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)