Contatti

07 / CONTATTI

Inizia
un progetto.

Rispondiamo entro 24h. Niente bot. Niente assistant. Solo Dragos.

DIRETTO

Email,
telefono,
signal.

Per progetti seri scrivici. Per emergenze chiamaci. Per cose riservate signal: il numero รจ lo stesso del telefono.

๐Ÿ“ง DRAGOS@BUSE.PRO
๐Ÿ“ž +44 7839 282 999
๐Ÿ“ฑ WhatsApp ยท +39 379 106 0679
๐Ÿ“ Guernsey (UK) โ€” Milan (IT)
    Guernsey (UK) ยท Milan (IT)
๐ŸŒ www.buse.pro
FORM
(() => { const form = document.getElementById(‘bp-contact-form’); if (!form) return; const loadedAt = Date.now(); form.addEventListener(‘submit’, async e => { e.preventDefault(); document.getElementById(‘bp-ts’).value = Math.round((Date.now() – loadedAt) / 1000); const msg = document.getElementById(‘bp-contact-msg’); msg.textContent = ‘Invio in corso…’; const fd = new FormData(form); const nonce = ‘57f1986dd2’; fd.append(‘nonce’, nonce); try { const r = await fetch(‘/wp-admin/admin-ajax.php’, { method: ‘POST’, body: fd }); const j = await r.json(); msg.textContent = j.success ? ‘โœ“ ‘ + (j.data && j.data.msg || ‘Inviato’) : ‘โœ— ‘ + (j.data && j.data.msg || ‘Errore’); msg.style.color = j.success ? ‘var(–bp-acid)’ : ‘#ff5555’; if (j.success) form.reset(); } catch (err) { msg.textContent = ‘โœ— Connessione fallita’; msg.style.color = ‘#ff5555’; } }); })();