Preview

User ID: 1001 — Premium: No


Active emoji tags
PING
😉
MENTION
👑
UBOT
😊
PROSES
(hidden)
BERHASIL
(hidden)
GAGAL
(hidden)
BROADCAST
(hidden)
BL_GROUP
(hidden)
BL_KETERANGAN
(hidden)
MENUNGGU
(hidden)
PUTARAN
(hidden)
AEFKA
(hidden)
ALASAN
(hidden)
WAKTU
(hidden)
PASIR
(hidden)

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": false,
    "vars": {
        "EMOJI_PING": "\u2b50",
        "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).