Jump to content
  • 0

[L2Off] Hauthd Advext64


LooLand

Question

Hi, when start Hauthd i have this problem:

 

[15:56:38] Welcome to hAuthD
[15:56:38] Loaded: 'Black_IPs.txt'
[15:56:51] [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied
 

 

Need Specific SQL for work? or need OBDC? or need change setting on HauthD.ini?or i fail another thing?

 

only login not work .. cached, l2server, l2npc work

 

[MSSQL]
Server = 127.0.0.1
User = sa
Password =
Database = lin2db

[Main]
ServerPort = 2104
ServerExPort = 2106
ServerIntPort = 2108
BlowfishKey = 6B60CB5B82CE90B1CC2B6C556C6C6C6C
;For C4: BlowfishKey = 5F3B352E5D39342D33313D3D2D257854215E5B2400

[L2J]
IP =
Protocol = $103
FixedPorts = 1

[Log]
Auth = 1
Guard = 1
All = 0
DB = 0

[Online]
Multiplier = 1,0
UserCount = 5
Interval = 30

[Admin]
Password = admin
IP = 127.0.0.1

[Adv]
EULA = 1
Test = 0
TestServers =
C4 = 0
MaxConnectionsPerIP = 3
AntiDOS = 1
AntiBrute = 0
AntiBruteIP = 0
MD5Simple = 0
SHA1 = 0
Proxy =

[Ext]
Mask = 0
MD5Password = 0
ExecLogin = 0
Guard = 0

[AntiBrute]
Interval = 90
Penalty = 180
MaxAttempts = 5

[AntiBruteIP]
Interval = 90
Penalty = 300
MaxAttempts = 10

 

 

Thx for yr help
 

Link to comment
Share on other sites

14 answers to this question

Recommended Posts

  • 0

is possible share me SQL for Hauthd?

 

you dont need sql for hauthd.

go to lin2db and search for table 'server' , and edit 'id', 'name' , 'ip' 

Link to comment
Share on other sites

  • 0

you must change this whit your Sql server info 

 

[MSSQL]

Server = NameOfserverMachine
User = sa (user of Sql server)
Password = password of sql server
Database = lin2db
Link to comment
Share on other sites

  • 0

No ODBC is not needed for lin2db - when using hAuthD because it does not use ODBC.

 

 

simple logic.

 

 

and jesus christ you saw an empty password field and didn't think "Heeey... i should probably fill that out!".

Link to comment
Share on other sites

  • 0

i change the setting and..

 

01:29:32] Welcome to hAuthD

[01:29:32] Loaded: 'Black_IPs.txt'

[01:29:32] Table 'server' is empty

 

You need go in database lin2db and server table and fill the data for your server. Search on mxc are some tutorials :)

 

Example how server table should look:

id = 1

 

name = same as the worldname in l2server.ini

 

ip = your external IP

 

inner_ip = your internal IP

 

ageLimit = 0

 

pk_flag = 0 PK not allow; 1 allow

 

kind=0

 

port=7777

 

region = 0

Edited by xeL
Link to comment
Share on other sites

  • 0

i change the setting and..

 

01:29:32] Welcome to hAuthD

[01:29:32] Loaded: 'Black_IPs.txt'

[01:29:32] Table 'server' is empty

 

 

 

have you run sql scripts to create tables?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...