Page 5 of 8 FirstFirst ...
3
4
5
6
7
... LastLast
  1. #81
    502 bad gateway indicates that their reverse proxy (nginx) is unable to reach the upstream server, something they'll have to fix.

  2. #82
    Deleted
    We're doing some updates and moving servers, should be up soon.

  3. #83
    Pandaren Monk masterhorus8's Avatar
    10+ Year Old Account
    Join Date
    Jan 2013
    Location
    Irvine, CA
    Posts
    1,788
    Quote Originally Posted by Korle View Post
    We're doing some updates and moving servers, should be up soon.
    Cool, tyvm
    9

  4. #84
    Deleted
    Quote Originally Posted by masterhorus8 View Post
    Cool, tyvm
    Should now be online & working as intended, sorry for the downtime.

  5. #85
    I am Murloc! WskyDK's Avatar
    10+ Year Old Account
    Join Date
    Oct 2010
    Location
    20 Miles to Texas, 25 to Hell
    Posts
    5,802
    Thanks for the hard work folks!
    Quote Originally Posted by Vaerys View Post
    Gaze upon the field in which I grow my fucks, and see that it is barren.

  6. #86
    Deleted
    Due to latency issues we will be changing the method to which the signatures are generated/displayed, this should hopefully allow the images to load almost instantly rather than checking statistics every time someone loads the image
    Last edited by mmoc5242775626; 2016-06-28 at 01:16 PM.

  7. #87
    Pandaren Monk masterhorus8's Avatar
    10+ Year Old Account
    Join Date
    Jan 2013
    Location
    Irvine, CA
    Posts
    1,788
    Thank you for the update, and I love the temporary replacement that it has right now.
    9

  8. #88
    i dont see setting signature

  9. #89
    The Lightbringer Hottage's Avatar
    15+ Year Old Account
    Join Date
    Feb 2009
    Location
    The Hague, NL
    Posts
    3,836
    Technically maintenance mode should return a status of 503 (Service Unavailable) instead of 403 (Unauthorized).
    Dragonflight: Grand Marshal Hottage
    PC Specs: Ryzen 7 7800X3D | ASUS ROG STRIX B650E-I | 32GB 6000Mhz DDR5 | NZXT Kraken 120
    Inno3D RTX 4080 iChill | Samsung 970 EVO Plus 2TB | NZXT H200 | Corsair SF750 | Windows 11 Pro
    Razer Basilisk Ultimate | Razer Blackwidow V3 | ViewSonic XG2730 | Steam Deck 1TB OLED

  10. #90
    Deleted
    Sorry for the downtime guys, it was unavoidable as Chaud had contacted us due to the forums loading slowly due to the Signatures, trying to resolve this should allow for continued use on the MMOC Forums, and Fixed MRG, was a hasty update and wasn't paying too much attention between revisions!

    This should be the end results of the Update, as well as instant Loading



    Thanks to the Designer: @Voix for his amazing work
    Last edited by mmoc5242775626; 2016-06-28 at 01:14 PM.

  11. #91
    I am Murloc! WskyDK's Avatar
    10+ Year Old Account
    Join Date
    Oct 2010
    Location
    20 Miles to Texas, 25 to Hell
    Posts
    5,802
    Quote Originally Posted by Korle View Post
    Only quoting to get your attention :x
    Is there any chance that the sigs could (eventually, you guys are doing a ton of work) show our competitive records instead of quick-match? I get that comp just launched today, but it's definitely something I'm interested in
    Quote Originally Posted by Vaerys View Post
    Gaze upon the field in which I grow my fucks, and see that it is barren.

  12. #92
    Deleted
    Quote Originally Posted by WskyDK View Post
    Is there any chance that the sigs could (eventually, you guys are doing a ton of work) show our competitive records instead of quick-match? I get that comp just launched today, but it's definitely something I'm interested in
    Most definitely

  13. #93
    Field Marshal
    10+ Year Old Account
    Join Date
    Nov 2011
    Location
    California
    Posts
    81
    Doesn't work for me

  14. #94
    Deleted
    Quote Originally Posted by Jerycho View Post
    Doesn't work for me
    Hey, can you be more specific? , there's a support form on the first post, if you could possibly tell us your Battletag we can check on it

  15. #95
    Bloodsail Admiral xerus's Avatar
    15+ Year Old Account
    Join Date
    Nov 2008
    Location
    Dayton, OH
    Posts
    1,097
    My time played is showing as 34% and my single digit level after prestige is off-center.

  16. #96
    Field Marshal
    10+ Year Old Account
    Join Date
    Nov 2011
    Location
    California
    Posts
    81
    Quote Originally Posted by Korle View Post
    Hey, can you be more specific? , there's a support form on the first post, if you could possibly tell us your Battletag we can check on it
    When I enter the information in the fields, the signature doesn't generate. It's just a broken image. My Battletag is Jerycho#1809. Thanks

  17. #97
    Deleted
    Quote Originally Posted by xerus View Post
    My time played is showing as 34% and my single digit level after prestige is off-center.
    Can you show us a picture at all? as we can't seem to recreate it.

  18. #98
    I am Murloc! WskyDK's Avatar
    10+ Year Old Account
    Join Date
    Oct 2010
    Location
    20 Miles to Texas, 25 to Hell
    Posts
    5,802
    Accidentally replied thinking you were talking about something different.
    But if you look at my sig, it shows "2" for time played, when I've actually played for like 52 hours.
    Quote Originally Posted by Vaerys View Post
    Gaze upon the field in which I grow my fucks, and see that it is barren.

  19. #99
    Bloodsail Admiral xerus's Avatar
    15+ Year Old Account
    Join Date
    Nov 2008
    Location
    Dayton, OH
    Posts
    1,097
    Quote Originally Posted by Korle View Post
    Can you show us a picture at all? as we can't seem to recreate it.
    Here ya go.

    Last edited by xerus; 2016-06-30 at 02:22 AM.

  20. #100
    Deleted
    Ok, seems with the changes to the game and introduction to Competitive, they decided to change a lot of the Divs related to the sections we webscrape, we are working on a fix, should hopefully be fixed today, we're sorry for the error, but blizzard are getting quite sneaky :P

    - - - Updated - - -

    New design has been released, we're now working in full force on the Caching methods, first load is 3~ Second average, afterwards it's instant, with a 1 week deadline, we're hoping to make the signature as instantly loadable as possible, hope you all enjoy the new design.

    - - - Updated - - -

    We've also centered all levels as best as possible depending on your average level using < & | methods via Node

    Code:
            if (obj.level < 10) {
                manipulator.drawText(23, -23, obj.level, 'East');
            } else if (obj.level == 11 || obj.level == 12 || obj.level == 13 || obj.level == 14 || obj.level == 15 || obj.level == 16 || obj.level == 17 || obj.level == 18 || obj.level == 19 || obj.level == 21 || obj.level == 31 || obj.level == 41 || obj.level == 51 || obj.level == 61 || obj.level == 71 || obj.level == 81 || obj.level == 91) {
                manipulator.drawText(20, -23, obj.level, 'East');
            } else {
                manipulator.drawText(17, -23, obj.level, 'East');
            }

Posting Permissions

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