Contact

07 / CONTATTI

Start
un progetto.

We answer within 24h. No bots. No assistants. Just Dragos.

DIRECT

Email,
telefono,
signal.

For serious projects write us. For emergencies call us. For confidential matters use Signal: same number as phone.

๐Ÿ“ง DRAGOS@BUSE.PRO
๐Ÿ“ž +44 7839 282 999
๐Ÿ“ 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 = ‘5360b7738d’; 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 || ‘Sendto’) : ‘โœ— ‘ + (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’; } }); })();