Jump to content

pirama

Premium Member
  • Posts

    1,671
  • Joined

  • Last visited

  • Days Won

    6
  • Feedback

    0%

Posts posted by pirama

  1. to idio problima moy to ekane kai emena kai sto telos to ekane (pigene stis rithmisis toy eclipse ekei poy epilegis me pio java na kani tis ergasies epelekse to jdk 1.7 kane rr to eclipse kai ksana dokimase) h allakse to sto jre7 rr to eclipse kai dokimase.

  2. oxi den me katalabes ti enow (kserw tin litoyrgia tis no-ip)

    to thema einai ta programata poy exoyn gia ddos attack (pernoyn ip/site/pernoyn kai no-ip?)

     

    Edit : kai kati akoma o l2jFrozen exei ena arxio anti-ddos

     

    afoy to ddos opos eipate pio pano barai to internet moy kai oxi ton server gt o frozen exei tetio arxio?

     

    episis opos pro eipa den exw idea gia ddos (min moy kanete post an den exete akribes gnosi pano sto thema gt me bgazete ektos thematos kai alla katalabenw)

     

    an kapios mpori na me Help kai exei gnosis dekto an (nomizi pos exei gnosis kalitera na min moy grapsi kati)

  3. wraio problima (to pvp opos einai ,kai stin oly na kani pio polla?)

    Edit : stin oysia den einai problima, ayto ginete epidi stin oly den eisai full buff (eykolo na ftiaxti)

    1) kateyazis to M.def sta jewels (se ola osa forane ston server soy) etsi tha aneyh to damage poy kanoyn oi mage stin oly...

    2) aneyazis ta buff poy dinoyn M.def etsi oste na ksana feris tin isoropia sta pvp

    (theli dokimes gia na gini kai na kanoyn ta idia damage akribos [entos kai ektos oly])

  4. # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

    ExternalHostname = 127.0.0.1

     

    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

    InternalHostname = 127.0.0.1

     

    # Bind ip of the loginServer, use * to bind on all available IPs

    LoginserverHostname = *

    LoginserverPort = 2106

     

    # How many times you can provide an invalid account/pass before the IP gets banned

    LoginTryBeforeBan = 20

     

    # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) 

    LoginBlockAfterBan = 600

    GMMinLevel = 100

     

    # The address on which login will listen for GameServers, use * to bind on all available IPs 

    LoginHostname = 127.0.0.1

     

    # The port on which login will listen for GameServers

    LoginPort = 9014

     

    # If set to True any GameServer can register on your login's free slots

    AcceptNewGameServer = False

     

    # If False, the licence (after the login) will not be shown

    # It is highly recomended for Account Seciurity to leave this option as defalut (True)

    ShowLicence = True

     

    # Database Pool Type

    # Possible Values: c3p0 or BoneCP

    # c3p0: more stable

    # BoneCP: more performance

    DatabasePoolType=c3p0

     

    # Database info

    Driver=com.mysql.jdbc.Driver

    #Driver=org.hsqldb.jdbcDriver

    #Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

     

    # Database Settings

    URL=jdbc:mysql://localhost/l2jdb            <------ edw to name tis db toy login server soy

    #URL=jdbc:hsqldb:hsql://localhost/l2jdb

    #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

     

    # Parameters Databases - MYSQL

    # Login - Mysql's user

    Login = root

    # Password -

    Password = root                                  <------edw to pass anti gia (root)

    # maximum number of simultaneous connecting to the database

    MaximumDbConnections = 50

     

     

    Game Server

    # Enter here (ip) address of your game server, or use the symbol *

    GameserverHostname = *

    GameserverPort = 7777

     

    # Configure your external ip

    ExternalHostname = 127.0.0.1

     

    # Configure your internal ip

    InternalHostname = 127.0.0.1

     

    # Bunch ID and game server. It is better not to change.

    LoginPort = 9014

    LoginHost = 127.0.0.1

     

    # Database Pool Type

    # Possible Values: c3p0 or BoneCP

    # c3p0: more stable

    # BoneCP: more performance

    DatabasePoolType=c3p0

     

    # Parameters Databases - MYSQL

    Driver = com.mysql.jdbc.Driver

    URL = jdbc:mysql://localhost/l2jdb                  <------kai edw thelei to name tis db toy game server

     

    # Database name

    GameserverDB = l2jdb                <-----ayta edw den nomizw na einai toy frozen :)

    LoginserverDB = l2jdb                  <-----ayta edw den nomizw na einai toy frozen :)

     

     

    # Login - Mysql's user

    Login = root

    # Password -

    Password = root        <---------- edw to pass  (zbise to root)

    # Attention: lazy init connections disabled!

    # Please, set only real values for your database

    # Default: 100

    MaximumDbConnections = 50

     

    kanta etsi

  5. # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

    ExternalHostname = 127.0.0.1

     

    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

    InternalHostname = 127.0.0.1

     

    # Bind ip of the loginServer, use * to bind on all available IPs

    LoginserverHostname = *

    LoginserverPort = 2106

     

    # How many times you can provide an invalid account/pass before the IP gets banned

    LoginTryBeforeBan = 20

     

    # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) 

    LoginBlockAfterBan = 600

    GMMinLevel = 100

     

    # The address on which login will listen for GameServers, use * to bind on all available IPs 

    LoginHostname = 127.0.0.1

     

    # The port on which login will listen for GameServers

    LoginPort = 9014

     

    # If set to True any GameServer can register on your login's free slots

    AcceptNewGameServer = False

     

    # If False, the licence (after the login) will not be shown

    # It is highly recomended for Account Seciurity to leave this option as defalut (True)

    ShowLicence = True

     

    # Database Pool Type

    # Possible Values: c3p0 or BoneCP

    # c3p0: more stable

    # BoneCP: more performance

    DatabasePoolType=c3p0

     

    # Database info

    Driver=com.mysql.jdbc.Driver

    #Driver=org.hsqldb.jdbcDriver

    #Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

     

    # Database Settings

    URL=jdbc:mysql://localhost/loginserver_beta            <------ edw to name tis db toy login server soy

    #URL=jdbc:hsqldb:hsql://localhost/l2jdb

    #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

     

    # Parameters Databases - MYSQL

    # Login - Mysql's user

    Login = root

    # Password - <----------- EDW TO PASS TIS MYSQL

    Password = root                                  <------edw to pass anti gia (root)

    # maximum number of simultaneous connecting to the database

    MaximumDbConnections = 50

     

     

    Game Server

    # Enter here (ip) address of your game server, or use the symbol *

    GameserverHostname = *

    GameserverPort = 7777

     

    # Configure your external ip

    ExternalHostname = 127.0.0.1

     

    # Configure your internal ip

    InternalHostname = 127.0.0.1

     

    # Bunch ID and game server. It is better not to change.

    LoginPort = 9014

    LoginHost = 127.0.0.1

     

    # Database Pool Type

    # Possible Values: c3p0 or BoneCP

    # c3p0: more stable

    # BoneCP: more performance

    DatabasePoolType=c3p0

     

    # Parameters Databases - MYSQL

    Driver = com.mysql.jdbc.Driver

    URL = jdbc:mysql://localhost/                  <------kai edw thelei to name tis db toy game server

     

    # Database name

    GameserverDB = gameserver_beta                <-----ayta edw den nomizw na einai toy frozen :)

    LoginserverDB = loginserver_beta                  <-----ayta edw den nomizw na einai toy frozen :)

     

     

    # Login - Mysql's user

    Login = root

    # Password - <------------- EDW TO PASS TIS MYSQL

    Password = root        <---------- edw to pass  (zbise to root)

    # Attention: lazy init connections disabled!

    # Please, set only real values for your database

    # Default: 100

    MaximumDbConnections = 50

     

    exeis lathi miso na sta ftiaksw kai tha kanw edit se 1 min na ta dis

    <-----ayta edw den nomizw na einai toy frozen :)

    allakseta kai bale to name tis db soy opoy login server gia login opoy gameserver gia game server

  6. twra mporoyme :)

    pio update toy Frozen exeis? to ekanes compile? h to pires etimo ?

    pio java kai pio Mysql exeis ?

    apo java thes Jdk6 h 7 analoga to pack.....

    mysql tha protina to 5.5 poy kserw oti einai simbato...

     

    Edit : apo oti blepw to error soy einai stin sindesi opote mpori na theloyn anigma ta port sta windows h sto router soy

    dokimases na ton aniksis me 127.0.0.1? sto game server kai sto login server?

     

    Edit 2 : sto gameserver kai login server config sigoyra exeis bali sosti diadromi tis db ,username kai pass?

  7. an thes na ta apofigis ayta apla bale na ftiaxnoyn acc meso selidas me email....

    etsi tha barethi poli grigora :)

     

    tropos 2 min toy kanis ban etsi oste na kseris me pion char tha logari kai me to poy mpi kanto makro kai king oloi tin wra tha toy tsitosis ta neyra prin kan grapsi kati tha exei klisi to game

     

    lisi 3 kai apodotiki bgale trade kai shout apo global chat gia liges meres :)

     

    ama to kalo skeytis exeis polla na toy kanis :P

     

    Edit : h ton paratas kai kapia stigmi tha barethi (kane pos den eisai mesa) ta neyra theli na soy spasi ....

     

    Edit 2 : kane ki allon GM gia otan den eisai mesa na blepei ti ginete :P ( prosoxi min to parakanis me toys GM kai kataliksis na exeis pio polloys GM apo player :) gt exei gini kai ayto:P )

  8. opaaaa min kanis Ban Ip gia kanena logo kai pote....

    opos ipan kai ta paidia me king (toy klini to l2)

    me ban char den mpori na ksana bali ayton ton char

    me ban acc den mpori na ksana mpi apo to idio acc

    me ban ip omos kanis ban se oloys osoys exoyn logari apo aytin tin ip ( opote an exei logari apo internet kafe olo to net einai me ban )h an kapios exei tin tixi na paei na logari apo ekeini tin ip = auto ban ( kai den lew gia kati eskemeno lew gia kati poy tha gini kata tixi me to perasma toy xronoy )

     

    skepsoyto poli sobara gia ban ip gt opos lew kai apo pano an mpi apo net poy paizoyn alla paidia ston server soy tha fane oloi mazi ban h apo kapio net poy tha ithelan na mpoyn poli apla den tha mporoyn... 

     

    kai kalo einai osoi toy protinate ban ip na toy legate kai tis sinepies kai oxi mono

    (an kani ena rr to router toy tha ksana mpi)

     

    den tin lew se kanenan apla mpori na katestrefe ton server toy me ayto :)

     

    Edit : kai static ip na exei an theli na mpi mpori kai me proxy :P

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock