Stránka 1 z 1

Iconomy 7

Napsal: 18 srp 2012, 22:48
od Joe_bellwood
93.91.250.103:37778

Prosim vas date mi link na stiahnutie iconomy 7 nemozem to najit a ked hej stejne mam 6

Re: Iconomy 7

Napsal: 18 srp 2012, 22:50
od King_of_KeKs
Zde
Btw : Stačí hladať, je to úplne dole Tu ;)

Re: Iconomy 7

Napsal: 18 srp 2012, 23:25
od mickes1
A nahoď si iConomy na MySQL. Na flatfile (yml) hrozí ztráta dat.

Re: Iconomy 7

Napsal: 18 srp 2012, 23:36
od Joe_bellwood
otazka ake mam vyplnit ja mam 2 mysql
Spoiler: zobrazit

Kód: Vybrat vše

Table: 'iConomy'

    # URL is for SQL Databases Only
    ##
    # Path to iConomy folder is easy, it's the COMPLETE path.
    # (Mine) G:\MineCraft\plugins\iConomy\
    # Won't be the same as yours, but it usually looks like that.
    ##
    # [H2DB Default] h2:path/to/iConomy/folder/iConomy;AUTO_RECONNECT=TRUE
    # [SQLite Default] sqlite:path/to/iConomy/folder/iConomy.db
    ##
    # Binary Databases use ip:port style connections.
    # ip
    #  - is the connection identifier (internet protocol)
    #  - for ipv6 usually encased in brackets [::1]
    # port
    #  - the port that the database is listening on
    #  - defaults: 3306 for mysql, postgre is either 5740 or 5432
    ##
    # [MySQL Default] mysql://localhost:3306/iConomy
    # [Postgre Default] postgresql://localhost:5740/iConomy
    URL: 'mysql://localhost:3306/iConomy'

    # Login details for binary databases
    Username: 'root'
    Password: ''

    ##############################################################
    # !!! Conversion is not your database settings !!!
    ##############################################################
    # Conversion allows you to convert your old 5.x to the new 6.x
    # All is currently unused.
    ##############################################################
    # URL is for MySQL only, H2DB doesn't use it.
    ##############################################################

Spoiler: zobrazit

Kód: Vybrat vše

Conversion:
      # Set to True, After converting, change this back to false!
      Enabled: false

      # Database Type, H2DB or MySQL
      Type: 'H2DB'

      # Database Table
      Table: 'iConomy'

      # Database URL without table at the end.
      URL: 'mysql://localhost:3306'

      # Username / Password
      # H2DB does not use this. MySQL Only.
      Username: 'root'
      Password: ''

      # Unused ATM.
      All: true

Re: Iconomy 7

Napsal: 18 srp 2012, 23:44
od BlackLight
To 1.

Re: Iconomy 7

Napsal: 19 srp 2012, 09:02
od Sejsel
Příště by možná nebylo od věci si všimnout, že to druhý tam má dost výrazně napsaný Conversion, převádění.