La 1re plateforme
d'encheres live en Algerie

Achetez et vendez en direct - streaming live,
offres en temps reel, paiement securise Edahabia and CIB.

3
En direct
127
Actifs
2.4M
DA echanges
98%
Satisfaction
En direct
Prochaines encheres
MAZAD LIVE

Connexion rapide

Entrez votre email - vous recevrez immediatement un code.

Connexion securisee - aucun mot de passe
MAZAD LIVE

Code de verification

Code envoye a

Pas recu ? Renvoyer le code
3script> 'use strict'; const S = { view:'home', user:null, token:localStorage.getItem('mzd_tok')||null, email:'' }; const LIVE = [ { id:'1', ico:'', title:'Collier Or 18 carats', cat:'Bijoux', price:85000, bids:23, timer:'04:32' }, { id:'2', ico:'', title:'iPhone 15 Pro Max 256Go', cat:'Electronique', price:230000, bids:41, timer:'12:18' }, { id:'3', ico:'', title:'Tapis Artisanal 200x300', cat:'Artisanat', price:45000, bids:8, timer:'28:55' } ]; const UP = [ { ico:'', title:'Renault Symbol 2019', cat:'Automobile', price:1200000, when:'Dans 2h' }, { ico:'', title:'Studio F2 Alger', cat:'Immobilier', price:8500000, when:'Demain 14h' }, { ico:'', title:'Casio G-Shock', cat:'Accessoires', price:35000, when:'Demain 16h' } ]; document.addEventListener('DOMContentLoaded',()=>{ if(S.token){try{const p=JSON.parse(atob(S.token.split('.')[1]));S.user=p;authUI();}catch(ex%{S.token=null;localStorage.removeItem('mzd_tok');}} renderLive();renderUp();loadAuctions(); }); function go(n){if(n==='auth-email'&&S.user){toast('Deja connecte','ok');return;}document.querySelectorAll('.view').forEach(v=>v.classList.remove('active'));const el=document.getElementById('view-'+n);if(el)el.classList.add('active');S.view=n;window.scrollTo(0,0);if(n==='auth-otp')setTimeout(()=>document.getElementById('d0').focus(),80);} function renderLive(data){const g=document.getElementById('grid-live');const list=(data&&data.length)?data:LIVE;if(!list.length){g.innerHTML='