www.gamingins.com Open in urlscan Pro
156.230.15.165  Public Scan

Submitted URL: https://gamingins.com/
Effective URL: https://www.gamingins.com/
Submission: On August 03 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST https://www.gamingins.com/index.php?route=common/language/language

<form action="https://www.gamingins.com/index.php?route=common/language/language" method="post" enctype="multipart/form-data" id="form-language">
  <div class="btn-group">
    <span class="pull-left hidden-xs hidden-sm hidden-md text-ex">Language:</span>
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown">
      <img src="catalog/language/en-gb/en-gb.png" alt="English" title="English">
      <span class="hidden-sm hidden-xs">en-gb</span>
      <i class="fa fa-angle-down"></i>
    </button>
    <ul class="dropdown-menu">
      <li><button class="btn btn-link btn-block language-select item-selected" type="button" name="en-gb"><img src="catalog/language/en-gb/en-gb.png" alt="English" title="English"> English</button></li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://www.gamingins.com/index.php?route=common/home">
</form>

POST https://www.gamingins.com/index.php?route=common/currency/currency

<form action="https://www.gamingins.com/index.php?route=common/currency/currency" method="post" enctype="multipart/form-data" id="form-currency">
  <div class="btn-group">
    <span class="pull-left hidden-xs hidden-sm hidden-md text-ex">Currency:</span>
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown">
      <span>US$</span> <span class="hidden-sm hidden-xs">USD</span>
      <i class="fa fa-angle-down"></i>
    </button>
    <ul class="dropdown-menu">
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="AUD"> AU Dollar AU$ </button>
      </li>
      <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="NZD"> NZ Dollar NZ$ </button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="SGD"> SG Dollar S$ </button>
      </li>
      <li>
        <button class="item-selected currency-select btn btn-link btn-block" type="button" name="USD"> US$ US Dollar </button>
      </li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://www.gamingins.com/index.php?route=common/home">
</form>

POST #

<form action="#" 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="https://www.gamingins.com/index.php?route=account/forgotten">Forgotten Password</a>
  </div>
  <div class="action">
    <button class="button" type="button" onclick="ocajaxlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)"><span>Login</span></button>
    <button class="button" type="button" onclick="ocajaxlogin.appendRegisterForm()"><span>Create an account</span></button>
    <img class="ajax-load-img" alt="" src="https://www.gamingins.com/image/catalog/AjaxLoader.gif" width="30" height="30">
  </div>
</form>

POST https://www.gamingins.com/index.php?route=extension/module/ajaxregister

<form action="https://www.gamingins.com/index.php?route=extension/module/ajaxregister" 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">I have read and agree to the <a href="https://www.gamingins.com/index.php?route=information/information/agree&amp;information_id=3" class="agree"><b>Privacy Policy</b></a>
      <input type="checkbox" name="agree" value="1"> &nbsp; <input type="button" onclick="ocajaxlogin.registerAction();" value="Continue" class="btn btn-primary">
      <img class="ajax-load-img" alt="" src="https://www.gamingins.com/image/catalog/AjaxLoader.gif" width="30" height="30">
    </div>
  </div>
</form>

Name: subscribe

<form name="subscribe" id="subscribe-normal">
  <input type="text" value="" name="subscribe_email" id="subscribe_email-normal" placeholder="Enter you email address here...">
  <input type="hidden" value="" name="subscribe_name" id="subscribe_name">
  <a class="btn" onclick="email_subscribe()" title="Subscribe"><span>Subscribe</span></a>
  <div id="notification-normal"></div>
</form>

Name: subscribe

<form name="subscribe" id="subscribe_popup">
  <div>
    <!-- <span class="required">*</span><span>Enter you email address here...</span>-->
    <input type="text" value="" name="subscribe_pemail" id="subscribe_pemail" placeholder="Enter you email address here...">
    <input type="hidden" value="" name="subscribe_pname" id="subscribe_pname">
    <div id="notification"></div>
    <a class="button" onclick="email_subscribepopup()"><span>Subscribe</span></a>
  </div>
</form>

Text Content

My Account
 * Create account
 * Sign in

Language: en-gb
 * English

Currency: US$ USD
 * AU Dollar AU$
 * Euro €
 * NZ Dollar NZ$
 * SG Dollar S$
 * US$ US Dollar

Mobile Menu

 * Home
 * About us
 * Contact us
 * Specials
 * Blog



All Categories

 * All Categories
 * ACTION GAME
 * STRATEGY GAME
 * ADVENTURE GAME
 * ROLE PLAY GAME

Search

Wish list 0
0My Cart US$0.00

 * Your shopping cart is empty!

 * HOME
 * ACTION GAME
 * STRATEGY GAME
 * ADVENTURE GAME
 * ROLE PLAY GAME





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
I have read and agree to the Privacy Policy  



YOUR ACCOUNT HAS BEEN CREATED!

Thank you for registering with Gamingins!

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


Road To Valor - Empire Game

Command your own mythical army!


Shopping Now
12

Road To Valor - Empire Game

Command your own mythical army!


Shopping Now

Ninja Arashi 2

This is an action and adventure game.

Shopping Now

FAST POSTING

SAFE AND EFFICIENT

SUPPORT 24/7

CONTACT US 24 HOURS A DAY

EASY 7 DAYS RETURNS

7 DAYS MONEY BACK

PAYMENT SECURE

WE ENSURE SECURE PAYMENT


NEW ARRIVALS




New
Add to Wish List Compare this Product
Quick View

STEEL AND FLEASH 2 GOLD COINS RECHARGE

rating
Price:

US$0.99

Ex Tax: US$0.99

Available:In Stock

Add to Cart
New
Add to Wish List Compare this Product
Quick View

PIXEL CAR RACER CRATES RECHARGE

rating
Price:

US$0.99

Ex Tax: US$0.99

Available:In Stock

Add to Cart
New
Add to Wish List Compare this Product
Quick View

JOURNEY TO THE WEST JADE RECHARGE

rating
Price:

US$0.60

Ex Tax: US$0.60

Available:In Stock

Add to Cart
New
Add to Wish List Compare this Product
Quick View

ZERO TO HERO- PIXEL SAGA GAME DIAMOND RECHARGE

rating
Price:

US$0.99

Ex Tax: US$0.99

Available:In Stock

Add to Cart
New
Add to Wish List Compare this Product
Quick View

THREE KINGDOMS-DEVOURING INGOTS RECHARGE

rating
Price:

US$0.60

Ex Tax: US$0.60

Available:In Stock

Add to Cart
New
Add to Wish List Compare this Product
Quick View

SPOOKY RUNNER RECHARGE

rating
Price:

US$1.10

Ex Tax: US$1.10

Available:In Stock

Add to Cart
New
Add to Wish List Compare this Product
Quick View

RAGNAROK ONLINE MEOW COIN RECHARGE

rating
Price:

US$0.60

Ex Tax: US$0.60

Available:In Stock

Add to Cart
New
Add to Wish List Compare this Product
Quick View

HUNTING MISSION DIAMOND RECHARGE 200% BENEFIT

rating
Price:

US$0.60

Ex Tax: US$0.60

Available:In Stock

Add to Cart
prev
next




BEST SELLERS PRODUCTS

SLASH & GIRL RECHARGE

rating
Price:

US$1.80

Ex Tax: US$1.80



ART OF WAR 3 RECHARGE

rating
Price:

US$2.99

Ex Tax: US$2.99



NAMELESS UNDERWORLD GAME INGOTS RECHARGE

rating
Price:

US$4.99

Ex Tax: US$4.99



SHADOW FIGHT GEMS RECHARGE

rating
Price:

US$2.99

Ex Tax: US$2.99


prev
next




MOST VIEW PRODUCTS

ARES VIRUS GOLD COINS RECHARGE

rating
Price:

US$0.60

Ex Tax: US$0.60



CLASH OF FANS - CAR BATTLES RECHARGE

rating
Price:

US$0.99

Ex Tax: US$0.99



ENDLESS IMMORTAL PATH GAME JADE RECHARGE

rating
Price:

US$0.60

Ex Tax: US$0.60



ANCIENT SEAL-THE EXORCIST GAME JADES RECHARGE

rating
Price:

US$0.99

Ex Tax: US$0.99


prev
next




RECOMMENDED FOR YOUS

IMPERIAL SWORD AFFECTION INGOTS RECHARGE 200% BENEFIT

rating
Price:

US$0.60

Ex Tax: US$0.60



MISTY RAIN UNDERWORLD GOLD INGOT RECHARGE

rating
Price:

US$0.60

Ex Tax: US$0.60



WORLD OF SWORD RECHARGE

rating
Price:

US$0.60

Ex Tax: US$0.60



SOUTH PARK: PHONE DESTROYER RECHARGE

rating
Price:

US$4.99

Ex Tax: US$4.99


prev
next




 * Gamingins is a website for gaming products

 * 

 * 

Follow Us:
 * facebook
 * twitter
 * google
 * youtube

INFORMATION

 * About Us
 * Trading Rules
 * Privacy Policy
 * Terms & Conditions
 * Return Policy
 * Contact Us

EXTRAS

 * Returns
 * Site Map
 * Specials
 * Order History
 * Wish List
 * Newsletter

JOIN OUR NEWSLETTER

Subscribe to receive inspiration, ideas and news in your inbox.

Subscribe


FIND US ON MAP

Click on map icon to find our store.



Powered By Gamingins. © 2024 All Right Reserved.




Close


NEWSLETTER

Subscribe to our newsletters now and stay up-to-date with new collections, the
latest lookbooks and exclusive offers.

Subscribe
Don't show this popup again