rku.ny-software.com Open in urlscan Pro
128.199.168.142  Public Scan

Submitted URL: https://rku.ny-software.com/
Effective URL: https://rku.ny-software.com/login-view.php
Submission: On July 25 via api from US — Scanned from SG

Form analysis 1 forms found in the DOM

index.html

<form class="form-signin" style="margin-top:10px;" action="index.html">
  <h2 class="form-signin-heading">sign in now</h2>
  <div class="login-wrap">
    <input id="UserID" type="text" class="form-control" placeholder="Email" autofocus="">
    <input id="Password" type="password" class="form-control" placeholder="Password">
    <div class="pull-left">
      <label class="checkbox" style="">
        <input id="RememberMe" name="RememberMe" type="checkbox" value="1"> Remember me </label>
    </div>
    <div class="pull-right" style="margin-top:12px;">
      <a data-toggle="modal" href="#myModal"> Forgot Password?</a>
    </div>
    <div style="clear:both;"></div>
    <button id="BtnLogin" class="btn btn-lg btn-login btn-block" type="button" onclick="login()">Sign in</button>
    <button id="BtnLoginLoad" class="btn btn-lg btn-login btn-block disabled" style="display:none;" type="button">Processing...</button>
    <!--
            <p>or you can sign in via social network</p>
            <div class="login-social-link">
                <a href="index.html" class="facebook">
                    <i class="fa fa-facebook"></i>
                    Facebook
                </a>
                <a href="index.html" class="twitter">
                    <i class="fa fa-twitter"></i>
                    Twitter
                </a>
            </div>
            <div class="registration">
                Don't have an account yet?
                <a class="" href="registration.html">
                    Create an account
                </a>
            </div>
			!-->
  </div>
  <!-- Modal -->
  <div aria-hidden="true" aria-labelledby="myModalLabel" role="dialog" tabindex="-1" id="myModal" class="modal fade">
    <div class="modal-dialog">
      <div class="modal-content">
        <div class="modal-header">
          <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
          <h4 class="modal-title">Forgot Password ?</h4>
        </div>
        <div class="modal-body">
          <div id="MSGFP" class="alert alert-danger alert-dismissible" style="display:none;" role="alert">
            <button type="button" class="close" onclick="$('#MSGFP').hide();" aria-label="Close"><span aria-hidden="true">×</span></button>
            <span id="MSGFPText">...</span>
          </div>
          <p>Enter your e-mail address below to reset your password.</p>
          <input type="text" id="EmailFP" placeholder="Email" autocomplete="off" class="form-control placeholder-no-fix">
        </div>
        <div class="modal-footer">
          <button data-dismiss="modal" class="btn btn-default" type="button">Cancel</button>
          <button id="BtnFP" class="btn btn-success" type="button" onclick="processFP()">Submit</button>
          <button id="BtnFPLoad" class="btn btn-success disabled" style="display:none;" type="button" onclick="processFP()">Processing...</button>
        </div>
      </div>
    </div>
  </div>
  <!-- modal -->
</form>

Text Content

× ...



SIGN IN NOW

Remember me
Forgot Password?

Sign in Processing...
×

FORGOT PASSWORD ?

× ...

Enter your e-mail address below to reset your password.

Cancel Submit Processing...