mail.13-234-248-242.cprapid.com Open in urlscan Pro
13.234.248.242  Public Scan

Submitted URL: http://mail.13-234-248-242.cprapid.com/board/game/jdb.jsp
Effective URL: https://mail.13-234-248-242.cprapid.com/board/game/jdb.jsp
Submission: On July 28 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST https://mail.13-234-248-242.cprapid.com/ajax/login.jsp

<form action="https://mail.13-234-248-242.cprapid.com/ajax/login.jsp" id="login-form" autocomplete="off" method="post" accept-charset="utf-8">
  <input type="hidden" name="csrf_bctp_fe_token" value="0ed8802fbfcf5283d0eab8af030b2318">
  <div class="row g-2">
    <div class="col-auto">
      <input class="form-control input-bottom" type="text" id="username" name="username" placeholder="Username">
    </div>
    <div class="col-auto">
      <input class="form-control input-bottom" type="password" id="password" name="password" placeholder="Password">
      <!-- <a href="https://mail.13-234-248-242.cprapid.com/forgot.jsp">Forgot Password?</a> -->
    </div>
    <!--div class="col-auto p-0 me-2" style="align-self: center;">
							<a href="https://mail.13-234-248-242.cprapid.com/forgot.jsp"><i class="fa fa-unlock-alt" aria-hidden="true" style="font-size:1.3rem;"></i></a>
						</div-->
    <div class="col-auto">
      <button type="submit" class="btn btn_custom"><i class="fa fa-unlock-alt pe-2" aria-hidden="true"></i>Login</button>
    </div>
    <div class="col-auto">
      <a onclick="change_language('1');" href="javascript:void(0);">
									<img src="https://mail.13-234-248-242.cprapid.com/assets/general/images/flags/en.png" alt=".." class="img-fluid">
								</a>
      <a href="https://mail.13-234-248-242.cprapid.com/assets/download/ccbetgaming.apk">App Download</a>
    </div>
  </div>
  <style>
    /* Hide all steps by default: */
    .tab {
      display: none;
      background-color: transparent !important;
      border: none !important;
    }

    /* Make circles that indicate the steps of the form: */
    .step {
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbbbbb;
      border: none;
      border-radius: 50%;
      display: inline-block;
      opacity: 0.5;
    }

    /* Mark the active step: */
    .step.active {
      opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
      background-color: #04AA6D;
    }

    .modal-content {
      background-color: transparent !important;
      border: none;
    }

    .custom_input_bg {
      padding: 0.5rem;
    }
  </style>
</form>

POST https://mail.13-234-248-242.cprapid.com/ajax/register.jsp

<form action="https://mail.13-234-248-242.cprapid.com/ajax/register.jsp" id="sign-up-form" autocomplete="off" method="post" accept-charset="utf-8">
  <input type="hidden" name="csrf_bctp_fe_token" value="0ed8802fbfcf5283d0eab8af030b2318">
  <div class="row g-0 justify-content-center p-5">
    <div class="col-8 form_bg text-white p-5">
      <div class="w-100 text-center">
        <a href="https://mail.13-234-248-242.cprapid.com/home.jsp">
										<img src="https://mail.13-234-248-242.cprapid.com/assets/desktop/images/logo.png" alt=".." class="img-fluid text-center">
									</a>
      </div>
      <h1 class="p-4 text-center text-uppercase">Register</h1>
      <input type="text" name="type" value="1" hidden="">
      <div class="tab" style="display: block;">
        <div class="row g-0 custom_input_bg text-start mb-2">
          <label for="username" class="col-12 col-form-label text-secondary py-0">Username</label>
          <label class="col-1 col-form-label text_orange"><img src="https://mail.13-234-248-242.cprapid.com/assets/mobile/images/icon/icon_account.png" alt="..." class="img-fluid"></label>
          <div class="col-11">
            <input type="text" class="custom_input w-100 p-3" name="username" minlength="5" maxlength="15" onkeyup="this.value=this.value.replace(/[^a-z0-9]/g,'');">
            <div id="newPass_msg" class="error_red"></div>
          </div>
        </div>
      </div>
      <div class="tab">
        <div class="row g-0 custom_input_bg text-start mb-2">
          <label for="inputPassword" class="col-sm-12 col-form-label text-secondary">Password</label>
          <label for="inputPassword" class="col-1 pt-3 col-form-label text_orange"><img src="https://mail.13-234-248-242.cprapid.com/assets/desktop/images/icon/key.png" alt=".." class="w-100"></label>
          <div class="col-11">
            <input class="custom_input w-100 p-3" type="password" name="password" maxlength="15" placeholder="">
          </div>
        </div>
        <div class="row g-0 custom_input_bg text-start mb-2">
          <label for="inputPassword" class="col-sm-12 col-form-label text-secondary">Confirm Password</label>
          <label for="inputPassword" class="col-1 pt-3 col-form-label text_orange"><img src="https://mail.13-234-248-242.cprapid.com/assets/desktop/images/icon/key.png" alt=".." class="w-100"></label>
          <div class="col-11">
            <input class="custom_input w-100 p-3" type="password" name="passconf" maxlength="15" placeholder="">
          </div>
        </div>
      </div>
      <div class="tab">
        <div class="row g-0 custom_input_bg text-start mb-2">
          <label for="mobile" class="col-12 col-form-label text-secondary py-0">Mobile Number</label>
          <label class="col-1 col-form-label text_orange"><img src="https://mail.13-234-248-242.cprapid.com/assets/mobile/images/icon/phone.png" alt="..." class="img-fluid"></label>
          <div class="col-11">
            <input type="text" class="custom_input w-100 p-3 mymobile" name="mobile" maxlength="12">
            <div id="newPass_msg" class="error_red"></div>
          </div>
        </div>
      </div>
      <!-- <div class="tab">

									<div class="row mb-3 align-items-center">
										<label for="inputPassword" class="col-sm-4 col-form-label text_orange"><i class="fa fa-laptop-code pe-2" aria-hidden="true"></i>Verify</label>
										<div class="col-8 d-flex">
											<input class="form-control border_orange" type="text" maxlength="4" name="captcha" placeholder="Verify" style="width: 78%;">
											<a href="javascript:void(0)"><img src="https://mail.13-234-248-242.cprapid.com/ajax/captcha.jsp" id="captcha" /></a>
										</div>
									</div>
								</div> -->
      <div class="row">
        <input type="hidden" name="fingerprint" id="fingerprint" value="" class="input_fingerprint">
        <!-- <input type="hidden" name="referrer" id="referrer" value=""> -->
      </div>
      <div style="overflow:auto;">
        <div>
          <button type="button" style="display: none;" class="btn border_orange text-white text-uppercase" id="prevBtn" onclick="nextPrev(-1)">Previous</button>
          <button type="button" class="btn border_orange text-white text-uppercase w-100" id="nextBtn" onclick="nextPrev(1)">Next</button>
          <button type="submit" style="display: none;" name="submit" class="btn border_orange text-white text-uppercase w-100" id="register_submit_btn">Register</button>
        </div>
      </div>
      <div style="text-align:center;margin-top:40px;">
        <span class="step" style="cursor: pointer;" onclick="showTab(0);hideTab(1);hideTab(2);"></span>
        <span class="step" style="cursor: pointer;" onclick="showTab(1);hideTab(0);hideTab(2);"></span>
        <span class="step" style="cursor: pointer;" onclick="showTab(2);hideTab(1);hideTab(0);"></span>
      </div>
    </div>
  </div>
</form>

Text Content

A PHP ERROR WAS ENCOUNTERED

Severity: Warning

Message: sizeof(): Parameter must be an array or an object that implements
Countable

Filename: controllers/Board.php

Line Number: 102

Backtrace:

File: /home/ccbetgaming/public_html/application/controllers/Board.php
Line: 102
Function: _error_handler

File: /home/ccbetgaming/public_html/index.php
Line: 315
Function: require_once

x


Login
App Download


REGISTER

Username

Password

Confirm Password

Mobile Number


Previous Next Register

Home
Search

© CCBET GAMING All rights reserved.