{% extends "base.html" %} {% block title %}InterBBS Game Scores Admin{% endblock %} {% block content %}

InterBBS Game Scores

InterBBS Sharing
BinkP networks only — QWK areas are identified by conference number, not by name, so a QWK network can never carry the InterBBS score data area. Only new personal bests get relayed, not every submission. Each game has its own on/off switch too (Admin → Games → edit a game). Enabling this resets the four casino weekly starting balances (Blackjack/Slots/Video Poker/Hold'em) to a shared standard, so a "peak balance" score means the same thing on every participating install — changing any of those four afterward automatically turns this feature back off until you re-enable it (Admin → Settings).
Recently Imported Scores
{% if pagination.items %}
{% for s in pagination.items %} {% endfor %}
# Player Game Score Source When
{{ s.id }} {{ s.display_username }} {{ s.game.name if s.game else s.game_id }} {{ s.score }} {{ s.origin_bbs }} {{ s.achieved_at|eastern('%Y-%m-%d %H:%M', '?') }}
{% if pagination.pages > 1 %} {% endif %} {% else %}

No scores imported yet.

{% endif %} {% endblock %}