Tchatting.com Forums
mIRC :: SCRIPTING & HELP mIRC Scripting help, General help, Tips and Tricks!

User Name
Password
Reply
 
Thread Tools Display Modes
  #1  
Old 08-03-2005, 04:34 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Advertise kicker.

#ADVERTISE on
on *:text:*:#:{
if ($chr(35) isin $strip($1-)) || (/j isin $strip($1-)) && ( $chan !isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4Channel advertisment5»
}
if (/server isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4Server advertisment5»
}
if (http isin $strip($1-)) || (www. isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4URL advertisment5»
}
}
on *:action:*:#:{
if ($chr(35) isin $strip($1-)) || (/j isin $strip($1-)) && ( $chan !isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4Channel advertisment5»
}
if (/server isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4Server advertisment5»
}
if (http isin $strip($1-)) || (www. isin $strip($1-)) && ($me isop $chan ) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4URL advertisment5»
}
}
on *:notice:*:#:{
if ($chr(35) isin $strip($1-)) || (/j isin $strip($1-)) && ( $chan !isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4Channel advertisment5»
}
if (/server isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4Server advertisment5»
}
if ( http isin $strip($1-)) || (www. isin $strip($1-)) && ( $me isop $chan ) && ($nick !isop $chan) && ($nick !isvo $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick 5«4URL advertisment5»
}
}
#ADVERTISE END

menu status,menubar,channel {
Advertise Kick [[ %advertise ]] {
if (%advertise == ON) { .disable #ADVERTISE | set %advertise OFF | .echo 12 advertise Kick 4Off }
else { .enable #ADVERTISE | set %advertise ON | .echo 12 advertise kick 11ON }
}
}
Reply With Quote
  #2  
Old 09-03-2005, 08:58 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

old way! make a dialog based protection.
__________________
Reply With Quote
  #3  
Old 09-03-2005, 08:59 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

u`r way, users that r going to add it to there miRc, the same ones u said in another thread before that they don`t know how to paste it to there remotes, how they r supposed to edit it? or add an advertising msg?
__________________
Reply With Quote
  #4  
Old 10-03-2005, 11:59 AM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Advertise kicker.

Cult piece of cake dude, just replace my reason and add Ur's =p
and u could add this on the remotes :
[code] menu status {
.Set advertise kick msg:set %adv.reason $$?="Reason:"
}
[code]
and replace the kick msg with %adv.reason, and if they want a dialog they could change the snippet and do there own.
Reply With Quote
  #5  
Old 10-03-2005, 04:18 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

umm.. read my post again.. and answer on my question! who talked about kick reason? lol i meant editing the spam words! and action!
__________________
Reply With Quote
  #6  
Old 10-03-2005, 04:48 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

ummm i wonder if we can make a ripper kicker? :S
__________________
Reply With Quote
  #7  
Old 10-03-2005, 06:18 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Advertise kicker.

Cult dude, you said : or add an advertising msg .. so i told you how and else u can do the same way but replace the words : www. with a variable sure make a ripper kick easy ! but need work
Reply With Quote
  #8  
Old 11-03-2005, 02:18 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

btw man... am sorry to tell u this... but... *YOUR CODE IS RIPPED* LOL
__________________
Reply With Quote
  #9  
Old 11-03-2005, 02:28 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

this code is posted by " preposition " ==>> Posted: Sun Aug 22, 2004 5:06 pm Post subject: advertise protection

--------------------------------------------------------------------------------

;================================================= =====================================
; Copyright for #Helpdesk ( addons for advertise kick )
;================================================= =====================================
on the HELPDESK Forum !!! man u`r nothing but a ripper. hope Zack Will see this :P

#ADVERTISE on
on *:text:*:#:{
if ($chr(35) isin $strip($1-)) || (/j isin $strip($1-)) && ( $chan !isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick Channel advertise (consider as abusing)
}
if (/server isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick server advertise (consider as abusing)
}
if (http isin $strip($1-)) || (www. isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick website advertise (consider as abusing)
}
}
on *:action:*:#:{
if ($chr(35) isin $strip($1-)) || (/j isin $strip($1-)) && ( $chan !isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick Channel advertise (consider as abusing)
}
if (/server isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick server advertise (consider as abusing)
}
if (http isin $strip($1-)) || (www. isin $strip($1-)) && ($me isop $chan ) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick website advertise (consider as abusing)
}
}
on *:notice:*:#:{
if ($chr(35) isin $strip($1-)) || (/j isin $strip($1-)) && ( $chan !isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick Channel advertise (consider as abusing)
}
if (/server isin $strip($1-)) && ($me isop $chan) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick server advertise (consider as abusing)
}
if ( http isin $strip($1-)) || (www. isin $strip($1-)) && ( $me isop $chan ) && ($nick !isop $chan) {
ban $comchan($nick,1) $nick 2
kick $comchan($nick,1) $nick website advertise (consider as abusing)
}
}
#ADVERTISE END

menu status,menubar,channel {
Kick Switch
.Advertise Kick [[ %advertise ]] {
if (%advertise == ON) { .disable #ADVERTISE | set %advertise OFF | .echo advertise Kick 15Off }
else { .enable #ADVERTISE | set %advertise ON | .echo advertise kick 14ON }
}
}
__________________
Reply With Quote
  #10  
Old 11-03-2005, 04:20 PM
GeE ArE's Avatar
GeE ArE GeE ArE est déconnecté
eternity is mine!!
 
Join Date: Feb 2005
Location: Lebanon
Posts: 1,645
GeE ArE has a spectacular aura aboutGeE ArE has a spectacular aura aboutGeE ArE has a spectacular aura about
Re: Advertise kicker.

LOOOL CuLt ...nice one
Reply With Quote
  #11  
Old 11-03-2005, 05:42 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Advertise kicker.

Cult, how about if i tell ya that my username is preposition in helpdesk's forums I can paste anything if u want there .. tell me what do u want and i will , looser !
Reply With Quote
  #12  
Old 11-03-2005, 08:16 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

anmlhckr u`ll stay a ripper till u prove coz i checked both nicks " preposition and anmlhckr " on DALnet and both r not registered :P so go see what u can do now.. ASHOLE! and don`t call me a loooser u peace of shit!
__________________
Reply With Quote
  #13  
Old 11-03-2005, 08:36 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Advertise kicker.

Loool ask Mazen if u know him, or go to #OperHelp, they frooze like 21 nicknames for me idiot ... am not gonna tell ya just ask someone on DALnet that knows me, and if you wanna Self, Religion, know me ... So go stfu dude, And i aint a ripper like ya, i know pretty much scripting dude and check my nickname : anmlcrckr or Owe, so go fuck ur self dude ... ! Tell me what do u want me to put it in the forums of Helpdesk
Reply With Quote
  #14  
Old 12-03-2005, 10:00 AM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

man... lol they r not freezed.. they r simply not registered! go there and info them,
__________________
Reply With Quote
  #15  
Old 12-03-2005, 10:05 AM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

and about what u want to put in the forum of helpdesk! put nothing! just disapear! better for everyone. or just join anywhere u like! and be like others! just don`t go fire u`r posts here and there. and u u`r self have u`r own mistakes! or even u`r posts in some threads are full of mistakes!!! simple! do u`r job. and let others do there job. when u find a real mistake on others post it.!
__________________
Reply With Quote
  #16  
Old 12-03-2005, 12:13 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Advertise kicker.

Bla bla ... i know pretty much scripting more then ya son, and when i find a mistake am posting it dude, Lol, how come i wanna disappear if am an @'d in that channel and same in the forums am admin as loctus so shut up please ... do this favor for everyone dude, SUBJECT CLOSED.
Reply With Quote
  #17  
Old 12-03-2005, 12:55 PM
7assouna's Avatar
7assouna 7assouna est déconnecté
Registred User
 
Join Date: Feb 2005
Location: Canada, Montréal
Posts: 948
7assouna is a jewel in the rough7assouna is a jewel in the rough7assouna is a jewel in the rough7assouna is a jewel in the rough
Send a message via MSN to 7assouna
Re: Advertise kicker.

ok subject closed...put POEPLE PLEASE BEHAVE !!! its not a place for battle here !!
relax...and BEHAVE !
__________________
Reply With Quote
  #18  
Old 12-03-2005, 02:36 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

anmlhckr know what... this forum is for having fun and share our knowledge with all ppl. so.. u have a nice comment. and want to post it.. u`r welcomed. other than that... donno whats the forum means for you. but it`s our home country channel`s forum... besides.. we`ve been living in that channel since 1998 i think... and i`d like to keep this forum clear. sometimes i get nervous quickly. esp when someone replies a post as if it`s a wrong one. and in fact. it`s working gr8... n e way. have a nice chat.
__________________
Reply With Quote
  #19  
Old 12-03-2005, 05:35 PM
anmlhckr's Avatar
anmlhckr anmlhckr est déconnecté
Scripting Mod
 
Join Date: Jan 2005
Location: LB
Posts: 163
anmlhckr will become famous soon enoughanmlhckr will become famous soon enough
Send a message via MSN to anmlhckr Send a message via Yahoo to anmlhckr
Re: Advertise kicker.

Cult dude u thought i ripped it .. and i told u not and u insult me .. anyway i dont wanna be harsh if i bothered ya sorry .. have a nice chat mate.
Reply With Quote
  #20  
Old 12-03-2005, 07:12 PM
Cult's Avatar
Cult Cult est déconnecté
Registered User
 
Join Date: Jan 2005
Location: Lebanon
Posts: 2,124
Cult is a jewel in the roughCult is a jewel in the roughCult is a jewel in the rough
Send a message via MSN to Cult
Re: Advertise kicker.

it`s alright.. am sorry about that also...
__________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes
Linear Mode Linear Mode