Skip to content
MSN

gatekeeper

A TG007 community discussion started by S0ul0nFire.

Discussion 14 posts
Page 1 of 1
Open
Topic #1750 · 14 published posts · 1,092 views

ive replied to you privately a few times with no responce

 

im just courious if you even got them uhm.gif

 

can you let me know

 

 

soul, please reply once, and wait atleast 24 hours before attempting to contact me again. I do get your PMs but i just respond to whats online, and if i answer what you ask for in PM, then that is why i don't answer your PMs.

 

Basically I cannot produce a code that will protect your whole room. I have done GuarDDog to the best i can, but if there are more problems, well i need to witness them so that i can see what is going on.

 

Try the addon section for a passport flood protection. Same with the guest flood protection.

oh ok ,just didnt know you got it,thats all

 

thanks again, smile.gif

 

i think the lil bot i made that only has the flood an deop protection will do the job,

 

if so im gonna be happy

About the passport flooding have you tried the Dynamic Room Limiter? If you have, and that doesn't seem to help try this code...

 

on *:JOIN:#:{
 if ($nick != $me) { 
   mode $comchan($nick,1) +k passwordhere
   .timerchange 1 5 mode $comchan($nick,1) -k passwordhere
 }
}

 

This will lock your channel, and change it back after five seconds. The passwordhere can be any password you want, but it will require the exact password you used to lock the channel with to unlock the channel. When your room is locked noone can enter your room unless they have your password you used to lock it with.

Edited Oct 26, 2004 7:12 AM by Warrior124

that's just same thing using invite to lock your room, same diff.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

that's just same thing using invite to lock your room, same diff.

Actually, it is not. A lock is more secure since noone can invite someone else to join the room. This way the owner would have full control.

even still, that code would become alittle slow, but it is definently worth a shot.

+k is different form +i

 

1.) +k

 

Users able to join channel IF THEY KNOW THE KEY

 

2.) +i

 

users must be invited unless they have Grant,Host,Voice,Owner access

 

3.) with +k Un registered users Can/may Join as same with Limit Sence msn has destorted that unpaied users will stop joining they only control paied users join limit

that +i makes sence

 

ive had passworded rooms b4 just for fun and noticed spects can still come in

 

but with the invite they cant

 

i didnt know you can do that,though have room lock an unlock,on a timer

 

seems to me though if the flooder attempts to flood you then when room unlocks it self he will get in then, but im not sure if a locked room upon flooding will continue to attempt to flood or retart it and stop or what ever

 

and if it does get in (if timed right) wont it then as flooding the scirpt cause that timer not to work right or not at all if script floods out or does the timer set msn

and script not even have to be there once its set? that i doubt but asking anyway.

 

 

 

 

 

 

 

 

With all do respect, i dont think you can't code (Sorry to say) and not trying to be rude. scripts should never flood maybe once and a while which is normal, thats it tho.

Edited Oct 26, 2004 6:10 PM by bluedevil

then help him out hotshot. since ur so l33t and all.

Couldn't have said it better myself.

(blueDevil)

zactly,never said i could code i didnt need you to tell me that

im here to learn incase you didnt realize that unsure.gif

 

duh if i could have made the code

 

i wouldnt have been here in first place needing help.

 

in case you didnt realize that either unsure.gif

 

and script used to stop flood,they just BETTER at flooding,

and i have to many welcomes and stuff,

 

why do people who can code degrate the ones who wanna learn?

 

(blueDevil) no disrespect taken

no disrespect to you and

 

you wouldnt happen to be one of "those" in the music room who treat me like that also , then room flood the hella me to show how well they can script?

tell you what your so smart you solve this issue and let me still have my webtv friends, dont forget they using passport flooder too and yes i can just allow grants to the certian webtv friends but then soon as he figures out i did that he will just clone one of them prob.

 

also yes gwen the 2 new codes you made work fine, upon the last 2 flood 2 it locked room and also turned off knocks i set the timer to 1800 2 min wasnt long

enough,but the one that gets in i cant seem to kick with th f1 f2 or reg way. :S

 

 

that +i makes sence

 

ive had passworded rooms b4 just for fun and noticed spects can still come in

 

but with the invite they cant

 

i didnt know you can do that,though have room lock an unlock,on a timer

 

seems to me though if the flooder attempts to flood you then when room unlocks it self he will get in then, but im not sure if a locked room upon flooding will continue to attempt to flood or retart it and stop or what ever

 

and if it does get in (if timed right) wont it then as flooding the scirpt cause that timer not to work right or not at all if script floods out or does the timer set msn

and script not even have to be there once its set? that i doubt but asking anyway.

About what you said about the +k +i thing you can let the script do +ki and set the timer to -ki after so many seconds. That way it will lock your room, and make it invite only at the same time.

 

About flooders flooding you after the room is unlocked this code lets the room lock after one person joins. So, there shouldn't be any flooding out issues, unless you have room knocks on which I suggest you don't use.