Unlock Admin
This dashboard controls page settings, ads, prizes, raffle countdown target, and saved browser data.
Page Control Windows
Each window saves page settings and ad settings to its own localStorage key.
Home Page Controls
Home Page Ads
Number Roller Controls
Number Roller Ads
Raffle Roller Controls
Raffle Roller Ads
Home Prizes Controls
Use an array of objects with:
tag,
name,
desc,
image.
Example Format
[
{
"tag": "Prize 1",
"name": "$100 Cash",
"desc": "A quick cash prize for the next winning draw.",
"image": "cash-prize.jpg"
},
{
"tag": "Prize 2",
"name": "50\" Smart TV",
"desc": "Big screen prize for the next featured raffle round.",
"image": "tv-prize.jpg"
},
{
"tag": "Prize 3",
"name": "Gift Basket",
"desc": "A themed basket packed with bonus items and surprises.",
"image": "basket-prize.jpg"
}
]
Page Activation Controls
Turn each page on or off individually. Deactivated pages will show a closed-page message instead of the page content.
Controls index.html.
Controls number-roller.html.
Controls raffle-roller.html.
Global Roll Controls
These still feed the legacy shared keys your current roller pages already use.
Used by Number Roller and Raffle Roller.
Raffle Drawing Countdown Control
Set when the raffle should automatically roll. Choose one-time, daily, weekly, or monthly.
This saves the next countdown target plus the repeat schedule so the Home page and Raffle Roller can stay in sync.
Current schedule
—
Raffle Pot Amount
Set the number shown on the Home page raffle card. It will display as Pot Amount.
Examples: $500, 1500, $1,200
Home page preview
Pot Amount: —
Raffle Entries Manager
Moved from the Raffle Roller page. Add, verify, search, and remove raffle names + ticket numbers from the admin page.
Tip: enter multiple tickets separated by commas, spaces, or new lines. Each ticket will save under the same name.
Matches: 0
Round: 0
Winning Ticket: ------
| Verified | Name | Ticket # | Result | Actions |
|---|---|---|---|---|
| No raffle entries found. | ||||
Number Roller Entries Manager
Add, search, and remove Number Roller names + 3-digit predictions from the admin page.
Matches: 0
| Name | Prediction | Play Type | Actions |
|---|---|---|---|
| No number entries found. | |||
Maintenance
This removes browser-saved entries/history from this device only.
Main keys used here:
NR_GLOBAL_SETTINGS
NR_ADS_SETTINGS
NR_HOME_PAGE_SETTINGS / NR_HOME_ADS_SETTINGS
NR_NUMBER_PAGE_SETTINGS / NR_NUMBER_ADS_SETTINGS
NR_RAFFLE_PAGE_SETTINGS / NR_RAFFLE_ADS_SETTINGS
NR_HOME_PRIZES_SETTINGS
NR_RAFFLE_DRAW_TARGET