Jump to content

Watchdog - Language (V2.0.4.0 - 06/12)


ImportBot

Recommended Posts

Originally Posted by S69Dessy*:

 

Hi , Could someone help me please .

When some one swears , I would like it to "yell" the warning to the player and show in the chat that player X has been warned for swearing.

If player x swears again it will kill him and he will get a "yell" if he repeats it he will get kicked,no message in chat

If player x swears again (3rd time)it will kick him and a "yell message says player x was kicked for swearing for 3-5 secs.

 

Is this possible ?

* Restored post. It could be that the author is no longer active.
Link to comment
  • Replies 388
  • Created
  • Last Reply

Top Posters In This Topic

  • ImportBot

    389

Originally Posted by static*:

 

Hi Soarda,

 

2.0.2.1 works great.....

 

Can i pick your brain in how the lists are processed..?

 

i.e. A chat comes in. Watchdog process the user lists from one to six in that order. If it finds a match it stops processing the lists and actions the parameters, updates the arrays etc..., then resets and waits for the next chat?

 

I just want to know so if need be i can rearrange the lists to catch comments differently, example... if i had

list 1 (warn)

sux

 

list 2

admin sux (kick)

 

It would only warn not kick for the comment "admin sux", where as if it was reversed they would be kicked...?

 

static

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Soarda*:

 

I just want to know so if need be i can rearrange the lists to catch comments differently

yep exactly.

 

list 1 (Hight)

admin sux

 

list 2

sux (low)

 

 

 

...*

 

nop impossible

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Soarda*:

 

Up ! V2.0.3 CWatchdogLanguage.zip

* Add reset after x round without offence

* Add " word number: "and "in Userlist" in ban.

* Bug fixe in Msg Before Next Action.

 

 

WARNING SAVE YOUR LIST BEFORE UPDATE (V1.x To V2.x) , Lists of Word will be destroyed !

 

New feature of V2.x :

* Add reset after x round without offence

* Using ; to comment list words

* Using R / instead of double quotes

* Using variables MaxWarn, MaxKill, MaxKick, MaxTBan, MaxBan

* Added line number

* Bug fixes

* yell message time.

* each word has its own action list.

 

Ex:

Param : warn=1; kill=2, kick=1.

 

Toto say "bastard" => warn

Toto say "con" => warn

Toto say "bastard" => kill

Toto say "pd" => warn

 

* Replace warnList, killList, KickList [...] by UserList1, UserList2, UserList3 [...] with each list has its own param list.

 

ex:

UserList1 => warn=1, kill=2, kick=1, TBan=5, Ban=0

UserList2 => warn=0, kill=1, kick=0, TBan=5, Ban=0

UserList3 => warn=1, kill=0, kick=0, TBan=0, Ban=5

 

 

*Adding "Use Action List By Word"

 

Ex :

With useActionListByWord = Yes

soab -> 1st warn

asshole -> 1st warn

soab -> 2nd warn

soab -> kick

asshole -> 2nd warn

 

With useActionListByWord = No

soab -> 1st warn

asshole -> 2nd warn

soab -> kick

 

Attached Files:

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by mrix2000*:

 

Hello, this file name is different from prior files, do we rename the file to what the old file was named?

It only appears to be one file when the other releases were more is that right?

Thanks

mrix

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by holcombs60*:

 

New to all of this but testing out your plugin. Just having an issue that I figure I am creating somehow. I created a fake word to test bans, etc. I set the TBan to 1 and the Max Ban to 1. Got in BF3 and typed my trigger word. I have Yell enabled and BF3 yelled that I was Temp Banned for the seconds I had selected but nothing happened. I was not removed from the game. When I typed in the trigger word again BF3 yelled that I was Auto banned and then I was kicked out of the server.

 

Why was I not kicked out of the game for the Tban? If it matters I have "Ban by guid" set to Yes.

 

One other thing I was wondering... is it possible to display the time and date of the ban in the Reason column? I realize I can see it in the pbbans.dat file but not everyone has access to that file. Just curious...

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by static*:

 

My List

I have included my param's as well.

 

Cleaned up a few and added some.

 

Please Update to this One

Found a bug where an innocent comment was confused with ni**er

20120527_V2.0.3_Offensive.zip

 

Note the lists have changed around and at the moment list 4 is not used. The reason being is so the worst insults are in list 1, this way you can have the following;

 

Just an example...

list 1

shit server = kick

 

list 2

shit admin = kill

 

list 3

shithead = warn then kill

 

list 6

shit = warn

 

 

Static

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by static*:

 

Hi static, I have used your latest list but nothing is being picked up for words like " fucking " fuck off " etc

Cheers

mrix

Mate u will have to add them your self... as i don't mind them... for single words just add them i.e. fuck without the R/

(use list 4 for your own)

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by CPx4*:

 

Hey static,

I cried when I thought I'd have to create my RegEx list manually. Then, found yours! Thanks for putting it together.

 

Do you have an .XLS with another column with what is actually being checked for?

 

Example:

Code:

R/[s5$]{1,}\W*[e3]{1,}\W*r{1,}\W*v{1,}\W*[e3]{1,}\W*r{1,}\W*[ ]*[i1!]{1,}\W*[s5$]{1,}\W*[ ]*[s5$]{1,}\W*h{1,}\W*[i1!]{1,}\W*t
= "server is shit"
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Pickerd*:

 

Please Update to this One

Found a bug where an innocent comment was confused with ni**er

Was this word anger btw? I just had a guy get banned for saying anger and was using your previous list.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by static*:

 

Hi Pickerd,

 

Na it was a comment... Sorry cant actually remember what it was... Which list and word did they get kicked from. I checked the previous list to this one and cant get it to trigger...?

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by static*:

 

Hey static,

I cried when I thought I'd have to create my RegEx list manually. Then, found yours! Thanks for putting it together.

 

Do you have an .XLS with another column with what is actually being checked for?

 

Example:

Code:

R/[s5$]{1,}\W*[e3]{1,}\W*r{1,}\W*v{1,}\W*[e3]{1,}\W*r{1,}\W*[ ]*[i1!]{1,}\W*[s5$]{1,}\W*[ ]*[s5$]{1,}\W*h{1,}\W*[i1!]{1,}\W*t
= "server is shit"
Column C......? "TERMS TO CATCH"
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by CPx4*:

 

Column C......? "TERMS TO CATCH"

static: I opened the XLS sheet in Google Docs. It only shows columns A & B. C&D were missing. :smile: Thanks for your note. I opened in "real" Excel and saw the additional columns.

 

Thanks!!

- CPx4

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by HaNg_MaN*:

 

1.

I set send privatly warning and kill, only kick and tban are public,everything yelled.

Also i set "warn before next action",but this message is public and in the chat.

Can you change this, that only the Player gets the message privatly_To reduce Spam in the Chat?

 

2.

Please set a option to rename the userlists

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by static*:

 

static: I opened the XLS sheet in Google Docs. It only shows columns A & B. C&D were missing. :smile: Thanks for your note. I opened in "real" Excel and saw the additional columns.

 

Thanks!!

- CPx4

Cool mate...
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by static*:

 

Hello, I set the Watchdog-language for two blasphemies applicant in my italian server.... what is the exact code?

blasphemies: 1) dio 2) porcodio

Hi Killy,

 

It can be as easy as

dio

porcodio

 

which will catch them exactly as you spell them.... Note: no special format or strings.

 

or as complex as

R/d{1,}\W*[i1!]{1,}\W*[o0]

R/p{1,}\W*[o0]{1,}\W*r{1,}\W*c{1,}\W*[o0]{1,}\W*d{1,}\W*[i1!]{1,}\W*[o0]

 

which will catch di0, d1o, d i o etc... and p0rc0di0, p0rcod!0, p o r-c-o d i o etc..... Note: using regex will require a "R/" at the beginning of the statement. This tells watchdog that the string following is a regex statement.

 

So it really depends how far they go to get around watchdog to how far you have to go to catch them.....

 

Can you send me a

 

Static.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by hellstroops*:

 

i am having a problem with Watchdog Language - 2.0.2.1 i have the settings working fine and it is working but after testing it i was perm banned like i set it up to do. i went to the ban list and removed my ban but when i idle to get my server going i get kicked and it says i have been temp banned 2days for my language. please help i have tried everything including uninstalling the plugin and re installing it.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Soarda*:

 

Ban by GUID activate ?

 

Nothing in "ban list" ?

 

In your ftp > file "pbbans.dat" nothing ?

 

PB_SV_UnBanGuid [guid]

Unbans a guid from the ban list stored in memory; use pb_sv_updbanfile to update the permanent ban file after using this command

edit: restart your server for deleting all "ban time"
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by utopiate*:

 

Hey guys, I've just updated this plugin but where do I now put my watch words? I used to have a list of words in the warn list and a list in the tempban list?

 

Basically I want a list of words that gives two warning then a 24 hr temp ban on the 3rd infringement and a second list that instantly bans for 24 hours

 

cheers

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.