support.gameloft.com Open in urlscan Pro
208.71.186.80  Public Scan

Submitted URL: http://support.gameloft.com/
Effective URL: https://support.gameloft.com/
Submission: On April 12 via api from US — Scanned from CA

Form analysis 5 forms found in the DOM

GET https://support.gameloft.com/search

<form id="js-home-search-form" class="search-box table w100 bp-center" action="https://support.gameloft.com/search" method="get" autocomplete="off">
  <div class="table-cell w100 bp-rel">
    <div id="js-home-search-placeholder" class="text-placeholder heading-medium uppercase italic">Got a question?</div>
    <input type="text" name="q" value="" class="bp-center heading-medium" id="js-home-search" required="required">
  </div>
  <div class="table-cell">
    <button class="btn-search" type="submit"><i class="icon-search"></i></button>
  </div>
</form>

<form id="js-frm-search-gamelist" class="cc-game-issues__search-box bp-rel">
  <i class="icon-search"></i>
  <input type="text" name="search" value="" class="font-24" placeholder="Search Games...">
</form>

#!

<form id="js-login-form" action="#!" class="modal-body no-shadow lunchtype" autocomplete="false">
  <!-- error-msg -->
  <div class="text-group js-error-msg-container hidden">
    <div class="error-field text-red">
      <i class="icon-times-circle"></i>
      <p>Invalid email address!</p>
    </div>
  </div>
  <!-- ./error-msg -->
  <!-- email -->
  <div class="text-group">
    <div class="text-field">
      <span class="text-field--placeholder" data-type="placeholder">Email</span>
      <input type="text" name="email" id="js-login-email" value="" data-placeholder="">
    </div>
  </div>
  <!-- ./email -->
  <!-- password -->
  <div class="text-group">
    <div class="text-field">
      <span class="text-field--placeholder" data-type="placeholder">Password</span>
      <input type="password" name="password" id="js-login-password" value="" data-placeholder="">
    </div>
  </div>
  <!-- ./password -->
  <div style="margin:0 auto;width:50%;" class="grecaptcha" id="login-modal-captcha"></div>
  <!-- login -->
  <div class="text-group">
    <button type="button" id="js-login-button" class="btn btn-invert uppercase t-white w100" name="button">Log In</button>
    <span class="cc-loading abs-center theme-light hidden"><i></i><i></i><i></i></span>
  </div>
  <!-- ./login -->
  <!-- signup/forgot-password -->
  <div class="auto signup-field">
    <div class="float-left">
      <input type="checkbox" name="remember" value="" id="js-login-remember-me">
      <label for="js-login-remember-me">Remember Me</label>
    </div>
    <div class="float-right">
      <a href="#!" class="text-blue" data-toggle="modal" data-target="#js-signup-modal">Sign up</a>&nbsp;| <a href="#!" class="text-gray" data-toggle="modal" data-target="#js-reset-password-modal">I forgot my password</a>
    </div>
  </div>
  <!-- ./signup/forgot-password -->
</form>

<form class="modal-body no-shadow lunchtype" id="js-frm-signup">
  <!-- error-msg -->
  <div class="text-group js-error-msg-container hidden">
    <div class="error-field text-red">
      <i class="icon-times-circle"></i>
      <p>Invalid email address!</p>
    </div>
  </div>
  <!-- ./error-msg -->
  <!-- email -->
  <div class="row text-group">
    <div class="twelve columns text-field">
      <span class="text-field--placeholder" data-type="placeholder">Email</span>
      <input type="text" name="email" class="u-full-width" data-placeholder="true">
    </div>
  </div>
  <!-- ./email -->
  <!-- password -->
  <div class="row text-group">
    <div class="twelve columns text-field">
      <span class="text-field--placeholder" data-type="placeholder">Password</span>
      <input type="password" autocomplete="off" name="password" value="" class="u-full-width" data-placeholder="true">
    </div>
  </div>
  <!-- re-enter password -->
  <div class="row text-group">
    <div class="twelve columns text-field">
      <span class="text-field--placeholder" data-type="placeholder">Re-enter password</span>
      <input type="password" autocomplete="off" name="repassword" value="" class="u-full-width" data-placeholder="true">
    </div>
  </div>
  <!-- firstname-lastname -->
  <div class="row text-group">
    <div class="six columns text-field">
      <span class="text-field--placeholder" data-type="placeholder">First name</span>
      <input type="text" name="firstname" maxlength="30" value="" class="u-full-width" data-placeholder="true">
    </div>
    <div class="six columns text-field">
      <span class="text-field--placeholder" data-type="placeholder">Last name</span>
      <input type="text" name="lastname" maxlength="30" value="" class="u-full-width" data-placeholder="true">
    </div>
  </div>
  <!-- ./firstname-lastname -->
  <!-- birthdate -->
  <div class="row text-group relative" id="js-birthday-container">
    <div class="twelve columns text-field">
      <span class="text-field--placeholder" data-type="placeholder">Birthday</span>
      <input type="text" name="birthday" value="" class="u-full-width datepicker" data-container="#js-birthday-container" data-placeholder="true" readonly="true">
      <i class="icon-calendar text-gray"></i>
    </div>
  </div>
  <!-- ./birthdate -->
  <div style="margin:0 auto;width:50%;">
    <div class="grecaptcha" id="signup-modal-captcha"></div>
  </div>
  <div class="text-group">
    <button type="submit" class="btn btn-invert uppercase t-white vm">Sign up</button>
    <button type="button" class="btn btn-no-border uppercase t-white vm" data-dismiss="modal">Close</button>
  </div>
</form>

<form class="modal-body no-shadow lunchtype" id="js-frm-reset-password">
  <!-- title -->
  <div class="text-group bp-center text-group--title">
    <p class="uppercase text-blue heading-medium">Reset password</p>
  </div>
  <!-- ./title -->
  <!-- error-msg -->
  <div class="text-group js-error-msg-container hidden">
    <div class="error-field text-red">
      <i class="icon-times-circle"></i>
      <p>Invalid email address!</p>
    </div>
  </div>
  <!-- ./error-msg -->
  <!-- email -->
  <div class="text-group">
    <div class="text-field">
      <span class="text-field--placeholder" data-type="placeholder">Email</span>
      <input id="fp-email" type="text" data-placeholder="true" name="email" value="">
    </div>
  </div>
  <div style="margin:0 auto;width:50%;">
    <div class="grecaptcha" id="reset-password-modal-captcha"></div>
  </div>
  <div class="text-group">
    <button type="submit" class="btn btn-invert uppercase t-white vm">Reset</button>
    <button type="button" class="btn btn-no-border uppercase t-white vm" data-toggle="modal" data-target="#js-reset-password-modal">Cancel</button>
  </div>
</form>

Text Content

 * * Log In
   * Sign up
 * Log In
 * Sign up


WELCOME TO THEGAMELOFT CUSTOMER CARE PORTAL!

Got a question?



GENERAL ISSUES

 * TECHNICAL
   
    * How do I transfer my progress to another device or recover it after
      reinstallation?
    * How do I update games?
    * My device or firmware is not supported.
   
   See more

 * PURCHASE
   
    * The purchase I ordered was not delivered. What should I do?
    * I was charged for something I did not order
    * How do I find the purchase confirmation?
   
   See more

 * GAMEPLAY
   
    * My account was banned. Why?
    * I can't write in the chat.
    * I am losing in-game currency for no reason.
   
   See more

 * Technical
 * Purchase
 * Gameplay


GAME ISSUES


   

 * Asphalt 8 Airborne

 * Asphalt 9: Legends

 * Disney Magic Kingdoms

 * Dragon Mania Legends

 * March of Empires

 * Gangstar Vegas

 * Sniper Fury

 * War Planet Online: Global Conquest

 * Dungeon Hunter 5

 * Modern Combat 5

 * Order & Chaos

 * My Little Pony

No results found.
My game is not listed above

AsphaltXtreme

Show More Games


SELECT A GAME

--------------------------------------------------------------------------------

×

×

Invalid email address!

Email
Password

Log In
Remember Me
Sign up | I forgot my password
×

Invalid email address!

Email
Password
Re-enter password
First name
Last name
Birthday

Sign up Close

Thank you for signing up.

A verification email has been sent to your email address.

Please click on the link in the email from Gameloft Customer Care to finish
creating your account.

If you cannot find the email, please check your Spam folder.

Please minimize the game (don't close it), check your inbox and activate your
account. When the account is activated, use your e-mail and password to log in.

Log In
×

Reset password

Invalid email address!

Email

Reset Cancel

Your password has been reset.

Your new password has been sent to your email.

Please check your email.

If you cannot find the email, please check your Spam folder.

Close
 * 
 * * 
   * 
   * 
   * 
 * English
   
   Americas & Oceanic
   
    * English
    * Brazilian
   
   Europe
   
    * Français
    * Deutsch
    * Español
    * Italiano
    * Русский
    * Türkçe
   
   Asia
   
    * 简体中文
    * 繁體中文
    * 日本語
    * 한국어
    * ภาษาไทย
    * العربية
    * Bahasa

©2020 Gameloft. All rights reserved. Gameloft and the Gameloft logo are
trademarks of Gameloft in the U.S. and/or other countries.
All other trademarks are the property of their respective owners.

Manage Your Cookie Choices