sklep3.mk-telekom.pl Open in urlscan Pro
45.151.126.22  Public Scan

URL: https://sklep3.mk-telekom.pl/
Submission: On September 28 via automatic, source certstream-suspicious — Scanned from PL

Form analysis 4 forms found in the DOM

POST https://sklep3.mk-telekom.pl/index.php?route=common/currency/currency

<form action="https://sklep3.mk-telekom.pl/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>$</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="https://sklep3.mk-telekom.pl/">
</form>

POST https://sklep3.mk-telekom.pl/index.php?route=common/language/language

<form action="https://sklep3.mk-telekom.pl/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 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="catalog/language/en-gb/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="catalog/language/de-de/de-de.png" alt="Germany" title="Germany">Germany</button>
      </li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://sklep3.mk-telekom.pl/">
</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://sklep3.mk-telekom.pl/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://sklep3.mk-telekom.pl/image/catalog/ajax-loader.gif" width="30" height="30">
  </div>
</form>

POST https://sklep3.mk-telekom.pl/index.php?route=plaza/register

<form action="https://sklep3.mk-telekom.pl/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://sklep3.mk-telekom.pl/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://sklep3.mk-telekom.pl/image/catalog/ajax-loader.gif" width="30" height="30">
    </div>
  </div>
</form>

Text Content

 * admin@mk-telekom.pl

   
   
 * facebook twitter Instagram youtube
 * $ Currency 
    * €Euro
    * £Pound Sterling
    * $US Dollar

 * Language 
    * English
    * Germany

   


 * MOBILE MENU

 * Home
 * Shop
    * Health Care
       * Circular Saws
       * Jigsaws
       * Mitre Saws
       * Reciprocating Saws
       * Table Saws
   
    * Makeup
       * Hard Anodized
       * Scratch Resistant
       * Thermo-Spot
       * Titanium Nonstick
       * Ultimate
   
    * Nail Art & Tools
       * Ceramic
       * Dishwasher-Safe
       * Gas Stovetop Compatible
       * Induction Stovetop Compatible
       * Mirror Satin
   
    * Skin Care
       * Aura Stainless
       * Cuisinart
       * Homeinart
       * Kettle Stainless
       * Steel Stovetop

 * Accessories
    * Gel Nail Polish
       * Scanners 1
       * Scanners 2
       * Scanners 3
       * Scanners 4
   
    * Massage & Relaxation
       * Mice 1
       * Mice 2
       * Trackballs 1
       * Trackballs 2

 * Specials
 * About Us
 * Contact Us
 * Blog


 * * My Account
     * Register
     * Login

Wish List 0
0 My Cart $0.00

 * Your shopping cart is empty!

All Categories
 * All Categories
 * Beauty & Health
 * Face & Body
 * Aluminum Nonstick
 * Calphalon
 * Contemporary
 * Hard-Anodized
 * Sauce Pan
 * Hair & Nails
 * Apple laptops
 * Backlit
 * Chromebooks
 * Eluktronics
 * EXcaliberPC
 * Gaming Laptops
 * MacBooks
 * Microsoft Surface
 * PC Laptops
 * Makeup & Cosmetics
 * Dual Core
 * Gaming Monitors
 * GPS Monitors
 * IPS Monitors
 * Quad Core
 * Single Core
 * Top Picks for Monitors
 * LED Monitors
 * LCD Monitors
 * Brushes
 * Eye Makeup
 * Facial Oils
 * Hair Preparations
 * Hair Spray
 * Adapters, Cables & Chargers
 * iPhone
 * Prepaid Phones
 * Unlocked Phones
 * Rinses
 * E-Readers
 * iPad
 * iPad & Tablet Accessories
 * Kids Tablets
 * Oral Hygiene
 * Personal Cleanliness
 * Shaving Preparations
 * Shop Cosmetic
 * Health Care
 * Circular Saws
 * Jigsaws
 * Mitre Saws
 * Reciprocating Saws
 * Table Saws
 * Makeup
 * Hard Anodized
 * Scratch Resistant
 * Thermo-Spot
 * Titanium Nonstick
 * Ultimate
 * Nail Art & Tools
 * Ceramic
 * Dishwasher-Safe
 * Gas Stovetop Compatible
 * Induction Stovetop Compatible
 * Mirror Satin
 * Skin Care
 * Aura Stainless
 * Cuisinart
 * Homeinart
 * Kettle Stainless
 * Steel Stovetop
 * Shop electronics
 * Cell Phones
 * Cellphone Accessories
 * Mobile Hotspots & Plans
 * Phones With Plans
 * Prepaid Plans
 * GPS & Navigation
 * Accessories
 * Auto GPS Units
 * Fitness GPS Units
 * Handheld GPS Units
 * Home Audio & Theater
 * Home Theater
 * Sports
 * Stereo Receivers and Amplifiers
 * Surround Sound Speakers Systems
 * Smart Home
 * Smart Appliances
 * Smart Display
 * Smart Energy and Lighting
 * Smart Health and Fitness
 * Smartwatch
 * Studio & Professional
 * TV & Audio
 * Video Games
 * Shop Organic
 * Canned Goods
 * Generic
 * Gvasalia
 * Hypebeast
 * Luxury
 * Seasonal
 * Dry Fruits & Snacks
 * Arugula
 * Beets
 * Cucumber
 * Eggplant
 * Fresh Fruits
 * Avocado
 * Banana
 * Blueberries
 * Coconut*
 * Coffee
 * Fresh Vegetables
 * Cabbage
 * Carrots
 * Kale
 * Potatoes
 * Spinach
 * Accessories
 * Gel Nail Polish
 * Scanners 1
 * Scanners 2
 * Scanners 3
 * Scanners 4
 * Massage & Relaxation
 * Mice 1
 * Mice 2
 * Trackballs 1
 * Trackballs 2
 * Suntan Preparations

Search

 * Home
 * Shop
   
   HEALTH CARE
   
   CIRCULAR SAWS
   
   JIGSAWS
   
   MITRE SAWS
   
   RECIPROCATING SAWS
   
   TABLE SAWS
   
   MAKEUP
   
   HARD ANODIZED
   
   SCRATCH RESISTANT
   
   THERMO-SPOT
   
   TITANIUM NONSTICK
   
   ULTIMATE
   
   NAIL ART & TOOLS
   
   CERAMIC
   
   DISHWASHER-SAFE
   
   GAS STOVETOP COMPATIBLE
   
   INDUCTION STOVETOP COMPATIBLE
   
   MIRROR SATIN
   
   SKIN CARE
   
   AURA STAINLESS
   
   CUISINART
   
   HOMEINART
   
   KETTLE STAINLESS
   
   STEEL STOVETOP
   
   
 * Accessories
    * Gel Nail Polish
       * Scanners 1
       * Scanners 2
       * Scanners 3
       * Scanners 4
   
    * Massage & Relaxation
       * Mice 1
       * Mice 2
       * Trackballs 1
       * Trackballs 2

 * Specials
 * About Us
 * Contact Us
 * Blog
   
   BLOG PAGE WITH LEFT COLUMN
   
   
   
   BLOG PAGE WITH RIGHT COLUMN
   
   
   
   BLOG PAGE WITH GRID STYLE
   
   
   
   BLOG PAGE WITH LIST STYLE
   
   
   
   CATEGORIES POST PAGE
   
   
   
   POST PAGE
   
   


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 Safira Cosmetic 1!

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
Close


SIGN UP NEWSLETTER

Enjoy our newsletter to stay updated with the latest news and special sales.
Let's your email address here!

Subscribe

Don't show again

discover our bestselling

Anti-Oxidant Marine
Face Creams

Read more
PrevNext
12

discover our bestselling

Anti-Oxidant Marine
Face Creams

Read more

Radiant. Youthful. Glowing

Making Beautiful
Skin A Reality

Read more
Free Shipping

Free shipping on all US order or order above $200

Support 24/7

Contact us 24 hours a day, 7 days a week

30 Days Return

Simply return it within 30 days for an exchange

100% Payment Secure

We ensure secure payment with PEV


Hot Deals

Add hot products to weekly line up

-33%
New
Add to Cart Add to Wish List Compare this Product Quick View

APPLE CINEMA 30

Apple



$98.00 $146.00

availabe:300

Sold:40



Hurry up! Offer ends in:

173day
3hour
11min
56sec
-22%
New

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

IMAC 4K 21.5-INCH

Apple



$86.00 $110.00

availabe:643

Sold:334



Hurry up! Offer ends in:

504day
3hour
11min
56sec
-25%
New

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

MACBOOK PRO - 15"

Apple



$90.00 $120.00

availabe:441

Sold:556



Hurry up! Offer ends in:

152day
3hour
11min
56sec
-20%

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

PALM TREO PRO

Palm



$98.00 $121.99

availabe:753

Sold:245



Hurry up! Offer ends in:

504day
3hour
11min
56sec

New Arrivals

Add new products to weekly line up

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

VIEWSONIC VP326

HTC



$122.00

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

APPLE IPOD CLASSIC

Apple



$122.00

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

HP LP3065 LCD

Hewlett-Packard



$122.00

-25%
New
Add to Cart Add to Wish List Compare this Product Quick View

MACBOOK PRO - 15"

Apple



$90.00 $120.00

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

MACBOOK AIR - 13.3"

Apple



$1,202.00

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

MACBOOK PRO - 13"

Apple



$602.00

-33%
New
Add to Cart Add to Wish List Compare this Product Quick View

APPLE CINEMA 30

Apple



$98.00 $146.00

-22%
New
Add to Cart Add to Wish List Compare this Product Quick View

IMAC 4K 21.5-INCH

Apple



$86.00 $110.00

New

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

IPHONE 8 PLUS

Apple



$123.20

New

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

APPLE IPOD NANO

Apple



$122.00


Featured Products

Add hot products to weekly line up

APPLE CINEMA 30

Apple



$98.00 $146.00

APPLE IPOD CLASSIC

Apple



$122.00

APPLE IPOD NANO

Apple



$122.00

APPLE IPOD SHUFFLE

Apple



$122.00

APPLE IPOD TOUCH

Apple



$122.00

IMAC 4K 21.5-INCH

Apple



$86.00 $110.00

IPHONE 8 PLUS

Apple



$123.20

PALM TREO PRO

Palm



$98.00 $121.99

CANON EOS 5D

Canon



$122.00

VIEWSONIC VP32

HTC



$122.00



Most Viewed

Add most viewed products to weekly line up

-20%
Add to Cart Add to Wish List Compare this Product Quick View

PALM TREO PRO

Palm



$98.00 $121.99

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

VIEWSONIC VP326

HTC



$122.00

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

APPLE IPOD CLASSIC

Apple



$122.00

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

HP LP3065 LCD

Hewlett-Packard



$122.00

-25%
New
Add to Cart Add to Wish List Compare this Product Quick View

MACBOOK PRO - 15"

Apple



$90.00 $120.00

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

MACBOOK AIR - 13.3"

Apple



$1,202.00

New

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

MACBOOK PRO - 13"

Apple



$602.00

-33%
New

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

APPLE CINEMA 30

Apple



$98.00 $146.00

-22%
New

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

IMAC 4K 21.5-INCH

Apple



$86.00 $110.00

New

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

IPHONE 8 PLUS

Apple



$123.20



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

facebook twitter Instagram youtube
Information
 * About Us
 * Delivery Information
 * Privacy Policy
 * Terms & Conditions
 * Contact Us
 * Returns
   

Customer Service
 * Site Map
   
   
 * Wish List
 * Brands
 * Gift Certificates
 * Affiliate
 * Specials

Join Our Newsletter

Sign up for our e-mail to get latest news.

Subscribe


Powered By Plazathemes. Safira Cosmetic 1 © 2023