Skip to content
Buzzen Chat Network

Age kicker in hybrid

A TG007 community discussion started by floydfan786.

Discussion 17 posts
Page 1 of 1
Open
Topic #7740 · 17 published posts · 4,036 views

I chat in buzzen, i know back in the free msn days there was a profile bot called eye dropper that would kick for certain ages, ex under 18. well i am looking for a ages scanner. looking to set it to kick for under age and no age posted. is there anything out there? i am useing hybrid 1.1 now. i know hybrid has a profile scanner but thats alot of info posted in the room that is not needed, plus it dose not kick for no age.

thax

 

Everywhere you go, there you are

I think you got some standalone age and profile kicker for buzzen :) ,so just check it out .

 

 

There is nothing so absurd but some philosopher has said it

I think you got some standalone age and profile kicker for buzzen :) ,so just check it out .

 

 

i looked and i found a couple. i see setting to kick under 18, thats good, and i see one to kick no profiles, thats good. but is there a way to get it to kick peeps with profile but undisclosed age?

 

Everywhere you go, there you are

ok, i downloaded that, got it in the room hosted up and i do npt see where there is any diolog box or anything for a profile scanner or age kicker... :notworking:

Everywhere you go, there you are

ok, i have done that, i do not get a profile manager option, or anything remotely close :notworking:

Everywhere you go, there you are

floydfan i think the profile manager is in the full version try it and check it out

My bad, posted the wrong link. Yeah full version has it.

Custom Computer

AMD Athlon 64 x2 Dual Core 5200+

Asus M2N-SLI MOB

2GB DDR2 @ 800mhz

160GB Hard Drive

NVidia GeForce 8400GS 256

ok, i got that and it works :lmaojump:

but now it works too well, lol i have a busy room so alot of peeps come in and alot have no age posted. i have run a post in the room for the last few weeks warning people we were going to start kicking for undiclosed age but people still have not posted an age. is there a way i can change a line in the script to warn the individual peep that they need to post an age? i was thinking of just warning the individual peep for a while then i could turn the kicks on at a later time

is that possible?

 

Everywhere you go, there you are

sockmark $Sockname $Sock($Sockname).mark $+ $Chr(32) $+ $SBracks(Gender: %Read)

 

go to which ever you want and just add >> ; << instead this will stop any of the messages you dont want from being displayed

 

Example >>

;sockmark $Sockname $Sock($Sockname).mark $+ $Chr(32) $+ $SBracks(Gender: %Read)

 

Above example was given by dabba

 

for it to not kick just take the %sendkick out, and it will display a message you add where the kick message is..

Edited Nov 27, 2006 5:42 PM by grinning_male

ok, i got the kick stopped but no message shows. i removed %sendkick

 

 

 

if (%Type == AGE) {

if ($4 == Undisclosed) && ($MainSettings(PROFILE, KICK_UNDISCLOSED_AGE) == 1) {

:Your age is undisclosed. Please specify an age in your profile. In the future, all peeps will need there current age in there profile. please put yours in there. thanks %Prop %Clear %Ban

}

 

any thoughts?

Everywhere you go, there you are

if (%Type == AGE) {
if ($4 == Undisclosed) && ($MainSettings(PROFILE, KICK_UNDISCLOSED_AGE) == 1) halt
}

hmm that still do not post a warning.

 

Everywhere you go, there you are

I got it to work :lmaojump: thax all :lmaojump:

 

 

 if (%Type == AGE) {
      if ($4 == Undisclosed) && ($MainSettings(PROFILE, KICK_UNDISCLOSED_AGE) == 1) { 
        msg $comchan($nick,1)   $2 Your age is undisclosed. Please specify an age in your profile. Go to http://www.buzzen.com/passport/edit.php and be sure you have disclose age set to yes  :d:d %Prop %Clear %Ban
      }

Everywhere you go, there you are

The way you were wording it, you wanted it to halt. Atleast, thats what I picked up ..

You also need to remember that in the Profile Kicker you have %Prop %Clear %Ban this will change your password and also clear access some thing I dont think that is needed in a Profile Kicker :stupid:

Actually, those are just variables unless its a mistake/typo. $prop $clear $ban would be identifiers, the variables cant actively change anything as far as accesses.

You also need to remember that in the Profile Kicker you have %Prop %Clear %Ban this will change your password and also clear access some thing I dont think that is needed in a Profile Kicker :stupid:

 

yes i removed the lines that cleared the bans, access and passwords.

Everywhere you go, there you are