php - How to restrict wordpress plugin installation just on one website (preventing multi site install)? -
i have wordpress plugin going release soon. remaining feature restrict plugin usage people download can use on 1 website. cannot seem find existing tutorial on how achieve this. can give me pointers on how deal this? how can tweak plugin code such can keep track of how many times plugin has been used. please advise feasible ideas. great if can point me tutorials / articles explain concept in detail. perhaps there might existing solution not restricted wordpress, rather of general php solution. please advise me on this. !
there no possibility tha really.
check in wp
there few dirty solutions (my opinion), ioncubing code , implementing serialnumber encodes domain name.
ping server
you can implement ping own server actual domain name, check wether domain allowed use plugin, if not, sue domain owner.
trust customers
but if want more of opinon: trust customers.
Comments
Post a Comment