billing.oxide.host Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://billing.oxide.host/
Effective URL: https://billing.oxide.host/login
Submission: On May 16 via api from US — Scanned from NL

Form analysis 3 forms found in the DOM

POST /login

<form method="post" action="/login" class="login-form" role="form">
  <input type="hidden" name="token" value="051a9d304e2449bc0f8a739233b75ce7d2c2996a">
  <div class="card mw-540 mb-md-4 mt-md-4">
    <div class="card-body px-sm-5 py-5">
      <div class="mb-4 text-center">
        <h6 class="h3">Login</h6>
        <p class="text-muted mb-0">Sign in to your account to continue.</p>
      </div>
      <div class="form-group">
        <label for="inputEmail" class="form-control-label">Email Address</label>
        <div class="input-group input-group-merge">
          <input type="email" class="form-control" name="username" id="inputEmail" placeholder="name@example.com" autofocus="">
        </div>
      </div>
      <div class="form-group mb-4 focused">
        <div class="d-flex align-items-center justify-content-between">
          <label for="inputPassword" class="form-control-label">Password</label>
          <div class="mb-2">
            <a href="/password/reset" class="small text-muted" tabindex="-1">Forgot Password?</a>
          </div>
        </div>
        <div class="input-group input-group-merge">
          <input type="password" class="form-control pw-input" name="password" id="inputPassword" placeholder="Password" autocomplete="off">
        </div>
      </div>
      <div class="text-center row justify-content-center">
      </div>
      <div class="text-center">
        <button id="login" type="submit" class="btn btn-primary btn-recaptcha btn-recaptcha-invisible actionButton"> Login </button>
      </div>
    </div>
    <div class="card-footer px-md-5">
      <small>Not registered?</small>
      <a href="/register.php" class="small font-weight-bold">Create account</a>
    </div>
  </div>
  <div id="#divDynamicRecaptcha1" class="g-recaptcha">
    <div class="grecaptcha-badge" data-style="bottomright"
      style="width: 256px; height: 60px; position: fixed; visibility: hidden; display: block; transition: right 0.3s ease 0s; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
      <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-4m3d3r4g57av" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LfjZewUAAAAACXergoNdi5YThzFU042iCJXD5-3&amp;co=aHR0cHM6Ly9iaWxsaW5nLm94aWRlLmhvc3Q6NDQz&amp;hl=nl&amp;v=vjbW55W42X033PfTdVf6Ft4q&amp;size=invisible&amp;cb=qav5tv1txmlt"></iframe>
      </div>
      <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div>
</form>

GET /login?

<form method="get" action="/login?">
  <div class="modal modal-localisation" id="modalChooseLanguage" tabindex="-1" role="dialog">
    <div class="modal-dialog modal-lg" role="document">
      <div class="modal-content">
        <div class="modal-body">
          <button type="button" class="close text-light" data-dismiss="modal" aria-label="Close">
            <span aria-hidden="true">×</span>
          </button>
          <p class="h5 pt-5 pb-3">Choose Currency</p>
          <div class="row item-selector">
            <input type="hidden" name="currency" value="">
            <div class="col-4">
              <a href="#" class="item active" data-value="1">
£ GBP
</a>
            </div>
            <div class="col-4">
              <a href="#" class="item" data-value="2">
$ USD
</a>
            </div>
            <div class="col-4">
              <a href="#" class="item" data-value="3">
€ EUR
</a>
            </div>
          </div>
        </div>
        <div class="modal-footer">
          <button type="submit" class="btn btn-default">Apply</button>
        </div>
      </div>
    </div>
  </div>
</form>

#

<form action="#" id="frmGeneratePassword">
  <div class="modal fade" id="modalGeneratePassword">
    <div class="modal-dialog">
      <div class="modal-content">
        <div class="modal-header bg-primary text-white">
          <h4 class="modal-title"> Generate Password </h4>
          <button type="button" class="close" data-dismiss="modal" aria-label="Close">
            <span aria-hidden="true">×</span>
          </button>
        </div>
        <div class="modal-body">
          <div class="alert alert-danger w-hidden" id="generatePwLengthError"> Please enter a number between 8 and 64 for the password length </div>
          <div class="form-group row">
            <label for="generatePwLength" class="col-sm-4 col-form-label">Password Length</label>
            <div class="col-sm-8">
              <input type="number" min="8" max="64" value="12" step="1" class="form-control input-inline input-inline-100" id="inputGeneratePasswordLength">
            </div>
          </div>
          <div class="form-group row">
            <label for="generatePwOutput" class="col-sm-4 col-form-label">Generated Password</label>
            <div class="col-sm-8">
              <input type="text" class="form-control" id="inputGeneratePasswordOutput">
            </div>
          </div>
          <div class="row">
            <div class="col-sm-8 offset-sm-4">
              <button type="submit" class="btn btn-default btn-sm">
                <i class="fas fa-plus fa-fw"></i> Generate new password </button>
              <button type="button" class="btn btn-default btn-sm copy-to-clipboard" data-clipboard-target="#inputGeneratePasswordOutput"> Copy </button>
            </div>
          </div>
        </div>
        <div class="modal-footer">
          <button type="button" class="btn btn-default" data-dismiss="modal"> Close </button>
          <button type="button" class="btn btn-primary" id="btnGeneratePasswordInsert" data-clipboard-target="#inputGeneratePasswordOutput"> Copy to clipboard and Insert </button>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

  All systems operational...





 Billing







 Virtualizor







 Plesk







 Nexus







 Pterodactyl



 * Home
 * Virtual Servers
 * Website Services
   * Website Hosting
   * Domain Registrations
 * Dedicated Servers
 * Discord Bot Hosting
 * Managed Services
 * Support


CLIENT AREA

 * Home
 * Store
   * Browse All
     
   * Virtual Servers: Compute
   * Virtual Servers: Storage
   * Website Hosting
   * Dedicated Servers
   * Discord Bot Hosting
   * Managed Services
   * Register a New Domain
   * Transfer Domains to Us
 * Knowledgebase
 * Affiliates
 * Contact Us
 * More

 * Account
   * Login
   * Register
     
   * Forgot Password?



LOGIN

Sign in to your account to continue.

Email Address

Password
Forgot Password?


Login
Not registered? Create account




MAKING HOSTING SIMPLE

Oxide Hosting was launched to make hosting simple; to provide both affordable,
quality services whilst promising stability; backed by a robust experienced team
who are dedicated to what we do.


+44 330 043 1505 | SUPPORT@OXIDE.HOST


OUR PRODUCTS


VIRTUAL SERVERS


WEBSITE HOSTING


DOMAIN REGISTRATIONS


DEDICATED SERVERS


DISCORD BOT HOSTING


MANAGED SERVICES


COMPANY


SUPPORT CENTER


COMPANY API


BILLING AREA


SYSTEM STATUS


PRIVACY POLICY


TERMS OF SERVICE

Copyright © 2017-2023: Oxide Hosting (oxide.host). All Rights Reserved. Data
managed by Oxide Hosting, registration number: ZA483169.
For any Data Protection request, please contact: privacy@oxide.host; for any
abuse reports, please contact: abuse@oxide.systems.
Any non-digital contact is to be sent to: Oxide Hosting, Unit 19642, PO Box 92,
Cardiff, CF11 1NB.

Payment Methods Accepted       
This request was served by: WEB-FI01; located in Helsinki, Finland.






× Close
Loading...
Loading...
Close Submit
×

Choose Currency

£ GBP
$ USD
€ EUR
Apply

GENERATE PASSWORD

×
Please enter a number between 8 and 64 for the password length
Password Length

Generated Password

Generate new password Copy
Close Copy to clipboard and Insert