Phail's 2 Oct 2008 Fixes & Modded Files

Page 1 of 3 123 LastLast
Results 1 to 15 of 43
  1. #1
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Phail's 2 Oct 2008 Fixes & Modded Files

    Phail's 2 Oct 2008 Fixes & Modded Files

    Here You guys go.. Again :P
    Un-Modified Files:
    http://forum.ragezone.com/f245/gunz-...server-663374/

    Here are the Modified Server Files (Includes Inve source)
    http://filebeam.com/68ff34c54f882df92d37b7eef4f53827

    Here is the client for it - courtesy of phail
    http://filebeam.com/d0ce748df7d7900799bb5f77d84c1650

    Quote Originally Posted by ThePhailure772 View Post
    Requires VS2010
    http://filebeam.com/e20aa964a42d7170bd5f5676a15078b1

    Copy the folders in SQLAPI to C:\Program Files\Microsoft Visual Studio 10.0\VC
    Quote Originally Posted by ThePhailure772 View Post
    For those just delete md5 shit from the IDE and re-add it.

    Stupid Fisher....

    ---------- Post added at 10:34 AM ---------- Previous post was at 10:29 AM ----------

    Stage fix:
    0044CAD4 90 NOP ; FUCK YOU EDX
    0044CAD5 90 NOP

    Chat Fix:
    0042BEB3 |. 90 NOP
    0042BEB4 |. 90 NOP


    Yeah, fuck EDX.

    ---------- Post added at 11:54 AM ---------- Previous post was at 10:34 AM ----------


    SERVER EDIT:
    0044B314 90 NOP ; /These nops fix the ObjectCache issue where you go back to the stage and see only yourself
    0044B315 90 NOP ; |Arg1
    0044B316 90 NOP
    0044B317 90 NOP ; |
    0044B318 90 NOP
    0044B319 90 NOP
    0044B31A 90 NOP
    0044B31B 90 NOP ; \MatchSer.00483620
    0044B31C 90 NOP
    0044B31D 90 NOP
    0044B31E 90 NOP
    0044B31F 90 NOP
    Quote Originally Posted by ThePhailure772 View Post
    Chat part 2:
    0042C2CF 5E POP ESI
    0042C2D0 90 NOP
    0042C2D1 90 NOP
    0042C2D2 90 NOP
    0042C2D3 90 NOP
    Last edited by gregon13; 23-05-10 at 03:33 PM.


  2. #2
    Sharing is caring KillerStefan is offline
    MemberRank
    Feb 2007 Join Date
    NetherlandsLocation
    2,554Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    Stickied.
    Last edited by KillerStefan; 23-05-10 at 04:15 PM.

  3. #3
    Member `YellowBoy is offline
    MemberRank
    Dec 2009 Join Date
    78Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    Oh ok .

  4. #4
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    Quote Originally Posted by dacharles View Post
    pls upload the CDetour he used on this.
    I also can't get the Detour to work. I've tried 1.5 and 2.1

    I get loads of warnings and an error:

    Code:
    1>------ Build started: Project: Inve, Configuration: Release Win32 ------
    1>  CDetourDis.cpp
    1>Detour\CDetourDis.cpp(77): error C2664: 'DetourCopyInstructionEx' : cannot convert parameter 3 from 'PBYTE *' to 'PVOID *'
    1>          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
    1>  Main.cpp
    1>Main.cpp(23): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
    1>Main.cpp(30): warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\time.inl(112) : see declaration of 'localtime'
    1>Main.cpp(31): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(31): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(31): warning C4996: 'asctime': This function or variable may be unsafe. Consider using asctime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\time.h(153) : see declaration of 'asctime'
    1>Main.cpp(61): warning C4996: 'vsprintf': This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'vsprintf'
    1>Main.cpp(71): warning C4101: 'sqlE' : unreferenced local variable
    1>Main.cpp(119): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(129): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(150): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(156): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(165): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(167): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(178): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(188): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(190): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(191): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(219): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(262): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(264): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(284): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(319): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(321): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(322): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(371): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(373): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(374): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(399): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(401): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(411): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(419): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(421): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(440): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(459): warning C4018: '<' : signed/unsigned mismatch
    1>Main.cpp(478): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(509): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(511): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(524): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(528): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(530): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(531): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(549): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(553): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(558): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(560): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(579): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(581): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(586): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(604): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(606): warning C4996: 'strtok': This function or variable may be unsafe. Consider using strtok_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(197) : see declaration of 'strtok'
    1>Main.cpp(612): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\string.h(246) : see declaration of 'stricmp'
    1>Main.cpp(247): warning C4101: 'e' : unreferenced local variable
    1>Main.cpp(312): warning C4101: 'e' : unreferenced local variable
    1>Main.cpp(452): warning C4101: 'e' : unreferenced local variable
    1>Main.cpp(502): warning C4101: 'ee' : unreferenced local variable
    1>Main.cpp(644): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>          E:\Program Files\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
    1>Main.cpp(662): error C3861: 'DetourFunction': identifier not found
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    Last edited by 00niels00; 23-05-10 at 09:37 PM.

  5. #5
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    #pragma disasble(warning:4996)

    also, you need MS detours 1.5, not 2.1

  6. #6
    Account Upgraded | Title Enabled! landoncasis is offline
    MemberRank
    Mar 2009 Join Date
    PhilippinesLocation
    271Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    where do i find MS detours 1.5?
    can some one post here a download link plss.

  7. #7
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    Quote Originally Posted by landoncasis View Post
    where do i find MS detours 1.5?
    can some one post here a download link plss.
    What's your msn? I got it compiled yesterday.

    EDIT:
    Code:
    I can't connect to the server. Also the alt-tab function is blocked.
    Last edited by 00niels00; 24-05-10 at 10:53 AM.

  8. #8
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    Good luck to everyone to get a server online, you'll need it :).

    @Phail : Remember the bet? :P

  9. #9
    Account Upgraded | Title Enabled! 00niels00 is offline
    MemberRank
    Sep 2008 Join Date
    The NetherlandsLocation
    1,041Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    Quote Originally Posted by Arcelor View Post
    Good luck to everyone to get a server online, you'll need it :).

    @Phail : Remember the bet? :P
    I think I will stick to july 08 files. But Im trying to make inve dll work on july.

  10. #10
    Member AllahAkbar is offline
    MemberRank
    May 2010 Join Date
    in gunzLocation
    66Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    the king of gunz = phail this is true xD

  11. #11
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    Quote Originally Posted by AllahAkbar View Post
    the king of gunz = phail this is true xD
    lol

    Victor

  12. #12
    Account Upgraded | Title Enabled! corrado is offline
    MemberRank
    Aug 2008 Join Date
    219Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    I can't connect to the server. Also the alt-tab function is blocked.

    > I have the same problem

  13. #13
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    I crash when I try to chat after using the Chat fix part 1 & 2.

  14. #14
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    IMO, if you use someone's sources, don't use it directly. >.>
    I mean, edit it at least, or use bits and pieces.

  15. #15
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,301Posts

    Re: Phail's 2 Oct 2008 Fixes & Modded Files

    what is Inve?



Page 1 of 3 123 LastLast

Advertisement