[help] how to fix auto ban (hwid_ban by new dnc)

Results 1 to 7 of 7
  1. #1
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    [help] how to fix auto ban (hwid_ban by new dnc)

    -- ----------------------------
    -- Procedure structure for [ADMIN_BanUser]
    -- ----------------------------

    ALTER PROCEDURE [dbo].[ADMIN_BanUser]
    @in_CustomerID int,
    @in_Reason VARCHAR(512)
    AS
    BEGIN
    update UsersData set AccountStatus=202 WHERE CustomerID=@in_CustomerID
    update UsersData set BanReason=@in_Reason WHERE CustomerID=@in_CustomerID
    -- clear his login session
    update LoginSessions set SessionID=0 where CustomerID=@in_CustomerID
    -- Insert to BanLog
    insert into dbo.DBG_BanLog values (@in_CustomerID, GETDATE(), 300, @in_Reason)

    declare @IP varchar(100)
    declare @mac varchar(100)
    declare @miniACRC varchar(50)

    SELECT @IP=ip, @mac=mac @miniACRC=MiniACRC FROM LoginLog WHERE CustomerID = @in_CustomerID
    INSERT INTO dbo.HWID_Log (CustomerID, ip, HardwareID, Team)
    VALUES
    (@in_CustomerID, @IP, [COLOR="#FF0000" @mac[/COLOR], GETDATE())
    INSERT INTO dbo.HWID_Ban (HardwareID, Reason)
    VALUES
    ([COLOR="#FF0000" @mac[/COLOR], @in_Reason)

    select 0 as ResultCode
    END

    -- resault
    HardwareID = 0x1fae8fb7eXXX
    reason = Reason XXX

    - - - Updated - - -

    MiniACRC has "0" alway


  2. #2
    Apprentice mMickym is offline
    MemberRank
    May 2014 Join Date
    5Posts

    Re: [help] how to fix auto ban (hwid_ban by new dnc)

    Hello, Today me and my players some times getting this error in game

    Code:
    000793.076| !!! ERROR: PhysX Error (internal error): 'Opcode is not OK.' at file C:\p4\px31_installers\sw\physx\Releases\PhysX-3.1\standard_build\PhysXSDK\SDKs\GeomUtils\src\GuInternalTriangleMesh.cpp, line 320



    I hope i can chat with you through skype id. I need your help.

    Thank you & B.R
    Last edited by mMickym; 03-07-14 at 12:14 PM.

  3. #3
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: [help] how to fix auto ban (hwid_ban by new dnc)

    # remove C++ Directory
    Menu > Tools > Options > Projects and Solutions / VC++ Directories.

    list to remove

    ## Include files
    *C:\WarZ\src\Eternity\Include
    C:\WarZ\src\Eternity\Source\VoIP
    *C:\WarZ\src\External\AutodeskNav\sdk\include
    *C:\WarZ\src\External\Berkelium\include\berkelium
    *C:\WarZ\src\External\ChilKat\include
    *C:\WarZ\src\External\CrashRpt\include
    *C:\WarZ\src\External\dbghelp\include
    *C:\WarZ\src\External\dxsdk\Include
    *C:\WarZ\src\External\PhysX\Include
    *C:\WarZ\src\External\Scaleform\Include
    C:\WarZ\src\External\Scaleform\Src\Kernel
    *C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include

    # Library files
    *C:\WarZ\src\Eternity\lib
    C:\WarZ\src\EclipseStudio\Sources\VoIP
    *C:\WarZ\src\External\AutodeskNav\lib\win32_vc_9.release-mt
    *C:\WarZ\src\External\Berkelium\lib
    *C:\WarZ\src\External\ChilKat\libs
    *C:\WarZ\src\External\CrashRpt\lib
    *C:\WarZ\src\External\dbghelp\lib
    *C:\WarZ\src\External\PhysX\Lib\win32
    *C:\WarZ\src\External\Scaleform\Lib
    *C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86
    C:\WarZ\src\External\dxsdk\Lib

  4. #4
    Apprentice mMickym is offline
    MemberRank
    May 2014 Join Date
    5Posts

    Re: [help] how to fix auto ban (hwid_ban by new dnc)

    Server or client ? please ?

  5. #5
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: [help] how to fix auto ban (hwid_ban by new dnc)

    vs 2008

    Menu > Tools > Options > Projects and Solutions / VC++ Directories.

  6. #6
    Apprentice mMickym is offline
    MemberRank
    May 2014 Join Date
    5Posts

    Re: [help] how to fix auto ban (hwid_ban by new dnc)

    Quote Originally Posted by javaz97 View Post
    vs 2008

    Menu > Tools > Options > Projects and Solutions / VC++ Directories.
    I 've sent a private message to you about my skype id. it still dont work.

  7. #7
    Account Upgraded | Title Enabled! Duong Phan is offline
    MemberRank
    Sep 2012 Join Date
    VNLocation
    203Posts

    Re: [help] how to fix auto ban (hwid_ban by new dnc)

    Hi,
    I have PhysX error too, I'm working in War Inc source with PhysX 3.1.1, with that f.king error too, i've tried many way but no use:

    ERROR: PhysX Error (internal error): 'Opcode is not OK.' at file C:\p4\px31_installers\sw\physx\Releases\PhysX-3.1\standard_build\PhysXSDK\SDKs\GeomUtils\src\GuInternalTriangleMesh.cpp, line 320
    already remove link lib and include in C++ directory. Can you add me skype please ?

    webmaster@zgate.in



Advertisement