Pomoc s xAuth dam karmu

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
SuperGarai1
Příspěvky: 76
Registrován: 19 pro 2011, 20:42
Reputation: 0

Pomoc s xAuth dam karmu

#1 Příspěvekod SuperGarai1 » 25 úno 2012, 16:35

93.91.250.103:27063

Ahoj nutne bych potreboval vyresit problem s prihlasovanim.

Jsem prihlasen ve hre a nekdo se zkousi na me prihlasit a me to kopne ze hry ven a napise my to:

You logged in from another location

Jak udelat aby kdyz sem prihlasen tak se nikdo jiny nemuze na me zkouset prihlasovat?

Dekuji za pomoc dam karmu

Pouzivam xAuth

A nastaveni mam takove:

Kód: Vybrat vše

main:
    # How should xAuth store data (Accounts, sessions, etc.)?
    # Possible values: h2, mysql
    datasource: h2
    # If set to true, xAuth will disable itself if the server is in online-mode
    auto-disable: true
    # If set to true, all required library files will be automatically downloaded
    download-libraries: true
    # When set to true, if a player connects with the same name as someone who is
    # already online, the player connecting will be kicked instead of the online player
    reverse-enforce-single-session: true

authurl:
    # Send user/pass data to authURL for authentication instead of the database
    # This option disables registration and password changes
    enabled: false
    # The URL to send user/pass data to, look at the example auth.php for an
    # example that works with SMF forums.
    url: http://127.0.0.1/auth.php?field=minecra

mysql:
    # Location of the MySQL server. Can be either a host name or IP address
    host: localhost
    # Port used by MySQL. Default is 3306
    port: 3306
    # User name used to connect to the MySQL server
    username: root
    # Password used to connect to the MySQL server
    password:
    # Name of the database that will be used by xAuth
    database:
    # Names of the tables xAuth will use to store data
    tables:
        account: accounts
        session: sessions
        strike: strikes
        location: tele_locations
        inventory: inventory

registration:
    # Enable/disable new registrations
    enabled: true
    # If set to true, everyone must register
    forced: true
    # Setting this to true requires a player to enter an email address when they register
    require-email: false
    # If set to true, a valid email address is required
    validate-email: true
    # How many accounts per IP address will be allowed. Set as 0 for unlimited
    account-limit: 0
    # Used with web registrations that require account activation
    activation: false

login:
    strikes:
        # Amount of times a player can enter an incorrect password before action is taken
        # Set as 0 to disable
        amount: 5
        # What action to take when the strike threshold is reached
        # Possible values: kick, lockout
        action: kick
        # Length of time, in seconds, that a strike will remain in the database
        strike-length: 3600
        # Length of time, in seconds, that a player will remain locked out
        lockout-length: 900

password:
    # Minimum length a password may be
    min-length: 6
    # Enable/disable password changes
    allow-change: true
    # Require at least one of the character types below that are set to true
    complexity:
        lowercase: false
        uppercase: false
        number: false
        symbol: false

guest:
    # Amount of time, in seconds, that a player has to log in before they are kicked
    # Set as 0 to disable
    timeout: 300
    # Amount of time, in seconds, between "You must be logged in.." messages
    notify-cooldown: 5
    # Commands that players who are not registered or logged in may execute
    allowed-commands: [register, login, l]
    # Turn on/off location protection
    protect-location: true

session:
    # Amount of time, in seconds, that a session will remain valid
    length: 3600
    # Verify a player's IP address when resuming a session
    verifyip: true
    # Length of time, in seconds, that a player will have godmode upon logging in
    # set as 0 to disable
    godmode-length: 5

filter:
    # Minimum length a players name can be
    min-length: 1
    # Characters that may be present in a players name. Use an asterisk (*) to allow all
    allowed: '*'
    # If set to false, players with blank names can connect
    blankname: true

# INTERNAL USE ONLY! DO NOT TOUCH!
version: 5

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: Pomoc s xAuth dam karmu

#2 Příspěvekod Welton123 » 25 úno 2012, 17:18

Doporučuji vymněnit za nenovejší verzi Authme. Tam se neda přihlásit na hráče pokud už ej online.
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: Pomoc s xAuth dam karmu

#3 Příspěvekod Vojko » 25 úno 2012, 20:11

Ako sa už píše hore, vymenil by som to za iný autorizačný plugin.
Doporučujem AuthMe, dokáže prekonvertovať účty z xAuthu na účty do AuthMe.
Takto by si o nič neprišiel a mal by si o starosť menej.
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

SuperGarai1
Příspěvky: 76
Registrován: 19 pro 2011, 20:42
Reputation: 0

Re: Pomoc s xAuth dam karmu

#4 Příspěvekod SuperGarai1 » 26 úno 2012, 15:55

Ano zkusil sem to a zase se nekdo na me prihlasil a byly jsme tam dva :-( nemohl sem chodit

Neni nejaky jiny zpusob? dekuji

Uživatelský avatar
LavorekCZ
Příspěvky: 1805
Registrován: 20 lis 2011, 13:58
Reputation: 0
Kontaktovat uživatele:

Re: Pomoc s xAuth dam karmu

#5 Příspěvekod LavorekCZ » 26 úno 2012, 15:57

Poprosím o config AuthMe.
Pomohl ti někdo? Pak určitě bude rád, když mu zvedneš karmu!
not sure

SuperGarai1
Příspěvky: 76
Registrován: 19 pro 2011, 20:42
Reputation: 0

Re: Pomoc s xAuth dam karmu

#6 Příspěvekod SuperGarai1 » 26 úno 2012, 16:01

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
settings:
    sessions:
        enabled: false
        timeout: 10
    restrictions:
        allowChat: false
        kickNonRegistered: false
        teleportUnAuthedToSpawn: true
        maxNicknameLength: 20
        allowMovement: false
        minNicknameLength: 3
        timeout: 30
        ForceSingleSession: false
        allowedMovementRadius: 100
        allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
    security:
        passwordHash: SHA256
    registration:
        enabled: true
        messageInterval: 5
        force: true

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: Pomoc s xAuth dam karmu

#7 Příspěvekod Vojko » 26 úno 2012, 16:09

Máš starý AuthMe, aktualizuj ho.
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

SuperGarai1
Příspěvky: 76
Registrován: 19 pro 2011, 20:42
Reputation: 0

Re: Pomoc s xAuth dam karmu

#8 Příspěvekod SuperGarai1 » 26 úno 2012, 16:11

Aho a prosim poslal bys my odkaz a nastavis config odmenim se karmou

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: Pomoc s xAuth dam karmu

#9 Příspěvekod Vojko » 26 úno 2012, 16:12

Tu je odkaz: http://dev.bukkit.org/server-mods/authm ... hme-2-6-2/

V configu nemusíš nič nastavovať, iba akurát tak v permission pridaj hráčom toto: authme.player.*
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

SuperGarai1
Příspěvky: 76
Registrován: 19 pro 2011, 20:42
Reputation: 0

Re: Pomoc s xAuth dam karmu

#10 Příspěvekod SuperGarai1 » 26 úno 2012, 16:18

Poslal sem vam karmu jako podekovani ale potreboval bych jeste vedet jak vlozim registry hracu z xauth do authme dekuji


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 83 hostů