Top

Server Lock


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  0.0 (of 0 scores)
Date Added  Aug 23, 2009
Last Updated  Aug 23, 2009
Tags  lock  safety  server 

Introduction

This is a rip.
I apologize for the post,
script was given to me.


Grab the Code

menu * {
Protections
.$iif($group(#lock) == On,$style(1)) Server Lock
..$iif($group(#lock) == On,$style(2)) On: .enable #lock | msg # 4Server Lock has now started.
..$iif($group(#lock) == Off,$style(2)) Off: .disable #lock | 4Server Lock is now terminated.
}
 
 
#lock off
on *:snotice:*Client connecting*:{
if ($gettok($read(server.txt,w,$gettok($remove($9,$chr(40)),1,64)),0,32) != $null) { globops $9 a 4Staff Member has Connected } 
else { kill $9 4Server Is On Lock } 
}
#lock end

Comments

  (4)  RSS
Cheiron
Comments: 627
 
mIRC Snippet:  Server Lock
Posted on Aug 23, 2009 2:42 pm
just an alteration from this snippet dated april 28th 2009
http://www.hawkee.com/snippet/6068/

Code:

menu menubar {
  Protections
  .Server LockDown
  .. -
  .. $iif($group(#lock) == on,$style(1) Enabled,Enabled): enable #lock | set %lock on | msg $chan 4Server Locked Down now started.
  .. $iif($group(#lock) == off,$style(1) Disabled,Disabled): disable #lock | set %lock off | msg $chan 4Server Lockdown now terminated.
}
#lock off
on *:snotice:*Client connecting*:{
  if (%lock == on) {
    var %tempfilea $read(server.txt,w,$gettok($remove($9,$chr(40)),1,64))
    if ($gettok(%tempfilea,0,32) != $null) { globops $9 a 4Safelist User has Connected }
    else { kill $9 4Server Is Locked Down
      unset %tempfilea
    }
  }
}
#lock end
Kerrie
Comments: 2
 
mIRC Snippet:  Server Lock
Posted on Aug 23, 2009 2:45 pm
Eh, given to me.
Couldn't find a lock for our server.
I'll delete since it's a rip.
Cheiron
Comments: 627
 
mIRC Snippet:  Server Lock
Posted on Aug 23, 2009 3:07 pm
dont need to delete it.. just give the credit where it is due and links to the original in your introduction
GlobalAnomaly
Comments: 77
 
mIRC Snippet:  Server Lock
Posted on Aug 23, 2009 6:39 pm
Code must be at least 25% yours, but since you admit it's a rip I won't complain :O

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom