Stránka 1 z 1

AuthMe

Napsal: 16 zář 2012, 12:53
od deni500
93.91.250.117:37051
Dobrý den potřeboval bych pomoct s AuthMe chtěl bych aby se z jednoho počítače neboli z jedne ip adresi šlo zaregistrovat více krát nez jednou a chtěl bych zvíšít věčí počet registrací pls help.

Re: AuthMe

Napsal: 16 zář 2012, 14:27
od midjidj
Hoď sem config AuthMe :)

Re: AuthMe

Napsal: 16 zář 2012, 14:28
od Huurcz
v config zmen na potřebny počet

Kód: Vybrat vše

maxRegPerIp: 3

Re: AuthMe

Napsal: 16 zář 2012, 15:03
od deni500
tady je cfg:

Kód: Vybrat vše

DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername: authme
  backend: file
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase: authme
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: 127.0.0.1
  mySQLColumnPassword: password
  mySQLPassword: '12345'
  caching: true
GroupOptions:
  UnregisteredPlayerGroup: ''
  RegisteredPlayerGroup: ''
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 10
  restrictions:
    allowChat: false
    maxRegPerIp: 5
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: false
    AllowRestrictedUser: false
    AllowedRestrictedUser: []
    kickNonRegistered: false
    kickOnWrongPassword: false
    teleportUnAuthedToSpawn: false
    minNicknameLength: 3
    allowMovement: false
    timeout: 30
    allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
    allowedMovementRadius: 100
    enablePasswordVerifier: true
    ProtectInventoryBeforeLogIn: true
  GameMode:
    ForceSurvivalMode: false
    ResetInventotyIfCreative: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
    passwordMaxLength: 20
  registration:
    enabled: true
    messageInterval: 5
    force: true
  unrestrictions:
    UnrestrictedName: []
  messagesLanguage: en
ExternalBoardOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
permission:
  EnablePermissionCheck: false
BackupSystem:
  ActivateBackup: false
  OnServerStart: false
  OnServerStop: true
  MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Passpartu:
  enablePasspartu: false

Re: AuthMe

Napsal: 16 zář 2012, 16:36
od nejento
Máš to na 5 registrací na jednu IP adresu.

Re: AuthMe

Napsal: 17 pro 2012, 14:43
od deni500
dobře díky