-
Member
Serial Key İs Not Valid
http://forum.ragezone.com/f789/remov...erials-923814/
I've done everything on this subject, but I'm getting error, please help
serial key: XXXX-XXXX-XXXX-XXXX
redlog :<--- Log started at Mon Mar 10 00:49:42 2014
000000.000| r3dFile: can't open game.ini
000000.000| Can't open file "game.ini"
000000.000| r3dFile: can't open local.ini
000000.000| Can't open file "local.ini"
000000.018| Input Devices enabled: Mouse, Keyboard
000000.081| VMEM As seen through DDRaw: 252
000000.081| VMEM As seen through WMI: 0
000000.122| We have 1909 MB texture memory
000000.123| r3dFont: Creating Verdana 10pt
000000.124| r3dFont: Finished creating Verdana 10pt
000000.124| r3dFont: Creating Tahoma 12pt
000000.125| r3dFont: Finished creating Tahoma 12pt
000000.125| r3dFont: Creating Tahoma 10pt
000000.126| r3dFont: Finished creating Tahoma 10pt
000000.126| r3dFont: Creating Tahoma 9pt
000000.126| r3dFont: Finished creating Tahoma 9pt
000000.509| Starting updater, v:2.9.9, cmd:
000000.520| Checking for new updater
000000.758| Checking for new updater - finished
000031.011| !resp ChilkatLog:
SynchronousRequest:
DllDate: Jun 14 2011
UnlockPrefix: ARKTOSHttp
Username: MELEK-PC:Melek
Architecture: Little Endian; 32-bit
Language: Visual C++ 9.0
domain: 162.216.2.89
port: 80
ssl: 0
OriginallySetFromUrl: http://162.216.2.89/api_getserverinfo.xml
RequestData:
HttpVersion: 1.1
Verb: GET
Path: /api_getserverinfo.xml
Charset: utf-8
SendCharset: 0
MimeHeader:
ReadTimeout: 60
ConnectTimeout: 30
httpConnect:
hostname: 162.216.2.89
port: 80
ssl: 0
ConnectTimeoutMs: 30000
calling ConnectSocket2
This is an IPV4 numeric address...
AddrInfoList:
AddrInfo:
ai_flags: 4
ai_family: 2
ai_socktype: 1
ai_protocol: 0
ai_addrlen: 16
ai_canonname: (NULL)
Connect using IPV4.
ipAddress1: 162.216.2.89
timeout waiting for connect to complete
Connect function failed.
SocketError: WSAEWOULDBLOCK The socket would block.
For more information see this Chilkat Blog post: http://www.cknotes.com/?p=210
connectTimeoutSec: 30
idleTimeoutMs: 60000
Failed to connect.
Failed.
000032.678| !resp ChilkatLog:
SynchronousRequest:
DllDate: Jun 14 2011
UnlockPrefix: ARKTOSHttp
Username: MELEK-PC:Melek
Architecture: Little Endian; 32-bit
Language: Visual C++ 9.0
domain: localhost
port: 80
ssl: 0
OriginallySetFromUrl: http://localhost/eula-en.rtf
RequestData:
HttpVersion: 1.1
Verb: GET
Path: /eula-en.rtf
Charset: utf-8
SendCharset: 0
MimeHeader:
ReadTimeout: 60
ConnectTimeout: 30
httpConnect:
hostname: localhost
port: 80
ssl: 0
ConnectTimeoutMs: 30000
calling ConnectSocket2
This is an IPV4 numeric address...
AddrInfoList:
AddrInfo:
ai_flags: 4
ai_family: 2
ai_socktype: 1
ai_protocol: 0
ai_addrlen: 16
ai_canonname: (NULL)
Connect using IPV4.
ipAddress1: 127.0.0.1
timeout waiting for connect to complete
sockError: 10037
Connect function failed.
SocketError: Error 0x2735
Check to make sure the connection is not blocked by a firewall or anti-virus port filtering.
connectTimeoutSec: 30
idleTimeoutMs: 60000
Failed to connect.
Failed.
000041.901| failed to get http://94.102.10.161/eula-en.rtf, http code 404
000101.703| WO_API: http timeout
- - - Updated - - -
UP UP UPPP
Last edited by ernst4600; 09-03-14 at 11:52 PM.
-
-
Newbie
Re: Serial Key İs Not Valid
Open DB > WARZ > dbo > Functions > WZ_ACCOUNT_CREATE
in:
Code:
-- check for serial key declare @KEYResultCode int = 99
declare @KEYCustomerID int = 99
declare @KeyserialType int = 99
exec [BreezeNet].[dbo].[BN_WarZ_SerialGetInfo]
@in_SerialKey,
@in_SerialEmail,
@KEYResultCode out,
@KEYCustomerID out,
@KeyserialType out
if @KEYResultCode <> 0 or @KEYCustomerID > 0) begin
select 3 as ResultCode, 'Serial not valid' as ResultMsg;
return
end
-- declare @KeyserialType int = 0 -- Legend Package
exchange for:
Code:
-- check for serial key-- declare @KEYResultCode int = 99
-- declare @KEYCustomerID int = 99
-- declare @KeyserialType int = 99
-- exec [BreezeNet].[dbo].[BN_WarZ_SerialGetInfo]
-- @in_SerialKey,
-- @in_SerialEmail,
-- @KEYResultCode out,
-- @KEYCustomerID out,
-- @KeyserialType out
--if @KEYResultCode <> 0 or @KEYCustomerID > 0) begin
-- select 3 as ResultCode, 'Serial not valid' as ResultMsg;
-- return
-- end
declare @KeyserialType int = 0 -- Legend Package
-
Member
Re: Serial Key İs Not Valid
Not working is api connection problem !
-
Grand Master
Re: Serial Key İs Not Valid
-
Member
Re: Serial Key İs Not Valid
-
Newbie
-
Grand Master
Re: Serial Key İs Not Valid
-
Newbie
Re: Serial Key İs Not Valid

Originally Posted by
javaz97
API Does not load...
-
Member
Re: Serial Key İs Not Valid