gdcart2.x3.qvw.cn Open in urlscan Pro
39.108.151.233  Public Scan

Submitted URL: http://gdcart2.x3.qvw.cn/
Effective URL: https://gdcart2.x3.qvw.cn/
Submission: On December 26 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST javascript:;

<form action="javascript:;" method="post" enctype="multipart/form-data" id="form-currency" class="header-dropdown">
  <div class="btn-group">
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown"> <span>$</span> <span class="hidden-xs">Currency</span>&nbsp;<i class="icon-right ion-ios-arrow-down"></i></button>
    <ul class="dropdown-menu">
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="EUR">€ Euro</button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="GBP">£ Pound Sterling</button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="USD">$ US Dollar</button>
      </li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="http://rozer3.demo2.towerthemes.com/">
</form>

POST javascript:;

<form action="javascript:;" method="post" enctype="multipart/form-data" id="form-language" class="header-dropdown">
  <div class="btn-group">
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown">
      <img src="static/picture/en-gb.png" alt="English" title="English">
      <span class="hidden-xs">Language</span>&nbsp;<i class="icon-right ion-ios-arrow-down"></i></button>
    <ul class="dropdown-menu">
      <li>
        <button class="btn btn-link btn-block language-select" type="button" name="en-gb"><img src="static/picture/en-gb.png" alt="English" title="English"> English</button>
      </li>
      <li>
        <button class="btn btn-link btn-block language-select" type="button" name="de-de"><img src="static/picture/de-de.png" alt="Germany" title="Germany"> Germany</button>
      </li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="http://rozer3.demo2.towerthemes.com/">
</form>

POST javascript:;

<form action="javascript:;" method="post" id="ajax-login-form" enctype="multipart/form-data">
  <div class="form-group">
    <label class="control-label" for="input-email">E-Mail Address</label>
    <input type="text" name="email" value="" placeholder="E-Mail Address" id="input-email" class="form-control">
  </div>
  <div class="form-group">
    <label class="control-label" for="input-password">Password</label>
    <input type="password" name="password" value="" placeholder="Password" id="input-password" class="form-control">
    <a class="forgotten" href="index-accountforgotten.html">Forgotten Password</a>
  </div>
  <div class="action">
    <button class="button btn" type="button" onclick="ptlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)"><span>Login</span></button>
    <button class="button btn" type="button" onclick="ptlogin.appendRegisterForm()"><span>Create an account</span></button>
    <img class="ajax-load-img" alt="" src="static/picture/ajax-loader.gif" width="30" height="30">
  </div>
</form>

POST javascript:;

<form action="javascript:;" method="post" id="ajax-register-form" enctype="multipart/form-data" class="form-horizontal">
  <fieldset id="account">
    <legend>Your Personal Details</legend>
    <div class="form-group required" style="display:  none ;">
      <label class="col-sm-2 control-label">Customer Group</label>
      <div class="col-sm-10">
        <div class="radio">
          <label>
            <input type="radio" name="customer_group_id" value="1" checked="checked"> Default</label>
        </div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-firstname">First Name</label>
      <div class="col-sm-10">
        <input type="text" name="firstname" value="" placeholder="First Name" id="input-firstname" class="form-control">
        <!-- Error First Name -->
        <div class="for-error error-firstname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-lastname">Last Name</label>
      <div class="col-sm-10">
        <input type="text" name="lastname" value="" placeholder="Last Name" id="input-lastname" class="form-control">
        <!-- Error Last Name -->
        <div class="for-error error-lastname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-email">E-Mail</label>
      <div class="col-sm-10">
        <input type="email" name="email" value="" placeholder="E-Mail" id="input-register-email" class="form-control">
        <!-- Error Email -->
        <div class="for-error error-email"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-telephone">Telephone</label>
      <div class="col-sm-10">
        <input type="tel" name="telephone" value="" placeholder="Telephone" id="input-telephone" class="form-control">
        <!-- Error Phone -->
        <div class="for-error error-telephone"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Your Password</legend>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-password">Password</label>
      <div class="col-sm-10">
        <input type="password" name="password" value="" placeholder="Password" id="input-register-password" class="form-control">
        <!-- Error Password -->
        <div class="for-error error-password"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-confirm">Password Confirm</label>
      <div class="col-sm-10">
        <input type="password" name="confirm" value="" placeholder="Password Confirm" id="input-confirm" class="form-control">
        <!-- Error Confirm Password -->
        <div class="for-error error-confirm"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Newsletter</legend>
    <div class="form-group">
      <label class="col-sm-2 control-label">Subscribe</label>
      <div class="col-sm-10">
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="1"> Yes</label>
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="0" checked="checked"> No</label>
      </div>
    </div>
  </fieldset>
  <div class="buttons">
    <div class="pull-right">
      <button type="button" onclick="ptlogin.registerAction();" class="btn button"><span>Continue</span></button>
      <img class="ajax-load-img" alt="" src="static/picture/ajax-loader.gif" width="30" height="30">
    </div>
  </div>
</form>

Text Content

 * Welcome you to Rozer Store!

 * Store Locator
 * Checkout
   
 * * My Account
     * Register
     * Or Sign In
 * $ Currency 
    * € Euro
    * £ Pound Sterling
    * $ US Dollar

 * Language 
    * English
    * Germany


 * MOBILE MENU

 * Home
 * Electronics
    * Bottoms
       * Leggings
       * Pants & Capris
       * Skirts
       * TV Sticks
       * Wide Leg Pants
   
    * Hot Categories
       * Blouses & Shirts
       * Dresses
       * Jackets & Coats
       * Jeans
       * Sweaters
   
    * Outerwear & Jackets
       * Basic Jackets
       * Blazers
       * Down Coats
       * Real Fur
       * Televisions
       * Trench Coats
   
    * Weddings & Events
       * Bridesmaid Dresses
       * Evening Dresses
       * Prom Dresses
       * Wedding Accessories
       * Wedding Dresses

 * Audio & Video
    * Mice and Trackballs
    * Monitors
       * test 1
       * test 2
   
    * Printers
    * Scanners
    * Web Cameras

 * Specials
 * About Us
 * Contact Us
 * Blog


Wish List 0
0 My Cart $0.00

 * Your shopping cart is empty!

All Categories
 * All Categories
 * Computers
 * Mac Computer
 * PC Computer
 * Windows Computer
 * Electronics
 * Batteries
 * Bags & Cases
 * Headphones
 * Joysticks
 * Microphones
 * Speakers
 * Stickers
 * Bottoms
 * Leggings
 * Pants & Capris
 * Skirts
 * TV Sticks
 * Wide Leg Pants
 * Camera & Photo
 * Action Cameras
 * Camcorders
 * Camera Drones
 * Digital Cameras
 * Supplies
 * Hot Categories
 * Blouses & Shirts
 * Dresses
 * Jackets & Coats
 * Jeans
 * Sweaters
 * Outerwear & Jackets
 * Basic Jackets
 * Blazers
 * Down Coats
 * Real Fur
 * Televisions
 * Trench Coats
 * Weddings & Events
 * Bridesmaid Dresses
 * Evening Dresses
 * Prom Dresses
 * Wedding Accessories
 * Wedding Dresses
 * Laptops & Notebook
 * Apple Mackbook
 * Lenovo Thinkpad
 * Microsoft
 * Medical Supplies
 * Medicine
 * Clothing
 * Fitness
 * Sportswear
 * Hard Anodized
 * Scratch Resistant
 * Titanium Nonstick
 * Shorts
 * Smart Electronics
 * Televisions
 * Video Games
 * Camera & Photo
 * Macs
 * Windows
 * Audio & Video
 * Mice and Trackballs
 * Monitors
 * test 1
 * test 2
 * Printers
 * Scanners
 * Web Cameras
 * Tablets
 * Health Food
 * Phones & PDAs
 * Disposable Medical
 * MP3 Players
 * FiiO M3 Pro
 * Sony NW-A105
 * Sony NWZ-E390

Search

 * Home
 * Electronics
   
   BOTTOMS
   
   LEGGINGS
   
   PANTS & CAPRIS
   
   SKIRTS
   
   TV STICKS
   
   WIDE LEG PANTS
   
   HOT CATEGORIES
   
   BLOUSES & SHIRTS
   
   DRESSES
   
   JACKETS & COATS
   
   JEANS
   
   SWEATERS
   
   OUTERWEAR & JACKETS
   
   BASIC JACKETS
   
   BLAZERS
   
   DOWN COATS
   
   REAL FUR
   
   TELEVISIONS
   
   TRENCH COATS
   
   WEDDINGS & EVENTS
   
   BRIDESMAID DRESSES
   
   EVENING DRESSES
   
   PROM DRESSES
   
   WEDDING ACCESSORIES
   
   WEDDING DRESSES

 * Audio & Video
    * Mice and Trackballs
    * Monitors
       * test 1
       * test 2
   
    * Printers
    * Scanners
    * Web Cameras

 * Video Games
 * Camera & Photo
    * Macs
    * Windows

 * Contact Us

Close


NEWSLETTER

You may unsubscribe at any moment. For that purpose, please find our contact
info in the legal notice.

Sign up

Don’t worry we don’t spam


Don't show again




LOGIN OR CREATE AN ACCOUNT

Close


RETURNING CUSTOMER

I am a returning customer

E-Mail Address
Password Forgotten Password
Login Create an account


LOGIN OR CREATE AN ACCOUNT

Close


REGISTER ACCOUNT

If you already have an account with us, please login at the login form.

Your Personal Details
Customer Group
Default
First Name

Last Name

E-Mail

Telephone

Your Password
Password

Password Confirm

Newsletter
Subscribe
Yes No
Continue



YOUR ACCOUNT HAS BEEN CREATED!

Thank you for registering with Rozer 3!

You will be notified by e-mail once your account has been activated by the store
owner.

If you have ANY questions about the operation of this online shop, please
contact the store owner.

Continue


ACCOUNT LOGOUT

You have been logged off your account. It is now safe to leave the computer.

Your shopping cart has been saved, the items inside it will be restored whenever
you log back into your account.

Continue

New small ipad pro

iPad Pro 9-inch

Now Available

Shop now
12

New small ipad pro

iPad Pro 9-inch

Now Available

Shop now

Wireless bluetooth gaming

Wireless Gamepad

IPEGA PG-9023

Shop now
Free Shipping

On all orders over $75.00

Free Returns

Returns are free within 9 days

Support 24/7

Contact us 24 hours a day

100% Payment Secure

Your payment are safe with us.



Shop By Categories

Popular Categories

COMPUTERS

0 products

 * Mac Computer
 * PC Computer
 * Windows Computer

View All

LAPTOPS & NOTEBOOK

0 products

 * Apple Mackbook
 * Lenovo Thinkpad
 * Microsoft

View All

SPORTSWEAR

0 products

 * Hard Anodized
 * Scratch Resistant
 * Titanium Nonstick

View All

AUDIO & VIDEO

6 products

 * Mice and Trackballs
 * Monitors
 * Printers

View All

MP3 PLAYERS

4 products

 * FiiO M3 Pro
 * Sony NW-A105
 * Sony NWZ-E390

View All

COMPUTERS

0 products

 * Mac Computer
 * PC Computer
 * Windows Computer

View All

LAPTOPS & NOTEBOOK

0 products

 * Apple Mackbook
 * Lenovo Thinkpad
 * Microsoft

View All

SPORTSWEAR

0 products

 * Hard Anodized
 * Scratch Resistant
 * Titanium Nonstick

View All

AUDIO & VIDEO

6 products

 * Mice and Trackballs
 * Monitors
 * Printers

View All

MP3 PLAYERS

4 products

 * FiiO M3 Pro
 * Sony NW-A105
 * Sony NWZ-E390

View All

COMPUTERS

0 products

 * Mac Computer
 * PC Computer
 * Windows Computer

View All

LAPTOPS & NOTEBOOK

0 products

 * Apple Mackbook
 * Lenovo Thinkpad
 * Microsoft

View All

SPORTSWEAR

0 products

 * Hard Anodized
 * Scratch Resistant
 * Titanium Nonstick

View All

AUDIO & VIDEO

6 products

 * Mice and Trackballs
 * Monitors
 * Printers

View All

MP3 PLAYERS

4 products

 * FiiO M3 Pro
 * Sony NW-A105
 * Sony NWZ-E390

View All

Smart Electronics
 * Electronics
 * Monitors
 * Leggings

Quick View

Apple

720 DEGREE PANORAMIC HD 360 VIDEO VR CAMERAS DUAL



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

APPLE 9.7" 128GB IPAD - SILVER MP2J2LL/A



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

APPLE IPHONE 7 32GB, IOS 10 - SILVER - RECERTIFIED



$500.00

Add to Cart Wishlist Compare
New
Quick View

Apple

CALVIN KLEIN JEANS REFLECTIVE LOGO FULL ZIP



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

CANON VISTA FHD 4K CAMCORDER 2214C002



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

JUICY COUTURE TRICOT LOGO STRIPE JACKET



$12.00 $2,000.00 -99%

Add to Cart Wishlist Compare
Quick View

Palm

MORBI MALESUADA KEEP THE ELEMENTS



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

MULTIPLE WIRELESS COMPUTING SUDDENLY



$1,000.00

Add to Cart Wishlist Compare

Quick View

HTC

NAM SED MAURIS UT YOU CAN TAKE CONTROL



$100.00

Add to Cart Wishlist Compare

Quick View

Apple

PLAYSTATION 4 PRO 1TB STAR WARS BATTLEFRONT II...



$100.00

Add to Cart Wishlist Compare

New
Quick View

Apple

CANON VISTA FHD 4K CAMCORDER 2214C002



$100.00

Add to Cart Wishlist Compare
Quick View

Canon

SONICFUEL WIRELESS OVER-EAR HEADPHONES



$200.00

Add to Cart Wishlist Compare

Quick View

Apple

720 DEGREE PANORAMIC HD 360 VIDEO VR CAMERAS DUAL



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

APPLE 9.7" 128GB IPAD - SILVER MP2J2LL/A



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

MULTIPLE WIRELESS COMPUTING SUDDENLY



$1,000.00

Add to Cart Wishlist Compare
Quick View

Apple

PLAYSTATION 4 PRO 1TB STAR WARS BATTLEFRONT II...



$100.00

Add to Cart Wishlist Compare

Quick View

Apple

SODALES BIBENDUM



$15.00 $100.00 -85%

Add to Cart Wishlist Compare
Quick View

Canon

SONICFUEL WIRELESS OVER-EAR HEADPHONES



$200.00

Add to Cart Wishlist Compare
New
Quick View

Apple

VIVAMUS LAOREET



$101.00

Add to Cart Wishlist Compare

Portable Audio & Video
 * Mac Computer
 * PC Computer
 * Microsoft

New
Quick View

Apple

CANON VISTA FHD 4K CAMCORDER 2214C002



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

JUICY COUTURE TRICOT LOGO STRIPE JACKET



$12.00 $2,000.00 -99%

Add to Cart Wishlist Compare
Quick View

Palm

MORBI MALESUADA KEEP THE ELEMENTS



$100.00

Add to Cart Wishlist Compare
Quick View

Apple

PLAYSTATION 4 PRO 1TB STAR WARS BATTLEFRONT II...



$100.00

Add to Cart Wishlist Compare

Quick View

Apple

SODALES BIBENDUM



$15.00 $100.00 -85%

Add to Cart Wishlist Compare
Quick View

Canon

SONICFUEL WIRELESS OVER-EAR HEADPHONES



$200.00

Add to Cart Wishlist Compare
Quick View

Canon

SUSPENDISSE POTENTI SECONDS AND SHOOTING



$80.00

Add to Cart Wishlist Compare
New
Quick View

Sony

VESTIBULUM NIBH



$1,000.00

Add to Cart Wishlist Compare

Quick View

Canon

WATER AND WIND RESISTANT INSULATED JACKET



$100.00

Add to Cart Wishlist Compare
New

Quick View

Vegetables

PELLENTESQUE



$199.99

Add to Cart Wishlist Compare

New
Quick View

Apple

MULTIPLE WIRELESS COMPUTING SUDDENLY



$1,000.00

Add to Cart Wishlist Compare
Quick View

HTC

NAM SED MAURIS UT YOU CAN TAKE CONTROL



$100.00

Add to Cart Wishlist Compare
New
Quick View

Hewlett-Packard

TRANS-WEIGHT HOODED WIND AND WATER RESISTANT SHELL



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

VIVAMUS LAOREET



$101.00

Add to Cart Wishlist Compare

Quick View

Apple

720 DEGREE PANORAMIC HD 360 VIDEO VR CAMERAS DUAL



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

JUICY COUTURE TRICOT LOGO STRIPE JACKET



$12.00 $2,000.00 -99%

Add to Cart Wishlist Compare
Quick View

Canon

SUSPENDISSE POTENTI SECONDS AND SHOOTING



$80.00

Add to Cart Wishlist Compare


Featured Products

Quick View

Apple

SODALES BIBENDUM



$15.00 $100.00 -85%

Add to Cart Wishlist Compare
New
Quick View

Apple

CANON VISTA FHD 4K CAMCORDER 2214C002



$100.00

Add to Cart Wishlist Compare
New
Quick View

Hewlett-Packard

TRANS-WEIGHT HOODED WIND AND WATER RESISTANT SHELL



$100.00

Add to Cart Wishlist Compare
Quick View

Palm

MORBI MALESUADA KEEP THE ELEMENTS



$100.00

Add to Cart Wishlist Compare
New
Quick View

Apple

MULTIPLE WIRELESS COMPUTING SUDDENLY



$1,000.00

Add to Cart Wishlist Compare

Quick View

Palm

SUSPENDISSE PALM



$279.99

Add to Cart Wishlist Compare
New

Quick View

Apple

VIVAMUS LAOREET



$101.00

Add to Cart Wishlist Compare

Quick View

Canon

SONICFUEL WIRELESS OVER-EAR HEADPHONES



$200.00

Add to Cart Wishlist Compare

Quick View

HTC

NAM SED MAURIS UT YOU CAN TAKE CONTROL



$100.00

Add to Cart Wishlist Compare
New

Quick View

Apple

CALVIN KLEIN JEANS REFLECTIVE LOGO FULL ZIP



$100.00

Add to Cart Wishlist Compare


Recently Added
Quick View


Apple

CALVIN KLEIN JEANS REFLECTIVE LOGO FULL ZIP



$100.00

Quick View


Vegetables

PELLENTESQUE



$199.99

Quick View


Canon

SONICFUEL WIRELESS OVER-EAR HEADPHONES



$200.00

Quick View


Apple

APPLE IPHONE 7 32GB, IOS 10 - SILVER - RECERTIFIED



$500.00

Quick View


Apple

CANON VISTA FHD 4K CAMCORDER 2214C002



$100.00

Quick View


Apple

SODALES BIBENDUM



$15.00 $100.00 -85%

Quick View


Palm

MORBI MALESUADA KEEP THE ELEMENTS



$100.00

Quick View


Apple

APPLE 9.7" 128GB IPAD - SILVER MP2J2LL/A



$100.00


Quick View


Palm

SUSPENDISSE PALM



$279.99


Quick View


Apple

MULTIPLE WIRELESS COMPUTING SUDDENLY



$1,000.00


About us

We are a team of designers and developers that create high quality Magento,
Prestashop, Opencart.

NEED HELP?

(+800) 345 678, (+800) 123 456

Customer Support
 * My Account
 * Order History
 * Newsletter
 * Specials
 * Returns

Information
 * About Us
 * Delivery Information
 * Privacy Policy
 * Terms & Conditions
 * Contact Us


NEWSLETTER

You may unsubscribe at any moment. For that purpose, please find our contact
info in the legal notice.

Sign up

Don’t worry we don’t spam


 * 
 * 
 * 
 * 
 * 
 * 

Copyright gainda. All Rights Reserved.