1c9e99f91e
PolHunter retains well and recruits badly. On 2026-09-22 it had its best day, 105 finds from 37 hunters, and had sent three people to InstantAdPay in its whole life, all three on one member's link. Earning and sharing were separate actions and only one of them paid. Bringing someone is now the best-paid thing on the board, and the card sits first in the mission list rather than on a promo page nobody opens. A flat 3 POL the first time someone they brought finds a code, then 20% on top of that person's finds for their first 30 days, paid from the pool and never taken out of the newcomer's drip. Who counts as "brought by me" is the sponsor they actually joined InstantAdPay under, handed over in the sign-in payload, so the bounty and the commission always land on the same person. The bounty only pays for a member who is genuinely new, once per person, and referral drips have their own daily ceiling so a good referral day can never starve the finds. Also: findsToday defaulted its day argument to undefined and silently returned zero for every caller that omitted it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
52 lines
2.6 KiB
HTML
52 lines
2.6 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||
<title>Your board · PolHunter</title>
|
||
<meta name="robots" content="noindex">
|
||
<link rel="stylesheet" href="/style.css?v=13">
|
||
</head>
|
||
<body>
|
||
<div class="wrap">
|
||
<header class="top">
|
||
<a class="mark" href="/"><span class="coin"></span>PolHunter</a>
|
||
<nav class="nav"><span class="pill" id="who"><i></i> …</span><a class="btn ghost sm" href="/leaders">Leaderboard</a><a class="btn ghost sm" href="/promo">Promo tools</a><a class="btn ghost sm" href="/logout">Sign out</a></nav>
|
||
</header>
|
||
<div class="standing" id="standing"></div>
|
||
|
||
<section class="section" style="padding-top:10px">
|
||
<h2>Your missions</h2>
|
||
<div class="sub" id="rangeLine">Each find pays a random drip. Your codes are yours alone.</div>
|
||
<div class="grid" id="missions"><div class="card"><p>Loading your board…</p></div></div>
|
||
</section>
|
||
|
||
<section class="section" id="badgesSec">
|
||
<h2>Your badges</h2>
|
||
<div class="sub">Earned from your finds. Share one and the card carries your name and your link.</div>
|
||
<div class="badge-strip" id="badgeStrip"></div>
|
||
</section>
|
||
|
||
<div class="adslot" data-ad="board"><!-- nas: 468x60 on phones, 728x90 on wider screens --><script>(function(){var m=window.innerWidth<600;document.write('<scr'+'ipt src="https://www.networkadspace.com/showadss.php?'+(m?'w=468&h=60&n=1&bw=468&bh=60':'w=728&h=90&n=1&bw=728&bh=90')+'&c=999"></scr'+'ipt>');})();</script></div>
|
||
|
||
<section class="section">
|
||
<h2>Your drips</h2>
|
||
<div class="ledger" id="mine"></div>
|
||
</section>
|
||
|
||
<section class="section" id="share">
|
||
<h2>Share your hunt</h2>
|
||
<div class="sub">Your link puts sign-ups on your InstantAdPay line. Post a find, or just the link.</div>
|
||
<div class="copybox"><input id="mylink" readonly value=""><button class="btn pol sm" id="copylink">Copy link</button></div>
|
||
<textarea id="sharetext" rows="4" style="margin-top:10px"></textarea>
|
||
<div class="sharebtns" id="sharebtns"></div>
|
||
<p class="small" style="margin-top:10px">Banners, swipes and the teaser video are on the <a href="/promo">promo tools</a> page, already carrying your link.</p>
|
||
</section>
|
||
|
||
<footer class="foot">Rewards are for completed missions, not income. The daily pool is limited; when it is spent, claims close until midnight Central. Cryptocurrency involves risk of loss.</footer>
|
||
</div>
|
||
<div class="modal" id="shareModal" hidden><div class="modal-card"><button class="modal-x" id="shareClose" type="button" aria-label="Close">×</button><div id="shareBody"></div></div></div>
|
||
<script src="/app.js?v=13"></script>
|
||
</body>
|
||
</html>
|