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 Naty48

  1. Naty48

    Query skips out of IF and go to else

    cast them to integers and try.
  2. Naty48

    restriction for module.

    <?php //$lines = file('http://DarkMaster69.com/viplist.txt'); (you can use remote files too! ). $vipUsers = file('viplist.txt'); foreach ($vipUsers as $uIndex => $user) { if(htmlspecialchars($user) == $_SESSION['Username']) { echo "this user $user which is at line {$uIndex} found at...
  3. Naty48

    .click(function [PHP] [JavaScript]

    well.. here is a working example (easy to understand..) , use it as referance : index.php <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Demo</title> <link rel="stylesheet"...
  4. Naty48

    Soldier Front 1 Server files

    Re: [Release] Soldier Front 1 Server files well, its been a while.. a few things: to solve the Min[-1] Max[-1] in login server logs just add those variables to loginserver.ini below RealIP=x.x.x.x.x MinRank=0 MaxRank=999 current error -> 21:08:25 [FATAL] [SYSTEM] [1] LoginServer(IP...
  5. Naty48

    [Development] Soldier Front [WINDOWS][BINARIES ONLY][MSSQL]

    @Gabirieu , this is the error everyone has -_- , thats what i written above and it happens since the packets from soldierfront.exe dont match to the launcherserver.exe and sessionserver.exe . BooGod , you have any experience in RE or osi model in depth (for networking) ? otherwish if some one...
  6. Naty48

    [Development] Soldier Front [WINDOWS][BINARIES ONLY][MSSQL]

    well.. i just stated above that i dont have time for this kind of questions , if you cannot restore the database how can you help us in anything ? .. you better wait for a complete release . anyway a small guide: login to mssql using SA user (using your password or windows auth) resotre the...
  7. Naty48

    [Development] Soldier Front [WINDOWS][BINARIES ONLY][MSSQL]

    well , today i found out how to get the exact same version for server side and client . i used the client soldierfront_us_installer_20130426.exe and i patched the server files from scratch from 120610 to 130417 , i applied server side (apex + binaries) only . seems that its exactly the same...
  8. Naty48

    Soldier Front 1 Server files

    Re: [Release] Soldier Front 1 Server files new thread for development: You must be registered for see element.
  9. Naty48

    [Development] Soldier Front [WINDOWS][BINARIES ONLY][MSSQL]

    Hey guys. so it's been awhile and people kinda seize from soldier front development (You must be registered for see element.) so i wanted to summarize and unit all downloads and knowledge available and work it out . i have also created a group , you guys can join and create new threads in...
  10. Naty48

    Soldier Front 1 Server files

    Re: [Release] Soldier Front 1 Server files already explained... 2015-12-16 13:35:53>ServerLoad Run , Ver:0321,Build:Sep 24 2012 your answer is right there! , everything you need to know :) . [Set your computer to 24/07/2012 or any date in 2012~2013 ] Pics or It Didn't Happen :) ...
  11. Naty48

    Soldier Front 1 Server files

    Re: [Release] Soldier Front 1 Server files well , apex is easy to start.. if you debug using IDA or OLLYDBG you can figure out why it crash in 3~ minutes (HINT Computer Date...) . now this bloody "Try Again" Error on channel entry because of Packets missmatch : 17:55:32 1. pAddress: ...
  12. Naty48

    Current server files status

    well a little bit more than i expected. still - for now i can login (added ability to choose between md5 and PlainText password),choose server & Channels(ability to create multi channels & multi shards too), implemented client version check , encryption check (and ability to choose "Encryption...
  13. Naty48

    Current server files status

    i will upload in the following 24 hours i hope. (once i finish cleanup all WOW unneeded files from the source and pass the character select)
  14. Naty48

    Current server files status

    I work with the public client source , why ? once you have a full source - you are unlimited. - project will be public in the early stages. those who will contribute will get a copy of the release version other wont.
  15. Naty48

    Current server files status

    Well , i already have a dedicated server.. but i think i will rebuild the entire solution.. , structure ain't good enough for features updates and no actual security matters taken in account here.. i will divide the classes by types and i will use threads differently also seems like the game...
Back
Top