Upgrade to Chess.com Premium!

Coding on web page


  • 3 years ago · Quote · #1

    Ghost90

    tinyMCE.addI18n('en',{
    filemanager_insertfile_desc:"Insert file"
    });
    function translatePage() {
    if (mox && mox.lang && mox.lang.LangPack)
    mox.lang.LangPack.translatePage();
    }

    This is what comes up when i login using the login button
    on the top right of the screen.
  • 3 years ago · Quote · #2

    erik

    which browser are you using? so you click on that link, and it takes you to www.chess.com/login.html ? where does this code showup?

  • 3 years ago · Quote · #3

    jay

    can you post a screen shot? Or view source and save that source and paste that? and yes, please provide the url you are at when you see that code and other information like browser and version. thanks

  • 3 years ago · Quote · #4

    RyanMK

    Speaking of code, I've been meaning to bring something up. When I change my status and press enter (in order to finalize the change) the following code comes up:

     

    <?xml version="1.0" encoding="UTF-8" ?>

    - <response>
    - <controls>
    - <control id="c26">
    - <![CDATA[
    <input type="button" name="c26" id="c26" value="Submit &raquo;" onclick="qc.getW('c26').toggleEnabled('disable'); qc.pB('HomeHome', 'c26', 'QClickEvent', ''); return false;"  />
      ]]>
      </control>
    - <control id="txtStatus">
    - <![CDATA[
    <input type="text" name="txtStatus" id="txtStatus" value="Scientia potestas est" class="inputText" onkeydown="if (event.keyCode == 13) {qc.pA('HomeHome', 'txtStatus', 'QEnterKeyEvent', '', 'c29');} if (event.keyCode == 13) {return false;} if (event.keyCode == 27) {qc.pA('HomeHome', 'txtStatus', 'QEscapeKeyEvent', '', 'c29');} if (event.keyCode == 27) {return false;}" onblur="qc.pA('HomeHome', 'txtStatus', 'QBlurEvent', '', ''); return false;" maxlength="50"  />
      ]]>
      </control>
    - <control id="c30">
    - <![CDATA[
    <span id="c30" onclick="qc.getW('txtStatus').toggleDisplay('show'); qc.getW('c30').toggleDisplay('hide'); document.getElementById('txtStatus').focus(); document.getElementById('txtStatus').select();" ><a style="color:#333; cursor: pointer;">Scientia potestas est</a><span style="color: #666;"> (1 second ago)</span> <a href="#">edit</a></span>
      ]]>
      </control>
      <control id="Qform__FormState">aded1382cf37d0b750831f4cc8be73f1</control>
      </controls>
    - <commands>
      <command>qc.regCA(new Array("c26","txtStatus","c30")); qc.getW("txtStatus").style.cssText = "display:none;text-decoration:inherit;"; qc.getW("c30").style.cssText = "text-decoration:inherit;";</command>
      </commands>
      </response>
    The URL is still www.chess.com/home and I am using Internet Explorer 8.
  • 3 years ago · Quote · #5

    Grakovsky

    Ryan, I suggest you make a switch to Firefox. IE has been having security flaws lately and it's just getting more dangerous by each day. Plus, Firefox is so much faster than IE that you won't regret it.

  • 3 years ago · Quote · #6

    RyanMK

    I do realize that, and appreciate your opinion, however for the time being, I think I will stick with IE.

  • 3 years ago · Quote · #7

    gardelin

    This happens to me too first time I try to login and I am using latest Firefox

  • 3 years ago · Quote · #8

    erik

    can anyone provide a screenshot?

  • 3 years ago · Quote · #9

    Ghost90

    Im using firefox as well 

  • 3 years ago · Quote · #10

    RyanMK

    I don't know how to provide a screen shot either.

  • 3 years ago · Quote · #11

    Baseballfan

    Here is a tutorial for providing a screen shot: http://www.iopus.com/guides/screenshot.htm 


  • 3 years ago · Quote · #12

    oxydizer

    To get a screen shot just hit the print screen button on your keyboard, on some keyboards it says "prt scr"  Then go into your graphics program and click on "paste from clipboard" or something like that, hope this helps.

  • 3 years ago · Quote · #13

    GutenTag

    I am a firefox user, version 3.0.5. (Running Max OS X 10.5.3).  When I enter my username and password everything is normal...

    But then when I hit enter to login, I get that same snippet of code:

    And then if I hit 'back' in my browser, it takes me to the normal login page.

     

     

     

    Oddly, it says "You are already registered and logged in," as if I had tried to do it twice.

     

    Hope this was helpful.

  • 3 years ago · Quote · #14

    jay

    Ok guys, I think we finally got this one figured out. Please let me know if you see it again. thanks

  • 3 years ago · Quote · #15

    Ghost90

    Will do

  • 3 years ago · Quote · #16

    ThisorThat

    Yes I have recieved that same message

  • 3 years ago · Quote · #17

    salamillion

    I had this going without the code in a forum called "Since the upgrade a few days ago"  similar symptoms

  • 3 years ago · Quote · #18

    RyanMK

    This is what comes up when I press enter to change my status:

     


Back to Top

Post your reply: