// COPYRIGHT (C) 2025 Pantry Cure // WELCOME function _LOG(a){ console.log(a); } _LOG('Welcome to Pantry Cure'); const _DEBUG = '1'; const _URL = 'https://pantrycure.com'; const _APP = 'https://pantrycure.com/app'; const _CSS = 'https://pantrycure.com/css'; const _JS = 'https://pantrycure.com/js'; const _IMG = 'https://pantrycure.com/img'; const _MEDIA = 'https://pantrycure.com/media'; const _TOKEN = 'zddttwGTd+C/hS5SUliHPPttj876M6YZROtwZvJ+ulbcYHrU2VJ6Phg0DiqET277MH+TbF3zgRdt4f9eJYSXwP9n2EPTba7aArzdgvyNAuwtXWMtuHXczXTs966xdMdHjarYnxAO6s6kA+ZLk10DDSFxTAFEO4JluyysFCV46segqsnXNjrEgBDO5zwGnw/SvV5kbS+2MvMOP0ZEhtw6HRFHrVf/uMoQTx0vowwWntae1LlQR9k2FjYCNVaG1CqfI76ET010tnj34qLyUGrv/kBhypG2GGQ7v8NQ9+cc7QAVCSq9bjFW8VyjfEUO3YItFLOrlA+2byoS8Xl6tf53kQ=='; const STRIPE_PUBLIC = 'pk_live_51SD5PFFahLUlS0ku04tu3UQloIwRSDlhN1eDA6IzSpV5WJSyOrSlNmQBDiDsM08hOuo7mbr8tKgyXsgjdCpz2h5Y00UBkEM96B'; // BLOCKED NAMES const BLOCKED_NAMES = [ 'app','bio','css','html','img','js','lib','media','poll','shortlink','polls','website','web','site','cgi','bin','cgi-bin','php','dir','href','src','register','login','logout','feedback','contact','help','terms','policy','roadmap','privacy-policy','terms-of-service','tos','terms-service','paul','2dmasons','3dmasons','portal','forgot','lost','lost-password','lost_password','forgot_password','forgot-password','password','user','username','usr','health','pantry','cure','pantrycure','gnomesite','gnome','webmaster','master','support','home','index','news','new','blog','blogs','account','settings','configuration','config','cfg','cgi-bin','survey','surveys','embed','stripe','subscribe','subscribes','subscribed','premium','members','member','users','db','database','data','base','link','install','installs','favicon','icon','contacts','about','page','pages','bot','bots','ai','ais','shortlink','short','token','wallet','request','requests','query','queries','notification','notifications','notify','notifies','notes','note','json','ajax','hasher','encrypt','encryptions','debug','debugs','encryption','decrypt','decryption','encode','decode','admin','admins','mod','mods','moderator','moderators','dashboard','dashboards','analytic','errors','error','success','successes','yes','no','root','___','____','_____','______','_______','---','----','-----','------','-------','--------','---------','api','feed','rest','graph','graphql','mysql','sql','sqlite','oauth','webhook','status','en','es','fr','de','it','cn','us','uk','au','billing','invoice','checkout','receipt','symptoms','ingredients','payment','pago','pay','payment','doctor','doc','clinic','hospital','therapy','diagnosis','symptom','ingredient','medicine','medication','pharmacy','remedy','remedies','recipe','recipes','cache','backup','tmp','temp','file','files','pdf','xml','sales','sale','cart']; // LOADING MESSAGES const LOADING_MESSAGES = [ "Evaluating your symptoms and available ingredients for optimal natural remedies...", "Assessing compatibility with established herbal safety protocols...", "Consulting comprehensive databases of evidence-based natural health practices...", "Verifying that all recommendations prioritize safety and accessibility...", "Customizing formulations to align with your specified age and preferences...", "Analyzing potential synergies and interactions among your ingredients...", "Integrating insights from validated wellness research and traditions...", "Conducting a thorough review for allergen and contraindication risks...", "Developing precise, balanced remedy compositions from your pantry essentials...", "Calibrating dosages for efficacy and minimal resource use...", "Referencing peer-reviewed guidelines for natural therapeutic applications...", "Optimizing protocols for therapeutic potency and ease of implementation...", "Performing a compatibility analysis for enhanced efficacy...", "Formulating remedy options based on your input...", "Ensuring formulation stability for reliable, long-lasting results...", "Incorporating evidence-based adjustments for seasonal wellness factors...", "Refining procedural instructions for precise and effective preparation...", "Aligning recommendations with holistic health principles...", "Validating sustainability in ingredient selection and usage...", "Preparing detailed, illustrated guidance for seamless execution...", "Confirming adherence to rigorous natural wellness standards...", "Synthesizing comprehensive support for your health objectives...", "Finalizing verification of remedy integrity and applicability...", "Compiling your personalized wellness report with care...", "Generating complete remedy profiles for immediate implementation..." ]; if('serviceWorker' in navigator){ window.addEventListener('load', () => { navigator.serviceWorker.register('/sw.js'); }); }