Preview

User ID: 1001 — Premium: Yes


Active emoji tags
PING
😉
MENTION
👑
UBOT
😊
PROSES
🤔
BERHASIL
✔️
GAGAL
BROADCAST
🎺
BL_GROUP
👀
BL_KETERANGAN
🗒
MENUNGGU
PUTARAN
✈️
AEFKA
👣
ALASAN
🃏
WAKTU
🃏
PASIR

Generated snippets

Copy-paste these tags into your templates where needed.

<?php echo EMO_PING('1001', $defaults); ?>

👑 😊 (others are similar — PROSES/BERHASIL/GAGAL require premium)
Quick Demo

This simulates how your bot might build messages. For non-premium users some tags return empty strings.

Ping reply: 😉 Hello! I am alive.
Mention: 👑 You have been mentioned.
Process: 🤔 Working...
Success: ✔️ Done.
Manage emoji IDs

Set custom emoji id values for this user. Leave blank to use defaults.

Toggle premium to reveal PROSES/BERHASIL/GAGAL etc.
Cancel

Stored values
JSON storage for this user (editable via forms above)
{
    "premium": true,
    "vars": {
        "EMOJI_PING": "",
        "EMOJI_BERHASIL": "Hhh"
    }
}
Integration notes
  • Include this file or port the EMO_* functions into your bot server.
  • Use get_vars($user_id, $key) to read raw values.
  • By design, some emoji functions return an empty string for non-premium users (matching original logic).