www.recreatii.com Open in urlscan Pro
156.230.15.71  Public Scan

Submitted URL: https://recreatii.com/
Effective URL: https://www.recreatii.com/
Submission: On November 19 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

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

<form action="https://www.recreatii.com/index.php?route=common/currency/currency" 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 class="icons">US$</span> <span class="hidden-xs">Currency</span>&nbsp;<i class="icon-right icon-arrow-down"></i></button>
    <ul class="dropdown-menu">
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="AUD">AU$ AU Dollar</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$ NZ Dollar</button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="SGD">S$ SG Dollar</button>
      </li>
      <li>
        <button class="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.recreatii.com/">
</form>

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

<form action="https://www.recreatii.com/index.php?route=common/language/language" 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="catalog/language/en-gb/en-gb.png" alt="English" title="English">
      <span class="hidden-xs">Language</span>&nbsp;<i class="icon-right icon-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="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.recreatii.com/">
</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.recreatii.com/index.php?route=account/forgotten">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="https://www.recreatii.com/image/catalog/ajax-loader.gif" width="30" height="30">
  </div>
</form>

POST https://www.recreatii.com/index.php?route=plaza/register

<form action="https://www.recreatii.com/index.php?route=plaza/register" 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.recreatii.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="ptlogin.registerAction();" value="Continue" class="btn btn-primary">
      <img class="ajax-load-img" alt="" src="https://www.recreatii.com/image/catalog/ajax-loader.gif" width="30" height="30">
    </div>
  </div>
</form>

Text Content

 * Create account or Sign in

 * Checkout
 * US$ Currency 
    * AU$ AU Dollar
    * € Euro
    * NZ$ NZ Dollar
    * S$ SG Dollar
    * US$ US Dollar

 * Language 
    * English

   


 * MOBILE MENU

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


All Categories
 * All Categories
 * Role Play Game
 * Action Game
 * Strategy Game
 * Adventure Game

Search

Wish List 0
0 My Cart US$0.00

 * Your shopping cart is empty!

Hot Sales
 * Slash&Girl
 * legendary
 * Road to valor
 * Three Kingdoms
 * Hunting Mission
 * World of sword
 * Immortal Awakening
 * Ares Virus
 * Eternal Demon Hunt
 * Misty Rain Underworld

 * Home
 * Role Play
 * Action Game
 * Strategy Game
 * Adventure Game

Create account or Sign in



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 Hottplay!

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




Eternal Demon Hunt

Resist the invasion of demons with friends

Read more




Ancient Sealing of Demons

Slash demons and eliminate evil spirits

Read more

Fast Posting

24h Safe And efficient

EASY 14 DAYS RETURNS

14 Days Money Back

100% SECURE

PayPal / MasterCard / Visa

Support 24/7

We Will Be At Your Service

Recommend
 * 

New
Add to Cart Quick View

US$1.80

SLASH & GIRL RECHARGE

Add to Cart Quick View

US$0.60

ENDLESS IMMORTAL PATH GAME JADE RECHARGE

Add to Cart Quick View

US$0.99

CLASH OF FANS - CAR BATTLES RECHARGE

Add to Cart Quick View

US$0.99

ZERO TO HERO- PIXEL SAGA GAME DIAMOND RECHARGE

Add to Cart Quick View

US$0.60

JOURNEY TO THE WEST JADE RECHARGE


New Listing

US$0.60

ANCIENT SEALING OF DEMONS RECHARGE

US$0.99

NINJA ARASHI 2 GOLD COINS RECHARGE

US$0.60

RAGNAROK ONLINE MEOW COIN RECHARGE

Double benefit

US$1.48

SHADOW SLAYER-DEMON HUNTER GEM RECHARGE 200% BENEFIT

US$0.60

HUNTING MISSION DIAMOND RECHARGE 200% BENEFIT

US$0.60

IMPERIAL SWORD AFFECTION INGOTS RECHARGE 200% BENEFIT

You may like

US$4.99

NAMELESS UNDERWORLD GAME INGOTS RECHARGE

US$2.99

SHADOW FIGHT GEMS RECHARGE

US$4.99

SOUTH PARK: PHONE DESTROYER RECHARGE

 * PinkingPeachy OÜ
 * Harju maakond, Tallinn, Põhja-Tallinna linnaosa, Kopli tn 27, 10412
 * 
   

Information
 * About Us
 * Trading Rules
 * Privacy Policy
 * Terms & Conditions
 * Refund Policy
   

Service
 * Site Map
   
 * Order History
 * Wish List
   
   

My Account
 * My Account
   
 * Returns
 * Newsletter
 * Contact Us

Powered By Hottplay ©2024 All Right Reserved.