MaxTech
Would you like to react to this message? Create an account in a few clicks or log in to continue.


PC Help And Information Easy Maintenance And Free Software
 
HomePortalSearchLatest imagesRegisterLog in

 

 Shareguard Working With Metis

Go down 
2 posters
AuthorMessage
Steve™
Management

Management
Steve™


Male
Number of posts : 2447
Home : At Home
Humor : If Im Not Back Later... Wait Longer
Registration date : 2007-07-30

Shareguard - Shareguard Working With Metis Empty
PostSubject: Shareguard Working With Metis   Shareguard - Shareguard Working With Metis EmptySun Oct 07, 2007 1:27 am

shareguard is a small bot that only scans files of users in the room, you set the file tipes you want it to find, like if you dont want porn in the room your triggers could be:
amature
d!ldo
lesb!an
porn
f**king

then it would spot these files if they are there and anounce in the room the users name and the file before auto kicking that user (bot has to have kick power)

here is a script for the metis bot that reacts to the announcement that sharegard makes, the same triggers must be in metis that are in sharegard for it to work.

in shareguard settings there is an announcement box and a kick box, the following line goes in the announcement (top) box
Quote :
Name is %NAME% File Is %FILE%
the kick box you should leave blank
metis will react on Name is %NAME% and on File Is %FILE% as they are two seperate commands but the name will be recognised IF the file matches in metis
this is the one i use (edited for the forum) in an fxs colour room, edit how you feel
Code:
<config>
<command type="script" usergroup="bot" case="0">
<in>Name is %PARAM%</in>
<out type="push" extdata="2">%PARAM%</out>
</command>
<command type="script" usergroup="bot" case="0">
<in>File Is %PARAM%</in>
<out type="push" extdata="1">0</out>
<out type="break" condition="1" lvalue="%USERVAR[1]%" rvalue="1"></out>
<out delay="100" type="push" extdata="1" condition="_?" lvalue="%PARAM%" rvalue="cumshot">1</out>
<out delay="100" type="push" extdata="1" condition="_?" lvalue="%PARAM%" rvalue="c**t">1</out>
<out delay="100" type="push" extdata="1" condition="_?" lvalue="%PARAM%" rvalue="d!ldo">1</out>
<out delay="100" type="push" extdata="1" condition="_?" lvalue="%PARAM%" rvalue="fisting">1</out>
<out delay="100" type="push" extdata="1" condition="_?" lvalue="%PARAM%" rvalue="f**king">1</out>
<out delay="100" type="push" extdata="1" condition="_?" lvalue="%PARAM%" rvalue="lesbian">1</out>
<out delay="100" type="push" extdata="1" condition="_?" lvalue="%PARAM%" rvalue="porn">1</out>
<out delay="1000" type="normal" condition="1" lvalue="%USERVAR[1]%" rvalue="1"> \n    #c8#WARNING  #c2#PORN FILES DETECTED  #c8#WARNING  #c2#PORN FILES DETECTED  #c8#WARNING \n </out>
<out type="normal" condition="1" lvalue="%USERVAR[1]%" rvalue="1">%USERVAR[2]%</out>
<out delay="5000" type="normal" condition="1" lvalue="%USERVAR[1]%" rvalue="1">  #c1#The Rules Are  #c11#REMOVE  #c14#OR  #c15#UNSHARE  #c16#ALL  #c17#PORN  #c18#BEFORE  #c20#ENTRY!! </out>
<out delay="5000" condition="1" lvalue="%USERVAR[1]%" rvalue="1"> #c1# %USERVAR[2]% #c1#You And Your Porn Are Not Wanted Here!! </out>
<out delay="5000" condition="1" lvalue="%USERVAR[1]%" rvalue="1">/kick %USERVAR[2]% </out>
</command>
</config>


Last edited by on Tue Oct 09, 2007 10:27 am; edited 1 time in total
Back to top Go down
https://maxtech.forumotion.com
MrDarn™
Moderator

Moderator
MrDarn™


Male
Number of posts : 299
Home : At My PC
Humor : Dry/Sarcastic
Registration date : 2007-09-27

Shareguard - Shareguard Working With Metis Empty
PostSubject: Re: Shareguard Working With Metis   Shareguard - Shareguard Working With Metis EmptyTue Oct 09, 2007 10:14 am

Max™ wrote:

Code:
<config>
<command>
<in>Name is %PARAM%</in>
<out>%PARAM%</out>
</command>
what is this for?


Max™ wrote:

Code:

<command>
<in>File Is %PARAM%</in>
<out>0</out>
<out></out>
<out>1</out>
<out>1</out>
<out>1</out>
<out>1</out>
<out>1</out>
<out>1</out>
<out>1</out>
<out> \n    #c8#WARNING  #c2#PORN FILES DETECTED  #c8#WARNING  #c2#PORN FILES DETECTED  #c8#WARNING \n </out>
<out>%USERVAR[2]%</out>
<out>  #c1#The Rules Are  #c11#REMOVE  #c14#OR  #c15#UNSHARE  #c16#ALL  #c17#PORN  #c18#BEFORE  #c20#ENTRY!! </out>
<out> #c1# %USERVAR[2]% #c1#You And Your Porn Are Not Wanted Here!! </out>
<out>/kick %USERVAR[2]% </out>
</command>
</config>

why all the 1's? is this a room specific thing?

also, i dont see where the uservar2 comes from? where is this variable written too in metis?

i dunno, but i'm thinking the forum has messed your posts up maybe??
Back to top Go down
http://www.mrdarn.co.uk
Steve™
Management

Management
Steve™


Male
Number of posts : 2447
Home : At Home
Humor : If Im Not Back Later... Wait Longer
Registration date : 2007-07-30

Shareguard - Shareguard Working With Metis Empty
PostSubject: Re: Shareguard Working With Metis   Shareguard - Shareguard Working With Metis EmptyTue Oct 09, 2007 10:29 am

thanks for pointing that out Mr Darn,
i had oopsed, i didnt click the "disable html in the post" so it ermm.. screwed it up,
totally my oops, thanka for spotting it, edited correctly now.
Back to top Go down
https://maxtech.forumotion.com
MrDarn™
Moderator

Moderator
MrDarn™


Male
Number of posts : 299
Home : At My PC
Humor : Dry/Sarcastic
Registration date : 2007-09-27

Shareguard - Shareguard Working With Metis Empty
PostSubject: Re: Shareguard Working With Metis   Shareguard - Shareguard Working With Metis EmptyTue Oct 09, 2007 11:23 am

Max™ wrote:
thanks for pointing that out Mr Darn,
i had oopsed, i didnt click the "disable html in the post" so it ermm.. screwed it up,
totally my oops, thanka for spotting it, edited correctly now.

Hehe!

pleased i quote.... hang on, did i just get dejavou??? Very Happy
Back to top Go down
http://www.mrdarn.co.uk
Steve™
Management

Management
Steve™


Male
Number of posts : 2447
Home : At Home
Humor : If Im Not Back Later... Wait Longer
Registration date : 2007-07-30

Shareguard - Shareguard Working With Metis Empty
PostSubject: Re: Shareguard Working With Metis   Shareguard - Shareguard Working With Metis EmptyTue Oct 09, 2007 11:34 am

yep if i know who he was, he aint a member.
Back to top Go down
https://maxtech.forumotion.com
Sponsored content





Shareguard - Shareguard Working With Metis Empty
PostSubject: Re: Shareguard Working With Metis   Shareguard - Shareguard Working With Metis Empty

Back to top Go down
 
Shareguard Working With Metis
Back to top 
Page 1 of 1
 Similar topics
-
» Metis Scripting Guides
» metis help
» Non working script
» Metis Chat Bot
» Metis Scripting Guides

Permissions in this forum:You cannot reply to topics in this forum
MaxTech ::  The World Of WinMX Chat :: Metis Working Scripts Centre-
Jump to: