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

[Urgent] bind plugin to server Ip


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
avril-lavigne
Banned
Join Date: Apr 2009
Old 07-10-2011 , 08:22   [Urgent] bind plugin to server Ip
Reply With Quote #1

I need to get server IP. and set_fail_state if IP is different then defined
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-10-2011 , 08:28   Re: [Urgent] bind plugin to server Ip
Reply With Quote #2

get_user_ip( 0, or value from "ip" server cvar.
__________________
Arkshine is offline
avril-lavigne
Banned
Join Date: Apr 2009
Old 07-10-2011 , 08:37   Re: [Urgent] bind plugin to server Ip
Reply With Quote #3

public function()
{
new s_IP[16]
get_user_ip(0, s_IP, 15, 1)
if(!equal(s_IP,"SERVER_IP")) //
{
server_print("Plugin stolen ! Stoped!!! Gitler - kaput !")
return PLUGIN_HANDLED_MAIN
}
return PLUGIN_CONTINUE
}


0k?
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
OvidiuS
Chillaxin'
Join Date: Dec 2009
Location: Serbia
Old 07-10-2011 , 08:39   Re: [Urgent] bind plugin to server Ip
Reply With Quote #4

PHP Code:
new YOUR_IP[] = "IP:PORT";

public 
plugin_init()
{
    new 
ip[25]
    
get_user_ip0ip24 )

    if( !
equalYOUR_IPip ) )
    
set_fail_state"Ovaj Plugin je privatan" );

OvidiuS is offline
Send a message via Skype™ to OvidiuS
avril-lavigne
Banned
Join Date: Apr 2009
Old 07-10-2011 , 09:23   Re: [Urgent] bind plugin to server Ip
Reply With Quote #5

thanks
I want to sell my shopmenu3. and dont want to see it at any warez site

now Ip is localhost and set_fail_state not working...

ah noo. it works
but if IP localhost, set_fail_state not working., I will add new condition then
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc

Last edited by avril-lavigne; 07-10-2011 at 09:38.
avril-lavigne is offline
Old 07-10-2011, 22:51
fysiks
This message has been deleted by fysiks. Reason: nvm, not work the hassle since you won't care.
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 10:46.


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