Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by ericksousa2435

  1. E

    [TUTORIAL] Pef Files Edit - How to edit some attributes

    *I'm here to share this for free with all of you. Here is the tutorial.* You gonna need 3 archives: Notepad++ 32Bits (You must be registered for see element.) Hex Editor Extension (You must be registered for see element.) Pef Decryptor (You can find here You must be registered for see element.)...
  2. E

    [RELEASE] Point Blank Mod Tools (i3pack Edit, PEF Decrypt/Encrypt...)

    I've found some bugs, but most of them you can fix by adding "Boost Library". Tutorial: 1. You gonna need Visual Studio 2015 or Up. 2. Open the project. 3. Go to Project > Manage NuGet Packages 4. Search for boost. 5. Install the last version and restart the VS. *If you found any other bug...
  3. E

    Outpost help

    That server is for client version 1.37, is Point Blank, not Project Blackout. Point Blank dont have outpost
  4. E

    Red PB Server - Release

    I dont know all the fixes, i make some tests here and i think amost everything works, only Clan War isn't.
  5. E

    Red PB Server - Release

    Today, i'm here to post the release of RedPB. RedPB Release - RedPB (Java) You must be registered for see element. -------------------------------------------------------------------------------------- if it exist here, just ignore the post.
  6. E

    Website problem

    Did you restarted Xamp Server?
  7. E

    PointBlank Br [Updated On 13.05.2017]

    Re: [Release] PointBlank Br [Altered.Under the 13.05.2017] Can you open "BC.log" and tell me the client version?
  8. E

    CrossFire Server Emulator

    Re: CrossFire Server Emulator ( Developing ) i'm a PHP Programmer, put on git so i can help you
  9. E

    New anti cheat - Blain Shield

    But if the cheat be a dll, you cant detect the process, you need some function that work like Process Hacker, to see all dll's in program and detect some cheat
  10. E

    [Re-Release] Point Blank OZ-Network Server Files

    Basically, u need to change "mysql_connect" to "pg_connect", but i think you'll need to make some changes on the source. Try it
  11. E

    [Re-Release] Point Blank OZ-Network Server Files

    Yes, u just need change the connection
  12. E

    [Re-Release] Point Blank OZ-Network Server Files

    easy, change this "if(!$_SESSION['login'])" to "if(!isset($_SESSION['login']))" in both lines
  13. E

    [Re-Release] Point Blank OZ-Network Server Files

    you need to change this "<?" to "<?php".
  14. E

    WebSite - ´Point Blank

    Re: WebSite - ´Point Blank - I NEED HELP! In my website, i'll need change a lot of things, 'cause a did this using another DB, more complex. In the other, try to change "pg_connect" to "mysql_connect", maybe this can solve your problem with connection.
Back
Top