Page 2 of 14 FirstFirst 123412 ... LastLast
Results 11 to 20 of 139

Thread: Reborn MasterServer

  1. #11

    Default

    mmm no not able to get this server to show in game 109.70.148.92:12288 as one example

  2. #12

    Default

    Flocking cool though EA thanks for your help not!!!

    but the X-null legends got it sorted

    Hestsink now drinks wine to celebrate

  3. #13

    Default

    Quote Originally Posted by Razo[R]apiD View Post
    @Elgan - Will do. Scroll bars - I don't get them, can you post a screen shot?

    @Heatsink - I'm home, I will check server logs.

    @Appelpitje - Working on a fix.

    Servers in DB:

    89.65.47.196:12203 lol
    109.70.148.92:12206 COMPANY OF HEROES custom_freezetag
    109.70.148.92:12209 !<DSE>! Custom Maps at http://ow.ly/wYKzB (SH?)
    109.70.148.92:12223 [BnD] Freeze tag Server
    109.70.148.92:12229 [M.A.W]-Test Maps
    109.70.148.92:12205 {-MEGA-} TDM Server

    Recheck your servers please guys and let me know about problems.
    Thats not the list I am seeing in game some are some not 2 secs will check again

  4. #14

    Default

    In game browser showing 5 servers in game for MAW 109.70.148.92:12251, 12226,12279,12253,12252

    Not showing as some examples 12288,12225

  5. #15

    Default

    mmmm when you say Database ?? as in is it because I have not added them ?

  6. #16

    Default

    Full list of servers running under MAW

    all 109.70.148.92

    12225
    12226
    12288
    12279
    12253
    12252
    12251
    12253
    12239
    12254

    All have the new files

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

    Default

    @Appel, Are you still having trouble posting in this thread? I checked your permissions and everything looks fine...

    @Everyone

    I'm trying to fix the issue with the site compatibility in FF... I'm running into some trouble though and not sure what's causing it..

    1. I tried disabling htaccess completely and this didn't fix the issue, so I'm not sure why FF and IE are glitchy..

    When I run the site locally from my pc or if I run it without htaccess, here are the results I get..

    Chrome - works fine (is yellow for a second, then turns green and stays green)

    FireFox - Yellow then turns green, but after some time, it turns red (not sure why)

    IE - At work I run IE8, and it just stays Yellow for me the entire time...


    @own3mall, if I send you the files, can you try seeing if you can host? I'm curious if it would work.

    Also I tried clearing cloudflare cache and this didn't fix the issue. :S

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

    Default

    Well yeah i posted here and cant see my own posts

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

    Default

    Thank you! That helped. Try once more.

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

    Default

    Yup works good now btw can u use php?

    Otherwise try something like:
    PHP Code:
    <?php
    function pingPort($ip$port)
    {
    if (!
    $socket = @fsockopen($ip$port$errno$errstr0.1))
    {
      echo 
    "<font color='red'>".$port." - <strong>Offline!</strong></font><br>";
    }
    else 
    {
      echo 
    "<font color='green'>".$port." - <strong>Online!</strong></font><br>";
     
    fclose($socket); 
    }
    }
    ?>

Posting Permissions

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