www.cigaralliances.com Open in urlscan Pro
172.67.195.199  Public Scan

Submitted URL: https://cigaralliances.com/
Effective URL: https://www.cigaralliances.com/web/index.php
Submission: On July 03 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

Name: searchFormGET /web/_pages/product/index.php

<form name="searchForm" id="searchForm" class="form searchForm" method="get" action="/web/_pages/product/index.php">
  <input type="hidden" name="" value="">
  <input class="form-control form-control-sm rounded-pill" name="keyword" value="" type="text" placeholder="Search">
  <button type="submit" title="Search" class="btn btn-sm search_btn_submit"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
      <path
        d="M487.89,458.42,379.58,350.14a203.43,203.43,0,0,0,45.85-128.43C425.43,109.38,334,18,221.71,18S18,109.38,18,221.71s91.38,203.71,203.71,203.71A203.55,203.55,0,0,0,350.13,379.6L458.42,487.89a20.84,20.84,0,1,0,29.47-29.47ZM383.73,221.71c0,89.34-72.68,162-162,162s-162-72.68-162-162,72.68-162,162-162S383.73,132.37,383.73,221.71Z">
      </path>
    </svg></button>
</form>

Name: searchFormGET /web/_pages/product/index.php

<form name="searchForm" id="searchForm" class="form searchForm" method="get" action="/web/_pages/product/index.php">
  <input type="hidden" name="" value="">
  <input class="form-control border-0 bg-light pl-3" name="keyword" value="" type="text" placeholder="Search">
  <button type="submit" class="btn px-2 search_btn_submit" aria-label="Search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
      <path
        d="M487.89,458.42,379.58,350.14a203.43,203.43,0,0,0,45.85-128.43C425.43,109.38,334,18,221.71,18S18,109.38,18,221.71s91.38,203.71,203.71,203.71A203.55,203.55,0,0,0,350.13,379.6L458.42,487.89a20.84,20.84,0,1,0,29.47-29.47ZM383.73,221.71c0,89.34-72.68,162-162,162s-162-72.68-162-162,72.68-162,162-162S383.73,132.37,383.73,221.71Z">
      </path>
    </svg></button>
</form>

Name: loginFormPOST

<form id="loginForm" name="loginForm" action="" method="post" class="form mb-3" novalidate="novalidate">
  <input name="todo" type="hidden" value="login">
  <input name="rtn" type="hidden" id="rtn" value="">
  <fieldset>
    <div class="form-group">
      <label class="label">Email</label>
      <input type="email" class="form-control required no-mark email" id="login_id" name="login_id" aria-required="true">
    </div>
    <div class="form-group">
      <label class="label">Password</label>
      <input type="password" class="form-control required no-mark" id="login_password" name="login_password" aria-required="true">
    </div>
  </fieldset>
  <footer>
    <button class="btn btn-lg btn-block btn-primary" type="submit">Login</button>
    <small class="form-text text-danger mt-2 message"></small>
  </footer>
</form>

Name: forgotFormPOST

<form id="forgotForm" name="forgotForm" action="" method="post" class="form" novalidate="novalidate">
  <input name="todo" type="hidden" value="forget">
  <input name="rtn" type="hidden" id="rtn" value="">
  <fieldset>
    <div class="input-group">
      <input type="email" class="form-control required no-mark email" id="u_id" name="u_id" placeholder="Email" aria-required="true">
      <div class="input-group-append">
        <button class="btn btn-primary" type="submit">Submit</button>
      </div>
    </div>
    <small class="form-text text-danger mt-2 message"></small>
  </fieldset>
</form>

Name: resendFormPOST

<form id="resendForm" name="resendForm" action="" method="post" class="form" novalidate="novalidate">
  <input name="todo" type="hidden" value="resend">
  <fieldset>
    <div class="input-group">
      <input type="email" class="form-control required no-mark email" id="resend_email" name="resend_email" placeholder="Email" aria-required="true">
      <div class="input-group-append">
        <button class="btn btn-primary" type="submit">Submit</button>
      </div>
    </div>
    <small class="form-text text-danger mt-2 message"></small>
  </fieldset>
</form>

Name: registerFormPOST

<form id="registerForm" name="registerForm" action="" method="post" class="form" novalidate="novalidate">
  <input name="todo" type="hidden" value="join">
  <input name="rtn" type="hidden" id="rtn" value="">
  <fieldset>
    <div class="d-flex flex-column">
      <div class="form-group order-1 ">
        <label class="label">Email<font class="text-danger">*</font></label>
        <input type="email" class="form-control required email" id="u_id" name="u_id" maxlength="100" placeholder="Please enter your email." aria-required="true">
        <div class="small line-height-sm text-danger pt-1 email_chk_text"> After submitting, the verification code will be sent to this Email. </div>
      </div>
      <div class="form-group order-2">
        <label class="label">Name<font class="text-danger">*</font></label>
        <input type="text" class="form-control required stringCheck" name="u_name" id="u_name" maxlength="10" placeholder="Please enter your real name." minlength="2" aria-required="true">
      </div>
    </div>
    <div class="form-group">
      <label class="label">Password<font class="text-danger">*</font></label>
      <input type="password" class="form-control required" id="u_password" name="u_password" placeholder="Please enter 6~12 digit password." maxlength="12" aria-required="true">
    </div>
    <div class="form-group">
      <label class="label">Confirm password again<font class="text-danger">*</font></label>
      <input type="password" class="form-control required" id="u_password2" name="u_password2" placeholder="Please enter your password again." maxlength="12" aria-required="true">
    </div>
    <div class="form-group">
      <label class="label">Invitation code<font class="text-danger">*</font></label>
      <input type="text" class="form-control required" id="invite" name="invite" placeholder="Please enter invitation code" aria-required="true">
    </div>
  </fieldset>
  <footer>
    <div class="my-3">
      <small class="font-text">After registering and having an account, it means that you have read and agreed with our <a href="/web/_pages/note/privacy.html" target="_blank" class="btn-link">"Privacy Policy"</a> and
        <a href="/web/_pages/note/service.html" target="_blank" class="btn-link">"Terms"</a>.</small>
    </div>
    <button class="btn btn-lg btn-block btn-primary" type="submit">Register</button>
  </footer>
</form>

Name: chkFormPOST

<form id="chkForm" name="chkForm" action="" method="post" class="form" novalidate="novalidate">
  <input name="todo" type="hidden" value="chk_id">
  <input name="chk_login_id" id="chk_login_id" type="hidden" value="">
  <fieldset>
    <div class="form-group">
      <label class="label">Mobile</label>
      <div id="chk_phone_text"></div>
    </div>
    <div class="form-group">
      <label class="label">Verification code</label>
      <input type="text" class="form-control required no-mark digits" id="chknum" name="chknum" placeholder="Verification code" aria-required="true">
    </div>
  </fieldset>
  <footer>
    <button class="btn btn-lg btn-block btn-primary" type="submit">Submit</button>
  </footer>
  <small class="form-text text-danger mt-2 message"></small>
</form>

Text Content

Cart
No items in the shopping cart.
Go Shopping

 * Cuban Cigars
    * BOLIVAR
    * COHIBA
    * CUABA
    * DIPLOMÁTICOS
    * H. UPMANN
    * HOYO DE MONTERREY
    * JOSE L. PIEDRA
    * JUAN LOPEZ
    * LA FLOR DE CANO
    * LA GLORIA CUBANA
    * MONTECRISTO
    * PARTAGÁS
    * POR LARRANAGA
    * PUNCH
    * QUAI D'ORSAY
    * QUINTERO
    * RAMON ALLONES
    * ROMEO Y JULIETA
    * SANCHO PANZA
    * SAN CRISTOBAL
    * TRINIDAD
    * VEGAS ROBAINA
    * VEGUEROS

 * About Us
 * News
 * FAQ


 * English 简体中文
 * 
 * 0
 * Login/Register

 * Products
   All products
   BOLIVAR
   COHIBA
   CUABA
   DIPLOMÁTICOS
   H. UPMANN
   HOYO DE MONTERREY
   JOSE L. PIEDRA
   JUAN LOPEZ
   LA FLOR DE CANO
   LA GLORIA CUBANA
   MONTECRISTO
   PARTAGÁS
   POR LARRANAGA
   PUNCH
   QUAI D'ORSAY
   QUINTERO
   RAMON ALLONES
   ROMEO Y JULIETA
   SANCHO PANZA
   SAN CRISTOBAL
   TRINIDAD
   VEGAS ROBAINA
   VEGUEROS
 * Website
    * 
    * Cuban Cigars
    * 
    * About Us
    * News
    * FAQ

 * Service
    * 
    * Website Terms
    * 
    * Privacy Policy

Language
 * English
 * 简体中文

FAQ
 * All
 * Member related

 * All
 * Member related

 * 1
 * 2
 * 3


BUY CIGARS

We cannot deliver Cuban cigars in the United States.
We cannot accept Orders from persons under the age of 18.

This website uses cookies to optimize your browsing experience.
By clicking "Agree" or continuing to browse the site, you agree to our use of
cookies.Read the Privacy Policy
Agree
Website
 * 
 * Cuban Cigars
 * 
 * About Us
 * 
 * News
 * 
 * FAQ

Service
 * 
 * Website Terms
 * 
 * Privacy Policy

Contacts
 * WeChat: CigarAlliance888
 * cigaralliance@gmail.com


© 2024 Cigar Alliance


 * Login
 * Register

Email
Password
Login
Forgotten password? Resend verification email
Submit
Submit
Email*
After submitting, the verification code will be sent to this Email.
Name*
Password*
Confirm password again*
Invitation code*
After registering and having an account, it means that you have read and agreed
with our "Privacy Policy" and "Terms".
Register
RegisterVerification code
Mobile

Verification code
Submit
Scan QRcode to join WeChat.