phpBB Post Count Milestone Badge
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
phpBB Post Count Milestone Badge scans the current page for phpBB forum user post counts, extracting usernames, post counts, join dates, and rank information from phpBB user profiles and topic views. The floating panel shows post count milestones with visual indicators, progress to next milestone, and milestone achievement history. A summary of post count statistics, milestone progress bars, and next milestone predictions is provided. Set custom milestone targets, view milestone history, and export milestone data as CSV or text. Users approaching milestones are highlighted, and post count growth trends are tracked.
WHERE IT RUNS
Works on phpBB forum pages, including topic views, user profiles, and member list pages. The script detects users using phpBB-specific selectors and extracts post count metadata. It works best on phpBB forum pages with user post count information.
HOW TO USE
The panel displays all detected users with their post counts, ranks, and milestone progress. Each user shows a progress bar toward their next milestone, with color coding based on progress (green for close, red for far). Achieved milestones are displayed as badges. Click "Scan Users" to detect all users on the current page. Export milestone data as text for tracking or community management. The panel automatically tracks milestone achievements and shows them in the history.
MECHANISM — USER EXTRACTION WITH MILESTONE TRACKING
The script detects phpBB users by finding user containers using selectors (.postprofile, .user-info). From each container, it extracts the username, post count, join date, and rank using targeted sub-selectors. Milestone tracking uses configurable intervals (default: 100, 250, 500, 1000, 2500, 5000, 10000, 25000, 50000). Each user's milestone history is stored locally, tracking when milestones are achieved. The progress to the next milestone is calculated as a percentage of the current post count relative to the interval. The next milestone is predicted based on the user's current count and the configured intervals. All extraction and tracking runs client-side with no network calls.
THE PANEL
The floating panel is fully draggable and remembers its position per domain. Click the minimize button to collapse it to a small bubble, or press Escape to hide it. The panel automatically adjusts to different screen sizes and can be resized to show more content. All settings, including milestone intervals and display preferences, are saved per domain. The panel integrates smoothly with any page layout using the BGPanel framework, maintaining clean separation from page content.
PLEASE NOTE
This script requires the free BotGentz extension to run. It does not send any data to external servers; all extracted user data, milestone history, and settings remain entirely local to your browser using GM_setValue. The script never reads password fields, hidden inputs, or file inputs. It stores only usernames, post counts, join dates, ranks, and milestone achievements from publicly visible phpBB page content. User detection depends on the page structure; if users are not detected, use the "Scan Users" button to refresh extraction. The script works on phpBB pages and detects pages by hostname. Milestone intervals are configurable and can be adjusted to match your community's achievements. Data persists across browser sessions and is isolated per browser profile.