Stránka 1 z 1

SPAM: Player xxx Duplicate ....

Napsal: 06 led 2013, 15:08
od TitleCZ
Dobrý den,

mám takový drobnější problém se SPAMEM do chatu. Vždy, když se nějaký hráč přihlásí na server, tak to vypíše něco kolem 20 jmen.

Nevíte co s tím?
Děkuji

Re: SPAM: Player xxx Duplicate ....

Napsal: 06 led 2013, 15:09
od zdenda204
Upravit config UltraBans.

Re: SPAM: Player xxx Duplicate ....

Napsal: 06 led 2013, 15:30
od TitleCZ
zdenda204 píše:Upravit config UltraBans.

A poradíš mi jak? :)
Spoiler: zobrazit

Kód: Vybrat vše

#Change to MySQL for mysql support#
#Change to SQLite for sqlite support#
Database: MySQL
#MySQL Information#
MySQL:
  Database: 'jdbc:mysql://localhost:3306/11502_mysql_db'
  User: '11502_mysql_db'
  Password: '...'
  Table: 'banlist'
  IPTable: 'banlistip'
#SQLite Information#
SQLite:
  Filename: 'banlist'
#delete dat on ban#
CleanOnBan: true
#Max Warnings#
MaxWarning:
  Enable: false
  Amt: 5
  #ban,kick,ipban,perma,tempban,tempipban#
  Result: ban
  Silent: true
  Reason: 'Max Warnings'
  #Used with Temporary actions#
  Temp:
    Amt: 5
  #sec,min,hour,day,week,month#
    Mode: day
#Default labels#
Label:
  Console: 'Server'
  Reason: 'Duvod nebyl uveden'
#change to true or false to enable lockdown#
#also can be done ingame /lockdown#
Lockdown: false
Login:
#Check for duplicates on Login#
  DupeCheck:
    Enable: true
#Check ping on Login#
  PingCheck:
    Enable: true
    MaxPing: 500
#PingBack joining players, and kick if unreachable. //Experimental#
  ProxyPingBack:
    Enable: false
    #How long in milliseconds to Timeout#
    Timeout: 10000
#This will set the server to sync the database if multiple servers are in place.#
Sync:
  Enabled: false
  #Timing is in Long format Example:#
  #1 Hour = 60 Seconds * 60 Minutes * 20 ServerTickRatePerSec = 72000L
  Timing: 72000L
#Enable Ultrabans Live Server#
Live:
  Enabled: false
  Port: 9981
#Auto Updater#
AutoUpdater:
  Enabled: true
#Error / Usage Tracking#
GoogleAnalytics:
  Enable: true
#Chat#
Chat:
  #Checks Chat Messages for a valid IP address#
  #If its not valid, trust me they can't connect to it#
  IPCheck:
    Enable: false
    #Wildcards %scramble% will scramble the ip and %replace% will show your ip instead#
    #If no wildcards are present the message entered will replace the ip#
    #leave blank to erase#
    Blocking: '{Block}'
    #kick,jail,warn,ban,ipban, leave blank for no action#
    Result: warn
    Silent: false
    Reason: 'Advertising'
  #This will allow you to filter out messages containing any words that you define#
  SwearCensor:
    Enable: true
    #Use your imagination these are not for me to decide#
    Words: 'test testing tests'
    #Wildcards %scramble% will scramble the word#
    #If no wildcards are present the message entered will replace the word#
    #leave blank to erase#
    Blocking: '{Block}'
    #kick,jail,warn,ban,ipban, leave blank for no action#
    Result: warn
    Silent: false
    Reason: 'Language'
  #Checks if the message is duplicate and disables it#
  SpamCheck:
    Enable: true
    #The amount of messages to give a result#
    Counter: 10
    #kick,jail,warn,ban,ipban, leave blank for no action#
    Result: kick
    Silent: false
    Reason: 'Spam'
Muted:
  Vannila: true
  #When Vanilla: true allowed commands.#
  AllowedCommands:
  - '/login'
  - '/register'
#Jail Configuration#
Jail:
  Mute: true
  Vanilla: true
  #When Vanilla: true allowed commands.#
  AllowedCommands:
  - '/login'
  - '/register'

Re: SPAM: Player xxx Duplicate ....

Napsal: 06 led 2013, 15:35
od buddyns

Kód: Vybrat vše

#Check for duplicates on Login#
  DupeCheck:
    Enable: true

zmen na

Kód: Vybrat vše

#Check for duplicates on Login#
  DupeCheck:
    Enable: false

Re: SPAM: Player xxx Duplicate ....

Napsal: 06 led 2013, 15:44
od TitleCZ
Ok děkuji :) Karma +

A ještě mě zajímá, proč mi to vypisovalo takových duplikací, když mam v AuthMe nastavené max. 2 registrace na 1 IP adresu?

Děkuji

Re: SPAM: Player xxx Duplicate ....

Napsal: 06 led 2013, 16:19
od tommymortago
Ultrabans sleduje IP adresu ještě před zaregistrováním do AuthMe.

Re: SPAM: Player xxx Duplicate ....

Napsal: 06 led 2013, 18:22
od TitleCZ
Nojo, ale mě přijde divný, že někdo se zkusí registrovat 20 krát, když už po 3. mu to nejde? :)