kohinoorhosting.com Open in urlscan Pro
188.114.97.3  Public Scan

Submitted URL: http://kohinoorhosting.com:443/
Effective URL: https://kohinoorhosting.com/
Submission: On April 12 via api from US — Scanned from NL

Form analysis 6 forms found in the DOM

Name: formsearchPOST /knowledgebase/search

<form id="pitursrach-header" name="formsearch" role="form" method="post" action="/knowledgebase/search">
  <input type="hidden" name="token" value="ad63065b52612e7444c57092d974ea44fa7f59a9">
  <input name="search" id="search" type="text" class="text" value="" placeholder="What can we help you with?">
  <button type="submit" class="submit"><span class="fa fa-search"></span></button>
  <a class="closesrch-her-block np-dsp-block">
<span class="first-stright"></span>
<span class="second-stright"></span>
</a>
</form>

POST https://kohinoorhosting.com/dologin.php

<form method="post" action="https://kohinoorhosting.com/dologin.php" role="form" data-form="validate">
  <input type="hidden" name="token" value="ad63065b52612e7444c57092d974ea44fa7f59a9">
  <div class="form-group">
    <input type="email" name="username" id="inputEmail" placeholder="Enter email" class="form-control" required="" autofocus="">
  </div>
  <div class="form-group">
    <input type="password" name="password" id="inputPassword" placeholder="Password" autocomplete="off" class="form-control" required="">
  </div>
  <div class="checkbox d-none">
    <label>
      <input type="checkbox" name="rememberme" checked="">Remember Me </label>
  </div>
  <p class="help-block"><a href="pwreset.php">Forgot Password?</a> <a href="register.php">Register</a></p>
  <button type="submit" class="btn btn-block btn-default text-uppercase">Login</button>
</form>

POST domainchecker.php

<form action="domainchecker.php" method="post" id="domain-search" class="wow fadeIn" data-wow-delay="0.5s">
  <input type="hidden" name="token" value="ad63065b52612e7444c57092d974ea44fa7f59a9">
  <span class="space-men"></span>
  <input type="text" id="domain-text" name="domain" placeholder="eg. example.com" autocapitalize="none">
  <span class="inline-button">
    <button id="search-btn" type="submit" name="submit" value="Search"> <img src="/templates/kohinoortemplate/img/svgs/search.svg" alt="search icon"></button>
    <button id="transfer-btn" type="submit" name="transfer" value="Transfer"> <img src="/templates/kohinoortemplate/img/svgs/transfer.svg" alt="transfer icon"></button>
  </span>
  <div class="domain-price-header mr-auto">
    <a>
<img src="/templates/kohinoortemplate/img/domain/com.png" alt="domain">
<span>$14.99</span>
</a>
    <a>
<img src="/templates/kohinoortemplate/img/domain/net.png" alt="domain">
<span>$9.99</span>
</a>
    <a>
<img src="/templates/kohinoortemplate/img/domain/org.png" alt="domain">
<span>$0.99</span>
</a>
    <a class="no-phon-dsply">
<img src="/templates/kohinoortemplate/img/domain/store.png" alt="domain">
<span>$8.99</span>
</a>
  </div>
</form>

<form class="tree-steps-hosting-plans-login-form payment-method-form" novalidate="">
  <div class="row with-enic-padding">
    <div class="custom-control custom-radio col-md-6 mb-3">
      <input id="paypal" name="paymentMethod" type="radio" class="custom-control-input" required="">
      <label class="custom-control-label" for="paypal"><img src="img/demo/paypal.png" alt=""></label>
    </div>
    <div class="custom-control custom-radio col-md-6 mb-3">
      <input id="credit" name="paymentMethod" type="radio" class="custom-control-input" checked="" required="">
      <label class="custom-control-label" for="credit"><img src="img/demo/card.png" alt=""></label>
    </div>
  </div>
  <br>
  <div class="row with-enic-padding-twni">
    <div class="col-md-12 mb-3">
      <label for="cc-number">Credit card number</label>
      <input type="text" class="form-control" id="cc-number" placeholder="" required="">
    </div>
  </div>
  <div class="row with-enic-padding-twni">
    <div class="col-md-4 mb-3">
      <label for="cc-expiration">Expiration</label>
      <input type="text" class="form-control" id="cc-expiration" placeholder="" required="">
    </div>
    <div class="col-md-1"></div>
    <div class="col-md-3 mb-3">
      <label for="cc-expiration">CVV</label>
      <input type="text" class="form-control" id="cc-cvv" placeholder="" required="">
    </div>
  </div>
</form>

<form class="form-contain-home-subscribe">
  <input type="email" id="email-subscribe" name="email-subscribe" placeholder="entre your email please" required="">
  <button type="submit"><i class="fas fa-paper-plane"></i></button>
</form>

#

<form action="#" id="frmGeneratePassword" class="form-horizontal">
  <div class="modal fade" id="modalGeneratePassword">
    <div class="modal-dialog">
      <div class="modal-content panel-primary">
        <div class="modal-header panel-heading">
          <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
          <h4 class="modal-title"> Generate Password </h4>
        </div>
        <div class="modal-body">
          <div class="alert alert-danger hidden" id="generatePwLengthError"> Please enter a number between 8 and 64 for the password length </div>
          <div class="form-group">
            <label for="generatePwLength" class="col-sm-4 control-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">
            <label for="generatePwOutput" class="col-sm-4 control-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 col-sm-offset-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">
                <img src="/assets/img/clippy.svg" alt="Copy to clipboard" width="15"> 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

support team
 * support@kohinoorhosting.com
 * 

 * English
    * العربية
    * Azerbaijani
    * Català
    * 中文
    * Hrvatski
    * Čeština
    * Dansk
    * Nederlands
    * English
    * Estonian
    * Persian
    * Français
    * Deutsch
    * עברית
    * Magyar
    * Italiano
    * Macedonian
    * Norwegian
    * Português
    * Português
    * Română
    * Русский
    * Español
    * Svenska
    * Türkçe
    * Українська

 * Login
 * Register
 * View Cart

Best Quality Hosting Provider
 * Remember Me
   
   Forgot Password? Register
   
   Login

 * Home
 * Store  
   * Browse All
   * -----
   * Nepal Web Hosting
   * Reseller Web hosting
   * VPS
   * SEO Tools
   * -----
   * Register a New Domain
   * Transfer Domains to Us
 * Announcements
 * Knowledgebase
 * Network Status
 * Affiliates
 * Contact Us
 * Login
   * LOGIN
   * REGISTER
   * FORGET PASSWORD
 * 

PERFECT DOMAIN NAME FOR YOUR WEBSITE. |

Cheapest prices in the market, Secure, And the best support team

$14.99 $9.99 $0.99 $8.99
free 01

BUY A DOMAIN

We have 100's of domains to choose from, not to mention prices that other
companies only dream about.

see more
02

ORDER HOSTING

Without hosting, no one can see your website. To get your website online, order
one and upload your content.

see more
03

GET SUPPORT

We Offer 24/7 Premium Support via Phone, support tickets, Live Chat and Email.
With reply in less than two hours.

see more

CHOSE YOUR BEST PRICING PLANYOU WANT CUSTOM HOSTING PLAN.
NO HIDDEN CHARGE.

FREE WEB HOSTING BEST FREE WEB HOSTING NEPAL

$0/month $12/year
 * 5GB space
 * unlimited bandwidth
 * 1 Website
 * full backup systems
 * 5 database
 * LiteSpeed Web Server
 * Free Website Builder (SitePad)
 * Free Dedicated IP Address
 * CPANEL
 * Live Chat Support

Order Now
best plan

BUSINESS PLANFOR WEB HOSTING UNLIMITED

$5 /month $60/year
 * unlimited space
 * unlimited bandwidth
 * unlimited websites
 * full backup systems
 * unlimited database
 * LiteSpeed Web Server
 * Free Website Builder (SitePad)
 * Free Dedicated IP Address
 * CPANEL
 * Live Chat Support

PAYMENT CHOOSE YOUR PAYMENT METHOD



Credit card number
Expiration

CVV
Order Now

STARTER PLANFOR SMALL PROJECTS

$3/month $36/year
 * unlimited space
 * 2 website
 * unlimited bandwidth
 * full backup systems
 * unlimited database
 * LiteSpeed Web Server
 * Free Website Builder (SitePad)
 * Free Dedicated IP Address
 * CPANEL
 * Live Chat Support

Order Now

Advertisement


NEWS


KOHINOORHOSTING.COM - IMPORTANT UPDATE: CHANGES TO FREE WEB HOSTING PLAN -
ACTION REQUIRED MAR 26TH

> Dear Valued KohinoorHosting.com Users, We hope this email finds you well. We
> are writing to inform you about an important update regarding our free web
> hosting plan. Starting from Tuesday, the 24th of March, 2024, there will be
> changes to our free web hosting offering. While we have been proud to offer
> free hosting services, we have had to ... Read More »


KOHINOORHOSTING OFFERING FREE WEB HOSTING SERVICES MAY 23RD

> KohinoorHosting offering free nepal web hosting services Our free web hosting
> plan is the best option for those looking for reliable and affordable hosting
> in Nepal. With a price of $0 per month, you can enjoy a wide range of
> features, including: 5GB of disk space to store your website files. Unlimited
> bandwidth to handle high traffic ... Read More »

Powered by WHMCompleteSolution


support@kohinoorhosting.com MADE IN USA FOR OUR NEPALI BROTHER AND SISTER

QUICK LINKS

 * homepage
 * about us
 * domains
 * reseller hosting
 * web-hosting

ABOUT US

 * knowledgebase
 * help-center
 * 404 page
 * blog
 * contact

STAY IN TOUCH




©2022 KohinoorHosting. Made with Love in US.

Copyright © 2024 KohinoorHosting LLC. All Rights Reserved.



× Close



Loading...
Loading...
Close Submit
×

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