Best way to prevent plugin from being stolen?
Well, i install my game mod in a community game server. That means there is a lot of people having access to FTP. They can take my amxx and run it in other server.
I am thinking about best way to protect the plugin from being stolen My current way is: Set specific IP : PORT in amxx files (using get_user_ip to get server IP and check if it's matched) Is there any better ways? :) btw, about my current way. I wonder if they can bypass it by setting other IP address in console through 'ip' command. Am i wrong? |
Re: Best way to prevent plugin from being stolen?
get_user_ip can be hacked with net_adress cvar. There is no good way to protect your amxx file, just don't give ftp acces to everyone.
|
Re: Best way to prevent plugin from being stolen?
The best way is to limit who has access to the files
|
Re: Best way to prevent plugin from being stolen?
Is there any ways to detect a specific plugin is running (by file name), and pause it ?
|
Re: Best way to prevent plugin from being stolen?
Quote:
http://amxmodx.org/api/amxmodx/pause |
Re: Best way to prevent plugin from being stolen?
after getting the plugin id, how to check if it's running or pausing ?
|
Re: Best way to prevent plugin from being stolen?
|
Re: Best way to prevent plugin from being stolen?
The only reliable method for not getting your plugin stolen is to not give anyone access to the .amxx file (FTP or otherwise).
|
Re: Best way to prevent plugin from being stolen?
You might add some kind file in system/any place you like, check if that file exists in plugin, if not, terminate.
|
Re: Best way to prevent plugin from being stolen?
Quote:
|
| All times are GMT -4. The time now is 02:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.