• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] zTeam Season 8 Episode 2 (Source)

Joined
Jun 27, 2010
Messages
940
Reaction score
1,195
almost....
oAJtaRH - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Jun 27, 2010
Messages
940
Reaction score
1,195
Well i have "fixed"
6hpApeU - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

add these lines
above gObj[ClientIndex].PerSocketContext->IOContext[0].wsabuf.buf = gObj[ClientIndex].PerSocketContext->IOContext[0].Buffer;
Code:
//----
	memset(&gObj[ClientIndex].PerSocketContext->IOContext[0].Overlapped, 0, sizeof(OVERLAPPED));
	memset(&gObj[ClientIndex].PerSocketContext->IOContext[1].Overlapped, 0, sizeof(OVERLAPPED));
//----

and comment
Code:
/*if ( m_ObjBill[aIndex].SetBill( lpMsg->PayCode, lpMsg->EndTime, &lpMsg->EndDays[0] ) == TRUE )//need to fix here
	{
	gObjAddMsgSendDelay(&gObj[aIndex], 1000, aIndex, 100, 0);
}*/
on void GJPBillCeckRecv(SDHP_BILLSEARCH_RESULT * lpMsg)

i will dig more and try to find why need to comment some lines (database? maybe?)
any one have updated database?
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 26, 2013
Messages
270
Reaction score
90
Well i have "fixed"
-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums

add these lines
above gObj[ClientIndex].PerSocketContext->IOContext[0].wsabuf.buf = gObj[ClientIndex].PerSocketContext->IOContext[0].Buffer;
Code:
//----
    memset(&gObj[ClientIndex].PerSocketContext->IOContext[0].Overlapped, 0, sizeof(OVERLAPPED));
    memset(&gObj[ClientIndex].PerSocketContext->IOContext[1].Overlapped, 0, sizeof(OVERLAPPED));
//----

and comment
Code:
/*if ( m_ObjBill[aIndex].SetBill( lpMsg->PayCode, lpMsg->EndTime, &lpMsg->EndDays[0] ) == TRUE )//need to fix here
    {
    gObjAddMsgSendDelay(&gObj[aIndex], 1000, aIndex, 100, 0);
}*/
on void GJPBillCeckRecv(SDHP_BILLSEARCH_RESULT * lpMsg)

i will dig more and try to find why need to comment some lines (database? maybe?)
any one have updated database?

Try this db:
 
Newbie Spellweaver
Joined
Jun 19, 2015
Messages
49
Reaction score
1
Hello Guys
I am Newbie any one try Compiled Zdbmanager ?

Please Share zdbmanager ready to use

THX
 
Junior Spellweaver
Joined
Apr 26, 2013
Messages
143
Reaction score
75
Last full client: (Password: z-team.pro)

Last full db + last fix script + odbc:

Last tools: (zDBManager, zFileManager, zConfigurator)



-=DarkSim=- - [Release] zTeam Season 8 Episode 2 (Source) - RaGEZONE Forums
 
Last edited:
Back
Top