DNLaunch index.php — two targeted edits needed ================================================ ── CHANGE 1 ────────────────────────────────────────────────────────────────── In function direct_sale_meta(), inside the $custom = [ ... ] array, ADD these 6 entries after the last existing entry ('errandly.ai' => [...]): 'liveupdates.ai' => ['price'=>28500, 'min_offer'=>6000, 'category'=>'AI', 'description'=>'Exact-match AI domain for real-time AI summaries, news feeds, event coverage, or intelligent briefing platforms.'], 'liveupdates.tv' => ['price'=>18500, 'min_offer'=>4000, 'category'=>'Media', 'description'=>'Premium .tv extension for live streaming, broadcast, or video news platforms.'], 'liveupdates.news' => ['price'=>16500, 'min_offer'=>3500, 'category'=>'Media', 'description'=>'Category-defining .news domain for live event coverage, breaking news, or real-time journalism.'], 'gkrown.com' => ['price'=>7500, 'min_offer'=>2000, 'category'=>'Brandable', 'description'=>'Crown-inspired brandable .com for luxury, leadership, or premium consumer brand identity.'], 'feasibility-ai.com'=> ['price'=>9500, 'min_offer'=>2000, 'category'=>'AI', 'description'=>'AI-native domain for feasibility analysis, intelligent planning, or automated assessment platforms.'], ── CHANGE 2 ────────────────────────────────────────────────────────────────── In function ensure_direct_sale_domains(), inside the $directSaleNames = [ ... ] array, ADD these 6 entries (e.g. right after 'liveupdates.com' or at the end of the .com block): 'liveupdates.ai', 'liveupdates.tv', 'liveupdates.news', 'gkrown.com', 'feasibility-ai.com', NOTE: 'liveupdates.com' was already present in the seed data but was missing from $directSaleNames. Add it there too so the direct-landing logic applies: 'liveupdates.com', ── SUMMARY ─────────────────────────────────────────────────────────────────── Total new entries: 6 liveupdates.ai → AI / $28,500 ask liveupdates.tv → Media / $18,500 ask liveupdates.news → Media / $16,500 ask gkrown.com → Brandable / $7,500 ask feasibility-ai.com→ AI / $9,500 ask liveupdates.com → already seeded; now also gets direct-landing treatment