Page 3 of 14 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 139

Thread: Reborn MasterServer

  1. #21

    Default

    James, the master server status shows red for me in Chrome and in Firefox stays yellow.

    Firebug reports the following:

    Content Security Policy: The page's settings blocked the loading of a resource at ws://master.x-null.net:18000/ (default-src http://www.x-null.net:80).

    Check to make sure the web socket server is still online? It appears offline. I think this has something to do with a server setting somewhere.
    Browse MOHAA Servers Post GameSpy Era

    VISIT MOHREBORN.COM FOR LATEST INFORMATION



    Medal of Honor: Game Server Browser Fixer - Patches your MOHAA, MOHSH, and MOHBT game binaries to allow you to retrieve a list of game servers within the multi-player menu in-game even after GameSpy ceases operation!

    Medal of Honor: Query Launcher - Find, browse, organize, join, get your ping, and get more information regarding all Medal of Honor (AA, SH, & BT) servers from your PC at any time!
    Medal of Honor: Web Server Master List - Find and browse all Medal of Honor servers online using your browser!
    Add your Medal of Honor Server to the Master List
    YouTube Video for Medal of Honor: Query Launcher and MOHAASERVERS.TK!



    MOHAA Mods and Utilities
    OwN-3m-All's Mods
    Make Me Stock - A program that allows you to easily move-in and move-out non-stock mods and other files at the click of a button. Automates adding / removing mods without having to copy / move files manually.



    Quality Game Servers

    Rent dedicated Dallas Texas, Kansas City, Las Vegas Nevada, Chicago, Pennsylvania, and Sofia Bulgaria MOHAA and other game servers from We Be HostiN starting at $10 a month.


  2. #22

    Default

    @Razor, could you please add commandline parameter to your universal tool so that I can send it a path to a binary so that it doesn't have to prompt for anything? It just patches the binary sent to it as a commandline param?
    Browse MOHAA Servers Post GameSpy Era

    VISIT MOHREBORN.COM FOR LATEST INFORMATION



    Medal of Honor: Game Server Browser Fixer - Patches your MOHAA, MOHSH, and MOHBT game binaries to allow you to retrieve a list of game servers within the multi-player menu in-game even after GameSpy ceases operation!

    Medal of Honor: Query Launcher - Find, browse, organize, join, get your ping, and get more information regarding all Medal of Honor (AA, SH, & BT) servers from your PC at any time!
    Medal of Honor: Web Server Master List - Find and browse all Medal of Honor servers online using your browser!
    Add your Medal of Honor Server to the Master List
    YouTube Video for Medal of Honor: Query Launcher and MOHAASERVERS.TK!



    MOHAA Mods and Utilities
    OwN-3m-All's Mods
    Make Me Stock - A program that allows you to easily move-in and move-out non-stock mods and other files at the click of a button. Automates adding / removing mods without having to copy / move files manually.



    Quality Game Servers

    Rent dedicated Dallas Texas, Kansas City, Las Vegas Nevada, Chicago, Pennsylvania, and Sofia Bulgaria MOHAA and other game servers from We Be HostiN starting at $10 a month.


  3. #23
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    @own3mall, atm it's red because RR is trying to fix SH so the server is down.

    For anyone interested in looking at the web src code, I'll attach it to this post.
    It doesn't include the patched binaries, it's just to help troubleshoot and debug the html.

    I was convinced this is the part in htaccess that was breaking it, but as I mentioned, even when I made changes or disabled htaccess, I still had the problem. Anyway, I'll post the code block here.

    Code:
    # Only allow JavaScript from the same domain to be run.
    	# Don't allow inline JavaScript to run.
    	Header set X-Content-Security-Policy "default-src 'self';	\
    	options inline-script eval-script;				\
    	allow *.google.com						\
    	https://*.google.com						\
    	*.google-analytics.com						\
    	https://*.google-analytics.com					\
    	*.googleapis.com						\
    	https://*.googleapis.com					\
    	*.googlesyndication.com						\
    	https://*.googlesyndication.com					\
    	*.googleusercontent.com						\
    	https://*.googleusercontent.com					\
    	*.code.jquery.com						\
    	https://*.code.jquery.com					\
    	*.cdnjs.cloudflare.com						\
    	https://*.cdnjs.cloudflare.com					\
    	*.x-null.net							\
    	http://*.x-null							\
    	*.ajax.cloudflare.com						\
    	https://*.ajax.cloudflare.com					\
    	*.ajax.googleapis.com						\
    	https://*.ajax.googleapis.com					\
    	*.x-null.net:80							\
    	http://*.x-null:80						\
    	http://www.x-null.net:80					\
    	*.x-null.net:18000						\
    	http://*.x-null:18000						\
    	http://www.x-null.net:18000					\
    	ws://*.x-null:18000						\
    	ws://www.x-null.net:18000					\
    	ws://master.x-null.net:18000					\
    	*.master.x-null.net:18000					\
    	http://www.x-null.net						\
    	https://ajax.googleapis.com					\
    	https://ajax.cloudflare.com					\
    	;								\
    	img-src *;							\
    	script-src 'self' ws://master.x-null.net https://ajax.cloudflare.com https://ajax.googleapis.com http://*.google.com ;\
    	media-src *;"

    @Appel, good to hear!
    Attached Files Attached Files

  4. #24
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    I think I fixed it. Obviously can't test, because as I mentioned the server is down since RR is working on it, but it looks like FF auto updated this time around even with htaccess set in place.

    EDIT:
    Can someone please test on IE if possible? It doesn't look like it works on IE8, but I know that's very outdated, so if you can try on IE9 or newer.

  5. #25
    Client Beta Testers Appelpitje's Avatar
    Join Date
    Jan 2012
    Location
    Belgium
    Posts
    571

    Default

    IE9 gives yellow

    Edit: On chrome it was green some hours ago, now its yellow but when i click on the "How to Switch" button its red.
    Last edited by Appelpitje; May 29th, 2014 at 03:44 PM.

  6. #26
    Purple Developer Purple Elephant1au's Avatar
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    1,269

    Default

    FF 29.0.1 - Stays Yellow
    IE9 9.0.27 - Stays Yellow
    Chrome 35.0.1916.114 - Yellow for a second then Red

    Purple's Playground
    OBJ :
    103.29.85.127:12203
    xfire: purpleelephant1au
    email: purpleelephant1au@gmail.com
    skydrive: PurpleElephantSkydrive




  7. #27
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default

    Can you guys download the masterserver.zip attachment I posted above and try opening up the index.html with your browser locally from your pc and see what happens??

  8. #28

    Default

    Sent you a PM Razor with download link to Spearhead and Breakthrough.

    It would be nice if you could add that command-line parameter... I have big ideas to make this super easy!

    If that command-line path parameter to a binary is sent to the universal patcher, please also just make a backup of the original binary by default as well.

    For example:

    Code:
    string mohPath = "D:\Games\MOHAA\MOHAA.exe";
    patchBinary(mohPath);
    
    private void patchBinary(string path)
            {
                ProcessStartInfo startInfo = new ProcessStartInfo();
                startInfo.WorkingDirectory = runPath;
                startInfo.FileName = "reborn_masterserver_universal_patcher.exe";
                startInfo.Arguments = path;
                Process.Start(startInfo);
            }
    The above code snippet should call universal_patcher and patch the game!
    Last edited by own3mall; May 29th, 2014 at 06:50 PM.
    Browse MOHAA Servers Post GameSpy Era

    VISIT MOHREBORN.COM FOR LATEST INFORMATION



    Medal of Honor: Game Server Browser Fixer - Patches your MOHAA, MOHSH, and MOHBT game binaries to allow you to retrieve a list of game servers within the multi-player menu in-game even after GameSpy ceases operation!

    Medal of Honor: Query Launcher - Find, browse, organize, join, get your ping, and get more information regarding all Medal of Honor (AA, SH, & BT) servers from your PC at any time!
    Medal of Honor: Web Server Master List - Find and browse all Medal of Honor servers online using your browser!
    Add your Medal of Honor Server to the Master List
    YouTube Video for Medal of Honor: Query Launcher and MOHAASERVERS.TK!



    MOHAA Mods and Utilities
    OwN-3m-All's Mods
    Make Me Stock - A program that allows you to easily move-in and move-out non-stock mods and other files at the click of a button. Automates adding / removing mods without having to copy / move files manually.



    Quality Game Servers

    Rent dedicated Dallas Texas, Kansas City, Las Vegas Nevada, Chicago, Pennsylvania, and Sofia Bulgaria MOHAA and other game servers from We Be HostiN starting at $10 a month.


  9. #29
    Purple Developer Purple Elephant1au's Avatar
    Join Date
    Feb 2012
    Location
    Australia
    Posts
    1,269

    Default

    @James

    These are my results from both online and offline testing

    Online ( www.mohreborn.com )
    Code:
    FF 29.0.1 - Stays Yellow
    IE9 9.0.27 - Stays Yellow
    Chrome 35.0.1916.114 - Yellow for a second then Red
    Offline ( locally )
    Code:
    FF- Yellow then Red
    IE9 - Stays Yellow
    Chrome - Yellow then Red

    Purple's Playground
    OBJ :
    103.29.85.127:12203
    xfire: purpleelephant1au
    email: purpleelephant1au@gmail.com
    skydrive: PurpleElephantSkydrive




  10. #30

    Default

    Quote Originally Posted by Purple Elephant1au View Post
    @James

    These are my results from both online and offline testing

    Online ( www.mohreborn.com )
    Code:
    FF 29.0.1 - Stays Yellow
    IE9 9.0.27 - Stays Yellow
    Chrome 35.0.1916.114 - Yellow for a second then Red
    Offline ( locally )
    Code:
    FF- Yellow then Red
    IE9 - Stays Yellow
    Chrome - Yellow then Red
    Yes, that is how it should work. Older versions of IE do not support websockets. I think 10 does and 11 does for sure.

    I have tried patching my client binaries for MOHAA, MOHSH, and MOHBT. It seems to have worked, but I am not seeing any servers at all in the in-game browser for any game. Is the master server / websocket service still up?

    As for testing, the websocket connection works locally for me in the following browsers:

    • PaleMoon
    • Firefox
    • Opera
    • IE 11
    • Chrome
    Last edited by own3mall; May 29th, 2014 at 11:42 PM.
    Browse MOHAA Servers Post GameSpy Era

    VISIT MOHREBORN.COM FOR LATEST INFORMATION



    Medal of Honor: Game Server Browser Fixer - Patches your MOHAA, MOHSH, and MOHBT game binaries to allow you to retrieve a list of game servers within the multi-player menu in-game even after GameSpy ceases operation!

    Medal of Honor: Query Launcher - Find, browse, organize, join, get your ping, and get more information regarding all Medal of Honor (AA, SH, & BT) servers from your PC at any time!
    Medal of Honor: Web Server Master List - Find and browse all Medal of Honor servers online using your browser!
    Add your Medal of Honor Server to the Master List
    YouTube Video for Medal of Honor: Query Launcher and MOHAASERVERS.TK!



    MOHAA Mods and Utilities
    OwN-3m-All's Mods
    Make Me Stock - A program that allows you to easily move-in and move-out non-stock mods and other files at the click of a button. Automates adding / removing mods without having to copy / move files manually.



    Quality Game Servers

    Rent dedicated Dallas Texas, Kansas City, Las Vegas Nevada, Chicago, Pennsylvania, and Sofia Bulgaria MOHAA and other game servers from We Be HostiN starting at $10 a month.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •