[RELEASE] BOI Server Files + Server Tools + GM tools

08/01/2012 12:17 blackmagic68#766
[QUOTE=DGND;17896474]Hi guys, i have seen that there are some users that have/had this issues.

Code:
socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
from gateserver, and
Code:
2012-07-28 04:01:20 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:20 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:25 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:25 lv2:MS:socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:25 lv1:MS:socket err:10061 -- CNameServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:25 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:01:29 lv2:MS:err:1236 CLocalServerSession::OnError -- CIOCPSession::OnIOCompleteFailed
2012-07-28 04:03:06 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:06 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:06 lv2:MS:socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:06 lv1:MS:socket err:10061 -- CNameServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:11 lv2:MS:socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:11 lv1:MS:socket err:10061 -- CNameServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:11 lv1:MS:socket err:10061 -- CKManagerServerConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:11 lv1:MS:socket err:10061 -- CGACDConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
2012-07-28 04:03:13 lv2:MS:err:64 CGateServerSession::OnError -- CIOCPSession::OnIOCompleteFailed
2012-07-28 04:03:13 lv2:MS:Gate: 1 disconnect
2012-07-28 04:03:14 lv2:MS:err:1236 CLocalServerSession::OnError -- CIOCPSession::OnIOCompleteFailed
from ManagerServer.


If someone managed to solve this please give me some info.

Many thanks.

=====
@DGND i see you fixed it, can you tell me what you did please.
08/01/2012 14:36 Hackheaven#767
Think the 123 password is in compactau.exe on windows (i changed the one i found to ...) now you cant login with 123 or the other i made

Im guessin either plain 0xmd5 is wrong since the register page on here is not just md5 its md5+salt+ username.password in the password
08/01/2012 14:41 imrain01#768
Yes i did that.but it dont take the password 123.i think this version is GOF.cz i saw some new and strange items dont have in Titan.Now the thing is config server version
08/01/2012 14:48 Hackheaven#769
These files are not GOF because alt is the old one not the new one and it doesnt have summoner class

Register page on this site still wont login using the password it gives

Its format is 0xusername.md5pass
08/01/2012 14:57 imrain01#770
Okay.we login with pass 123 i think it's the test when the server update.it's for staff or something else.i think server connect linux first then mssql.i changed in linux.but nothing change my char.mssql most important thing
08/01/2012 15:00 Hackheaven#771
His reg page if you echo the password is not username.md5pass it isnt inputting the . its usernamemd5pass maybe thats hwy its fucking up?

Well im 100% sure i have the right password now restarting server to see if it works (not sure if i should restart linux or not but im not)

Now my password is username.md5pass

Password format cannot be user.md5pass or the 123 in compactau.exe isnt what needs to be changed
08/01/2012 15:30 imrain01#772
Did u success ?...................
08/01/2012 15:55 Hackheaven#773
No if you change 123 to . and make an account with user.md5pass and it will not login + you cant login with 123

There is more to it or that isnt the password format
08/01/2012 16:12 s4lly#774
did you guys forward ports correctly to mssql in router ? or check jdbc string correctly. maybe jdbc drivers in win and linux is missing
08/01/2012 18:17 MWO#775
[Only registered and activated users can see links. Click Here To Register...] is good this version of MySQL ??
08/01/2012 18:29 Hackheaven#776
You dont need to download mysql if your using his centos its on the image... and you dont need mysql on

$Salt = "0x" . md5 ( $Login . $Pass ); != work

md5ing pass only and adding username != work

i think i tried md5ing pass with username. added in there to i forget

Tried with just md5 pass to no worky

used an md5 encoder onlin with user.pass and it gave a new string i havnt seen (last one wasnt the same) and that didnt work either

.user.pass md5'd != work

md5'd userpass != work

This is the adduser funt in mssql (called dbo.adduser)


USE [PassportBOIOLD]
GO
/****** Object: StoredProcedure [dbo].[adduser] Script Date: 08/01/2012 13:30:53 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

ALTER PROC [dbo].[adduser]
@name varchar(64),
@passwd binary(16),
@prompt varchar(32),
@answer varchar(32),
@truename varchar(32),
@idnumber varchar(32),
@email varchar(64),
@mobilenumber varchar(32),
@province varchar(32),
@city varchar(32),
@phonenumber varchar(32),
@address varchar(64),
@postalcode varchar(8),
@gender integer,
@birthday varchar(32),
@qq varchar(32),
@passwd2 binary(16)
AS
BEGIN

BEGIN TRAN
DECLARE @id integer
DECLARE @now datetime
SELECT @now = getdate()
INSERT INTO account SELECT ISNULL(max(id), 16) + 16, @name, @passwd, @now, 0 FROM account
SELECT @id = id FROM account WHERE name = @name
INSERT INTO users VALUES (@id, @prompt, @answer, @truename, @idnumber, @email, @mobilenumber, @province, @city, @phonenumber, @address, @postalcode, @gender, @birthday, @qq, @passwd2)
EXEC [dbo].[adduserpoint] @id, 9, 10
COMMIT TRAN

END


I dont see anything about md5 or user+pass in this then again i do see that an account user was added and its pulling info from account table

Maybe we are adding it in the wrong place lol

inserting into account did the same stuff wrong pass (tried like 4 ways to)

Looked in alot of the class files again on linux and the table and i still see nothing about md5ing or user+pass in the pass field and @pass = passwd

One of them has to contain it or else how did they figure out its 0x md5(user.pass)

It cant be 0xtext because the table wont allow plain text
08/01/2012 21:16 emrah1991#777
Quote:
Originally Posted by Bingo2008 View Post
u need to restore the DB.. had u ?
why you dont come on skype you told my help
08/01/2012 21:51 Hackheaven#778
Go in mssql and right click databases click restore database pick your sql bak file
08/02/2012 01:26 nnambling#779
I try to log in but I get a timeout error. Also, I think I may be doing something wrong with MSSQL but I'm having trouble connecting with it.
08/02/2012 01:47 Hackheaven#780
If your getting d/c at like 15mins in you need to add another manager server to one of the cfg files in linux

You need 2 (or at least the port from the 2nd one not sure)