$name, 'symbol' => $symbol, 'plural' => $plural, 'description' => $description !== '' ? $description : 'Platform currency for tips and donations', ]); $settings = admin_get_token_settings($pdo); if (!empty($_FILES['token_icon']['name'])) { $upload = admin_handle_token_icon_upload($pdo, $_FILES['token_icon']); if ($upload['success']) { $settings['icon'] = $upload['path']; $success = $upload['message']; } else { $errors[] = $upload['message']; } } if (empty($errors)) { admin_mark_token_setup_complete(); unset($_SESSION['admin_csrf_token_setup']); header('Location: /admin.php'); exit; } } } admin_page_start('Token Setup', 'tokens', ['skip_token_setup_check' => true]); ?>

Welcome to the EasyStream Token Setup

Skip for now

Choose how your platform currency appears across the site. You can adjust these settings later in the token customization panel.

Current token icon

PNG, JPG, GIF, or SVG up to 2MB.

Advanced settings