Jump to content
  • 0

Online SERVER


tarakudo1993

Question

Γεια σας πεδια , θελω μια μικρι βοηθεια , εχω φτιακσει σερβερ και το εχω κανει Ονλινε αλλα το προβλημα ειναι οτι δεν μπορει ο φιλος μου να μπει , θα σας δικσω που κολαει και μετα θα σας γραπσω ολες τις πληροφοριες του σερβερ και θα σας δικσω μερικες εικονες για το σερβερ μου  για τους φακελους κ.τ.λ.

 

Εκει που κολλαει ο φιλος μου ειναι :

 

zo9i6a.png

 

Πληροφοριες για το σερβερ

 

1) Χρησιμοποιο L2J Server pack και το Λινκ ειναι απο αυτο http://maxcheaters.com/forum/index.php?topic=191765.msg1582813&ckattempt=1

2)Ολα τα Πορτς ειναι ανιχτα 

α)width=1024 height=494http://i40.tinypic.com/j75a8k.png[/img]

β)width=1024 height=494http://i39.tinypic.com/2r58cc4.png[/img]

γ)width=1024 height=494http://i40.tinypic.com/2d9qqg1.png[/img]

3)Και τα Configs του Server 

α)

# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2jserver.com
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ===================================================================================================

# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================

# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=*
GameserverPort=7777

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname=l2vidmo.no-ip.biz

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname=127.0.0.1

# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1

# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 1
# If set to true, the login will give an other id to the server  if the requested id is allready reserved
AcceptAlternateID = True

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=
MaximumDbConnections=100

# Datapack root directory, defaults to current directory from which the server is started
# DatapackRoot = C:/Work/tmp/DataPack

# Define character name template
# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
# will allow names with first capital letter, next three small letters,
# and any (capital or not) letter or number, like ZbigN1eW
# Most rational to have CnameTemplate=[A-Z][a-z]*
# meaning names only of letters with first one capital, like Zbigniew
# Default .* - any namy of any symbols
CnameTemplate=.*
PetNameTemplate=.*

# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])
CharMaxNumber = 7

# Define how many players are allowed to play simultaneously on your server.
MaximumOnlineUsers=100


# Minimum and maximum protocol revision that server allow to connect.
# You must keep MinProtocolRevision <= MaxProtocolRevision.
MinProtocolRevision = 1
MaxProtocolRevision = 999

β)

# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? => http://l2jserver.com
#
# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"
# **= If you want to get you WAN IP, visit http://www.whatismyip.com
# ===================================================================================================

# ================================================================
# General server setting !!! REQUIRED to configure to everyone !!!
# ================================================================

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

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

# 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=10
# 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=*

# 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 info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login=root
Password=
MaximumDbConnections=10

# Useable values: "true" - "false", use this option to choose whether accounts will be created
# automatically or not.
AutoCreateAccounts=true

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)
IpUpdateTime=15


# ==============================================================
# Test server setting, shoudnt be touched in online game server
# ==============================================================

Debug = False
Assert = False
Developer = False

# Enforce GG Authorization from client
# Login server will kick client if client bypassed GameGuard authentication
ForceGGAuth=True

#FloodProtection. time in ms
EnableFloodProtection=True
FastConnectionLimit=15
NormalConnectionTime=700
FastConnectionTime=350
MaxConnectionPerIP=50

 

3) α)Login Server Control 29vfec0.png

β)Game Server Control rktz0p.png

 

4) Το Java που εχω ειναι kita 7

 

Σας παρακαλω , μια βοηθεια

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Καλησπέρα σας,ενδιαφέρομαι για συγκρότηση ομάδας για reborn ενός θρυλικού Ελληνικού Server. 🙂 Ζητούνται άτομα με καλή γνώση σε l2Dev, σοβαρά και με όρεξη. O server δε θα είναι pvp. Θα ειναι very low rate. Περισσότερες πληροφορίες τηλεφωνικά μετά από επικοινωνία εδώ πέρα! Ευχαριστώ.   Good evening, I am interested in forming a team to reborn a legendary Greek Server. 🙂 Looking for people with good knowledge in l2Dev, serious and eager. The server will not be pvp. It will be a very low rate. More information by phone after contacting here! Thanks.
    • Hello Server Owners!   Always having trouble that players on your servers are not voting for your server? You can import your own usernames to vote for you, giving you a legitimate chance to climb the ranks every 24 hours. With our Toplist Voting Bot Extension, it's possible. This means increased visibility and a higher chance of reaching the top of the rankings. We currently support over 400+ Toplists for you to choose from. Whether you're into general gaming or niche-specific Toplists, you'll find the right fit for your server.   * Keep in mind to respect the terms of service of the Toplists and not to overflow *   If you're interested in a Trial, it's possible, upon verifying your e-mail you will receive one free whole token to get about 50-100 votes depending on the Toplist you choose. Boost your rankings with our Toplist Voting Bot and take the first step towards server success.   Discord: https://discord.gg/BfSfaDttbZ Website: https://toplistbot.com
    • Hello, the problem may be in the skill line. Check spaces is a common error.
    • Hello, I need help with this: When I paste the skilldata in the skilldata of the program, when I click generate show a error:   See the end of this message for details on how to invoke Just-In-Time (JIT) debugging instead of this dialog box.  Just-In-Time (JIT) debugging instead of this dialog box. ************** Exception text ************** System.ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length    in System.String.Substring(Int32 startIndex, Int32 length)    in L2OFFGMPanel.Editor.pchMK.ex0fw1kAOte16pCJFCj(Object , Int32 , Int32 )    in L2OFFGMPanel.Editor.pchMK.tW0WWWF2JnU(Object , EventArgs )    in System.Windows.Forms.Control.OnClick(EventArgs e)    in System.Windows.Forms.Button.OnClick(EventArgs e)    in System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)    in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)    in System.Windows.Forms.Control.WndProc(Message& m)    in System.Windows.Forms.ButtonBase.WndProc(Message& m)    in System.Windows.Forms.Button.WndProc(Message& m)    in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)    in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)    in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded assemblies ************** mscorlib     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4614.0 built by: NET48REL1LAST_B     Base code: file:///C:/2/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- _     Assembly version: 0.0.0.0.0     Win32 version: 4.8.4614.0 built by: NET48REL1LAST_B     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- L2OFFGMPanel     Assembly version: 4.7.1.0     Win32 version: 4.8.4614.0 built by: NET48REL1LAST_B     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll ---------------------------------------- System     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4605.0 built by: NET48REL1LAST_C     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4550.0 built by: NET48REL1LAST_C     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4390.0 built by: NET48REL1LAST_C     Base code: file:///C:/2/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration     Assembly version: 4.0.0.0.0     Win32 version: 4.8.4190.0 built by: NET48REL1LAST_B     Base code: file:///C:/2/Micros  
    • GRAND OPENING FROM - 16/06/2023, FRIDAY, 20:00 +2 GMT !
  • Topics

×
×
  • 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