staging.controlcenter.billing.creditcard
Open in
urlscan Pro
83.223.49.14
Public Scan
Submitted URL: https://staging.controlcenter.billing.creditcard/
Effective URL: https://staging.controlcenter.billing.creditcard/login
Submission: On September 14 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://staging.controlcenter.billing.creditcard/login
Submission: On September 14 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
1 forms found in the DOMPOST https://staging.controlcenter.billing.creditcard/login
<form accept-charset="UTF-8" method="post" action="https://staging.controlcenter.billing.creditcard/login" id="login-form" class="" novalidate="">
<div class="formStyled noTitle ">
<div class="lines">
<div class="line content login-form-line"><label class="form-label required"><span class="label-text-content">
<span class="text">CardBilling ID</span>
</span><span class="item input">
<input type="text" name="login" class="form-input-text" value="" placeholder="Your 16-digit CardBilling ID">
</span></label>
<div class="bubbles messages">
<div class="error form-line-error">
<div class="text"></div>
</div>
</div>
</div>
<div class="line content password-form-line"><label class="form-label required"><span class="label-text-content">
<span class="text">Password</span>
</span><span class="item input">
<input type="password" name="password" placeholder="Your Password" class="form-input-password" value="">
</span></label>
<div class="bubbles messages">
<div class="error form-line-error">
<div class="text"></div>
</div>
</div>
</div><input type="hidden" name="iovation_blackbox" id="iovation_blackbox" class="hidden"
value="0400tyDoXSFjKeoNf94lis1ztjyRWpJUpQh+zQnH2AbVkL5enHjIYwJQm4VQH6nOSz3K86KIiMbgXbiGHu+MHeuK4BHAqsknSt7Ndik+BCIRXKLoQ/lgRjCMdKh1fJQrFSBW1n74tpcOq4hFXx+VLtT2ugAWZ3C1U3eYRgKdmQs8MOtKHN6aih3fKgo5VNMvaDXfrI3MaSYrgzshIqKrjK+gdyAFUwN05hXzcycRhS8EwApMRV0YmXEHAJzxpxtwqoC5Z/uCi7ME8loQwLLSzeFEuVfe4edP+YyrmqzHtd7J/jIKS28nlQgrt00XKwoy4DiDoOXUWxljyPBhr+EUEFUSupVPfVKB9sZJBSeBovliG4zUsaYbq7MhxcNzsEbTNHrFAD9/7e1ubTCpIhu75yZ/opFSCFT729JTX6t2xsBNqMD+Izp53x4oTc9vl+F0/Pl0dpLBWppZ1Q3D4TWhv78VEIne56x7fyVRBOU+OHRgh0DqMH5mYxq87tK3Sga2t5uGJ7N1+czm1tM7I7is22vnIt7by79bDvXVx7yacWI+PSIwSrvxIOsxeZpa2DKBkb1liq2bazBY3uiixPMqjFULp9I8UWAJoym9T+HoQVdeZcQ5W+qwo+f83hWoFrUkg1NT4+n9WnyBpg9O44oNAQPdfLI+vS3zO1UWOjx45x9ZlwMJdmNWP4mnL4jqdQ4rX1XOyAfUMZ5LKFqFl81CC76WZKXakoCa7XCW4IhJrOz08Pzf+x4pw6W9esbGEpq7CoRYvFQ3SxgXyvTx/y4JwLTE4Nxv4KowoTq9+FuLE7rgWUyhtO7kpzVC+0zI+mPNi65X5WFPYlDG9N0Lbh5nOj3u3DXqRCiKCUrsEkMt8z9fxO8FkSmHWcad45L6XmBGHnEzAGzayXMAeY2fFCEvMT9cc6XakoCa7XCW5+Cltm6/m0VPMQF00uJew0LT2BH9Dx8Z6yFodg/w6rqT5xVcmJXbIoCZ40cfr7Dqikq1aXBwCid+lb/NzOc0cd7MlUBxzJ1AAwCI8qE77oy2Law8S6qaE+9Xl2gV77x8VGNiDCqRl37/5uVyRQEu/VWhPdohAt3tWrjg3IZNlqzijnzGaK+AmGHk3C7XHo8gsT5NlJKg73WBGA35nwcAWEYXN3+bqydWqLZcnDBAS9SM8lXpMISOf7T7130BIPii0VbAzVM5zPuCJUUDvOkg9DiEuyx+fdZIO0PdhRirnruHPmnClNMvcRDoXMcSRPB7PQoMdfTB/4EZG2KvhYb8/YN0paPdFiaxvOVtkglN51sUAbPTFaIpUIaEyGDubFPC">
<script type="text/javascript">
$(function() {
if (typeof setupIovation === "function") {
var iov = setupIovation("#login-form").init();
Form.registerSubmitCallbackOnce("login-form", iov.onSubmit);
}
});
</script><input type="hidden" name="back_url" class="hidden" value="">
</div>
<div class="actions">
<input type="submit" class="button form-button" value="Sign in">
<a class="loginForm-lostPassword t-lostPassword" href="/lostPassword">
Forgotten credentials?
</a>
</div>
</div>
<script>
(function(formId) {
$(document).ready(function() {
if (Form) {
Form.setupValidator(formId, [{
"normalize": [
["FixSpecialChars"],
["Trim"],
["UndefIfEmpty"]
],
"fieldType": "text",
"validate": [{
"params": {
"fieldName": "login"
},
"key": "required",
"message": "This field is required.",
"type": "required"
}, {
"params": {
"fieldName": "login",
"re": "^.{1,100}\\z"
},
"type": "regexp",
"message": "Entered value is not in the correct format.",
"key": "regexp"
}],
"fieldName": "login",
"targetId": "login"
}, {
"normalize": [
["Trim"],
["UndefIfEmpty"]
],
"fieldType": "password",
"validate": [{
"params": {
"fieldName": "password"
},
"key": "required",
"type": "required",
"message": "This field is required."
}, {
"params": {
"re": "^.{1,100}\\z",
"fieldName": "password"
},
"key": "regexp",
"type": "regexp",
"message": "Entered value is not in the correct format."
}],
"fieldName": "password",
"targetId": "password"
}, {
"fieldType": "iovation_blackbox",
"normalize": [
["Trim"],
["UndefIfEmpty"]
],
"targetId": "iovation_blackbox",
"fieldName": "iovation_blackbox"
}, {
"normalize": [
["Trim"],
["UndefIfEmpty"]
],
"fieldType": "hidden",
"fieldName": "back_url",
"targetId": "back_url"
}]);
Form.init();
}
});
}('login-form'));
</script>
</form>
Text Content
You have javascript turned off. Control Center does not work properly without javascript. Please, enable javascript in your browser settings. Sign in as an authorized agent Sign in CardBilling ID Password Forgotten credentials? LEARN MORE Visit billing.creditcard to learn more about the True Revolution in credit card billing for entertainment! SUPPORT merchantsupport@billing.creditcard NEWS Feature announcements © 2021 - Verotel Merchant services B.V.