// COPYRIGHT (C) 2026 GNOMESITE.COM // WELCOME function _LOG(a){ console.log(a); } _LOG('Welcome to GNOMESITE'); const _DEBUG = '1'; const _URL = 'https://gnomesite.com'; const _APP = 'https://gnomesite.com/app'; const _CSS = 'https://gnomesite.com/css'; const _JS = 'https://gnomesite.com/js'; const _IMG = 'https://gnomesite.com/img'; const _MEDIA = 'https://gnomesite.com/media'; const _TOKEN = 'jAWJzHndL08/56iB2PITOdJA8wehHLuZCysNVF+tiNIdokh8lhOCgOhN6t896yKOfi/1tKpqmIHVF0edxgfUpBATP2r1Zlg2fEd7y3bqxjzZJ8qz4QGAhi4xjdPEr+aLS0Y75iCrQ9hNxfBDp5hniF3ewRmIko3m9Hl0OK3tNbUcSaceyGUD+KsIq+xj3E51ZYSytpC1c9DgK9HTNwtvnGRoG3ayEluUwqnqg6pocllN1ZGpGQwrIe/N1Pxj/YaxKGxcrqYbBPTikEhW5AoEbKcQ/jVvfW7gTYV1qdmOqS2mt8owyDzyJjnkxRJE8K9roNbpUaZqgrNBfDB7l+kYAQ=='; const POST_MIN = '32'; const POST_MAX = '65000'; const UPLOAD_MIN_SIZE = '3072'; const UPLOAD_MIN_WIDTH = '48'; const UPLOAD_MIN_HEIGHT = '48'; const UPLOAD_MAX_SIZE = '22020096'; const UPLOAD_MAX_WIDTH = '512'; const UPLOAD_MAX_HEIGHT = '256'; const STRIPE_PUBLIC = 'pk_live_51Rq9GVF84bRISWvh91hnWc1t2SckySF1KwmR9OBfFhMY9Izc0m8WTX2mpcfK8OEXrjvyjXtOofWoZEwYvn0xdFKd00FqQz2ls6'; // ERRORS const ERROR_FEED_INVALID_ID = 'Invalid ID'; // BLOCKED NAMES const BLOCKED_NAMES = [ 'app','bio','css','html','img','js','lib','media','poll','shortlink','short','polls','website','web','site','cgi','bin','cgi-bin','php','dir','href','src','usr','register','login','logout','feedback','contact','help','terms','policy','roadmap','privacy-policy','terms-of-service','tos','terms-service','paul','2dmasons','3dmasons','gnomesite','gnome','site','web','webmaster','master','support','home','index','news','new','blog','blogs','account','settings','configuration','config','cfg','cgi','cgi-bin','bin','survey','surveys','embed','forgot','stripe','subscribe','subscribes','subscribed','premium','members','member','user','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','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','___','____','_____','______','_______','---','----','-----','------','-------','--------','---------']; // POLLS const POLL_URLS = [ 'will-ai-take-over-most-jobs-by-2030','should-bitcoin-be-the-us-reserve-currency','6898c62fcfe23']; // BIO LINKS const BIO_URLS = [ 'asdfa','gnomesite']; // MAX BIO LINKS const BIO_MAX_LINKS = 5; // MIN LINK LENGTH const BIO_MIN_LINK_LENGTH = 4; const BIO_MAX_LINK_LENGTH = 255; // SURVEYS const SURVEY_URLS = [ '2025-social-media-trends','what-do-you-believe']; // QUIZZES const QUIZ_URLS = [ 'how-well-do-you-know-bitcoin','how-good-are-you-at-basic-math']; // SHORTLINKS const SHORTLINK_URLS = [ '689f953ace6d2']; // X FEEDS const X_FEED_URLS = [ 'x_e745c5']; // ANALYTICS window.addEventListener('beforeunload', function(){ $.ajax({ url:_APP+'/analytics.php', type:'POST', async:false, data:{'token':_TOKEN,'analytics':'GKSV/ucndTy+DnhJ+cNRzUmP+MTmOCiAvBRjG45f5qX9fo/CIStXG3qGkbLa5Leag2dH8g5Utfobe4QlGq9HuFQ8mqr9VNZSFqcVyb6ih09CRrT7trrtEQlsDXsOCGNrkXkPtwsA9wQaJb3F+eD9JThPtI/Wlu/dIosyFj9lrCn80YmCdFdT6a/uaZkFuCbvvV/JXZ3pquKJl9hRVftumuEwyfFMKIpAEyD5y9NjbwcrmkWCKOFuGw7WvhvfDuXUZaskwjTRLukyflqN5LJG4V/JdROG9GoK/RjadYa/8mUt7DgHoozfYcfb/SLlbaOJzjZ8qBP5Z+ua7Zj5DzJaYQ=='}, success:function(response){ console.log(response); }, error:function(xhr,status,error){ console.log(error); } }); });