// ACCESO SEGURO //
๐Ÿ‘ค โ€”
๐Ÿ’ฐ $0.00
๐Ÿ›’ Tienda
๐Ÿ’ณ Recargar
๐Ÿ“‹ Mis ร“rdenes
๐Ÿ’ฌ Soporte
PRODUCTOS
โณ
Cargando...
Mร‰TODOS DE PAGO
โณ
Cargando...
MIS ร“RDENES
๐Ÿ“‹
Sin รณrdenes aรบn.
SOPORTE
๐Ÿ’ฌ

WHATSAPP SOPORTE

+1 (809) 492-1522 ยท Lunโ€“Sรกb 9amโ€“9pm

๐Ÿ‘ฅ

GRUPO OFICIAL

รšnete al grupo de WhatsApp oficial

// PANEL DE CONTROL //
โŒ Contraseรฑa incorrecta
PANEL DE CONTROL
๐Ÿ“Š Dashboard
๐Ÿ›’ Productos
๐Ÿ’ณ Mรฉtodos de Pago
๐Ÿ‘ฅ Usuarios
๐Ÿ’ฐ Recargas
๐Ÿค– IA Asistente
โ€”
USUARIOS
โ€”
ร“RDENES
โ€”
RECARGAS PENDIENTES
โ€”
Mร‰TODOS ACTIVOS
๐Ÿ›’ PRODUCTOS
Cargando...
๐Ÿ’ณ Mร‰TODOS DE PAGO
Cargando...
๏ผ‹
AGREGAR Mร‰TODO DE PAGO
๐Ÿ‘ฅ USUARIOS & SALDO
Cargando...
๐Ÿ’ฐ SOLICITUDES DE RECARGA
Cargando...
๐Ÿค–
IA ASISTENTE ADMIN
Powered by GPT-4o ยท StarHacks
ACTIVO
๐Ÿค–
ASISTENTE IA ADMIN
Hola Admin ๐Ÿ‘‹ Soy tu asistente IA integrado.
Puedo ayudarte a:
โ€ข Modificar productos y precios
โ€ข Revisar y gestionar usuarios
โ€ข Aprobar o rechazar recargas
โ€ข Actualizar textos de la tienda
โ€ข Explicar errores y arreglarlos
โ€ข Generar ideas y estrategias

ยฟEn quรฉ te puedo ayudar hoy?
Enter para enviar ยท Shift+Enter nueva lรญnea
โž• AGREGAR PRODUCTO
// CONFIGURAR PRODUCTO //
1 DรA
7 DรAS
15 DรAS
30 DรAS
๐Ÿ’ณ Mร‰TODO DE PAGO
// CONFIGURAR Mร‰TODO //
Mantรฉn Ctrl para seleccionar varios.
n/g,'
'); return t; } window.copyAIMsg=function(btn,encoded){ try{ const text=decodeURIComponent(atob(encoded)); navigator.clipboard?.writeText(text); btn.textContent='โœ… Copiado'; btn.classList.add('copied'); setTimeout(()=>{btn.textContent='๐Ÿ“‹ Copiar';btn.classList.remove('copied');},2000); }catch(e){} }; window.retryAI=function(){ if(aiHistory.length>=2){ const lastUser=aiHistory[aiHistory.length-2]; aiHistory.splice(-2); document.getElementById('aiInput').value=lastUser.content; sendAIMsg(); } }; let aiTypingEl=null; function showAITyping(){ const msgs=document.getElementById('aiMessages'); aiTypingEl=document.createElement('div'); aiTypingEl.className='ai-msg bot'; aiTypingEl.id='aiTypingRow'; aiTypingEl.innerHTML='
๐Ÿค–
'; msgs.appendChild(aiTypingEl); msgs.scrollTop=msgs.scrollHeight; } function removeAITyping(){const el=document.getElementById('aiTypingRow');if(el)el.remove();} // Auto-resize textarea const aiTa=document.getElementById('aiInput'); if(aiTa){aiTa.addEventListener('input',()=>{aiTa.style.height='auto';aiTa.style.height=Math.min(aiTa.scrollHeight,100)+'px';});}