Results 1 to 12 of 12
  1. #1
    Xandahhh's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    UK
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Confused

    The Ultimate Fabiano's Server-side Configuration Manual [Tutorial]

    In this post i'll be walking you through the Server-side configuration for Fabiano's Source, there are a few guides dotted about but they aren't very detailed.

    Steps to follow:
    1 - Download Fabiano's from ******
    2 - Download Visual Studio Commuity 2015 and it's prerequisite
    3 - Download XAMPP

    Setup:
    1 - Unpack Fab's Source
    2 - Install Visual Studio
    3 - Install XAMPP

    Config:
    - Open XAMPP and start Apache and MySQL

    1 - Note: if you need to change Apache ports through XAMPP's control panel because port 80 is already in use, first click on the Config Button to the right of the Admin button and select httpd.conf)
    Search the document for any instances of "80" (without quotations) and change to any number you like, I used port 8888.
    Repeat the process for the httpd-ssl.conf document.

    2 - Now, open XAMPP config at the top right of XAMPP control panel and click "Service and Port Settings", change Apache's port to the one which you put in the previous document, hint: mine was 8888, and save.

    3 - Once Apache and MySQL are running, click on the Admin button at the side of the Config button for Apache, this should open a web browser where you can upload the Fabiano's SQL database to.

    4 - Click on the "Import" tab and Select rotmgprod from within Fabiano's Server file, path: fabiano-swagger-of-doom-master\db\rotmgprod.sql

    Once that's uploaded you have to stop Apache from running via XAMPP control panel.

    Now we have to change the Config files which are located in your Fabiano's file.

    1 - Open Server.cfg - path: fabiano-swagger-of-doom-master\Server\Server.cfg

    2 - Change #ServerConfigport: to the port which you told Apache to run on - mine is 8888

    3 - Change #svr0Adr: to your IPV4 Address making sure to add your port to the end of it - mine is 192.168.1.5:8888

    You can find you IPV4 Address by running command prompt and typing "ipconfig"

    4 - Change Localhostsvr0Adr: to your IPV4 Address this time without the port at the end - mine is 192.168.1.5

    Now we have to Rebuild the solution through Visual Studio 2015

    1 - Open up Server.sln with Visual Studio and click build at the top, Rebuild the Solution.

    Now you'll notice that a "bin" folder appears in your Fab directory, Run the Server.exe as Admin and run wServer.exe however you like.

    bin folder path: fabiano-swagger-of-doom-master\bin\Debug\

    HOORAY, YOU'RE DONE

    I will probably be adding a few more guides if people found this useful - Connecting with the Client, Socket 2031 + 2048 Fix, Language Error Fix etc and Adobe Flash Fixes.

    Credits:
    BARM
    ossimc82
    ShadowX13 - for his tutorial
    K1ng31layer - for his tutorial

  2. The Following 2 Users Say Thank You to Xandahhh For This Useful Post:

    loxeo (07-20-2016),Wtf is that (11-22-2015)

  3. #2
    Snow Queen's Avatar
    Join Date
    May 2015
    Gender
    female
    Location
    Look flag.
    Posts
    27
    Reputation
    10
    Thanks
    12
    My Mood
    Angelic
    Add image for a better tutorial
    Don't hate the player, hate the game.

  4. #3
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    There were like 2 tutorials for this already... And it's sad that you had to credit 4 people for a tut on setting a server up when it's basic knowledge and takes 5~ minutes if on a fast pc.

    And wrong section.

    And you don't have to stop Apache when done importing, you might as well keep it on (unless you use Heidi or something else) since youll have to go on phpmyadmin again to rank yourself and some other stuff

    Whatever tho lol

    Btw there's not really a fix to the 2048, it just gives you that message when the wserver is down (only time I ever gotten that message at least), I changed mine to say "Server down, try later"
    And I've never gotten 2031 and client there's a few tuts already.
    Last edited by Riigged; 11-22-2015 at 10:47 AM.

     








  5. The Following User Says Thank You to Riigged For This Useful Post:

    I Don't Love You (11-22-2015)

  6. #4
    Xandahhh's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    UK
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Confused
    there are a few guides dotted about but they aren't very detailed.
    Hence making another, with regards to it taking 5 minutes I highly doubt it because the tutorials that are already up are terrible.

    Literally took me hours to set it up, so why not make a more detailed tutorial?

    Apache has to use the same port as server.exe as far as I know, so having it open gives you the "port already in use" error.

    Error 2048 and 2031 are due to code in NetworkHandler.cs, crossdomain.cs and PolicyServer.cs, I checked that out on Flash's Stack Overflow website

  7. #5
    I Don't Love You's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    Atlanta
    Posts
    295
    Reputation
    98
    Thanks
    371
    Quote Originally Posted by Xandahhh View Post
    Literally took me hours to set it up
    Then you must not be very smart, this source is no different from any other, and has like multiple tutorials.. if you actually have a working brain just use common since and don't even use a tutorial because it is literally that simple...

    Quote Originally Posted by Xandahhh View Post
    why not make a more detailed tutorial?
    Because the current tutorials are already perfectly fine...

  8. The Following 2 Users Say Thank You to I Don't Love You For This Useful Post:

    BlackRayquaza (11-22-2015),Riigged (11-22-2015)

  9. #6
    Xandahhh's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    UK
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Confused
    You are free to use this source as long as u credit this guys
    And you are not "WintersQ" and "I Don't Love You" on MPGH
    Not really surprised about that one, Shame you guys are slating me for helping others to use the source as it was intended.

  10. #7
    Riigged's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    no
    Posts
    3,846
    Reputation
    401
    Thanks
    10,254
    My Mood
    Devilish
    Quote Originally Posted by Xandahhh View Post
    Apache has to use the same port as server.exe as far as I know, so having it open gives you the "port already in use" error
    There's also a few tuts released on how to change skypes AND apaches port, lol.

     








  11. #8
    Xandahhh's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    UK
    Posts
    42
    Reputation
    10
    Thanks
    3
    My Mood
    Confused
    Still, I haven't yet done any more tutorials, I'm sure people will be appreciative if I did, unlike some.

    Error 2048 and 2031 however, I've not seen any tutorials on coding in the NetworkHandler.cs, crossdomain.cs and PolicyServer.cs files, so I'll probably cover that.

  12. #9
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Xandahhh View Post
    Still, I haven't yet done any more tutorials, I'm sure people will be appreciative if I did, unlike some.

    Error 2048 and 2031 however, I've not seen any tutorials on coding in the NetworkHandler.cs, crossdomain.cs and PolicyServer.cs files, so I'll probably cover that.
    Why would you change those?
    YEP cock

  13. #10
    Luis's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    2,801
    Reputation
    348
    Thanks
    1,846
    My Mood
    Psychedelic
    DUDE OMG I JUST FOUND THE COOLEST THING FOR THIS

    /S

  14. #11
    calebnes's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    Quote Originally Posted by I Don't Love You View Post
    Then you must not be very smart, this source is no different from any other, and has like multiple tutorials.. if you actually have a working brain just use common since and don't even use a tutorial because it is literally that simple...


    Because the current tutorials are already perfectly fine...
    if you actually have a working brain just use common since

    working brain
    common since

    Also you'd think you might use a text people can actually read, kappa.

  15. #12
    lordofroosters's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    1944
    Posts
    53
    Reputation
    10
    Thanks
    4
    @Raple @krazyshank move please, or tell me people I can tag to do this besides you two so I stop bothering you ;-;

    Also:

    Quote Originally Posted by calebnes View Post
    Also you'd think you might use a text people can actually read, kappa.
    I almost corrected the spelling of the wrong person because of that bright yellow text q_q

    A tutorial is a tutorial, and if someone wants to try and be helpful and make another, then good on them. Don't get mad at him because he had the nerve to try and be helpful.

Similar Threads

  1. Soul of the Ultimate Nation Private server!!!!
    By ybh1231 in forum General Gaming
    Replies: 0
    Last Post: 10-08-2013, 02:16 PM
  2. The server side Anti Hax and how to get around it.
    By recont23 in forum ArmA 3 Marketplace
    Replies: 9
    Last Post: 05-29-2013, 07:09 PM
  3. [Info] what's the Server sided things in AVA ?
    By AlvinGenius in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 3
    Last Post: 09-09-2012, 02:20 AM
  4. is them boxes and liek the things server sided or client sided ?
    By Stelthkid in forum Combat Arms Discussions
    Replies: 50
    Last Post: 07-01-2010, 05:15 AM
  5. [Discovery] Would be the BEST fucking thing if it wasnt server-sided
    By xxBigBuns in forum Combat Arms Hacks & Cheats
    Replies: 13
    Last Post: 08-28-2008, 10:52 PM