Raised This Month: $51 Target: $400
 12% 

license plugin DNS


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
raducuursu
Junior Member
Join Date: Sep 2012
Old 04-14-2014 , 16:45   license plugin DNS
Reply With Quote #1

can someone help me to licensed plugins dns

I do not want IP LICENSE

need all code license DNS hostname

Thanks
raducuursu is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 04-14-2014 , 16:49   Re: license plugin DNS
Reply With Quote #2

The same arguments and conversations that have been had for IP can also be made for DNS
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-14-2014 , 16:50   Re: license plugin DNS
Reply With Quote #3

None of what you said makes any sense. You'll have to try again.

All plugins created for AMX Mod X are required to use the same GPL license.
__________________
fysiks is offline
raducuursu
Junior Member
Join Date: Sep 2012
Old 04-14-2014 , 16:53   Re: license plugin DNS
Reply With Quote #4

I need plugin domain license
need code
raducuursu is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-14-2014 , 16:56   Re: license plugin DNS
Reply With Quote #5

Quote:
Originally Posted by raducuursu View Post
I need plugin domain license
need code
What do you mean? You'll need to describe it differently.

A couple common points:
  • All plugins must follow the GPL license of AMX Mod X.
  • It is not possible to reliably restrict a plugin to a particular server.
__________________
fysiks is offline
raducuursu
Junior Member
Join Date: Sep 2012
Old 04-14-2014 , 17:01   Re: license plugin DNS
Reply With Quote #6

Is posbile
Example:
#include < amxmodx >

#define DNS_LICENTIAT "DNS.NAME.COM"

public plugin_init( )
{
register_plugin( "name plugin", "1.0", "XXX" );

new szHostName[ 64 ];
get_cvar_string( "hostname", szHostName, sizeof( szHostName ) -1 );

if ( contain( szHostName, DNS_LICENTIAT ) == -1 )
set_fail_state( "Licenta este invalida!" );
}

need good code

Last edited by raducuursu; 04-14-2014 at 17:01.
raducuursu is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-14-2014 , 17:02   Re: license plugin DNS
Reply With Quote #7

"hostname" is the name of your server, it has nothing to do with DNS.

Again, I'll reiterate: It is not possible to reliably prevent a plugin from running on other server. The best method to do this is to not give out your plugin.
__________________
fysiks is offline
raducuursu
Junior Member
Join Date: Sep 2012
Old 04-14-2014 , 17:04   Re: license plugin DNS
Reply With Quote #8

I want to make plugins for the community

With hostname license
raducuursu is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-14-2014 , 17:10   Re: license plugin DNS
Reply With Quote #9

Quote:
Originally Posted by raducuursu View Post
I want to make plugins for the community

With hostname license
If you want to use the server hostname, you can do that. However, it won't prevent anyone else from using it because they will be able to change it in the source code and then run your plugin (or remove the supposed protection from the plugin entirely).

There is no need to continue this discussion.
__________________
fysiks is offline
raducuursu
Junior Member
Join Date: Sep 2012
Old 04-14-2014 , 17:12   Re: license plugin DNS
Reply With Quote #10

think it is good code?
raducuursu is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:16.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode