Top

Room Manager/Members Only

Please Register to submit score.
Average Score  5.5
Scores Submitted  4
Date Added  Mar 12, 2008
Last Updated  Mar 12, 2008
Tags  ban  join  kick  on  protection 

Introduction

Hey,peeps this is my first script and I know this isn't much but here you go.It's basically a room management script,you add what users you want to allow in your room and the ones who are not added will be kicked and then banned for 10 minutes.Copy and paste the Snippet into a new remote and where it says for example AddRoomName here,just add the name of your room...same goes for the AddNickHere spots and the KickMessageHere one as well.Enjoy.

Grab the Code

Comments

  (14)  RSS
napa182
Comments: 735
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 4:25 am
Nice work on ur first script. It does what it's ment to do, and it works. thats a big + .
yeah it can be done alot smaller, and be done many diff ways but this is good for ur first script. id rate this 4/10 for being ur first script.
Keep up the scripting....
TheGioMan
Comments: 5
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 4:32 am
Thx Napa,I appreciate the positive feedback and yeah I'm going to keep up with it,I just have a lot to learn but you already know that.;)
EL
Comments: 801
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 4:56 am
Ditto napa,And Gio glad you where patient an didn't give up when we where throwin out suggestions etc.Good first script an im sure if you stick around with us you 'll be coding alot more an get addicted like we are =.We are there to help if you want it mang.Well done."Rate it or Hate it?"...4/10.`-.-´
TheGioMan
Comments: 5
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 5:11 am
Yeah,well...I have to be patient with scripting because if I try to rush it,it would have came out all wrong and yeah,bro...your suggestions are always welcome.Thanks for the comment and rating.
SnoooP
Comments: 349
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 11:12 am
Gio ;) Nice one..
Lysergic Diethylamide
Comments: 40
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 11:59 am
I agree. Nice first post. The only thing I would suggest would be using $address($nick,2) for example. Because anyone can switch over to that nick real quick and join your room without ID'ing or AUTHing. :D nice work bud.
xDaeMoN
Comments: 696
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 12:15 pm
You can also use '$istok'.
LucSatise
Comments: 81
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 12:17 pm
u culd make them login using a pass first and kick them if they aint logged in. nice tho for ur first
mountaindew
Comments: 1,366
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 2:01 pm
Code:

  echo 12 -a A Script0rs Inc. Production
  echo -a 14,1(14,1¯15,1¯0,1¯0,1º «×X§Ç®îÞt0®§X×» º0,1¯15,1¯14,1¯)™

isn't that napa's thing?

Anyway, good job on your first script. But all the if ($nick != nick)'s can be easily simplified to:
Code:

if (!$istok(nick1 nick2 nick3 nick4 nicketc,$nick,32) {

Good luck with scripting
HoNdAx707
Comments: 59
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 2:07 pm
Quote:

I agree. Nice first post. The only thing I would suggest would be using $address($nick,2) for example. Because anyone can switch over to that nick real quick and join your room without ID'ing or AUTHing. :D nice work bud.

i tried that(using address) and realized how quckly some1's host name can change :/ so it failed bad for me
lol
mountaindew
Comments: 1,366
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 2:08 pm
Another thing, as you get more advanced in scripting, you're gonna wanna check the addresses instead of nicknames. Right now, lets say someone knows that "nick1" is allowed in the room, and he disconnected. Someone could then change their nick to "nick1" and gain access to the room. But, if you check the address, only that specific person would gain access. For more info:

/help $address
/help $wildsite
jonesy44
Comments: 618
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 5:32 pm
Nice work for a first go !

And nice to see you dont go crazy when somone offers simple suggestions like some general dumbasses.

Keep up the good work, and read the help file, saved my ass many times, it's wortha read of some of the built in identifiers and commands.

Once you get the hang of it, you'll be addicted =P
napa182
Comments: 735
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 6:08 pm
mountaindew said:
Quote:
Code:
echo 12 -a A Script0rs Inc. Production
  echo -a 14,1(14,1¯15,1¯0,1¯0,1º «×X§Ç®îÞt0®§X×» º0,1¯15,1¯14,1¯)™



isn't that napa's thing?


Thats cuz TheGioMan is a new member of Script0rs Inc.
EL
Comments: 801
 
mIRC Snippet:  Room Manager/Members Only
Posted on Mar 12, 2008 6:28 pm
LOL chyea mang ''Script0rs 4 lyfe'' * Throws up signs an poses

Please Register or Login to start posting comments.
Bottom