@profoundlogic/coderflow-server 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/dist/base-image/agent-wrapper.sh +7 -8
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config/skill-catalog.json +9 -0
  4. package/dist/config.js +1 -1
  5. package/dist/lib/agent-keepalive.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/build-history.js +1 -1
  12. package/dist/lib/build-output-service.js +1 -1
  13. package/dist/lib/build-scheduler.js +1 -1
  14. package/dist/lib/build-service.js +1 -1
  15. package/dist/lib/ca-certificates.js +1 -1
  16. package/dist/lib/claude-oauth-refresh.js +1 -1
  17. package/dist/lib/cli/build.js +1 -1
  18. package/dist/lib/cli/config-command.js +1 -1
  19. package/dist/lib/cli/config.js +1 -1
  20. package/dist/lib/cli/create-user.js +1 -1
  21. package/dist/lib/cli/init.js +1 -1
  22. package/dist/lib/cli/jira.js +1 -1
  23. package/dist/lib/cli/license.js +1 -1
  24. package/dist/lib/cli/server-manager.js +1 -1
  25. package/dist/lib/container-credential-sync.js +1 -0
  26. package/dist/lib/container-tokens.js +1 -1
  27. package/dist/lib/data-dir.js +1 -1
  28. package/dist/lib/deployment-history.js +1 -1
  29. package/dist/lib/deployment-service.js +1 -1
  30. package/dist/lib/docker-utils.js +1 -1
  31. package/dist/lib/email.js +1 -1
  32. package/dist/lib/emailTemplates.js +1 -1
  33. package/dist/lib/entitlement.js +1 -1
  34. package/dist/lib/fetch-utils.js +1 -1
  35. package/dist/lib/git-commit-details-route.js +1 -1
  36. package/dist/lib/git-history-diff-guardrails.js +1 -1
  37. package/dist/lib/git-provider-service.js +1 -1
  38. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  39. package/dist/lib/git-provider-setup/index.js +1 -1
  40. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  41. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  42. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  43. package/dist/lib/git-providers/github-app-provider.js +1 -1
  44. package/dist/lib/git-providers/index.js +1 -1
  45. package/dist/lib/git-providers/provider-factory.js +1 -1
  46. package/dist/lib/git-providers/provider-interface.js +1 -1
  47. package/dist/lib/github-urls.js +1 -1
  48. package/dist/lib/group-objective-linking.js +1 -1
  49. package/dist/lib/jira-client.js +1 -1
  50. package/dist/lib/judge-blinding.js +1 -1
  51. package/dist/lib/logger.js +1 -1
  52. package/dist/lib/model-fetcher.js +1 -1
  53. package/dist/lib/notifications.js +1 -1
  54. package/dist/lib/oidc-auth.js +1 -1
  55. package/dist/lib/oidc-device-flow.js +1 -1
  56. package/dist/lib/passwordTokens.js +1 -1
  57. package/dist/lib/pin-cascade.js +1 -1
  58. package/dist/lib/provider-accounts.js +1 -1
  59. package/dist/lib/provider-oauth.js +1 -1
  60. package/dist/lib/provider-profile.js +1 -1
  61. package/dist/lib/provider-token-refresh.js +1 -1
  62. package/dist/lib/request-url.js +1 -1
  63. package/dist/lib/rewind.js +1 -1
  64. package/dist/lib/roles.js +1 -1
  65. package/dist/lib/secrets.js +1 -1
  66. package/dist/lib/setup-repo-git-auth.js +1 -1
  67. package/dist/lib/state-capture.js +1 -1
  68. package/dist/lib/static-files.js +1 -1
  69. package/dist/lib/task-name-generator.js +1 -1
  70. package/dist/lib/user-git-oauth.js +1 -1
  71. package/dist/lib/user-git-tokens.js +1 -1
  72. package/dist/lib/users.js +1 -1
  73. package/dist/middleware/requireAuth.js +1 -1
  74. package/dist/middleware/requireInit.js +1 -1
  75. package/dist/middleware/requirePermission.js +1 -1
  76. package/dist/package.json +1 -1
  77. package/dist/routes/apiKeys.js +1 -1
  78. package/dist/routes/auth-oidc.js +1 -1
  79. package/dist/routes/auth.js +1 -1
  80. package/dist/routes/build.js +1 -1
  81. package/dist/routes/containers.js +1 -1
  82. package/dist/routes/deploy-task.js +1 -1
  83. package/dist/routes/environment-management.js +1 -1
  84. package/dist/routes/environments.js +1 -1
  85. package/dist/routes/external-skills.js +1 -1
  86. package/dist/routes/git-credentials.js +1 -1
  87. package/dist/routes/git-oauth.js +1 -1
  88. package/dist/routes/git-provider-setup.js +1 -1
  89. package/dist/routes/health.js +1 -1
  90. package/dist/routes/jira.js +1 -1
  91. package/dist/routes/objective-management.js +1 -1
  92. package/dist/routes/password.js +1 -1
  93. package/dist/routes/prompt.js +1 -1
  94. package/dist/routes/provider-auth.js +1 -1
  95. package/dist/routes/qa.js +1 -1
  96. package/dist/routes/settings.js +1 -1
  97. package/dist/routes/skill-management.js +1 -1
  98. package/dist/routes/skills.js +1 -1
  99. package/dist/routes/tasks.js +1 -1
  100. package/dist/routes/templates.js +1 -1
  101. package/dist/routes/test-task.js +1 -1
  102. package/dist/routes/test.js +1 -1
  103. package/dist/routes/users.js +1 -1
  104. package/dist/routes/visualizations.js +1 -1
  105. package/dist/scripts/create-user.js +1 -1
  106. package/dist/shipped-skills/environment-templates/SKILL.md +32 -109
  107. package/dist/start.js +1 -1
  108. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  109. package/dist/web-ui/public/activity-feed.js +1 -1
  110. package/dist/web-ui/public/activity-formatters.js +1 -1
  111. package/dist/web-ui/public/agent-event-parser.js +1 -1
  112. package/dist/web-ui/public/app.js +1 -1
  113. package/dist/web-ui/public/approve-dialog.js +1 -1
  114. package/dist/web-ui/public/comments-widget.js +1 -1
  115. package/dist/web-ui/public/diff-utils.js +1 -1
  116. package/dist/web-ui/public/docs/admin/skills.md +1 -1
  117. package/dist/web-ui/public/environments.html +24 -1
  118. package/dist/web-ui/public/environments.js +1 -1
  119. package/dist/web-ui/public/feedback-widget.js +1 -1
  120. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  121. package/dist/web-ui/public/git-history.js +1 -1
  122. package/dist/web-ui/public/git-status.js +1 -1
  123. package/dist/web-ui/public/index.js +1 -1
  124. package/dist/web-ui/public/login.js +1 -1
  125. package/dist/web-ui/public/markdown-editor.js +1 -1
  126. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  127. package/dist/web-ui/public/modal-maximize.js +1 -1
  128. package/dist/web-ui/public/notifications.js +1 -1
  129. package/dist/web-ui/public/server-health.js +1 -1
  130. package/dist/web-ui/public/settings.js +1 -1
  131. package/dist/web-ui/public/setup-password.js +1 -1
  132. package/dist/web-ui/public/skills.css +29 -0
  133. package/dist/web-ui/public/skills.html +15 -0
  134. package/dist/web-ui/public/skills.js +1 -1
  135. package/dist/web-ui/public/sse-client.js +1 -1
  136. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  137. package/dist/web-ui/public/task.js +1 -1
  138. package/dist/web-ui/public/terminal.js +1 -1
  139. package/dist/web-ui/public/theme.js +1 -1
  140. package/dist/web-ui/public/users.html +1 -1
  141. package/dist/web-ui/public/users.js +1 -1
  142. package/dist/web-ui/public/variant-grouping.js +1 -1
  143. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x580904,_0x4dc864){const _0x2a95b3={_0x40fdef:0x4f8,_0x470d29:0x4e8,_0x38cf1c:0x519,_0x13deab:0x56e,_0x4053f5:0x563,_0x12a8bf:0x55c,_0x1e3f92:0x500,_0x2a7d29:0x590,_0x19fd2f:0x5bb,_0x168bdf:0x4ed,_0xd1e55d:0x4c7,_0x2a84b8:0x52b,_0x2d0571:0x595};function _0x40b45c(_0x4e49b8,_0x894357,_0x37b9bd,_0xe15bc0){return _0x5cfd(_0x894357-0x2ee,_0xe15bc0);}const _0x25d895=_0x580904();function _0x7fe114(_0x194875,_0x1bd2ca,_0x3bc290,_0x48efe5){return _0x5cfd(_0x194875-0x32d,_0x48efe5);}while(!![]){try{const _0x194993=-parseInt(_0x7fe114(0x517,_0x2a95b3._0x40fdef,0x547,0x55a))/(-0x256b+-0x1*0x1467+0x39d3)*(parseInt(_0x7fe114(_0x2a95b3._0x470d29,0x4ee,0x4c5,0x53c))/(0x13fa*0x1+-0x1e*0x79+-0x5ca))+parseInt(_0x7fe114(_0x2a95b3._0x38cf1c,0x52c,_0x2a95b3._0x13deab,0x4fe))/(0x27*0xf7+0x14a9+-0x3*0x136d)+-parseInt(_0x7fe114(0x51c,0x564,0x4f3,_0x2a95b3._0x4053f5))/(-0x1*-0x16ed+0x1b3b+-0x3224)+-parseInt(_0x40b45c(_0x2a95b3._0x12a8bf,0x531,0x548,_0x2a95b3._0x1e3f92))/(0x5*0x33b+-0x1*-0x925+-0x1947)+parseInt(_0x7fe114(_0x2a95b3._0x2a7d29,_0x2a95b3._0x19fd2f,0x549,0x53f))/(-0x85*0x36+0x3d0*0x2+0x1474)+-parseInt(_0x40b45c(_0x2a95b3._0x168bdf,_0x2a95b3._0xd1e55d,_0x2a95b3._0x1e3f92,0x4e4))/(-0x1ad1+-0x6d5+0x21ad)+-parseInt(_0x7fe114(0x502,0x4ee,0x501,_0x2a95b3._0x2a84b8))/(0x1a82+0x1d46+-0x37c0*0x1)*(-parseInt(_0x7fe114(0x546,0x54a,_0x2a95b3._0x2d0571,_0x2a95b3._0x2a7d29))/(0x34c*0x1+-0x2247+0x1f04));if(_0x194993===_0x4dc864)break;else _0x25d895['push'](_0x25d895['shift']());}catch(_0x4baf31){_0x25d895['push'](_0x25d895['shift']());}}}(_0x26d2,-0x4b252+0x9b7ad+0xbfff*0x4));import _0x5af5f4 from'express';import{promises as _0x1c4e82}from'fs';import _0x37c93e from'path';function _0x5cfd(_0x14f73a,_0x374f6d){_0x14f73a=_0x14f73a-(0x1d4e+-0x1*-0x355+0xf7a*-0x2);const _0x6dfeb8=_0x26d2();let _0xf90d48=_0x6dfeb8[_0x14f73a];if(_0x5cfd['YAzhVn']===undefined){var _0x5af3e3=function(_0x393a20){const _0x1b5723='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x584b50='',_0x556854='';for(let _0x10648c=-0x2*-0x1205+-0x1b30+0x8da*-0x1,_0x2d8db4,_0x565dd7,_0x14cae5=-0x14ec+-0x1*-0xbab+0x941;_0x565dd7=_0x393a20['charAt'](_0x14cae5++);~_0x565dd7&&(_0x2d8db4=_0x10648c%(-0x1*-0x177d+0x2*-0x343+-0x10f3)?_0x2d8db4*(0x1*0x2d1+0x152d+-0x17be)+_0x565dd7:_0x565dd7,_0x10648c++%(-0x9bf*-0x1+-0x1fe6+0x162b))?_0x584b50+=String['fromCharCode'](-0x4f4+-0x1f7e+0x2571&_0x2d8db4>>(-(0x6b8+0x1*-0x21dd+-0x15*-0x14b)*_0x10648c&-0xd*-0xbc+-0x25d4+-0x2*-0xe27)):-0xab*-0xf+-0x910+0x1*-0xf5){_0x565dd7=_0x1b5723['indexOf'](_0x565dd7);}for(let _0x65f704=0x13ad+-0x3*-0x59a+-0x247b,_0x3161ec=_0x584b50['length'];_0x65f704<_0x3161ec;_0x65f704++){_0x556854+='%'+('00'+_0x584b50['charCodeAt'](_0x65f704)['toString'](0x3e8+-0x1b8a+-0x2a2*-0x9))['slice'](-(-0xe9+0xfcc+0x125*-0xd));}return decodeURIComponent(_0x556854);};_0x5cfd['prcFek']=_0x5af3e3,_0x5cfd['xylHop']={},_0x5cfd['YAzhVn']=!![];}const _0x247077=_0x6dfeb8[-0x1463+0x1a35*-0x1+0x2e98],_0x2e3e25=_0x14f73a+_0x247077,_0x5f2d7a=_0x5cfd['xylHop'][_0x2e3e25];return!_0x5f2d7a?(_0xf90d48=_0x5cfd['prcFek'](_0xf90d48),_0x5cfd['xylHop'][_0x2e3e25]=_0xf90d48):_0xf90d48=_0x5f2d7a,_0xf90d48;}import{tasks,getTaskDirectories}from'./tasks.js';function _0x26d2(){const _0x109aeb=['zw52AxjVBM1LBG','ywrLzaOGicaGia','C3LZDgvTlcbcBa','C3rHCNrZv2L0Aa','C2vW','Aw5NihzPC3vHBa','s2rvweC','icaGicaUBg9Hza','ih0kicaGicaGlG','vePhqKW','u2vYDMLUzYbZyW','CYbLBNzPCM9UBq','C3rHDhvZ','C3rYAw5NAwz5','qMvqvge','DcbJB25MAwD1CG','ywn0Aw9Upsi','cIaGicaGih0kia','Axnpz1e','BcbSyw5NpsjLBG','iLvurI04iJ4kia','zxjPBMCGDMLZDq','Aw5WDxqGDhLWzq','ndmXmtKWmfjszKXTra','vgfZAYbUB3qGzG','icaGyM9YzgvYlq','BM9YBwfSAxPL','AxnWBgf5oIbUBW','Aw5MBW','ugf0Acb0CMf2zq','BguGCgfYyw1LDa','icaGpg1LDgeGBG','C2fHtLu','pGOGicaGpg1LDa','B1DvAwi','C3rHy2S','yw1LDgvYCYbMBW','icaGicaGpgrPDG','B2q9iNbVC3qIia','BIiGBMfTzt0ICG','D2LKDgG6idqWCa','zxmGC3bPBIb7cG','AM9PBG','yw1LDgvYCZOGDa','rM9YBsiGBwv0Aa','BgL6yxrPB24','rgTct0m','CuPvvxu','iIbZDhLSzt0Iza','uM9IB3rVlcbZyq','DxrMltG','AxPHDgLVBJOG','rxjYB3iGBg9Hza','EdSkicaGicaGia','Axy+cIaGicaGia','mJq5nZu2CMnPqvD4','B3j0iIbJB250zq','rgLxExy','zgi7cIaGicaGia','icaGicaGicaXma','oIaJzJvMnwy1oW','zLvcyKm','vM53DvK','iJ4kicaGidWVzG','rw52AxjVBM1LBG','BwvZC2fNzq','ChqGzgv0zwn0zq','icaGigfSAwDUlq','icaGicaGihbHza','pcfet0nuwvbfia','sxb4t3K','DcbUB3qGzM91BG','icaGih0kicaGia','oWOGicaGicaGia','CwzqBfi','C3bSyxK6igzSzq','AhrTBd4kpgH0Bq','CYbMDwXSEsbSBW','FqOGicaGpc9ZDa','Axn1ywXPEMf0Aq','CNnHBcbHDhrLBq','ihnJCMvLBIb2Aq','wgjODM8','DgfZA0LK','CMvLBIb2Axn1yq','zNrLCIbet00GAq','CYbSAw5LyxiGAq','DgTcBem','CgfYC2u','z2v0rwXLBwvUDa','Awq9iNjLBMrLCG','B3qGywXSB3DLza','Bc1Zy2fSzt0XlG','C3r5Bgu+cIaGia','zxjgB3jTjYKUCW','zMLSzq','oYb9cIaGicaGia','DgyToa','jMfTCdS','mJmYmdmWzuX3C3Du','jMD0oW','EwXLpGOGidWVAa','vgHKzey','twLZC2LUzYbYzq','rxjYB3iGCMvUza','C2nYzwvUCW','uKHrvNi','z2v0','CMvZB2X2zwrqyq','BMu7iJ4kicaGia','z2LUoIaWigf1Da','DMj2t0G','ExbLpsjOAwrKzq','zxjvCMW','CxvLCNK','t04GAw4GC2nYzq','CM06ihjVDgf0zq','mcuGEYb0CMfUCW','icaGic8Vief1Da','zxjFCgf5Bg9Hza','yuT4rvO','BMzPBML0ztSkia','Dg9WoIaZChGGCW','psjOAwrKzw4Iia','BMCGu2nYzwvUia','mtzcAxb0B0e','B2XPzcaJmZq5oa','yMfJA2DYB3vUza','icaGicaGicbIBW','mJu3nta5meDPrfburq','DgvYoWOGicaGia','B3vUzcbMB3iGDG','ywrPDxm6iduWjq','igP1C3rPzNKTyW','jNf1B3q7','icaGicaGicaWjq','sw52ywXPzcbMAq','AxyGy2XHC3m9iG','zhK+cIaGica8za','l3jLBMrLCG','icaGpc9Zy3jPCa','yw1Lpsj2Awv3Ca','DguOmZyWzgvNkq','z2H0oIaXmdb2Aa','CMvUzgvYvxjS','zcbMB3iGDgfZAW','n01HwMTXCW','icaGicaGig1HCG','nZC1mti1BgXWr1rn','zwfKpGOGidXIBW','iIb2ywX1zt0I','mty2nduXnM1VrxLvzq','tLD3Au0','ysbJAgfYC2v0pq','zxi7cIaGicaGia','zxi6ihbHDgGGDa','qNLjzcGNCMvUza','B3zNtg0','ywXPEMf0Aw9U','CxvPCMvKihbHCG','C2v0sgvHzgvY','sLP3sg0','rhjJCKq','ELjMB0i','CMvZB2X2zq','zw4GzMLSzq','DgGSigLUAxrPyq','iJ4kica8AgvHza','r21oqvq','iIb2ywX1zt0Imq','BYaXnNb4oWOGia','zgLUzZOGmJbWEa','y29Kzq','BNq9iNDPzhrOpq','u2nYzwvUihzPCW','CIb2Axn1ywXPEG','BY1ZDwjTAxqGyq','zM9YBtOGCM90yq','zxjYB3i','EtOGlwfWCgXLlq','icaGidXMB3jTia','D2fYBG','nJy2oWOGicaGia','EwD2sue','yxrPB24GCMvUza','igzPBguGBM90ia','wgforNK','u2nYzwvUihjLBG','zM9UDc1Myw1PBa','BI4UlJWVCd4kia','Aw9UlI4Upc90Aq','iJ4kicaGicaGpa','zgvYifvstcbUBW','mtiWnZG2mJfKqLfTCwK','vLDmEKO','C2vUza','CMvWBgfJzq','Aw5UzxiIpJWVza','B3vUza','CMvHzezPBgu','DwjTAxqOktSkia','icbaA2v5zNjHBq','icbJB2XVCJOGiW','vMLZDwfSAxPHDa','ru5pru5u','C2nYAxb0pGOGia','BMjJsui','icaGicaGicbTyq','u0Diqxq','B246ihnWAw4Gmq','DfDxAKy','DwfSAxPHDgLVBG'];_0x26d2=function(){return _0x109aeb;};return _0x26d2();}import{coderConfig}from'../start.js';import{logger}from'../lib/logger.js';const router=_0x5af5f4['Router']();router['get'](_0x4d794f(0x1e0,0x1e4,0x1d1,0x1ff),async(_0x1d3a2a,_0x1525d6)=>{const _0x25d41f={_0x997609:0x4,_0x458862:0x4f,_0x1f2aee:0x4c,_0x50b00d:0x156,_0x35287d:0x192,_0x2c892f:0x152,_0x192146:0xb6,_0x1d4c08:0x7c,_0x3b6176:0x1c7,_0x3e9d80:0x135,_0x382639:0x20d,_0x10d939:0x4a,_0x121b51:0x13b,_0xa6d28a:0x145,_0x422b81:0x32,_0x379dfe:0x0,_0x257212:0x10c,_0x5cc490:0x17a,_0x3200ae:0x1c4,_0x2ce63b:0x1d7,_0x53f9bb:0x14,_0x58f9ae:0x36,_0x370c50:0x37,_0x463dee:0x2f,_0x59b58a:0x31,_0xcf4d6d:0xff,_0x35fe0b:0x1bd,_0x38aeed:0x1c9,_0x3bdda7:0x1b2,_0x2454a3:0x1c6,_0x188da8:0x1b9,_0x1f075d:0x178,_0x244616:0xc1,_0x5221ca:0xf4,_0x42fdac:0xe5,_0x4219e4:0x208,_0x1f5d44:0x21a,_0x2f22ae:0x1c9,_0x3042d9:0x29,_0x3ff1c7:0x93,_0x151064:0x202,_0x485941:0x209,_0x584844:0x8c,_0x40ce3b:0x16e,_0x44737d:0x27,_0x2c69d0:0x6c,_0x3fa0cc:0x57,_0x838e64:0xd7,_0x1057b0:0x18e,_0x55e0e0:0x1a8,_0x16ae63:0x64,_0x442b03:0x74,_0x37035b:0x68,_0x16e49f:0x80,_0x4b6da4:0x2,_0x5f17b9:0x1d1,_0x669684:0x1e8,_0x3a56fc:0x148,_0x19427e:0x166,_0x118675:0x196,_0x16f1c2:0x162,_0x1d9ccc:0x1af,_0x3ed17a:0x1db,_0x4d6d74:0x1aa,_0xdcb190:0x173,_0x2effd4:0x1e,_0x3117fc:0x8b,_0x4da35d:0x99,_0x21292d:0x9,_0x40c376:0x4,_0x207c21:0x2,_0xcb6fe0:0x1a3,_0x3e6000:0x1e1,_0x343049:0x207,_0x3b4a06:0x6e,_0x599138:0xc7,_0x84b21:0x31,_0x593546:0x1dd,_0x243046:0x41,_0xd362a:0x7c,_0x45b1f2:0x114,_0x2b55b5:0x17f,_0xca8b8f:0x160,_0x314b14:0x17,_0x2ede96:0x21,_0x443c27:0x45,_0x35ffb1:0xc6,_0x4fe355:0x8c,_0x36472d:0x6e,_0xa2e026:0x112,_0x4647b4:0x142,_0x184c99:0x10c,_0x3fa335:0x80,_0x36de49:0x207,_0x6c21ea:0x13e,_0x5da1ab:0x1a5,_0x136715:0x58,_0x50f13a:0x51,_0x24c626:0x215,_0x5e74b2:0x73,_0x48604b:0x9a,_0x2e0d71:0x31,_0x41df79:0xa6,_0x590c89:0x70,_0x56ac48:0x1,_0x20217a:0x43,_0x4b3648:0x55,_0x214b2a:0x51,_0xbc4915:0x68,_0x5bde11:0xa3,_0x56def2:0xb4,_0x1e9e43:0x53,_0x420cc3:0x19b,_0xd7a4a1:0x71,_0x39e294:0xae,_0x1471fa:0x27,_0x540525:0x1eb,_0x25200c:0x194,_0x5c769a:0xb9,_0x4dcff4:0xc7,_0x58a741:0x8f,_0x4874f4:0x3b,_0x5e6f9c:0xb0,_0x57785b:0x48,_0x1adc38:0x65,_0x47475f:0x3c,_0x199bf9:0x42,_0x4caed6:0xe0,_0x56e778:0x141,_0x258345:0x54,_0x513dc2:0x61,_0x3353bc:0x1c3,_0x47cea2:0x4e,_0x5c3306:0xf,_0x4062ab:0x1fb,_0x2ed7be:0x25c,_0x5217de:0x24,_0x197daf:0x195,_0x57c941:0x1ea,_0x5ec2d2:0x20c,_0x338535:0x1d8,_0x2d11cc:0x1b1,_0x390be5:0x205,_0x268b69:0x155,_0xaaff13:0x1f6,_0x270fbd:0x18e,_0x34e2a3:0x2a,_0x292257:0x1a7,_0x4dfc09:0x1ff,_0x489044:0x1b7,_0x4059b5:0x1d9,_0x3ee55:0x1a4,_0x44a379:0x1b3,_0x15d7b2:0x84,_0x2201e2:0xeb,_0x401c3b:0x191,_0x555e19:0x10,_0x352230:0x1aa,_0x19ced0:0x21a,_0x50b4b7:0x1cf,_0x2f7a49:0x1fc,_0x52555f:0x17d,_0x3dceeb:0x177,_0xfdd8b3:0x14f,_0x5039e4:0x15f,_0x2216ed:0x144,_0x74e9a7:0x15d,_0x28f152:0x183,_0x55babd:0x22,_0x205bfd:0x215,_0x5d6d35:0x1ee,_0x53914e:0x36,_0x874d03:0x4,_0x2a0f9e:0x17,_0x511bae:0x1cd,_0x52a77f:0x1cb,_0x32f028:0x17f,_0x30cf6c:0x1a1,_0x2377cb:0x2d,_0x4caf1b:0x50,_0xa938d6:0x24c,_0x4e3b29:0x245,_0x3e8ad3:0x210,_0x42b589:0x128,_0x59e48b:0x1b8,_0x4ea231:0x174,_0x27406a:0x14e,_0x134817:0xb6,_0x5bf5e0:0x12d,_0xbdb141:0x98,_0x29251d:0x97,_0x223f6e:0x1b0,_0xc986ba:0x16c,_0x2ee7b4:0x1b6,_0xdb5e63:0x76,_0x56e83c:0x48,_0x2f55a1:0x48,_0x4bdd01:0x1a0,_0x12eeab:0x1c4,_0xe547c1:0x1ca,_0xe5260e:0x182,_0x4ca864:0x1e2,_0xb8f4af:0x19,_0x4b1968:0x4a,_0x29f974:0x17,_0x441eae:0x14b,_0x4ca9c8:0x13c,_0x2223df:0x1f4,_0x14dfcb:0x47,_0x5cb2bd:0x8d,_0x22a1c3:0x88,_0x43c53b:0x2b,_0x18a91c:0x1fe,_0x1946b1:0xa0,_0x3d91a3:0x133,_0x5c478a:0x169,_0x249c56:0x178,_0xca95fa:0x25,_0x2badf8:0x63,_0xa93dcc:0x1c8,_0x3ab4a3:0xa9,_0x101306:0x66,_0x3f6eae:0x8,_0x2de490:0x1ac,_0x5ebdca:0x196,_0x47c817:0x216,_0x5839fb:0x46,_0x128dd6:0x16,_0x4a7b53:0x1ae,_0x2cb2e4:0x1f0,_0x38fe88:0x209,_0x273801:0x211,_0x19aa3e:0x1f1,_0x2b505:0x1f6,_0x2b413f:0x1ef,_0x17561d:0x1b6,_0x48d03b:0xfc,_0xe51da:0x153,_0x237506:0x1b5,_0x2959af:0x1b6,_0x409d6e:0x258,_0xfc3579:0x20b,_0x461518:0x1aa,_0x43de24:0x13,_0x3ee872:0x82,_0x50f0b1:0x7a,_0x97dee5:0x11,_0x25636a:0x5f,_0x519655:0xa2,_0x214eea:0x5,_0x451e1c:0x13f,_0x57ec65:0x1a5,_0x7d3b8a:0x7f,_0x507720:0xf8,_0x490eb5:0x8,_0x18ce34:0x54,_0x3e9a51:0x1b6,_0x2fe39c:0x147,_0x35a6f0:0x1a,_0xd3d5ea:0x4d,_0x2b0a3d:0xc9,_0xe1b391:0xd8,_0x500ffb:0xb4,_0x57980d:0xf7,_0x28eb44:0x9e,_0xda97fb:0x21c,_0xa3a34c:0x204,_0x132410:0x3a,_0x186222:0x171,_0x259d36:0x5a,_0x3e1b4a:0x26,_0x49a844:0x5c,_0x38599a:0xa,_0x1a3b6f:0x7d,_0x3e57e0:0x49,_0x25ece7:0x5d},_0x4fbfe8={_0x610753:0x27d,_0x56d704:0x168},_0x179b28={_0x2fc915:0x3bd,_0x23b66a:0x9b};function _0x2dba83(_0x587eab,_0x5d1c1d,_0x25ac86,_0x542946){return _0x4d794f(_0x542946- -_0x179b28._0x2fc915,_0x25ac86,_0x25ac86-_0x179b28._0x23b66a,_0x542946-0x1f3);}function _0x261859(_0x1a24aa,_0x314ecf,_0x2752c1,_0x38eb31){return _0x4d794f(_0x1a24aa- -_0x4fbfe8._0x610753,_0x2752c1,_0x2752c1-_0x4fbfe8._0x56d704,_0x38eb31-0x1df);}const _0x2e141f={'DkBOC':'Path\x20trave'+_0x261859(-_0x25d41f._0x997609,_0x25d41f._0x458862,-0x56,-_0x25d41f._0x1f2aee)+_0x2dba83(-_0x25d41f._0x50b00d,-0x111,-_0x25d41f._0x35287d,-_0x25d41f._0x2c892f)+'d','ygvIA':_0x261859(-0xa0,-_0x25d41f._0x192146,-0x43,-_0x25d41f._0x1d4c08)+_0x2dba83(-_0x25d41f._0x3b6176,-0x152,-_0x25d41f._0x3e9d80,-0x176)+'er:\x20path\x20t'+'raversal\x20n'+_0x2dba83(-0x1ef,-0x210,-0x232,-_0x25d41f._0x382639),'gssMl':_0x2dba83(-0x150,-0x1cc,-0x14d,-0x17c)+_0x261859(-0xa5,-0x45,-_0x25d41f._0x10d939,-0x93)+_0x2dba83(-0x10b,-0x197,-_0x25d41f._0x121b51,-_0x25d41f._0xa6d28a)+'on','fUBbC':_0x261859(-0x14,0x13,_0x25d41f._0x422b81,_0x25d41f._0x379dfe)+_0x2dba83(-_0x25d41f._0x257212,-_0x25d41f._0x5cc490,-0xf5,-0x14d)+_0x2dba83(-_0x25d41f._0x3200ae,-0x19e,-0x1cb,-_0x25d41f._0x2ce63b),'JZwHm':_0x261859(-_0x25d41f._0x53f9bb,-_0x25d41f._0x58f9ae,_0x25d41f._0x370c50,-_0x25d41f._0x53f9bb)+_0x261859(-0xd,_0x25d41f._0x463dee,0x25,_0x25d41f._0x59b58a)+'d','saaNU':function(_0xd6412c,_0xc8dbc0){return _0xd6412c===_0xc8dbc0;},'ThddF':function(_0x36a293,_0x121abd){return _0x36a293+_0x121abd;},'tkBlC':function(_0x55191e,_0x1f6dab){return _0x55191e||_0x1f6dab;},'GmNAT':_0x261859(-0xc1,-_0x25d41f._0xcf4d6d,-0x67,-0x9a)+_0x2dba83(-_0x25d41f._0x35fe0b,-0x1bd,-0x1f8,-_0x25d41f._0x38aeed)+_0x2dba83(-0x13b,-0x174,-0x12d,-0x170)+_0x2dba83(-0x1bb,-_0x25d41f._0x3bdda7,-_0x25d41f._0x2454a3,-_0x25d41f._0x188da8)+_0x2dba83(-_0x25d41f._0x3bdda7,-0x1c7,-_0x25d41f._0x1f075d,-0x1b0)+'er','SGHAt':_0x261859(-_0x25d41f._0x244616,-_0x25d41f._0x5221ca,-_0x25d41f._0x42fdac,-0x7b)+_0x2dba83(-0x224,-_0x25d41f._0x4219e4,-_0x25d41f._0x1f5d44,-_0x25d41f._0x2f22ae)+_0x261859(-_0x25d41f._0x3042d9,-_0x25d41f._0x3ff1c7,-0x3b,-0x34)+'askId\x20and\x20'+_0x2dba83(-0x1c4,-0x220,-_0x25d41f._0x151064,-_0x25d41f._0x485941),'cOgsq':_0x261859(-0x32,-_0x25d41f._0x584844,-0x39,-0xf),'zRfoB':_0x2dba83(-_0x25d41f._0x40ce3b,-0x1b2,-0x153,-0x17c)+_0x261859(-0x62,-_0x25d41f._0x44737d,-_0x25d41f._0x2c69d0,-_0x25d41f._0x3fa0cc),'DrcrD':_0x261859(-0x6d,-_0x25d41f._0x838e64,-0xb2,-0xd1)+_0x2dba83(-0x1aa,-_0x25d41f._0x1057b0,-_0x25d41f._0x151064,-_0x25d41f._0x55e0e0)+_0x261859(-0x45,-0x5c,-_0x25d41f._0x16ae63,-_0x25d41f._0x442b03)+'ed','KdUXG':'Screen\x20ren'+_0x261859(-_0x25d41f._0x37035b,-0xf,-_0x25d41f._0x16e49f,-_0x25d41f._0x4b6da4)+_0x2dba83(-_0x25d41f._0x5f17b9,-0x123,-_0x25d41f._0x669684,-0x185)+'ed\x20for\x20thi'+_0x2dba83(-0x19f,-_0x25d41f._0x3a56fc,-0x1a2,-0x189)+'ent','IpxOy':function(_0x2082a9,_0x1324ba){return _0x2082a9!==_0x1324ba;},'VnwuY':_0x2dba83(-0x1bc,-_0x25d41f._0x19427e,-_0x25d41f._0x118675,-_0x25d41f._0x16f1c2),'OZHQY':'qOwgo','aKxEZ':'Invalid\x20JS'+_0x2dba83(-_0x25d41f._0x1d9ccc,-0x1d9,-_0x25d41f._0x3ed17a,-0x1f5)+_0x2dba83(-_0x25d41f._0x4d6d74,-0x165,-_0x25d41f._0xdcb190,-0x1c3),'AoiWQ':function(_0x4022b2,_0x34a72d,_0x547035){return _0x4022b2(_0x34a72d,_0x547035);},'qJUUu':_0x261859(-0x4a,-_0x25d41f._0x2effd4,-_0x25d41f._0x3117fc,-_0x25d41f._0x4da35d)+_0x261859(0x0,0x2b,_0x25d41f._0x379dfe,_0x25d41f._0x21292d)+_0x261859(-_0x25d41f._0x44737d,-0x5c,_0x25d41f._0x40c376,-_0x25d41f._0x207c21),'NWwiM':'Content-Ty'+'pe','VWLzJ':'text/html;'+'\x20charset=u'+_0x2dba83(-0x268,-_0x25d41f._0xcb6fe0,-_0x25d41f._0x3e6000,-_0x25d41f._0x343049),'tWWjF':function(_0x29e2a4,_0x2da467){return _0x29e2a4!==_0x2da467;},'BePTa':_0x261859(-_0x25d41f._0x3b4a06,-0x78,-0x58,-_0x25d41f._0x599138),'nbcIB':'Error\x20rend'+'ering\x20visu'+_0x261859(-0x8a,-_0x25d41f._0x84b21,-0x53,-_0x25d41f._0x3b4a06),'Xbhvo':_0x2dba83(-_0x25d41f._0x593546,-0x1e3,-0x177,-0x1ba)+_0x261859(-0x55,-0x55,-_0x25d41f._0x243046,-0x8f)+_0x261859(-0x6f,-0x63,-0x8c,-_0x25d41f._0xd362a)+'found','hSCnT':_0x2dba83(-_0x25d41f._0x45b1f2,-_0x25d41f._0x2b55b5,-0x11f,-_0x25d41f._0xca8b8f)+_0x261859(-_0x25d41f._0x458862,_0x25d41f._0x314b14,-0x92,-0x65)+_0x261859(-_0x25d41f._0x2ede96,_0x25d41f._0x443c27,-0x8,_0x25d41f._0x21292d)};try{const {taskId:_0x4698d9,file:_0x393366}=_0x1d3a2a[_0x261859(-_0x25d41f._0x192146,-_0x25d41f._0x35ffb1,-_0x25d41f._0x4fe355,-_0x25d41f._0x36472d)];if(_0x2e141f[_0x261859(-0xd1,-0x11e,-_0x25d41f._0xa2e026,-0xef)](!_0x4698d9,!_0x393366)){const _0x2a9172={};return _0x2a9172[_0x2dba83(-0x16e,-_0x25d41f._0x4647b4,-0x19c,-0x141)]=_0x4698d9,_0x2a9172[_0x261859(-0xc9,-0x63,-_0x25d41f._0x184c99,-0x10c)]=_0x393366,logger['warn'](_0x2e141f[_0x261859(-_0x25d41f._0x3fa335,-0xa8,-0x7e,-0x5a)],_0x2a9172),_0x1525d6['status'](-0x1c42+0x61*-0x35+0x31e7)[_0x2dba83(-0x206,-_0x25d41f._0x36de49,-_0x25d41f._0x6c21ea,-_0x25d41f._0x5da1ab)](_0x2e141f[_0x261859(-_0x25d41f._0x136715,-_0x25d41f._0x50f13a,-0xb3,0x0)]);}const _0x14b6fd=tasks[_0x2dba83(-0x1fb,-0x196,-_0x25d41f._0x24c626,-0x1fd)](_0x4698d9);if(!_0x14b6fd){if(_0x2e141f['saaNU'](_0x2e141f['cOgsq'],_0x2e141f['cOgsq'])){const _0x52c6c0={};return _0x52c6c0['taskId']=_0x4698d9,logger[_0x261859(-_0x25d41f._0x5e74b2,-0x62,-_0x25d41f._0x44737d,-0xdc)](_0x2e141f['gssMl'],_0x52c6c0),_0x1525d6['status'](0x4b*-0x17+-0xe91+0x16e2*0x1)[_0x261859(-0x65,-0x9a,-0x57,-_0x25d41f._0x48604b)](_0x2e141f[_0x261859(-0x85,-_0x25d41f._0x2e0d71,-_0x25d41f._0x41df79,-_0x25d41f._0x590c89)]);}else{const _0x10586e={};return _0x10586e[_0x261859(-_0x25d41f._0x56ac48,_0x25d41f._0x20217a,-_0x25d41f._0x4b3648,-_0x25d41f._0x214b2a)]=_0x2abace,_0x10586e[_0x261859(-0xc9,-0xab,-_0x25d41f._0xbc4915,-0xeb)]=_0x4583ea,_0x10586e[_0x261859(-0xbc,-_0x25d41f._0x5bde11,-0x117,-0x8f)+'th']=_0x3d6eba,_0x65bba3[_0x261859(-0x73,-_0x25d41f._0x56def2,-0xd4,-_0x25d41f._0x1e9e43)](_0x2e141f[_0x2dba83(-0x100,-0x18a,-_0x25d41f._0x420cc3,-0x166)],_0x10586e),_0x33563f[_0x261859(-0x48,-0x88,-0x57,-0x14)](-0x1d03*-0x1+0x211*0x3+-0x21a6)['send'](_0x2e141f[_0x261859(-_0x25d41f._0xd7a4a1,-0x61,-0x78,-0x89)]);}}const _0x473c0b=coderConfig[_0x261859(-0x54,-_0x25d41f._0x39e294,-_0x25d41f._0x1471fa,-0x16)+'ts'][_0x14b6fd[_0x2dba83(-_0x25d41f._0x540525,-0x161,-0x1f7,-_0x25d41f._0x25200c)+'t']];if(!_0x473c0b){if(_0x261859(-_0x25d41f._0x5c769a,-_0x25d41f._0x4dcff4,-0x97,-_0x25d41f._0x58a741)!==_0x261859(-0xb9,-0x9a,-0xd9,-0xe6)){const _0x23c5f0={};return _0x23c5f0['taskId']=_0x5dc73d,_0x27ba84[_0x261859(-0x73,-_0x25d41f._0x4874f4,-0x69,-_0x25d41f._0x5e6f9c)](_0x2e141f['gssMl'],_0x23c5f0),_0x24874f[_0x261859(-_0x25d41f._0x57785b,-0x5f,_0x25d41f._0x997609,-0x61)](0x163c+0x102a*0x1+-0x24d2)[_0x261859(-_0x25d41f._0x1adc38,-0x6e,-_0x25d41f._0x4da35d,-_0x25d41f._0x442b03)](_0x261859(-_0x25d41f._0x47475f,-0x6f,-_0x25d41f._0x199bf9,-0x44)+_0x261859(-0x62,-0x3a,-0x2f,-0xbb));}else{const _0x50723a={};return _0x50723a[_0x2dba83(-0x166,-_0x25d41f._0x118675,-_0x25d41f._0x4caed6,-_0x25d41f._0x56e778)]=_0x4698d9,_0x50723a['environmen'+'t']=_0x14b6fd[_0x261859(-_0x25d41f._0x258345,0x3,-0xab,-_0x25d41f._0x513dc2)+'t'],logger[_0x2dba83(-0x1cd,-_0x25d41f._0xcb6fe0,-_0x25d41f._0x3353bc,-0x1b6)](_0x2e141f[_0x261859(-0x17,-0x6c,-_0x25d41f._0x47cea2,0x11)],_0x50723a),_0x1525d6[_0x261859(-0x48,-_0x25d41f._0x5c3306,-0x8e,-0x69)](-0x6*-0x21a+-0x259*-0x2+-0xfba)['send'](_0x2e141f['JZwHm']);}}const _0x59fe52=_0x473c0b['screenRend'+_0x2dba83(-_0x25d41f._0x4062ab,-0x204,-_0x25d41f._0x2ed7be,-0x1f7)];if(!_0x59fe52){const _0x100533={};return _0x100533[_0x261859(-_0x25d41f._0x56ac48,-_0x25d41f._0x5217de,-0x50,0x2c)]=_0x4698d9,_0x100533[_0x2dba83(-_0x25d41f._0x197daf,-0x189,-_0x25d41f._0x57c941,-0x194)+'t']=_0x14b6fd['environmen'+'t'],logger['error'](_0x2e141f[_0x2dba83(-_0x25d41f._0x5ec2d2,-0x1b4,-_0x25d41f._0x338535,-0x1c6)],_0x100533),_0x1525d6[_0x2dba83(-0x1aa,-0x1ce,-_0x25d41f._0x2d11cc,-0x188)](-0x2617+-0x2412+0x4c1d)[_0x2dba83(-_0x25d41f._0x390be5,-_0x25d41f._0x268b69,-0x172,-0x1a5)](_0x2e141f[_0x2dba83(-0x1b1,-_0x25d41f._0xaaff13,-0x1de,-_0x25d41f._0x270fbd)]);}const {outputDir:_0x5edf9a}=getTaskDirectories(_0x4698d9),_0x3a653f=_0x37c93e[_0x261859(-_0x25d41f._0x34e2a3,0x2f,-0x8,-_0x25d41f._0x584844)](_0x5edf9a,_0x2dba83(-_0x25d41f._0x292257,-0x1f7,-0x24c,-_0x25d41f._0x4dfc09));let _0x42ff83=_0x393366[_0x2dba83(-_0x25d41f._0x489044,-_0x25d41f._0x4059b5,-0x1a1,-_0x25d41f._0x3ee55)](/^[\/\\]+/,'');_0x42ff83=_0x37c93e[_0x2dba83(-0x16d,-_0x25d41f._0x44a379,-0x159,-0x17a)](_0x42ff83);const _0x4d89b3=_0x37c93e[_0x261859(-_0x25d41f._0x15d7b2,-0x88,-_0x25d41f._0x2201e2,-0x28)](_0x3a653f,_0x42ff83);if(!_0x4d89b3[_0x2dba83(-0x1ee,-0x1b5,-0x15e,-_0x25d41f._0x401c3b)](_0x3a653f+_0x37c93e[_0x261859(-0x50,_0x25d41f._0x555e19,-0x2b,-0x45)])&&_0x2e141f['IpxOy'](_0x4d89b3,_0x3a653f)){const _0x165abb={};return _0x165abb['taskId']=_0x4698d9,_0x165abb['file']=_0x393366,_0x165abb[_0x2dba83(-_0x25d41f._0x352230,-_0x25d41f._0x19ced0,-_0x25d41f._0x50b4b7,-_0x25d41f._0x2f7a49)+'th']=_0x4d89b3,logger['warn'](_0x2dba83(-_0x25d41f._0x50b4b7,-_0x25d41f._0x52555f,-0x165,-_0x25d41f._0x3dceeb)+_0x2dba83(-_0x25d41f._0xfdd8b3,-0x12d,-_0x25d41f._0x5039e4,-_0x25d41f._0x2216ed)+_0x2dba83(-0x10a,-_0x25d41f._0x74e9a7,-_0x25d41f._0x28f152,-_0x25d41f._0x2c892f)+'d',_0x165abb),_0x1525d6[_0x261859(-0x48,-0x54,_0x25d41f._0x555e19,_0x25d41f._0x55babd)](0xc22*-0x2+-0x2*-0x18a+-0x1*-0x16c0)['send'](_0x2dba83(-_0x25d41f._0x205bfd,-_0x25d41f._0x5d6d35,-_0x25d41f._0x52555f,-0x1e0)+_0x261859(-_0x25d41f._0x53914e,-_0x25d41f._0x874d03,-0x4,-_0x25d41f._0x2a0f9e)+_0x2dba83(-0x1c3,-0x166,-0x1bc,-_0x25d41f._0x511bae)+'raversal\x20n'+_0x2dba83(-_0x25d41f._0x52a77f,-0x1fe,-0x213,-0x20d));}const _0x62928d=await _0x1c4e82[_0x2dba83(-_0x25d41f._0x32f028,-0x161,-0x1f6,-_0x25d41f._0x30cf6c)](_0x4d89b3,_0x2e141f[_0x261859(-0x16,-_0x25d41f._0x2377cb,-0x73,-_0x25d41f._0x4caf1b)]);let _0x536ead;try{_0x536ead=JSON[_0x2dba83(-_0x25d41f._0xa938d6,-_0x25d41f._0x4e3b29,-0x1da,-_0x25d41f._0x3e8ad3)](_0x62928d);}catch(_0xc269e6){if(_0x2e141f[_0x2dba83(-_0x25d41f._0x42b589,-_0x25d41f._0x59e48b,-_0x25d41f._0x4ea231,-_0x25d41f._0x27406a)](_0x2e141f['OZHQY'],_0x261859(-0x8b,-0x4c,-0x48,-_0x25d41f._0x134817))){const _0x1c0183={};return _0x1c0183['taskId']=_0x4698d9,_0x1c0183[_0x261859(-0xc9,-_0x25d41f._0x5bf5e0,-_0x25d41f._0xbdb141,-_0x25d41f._0x29251d)]=_0x393366,_0x1c0183[_0x2dba83(-0x1d4,-_0x25d41f._0x223f6e,-_0x25d41f._0xc986ba,-_0x25d41f._0x2ee7b4)]=_0xc269e6[_0x261859(-0x13,_0x25d41f._0x3042d9,0x43,-0x4d)],logger[_0x261859(-_0x25d41f._0xdb5e63,-0xd4,-0x6b,-_0x25d41f._0x56e83c)](_0x2e141f['aKxEZ'],_0x1c0183),_0x1525d6[_0x261859(-_0x25d41f._0x2f55a1,-0x42,-0x49,-0x8a)](-0x1*-0x23f9+0x2239+-0x44a2)['send'](_0x2e141f[_0x261859(-_0x25d41f._0x5e6f9c,-0x88,-0x118,-0xa3)]);}else{const _0x5899d9={};return _0x5899d9[_0x2dba83(-0x172,-_0x25d41f._0x4bdd01,-0x17d,-0x141)]=_0x304c82,_0x5899d9['environmen'+'t']=_0x2fd83d[_0x2dba83(-0x1b5,-_0x25d41f._0x12eeab,-_0x25d41f._0xe547c1,-0x194)+'t'],_0x498851[_0x2dba83(-_0x25d41f._0xe5260e,-0x1eb,-_0x25d41f._0x4ca864,-0x1b6)](_0x2e141f[_0x261859(-0x17,-_0x25d41f._0xb8f4af,_0x25d41f._0x4b1968,-_0x25d41f._0x29f974)],_0x5899d9),_0x2f25f3['status'](0xb*0xf7+-0x1578+0x3*0x425)[_0x2dba83(-_0x25d41f._0x441eae,-_0x25d41f._0x4ca9c8,-_0x25d41f._0x2223df,-_0x25d41f._0x5da1ab)](_0x2e141f[_0x261859(-0x87,-_0x25d41f._0x192146,-0xf1,-0x6e)]);}}const _0x184d3a=_0x2e141f['AoiWQ'](generateRenderHtml,_0x59fe52,JSON[_0x261859(-_0x25d41f._0x14dfcb,-0x68,-_0x25d41f._0x5cb2bd,-_0x25d41f._0x22a1c3)](_0x536ead)),_0x201394={};_0x201394[_0x261859(-_0x25d41f._0x56ac48,-_0x25d41f._0x43c53b,0xa,0x4b)]=_0x4698d9,_0x201394[_0x2dba83(-_0x25d41f._0x18a91c,-0x1bb,-0x22f,-0x209)]=_0x393366,_0x201394[_0x261859(-0x98,-_0x25d41f._0x5cb2bd,-0xf0,-_0x25d41f._0x1946b1)]=_0x59fe52,logger[_0x2dba83(-_0x25d41f._0x3d91a3,-_0x25d41f._0x5c478a,-0x14a,-_0x25d41f._0x249c56)](_0x2e141f[_0x261859(-_0x25d41f._0xca95fa,_0x25d41f._0xca95fa,-0x88,-_0x25d41f._0x2badf8)],_0x201394),_0x1525d6[_0x2dba83(-0x17b,-0x1be,-0x202,-_0x25d41f._0xa93dcc)](_0x2e141f[_0x261859(-0x90,-_0x25d41f._0x3ab4a3,-0xb7,-_0x25d41f._0x1adc38)],_0x2e141f[_0x261859(-_0x25d41f._0x101306,-0xb0,-0x69,-_0x25d41f._0x3f6eae)]),_0x1525d6['send'](_0x184d3a);}catch(_0x311219){if(_0x2e141f[_0x2dba83(-_0x25d41f._0x2de490,-0x1a5,-0x15d,-_0x25d41f._0x5ebdca)](_0x2dba83(-0x153,-_0x25d41f._0x47c817,-0x188,-0x1ae),_0x2e141f[_0x261859(-_0x25d41f._0x5839fb,-0x74,-0x38,-0x84)])){const _0xd15213={};_0xd15213[_0x2dba83(-0x10c,-_0x25d41f._0x4647b4,-0x144,-_0x25d41f._0x56e778)]=_0x11f91a['query'][_0x261859(-0x1,-_0x25d41f._0x128dd6,_0x25d41f._0x258345,0x5b)],_0xd15213[_0x2dba83(-_0x25d41f._0x4a7b53,-0x23e,-_0x25d41f._0x2cb2e4,-_0x25d41f._0x38fe88)]=_0x2e9367[_0x2dba83(-_0x25d41f._0x273801,-0x1b9,-_0x25d41f._0x19aa3e,-_0x25d41f._0x2b505)]['file'],_0xd15213[_0x2dba83(-_0x25d41f._0x2b413f,-0x1df,-0x189,-_0x25d41f._0x17561d)]=_0x42f86e[_0x2dba83(-_0x25d41f._0x48d03b,-0xfc,-0x12d,-_0x25d41f._0xe51da)],_0xd15213['stack']=_0x8c21b3[_0x2dba83(-0x1a2,-0x14b,-0x1db,-0x171)],_0x58789a[_0x2dba83(-0x1b1,-0x159,-_0x25d41f._0x237506,-_0x25d41f._0x2959af)](_0x2dba83(-_0x25d41f._0x409d6e,-_0x25d41f._0xfc3579,-_0x25d41f._0x5d6d35,-0x200)+_0x2dba83(-0x1d3,-0x158,-0x194,-0x17f)+'alization',_0xd15213);if(_0x2e141f[_0x2dba83(-_0x25d41f._0x461518,-0x190,-0x14d,-0x174)](_0x22a6f6[_0x261859(-0x7c,-0xb3,-0x82,-_0x25d41f._0x43de24)],'ENOENT'))return _0xfb45ec[_0x261859(-_0x25d41f._0x57785b,-0x23,-0x21,-0x7)](-0x1e7c+0x48d+0x1b83)[_0x261859(-0x65,-_0x25d41f._0x3ee872,-_0x25d41f._0x4caf1b,-0x78)](_0x261859(-_0x25d41f._0x50f0b1,-_0x25d41f._0x97dee5,-0xb6,-_0x25d41f._0x25636a)+'ualization'+'\x20file\x20not\x20'+'found');_0x4aa28d[_0x261859(-0x48,-_0x25d41f._0x519655,_0x25d41f._0x214eea,-0xa2)](-0x15cb+0x1*0xf97+0x828)[_0x2dba83(-0x1e5,-_0x25d41f._0x451e1c,-0x1ea,-_0x25d41f._0x57ec65)](_0x2e141f[_0x261859(-0xc2,-0x119,-_0x25d41f._0x7d3b8a,-_0x25d41f._0x507720)]('Error\x20load'+_0x261859(-0x4f,-_0x25d41f._0x490eb5,-_0x25d41f._0x18ce34,-_0x25d41f._0x58f9ae)+'ization:\x20',_0x16ced3[_0x2dba83(-_0x25d41f._0x3e9a51,-0x110,-_0x25d41f._0x2fe39c,-0x153)]));}else{const _0x175fbc={};_0x175fbc['taskId']=_0x1d3a2a['query'][_0x261859(-_0x25d41f._0x56ac48,-_0x25d41f._0x35a6f0,-_0x25d41f._0xd3d5ea,-0x35)],_0x175fbc[_0x261859(-_0x25d41f._0x2b0a3d,-_0x25d41f._0xe1b391,-0x89,-_0x25d41f._0x500ffb)]=_0x1d3a2a[_0x261859(-_0x25d41f._0x134817,-0x11d,-0x5c,-0x9b)][_0x261859(-0xc9,-_0x25d41f._0x57980d,-0x8b,-_0x25d41f._0x28eb44)],_0x175fbc[_0x2dba83(-_0x25d41f._0xda97fb,-_0x25d41f._0xa3a34c,-0x219,-0x1b6)]=_0x311219['message'],_0x175fbc[_0x261859(-0x31,-0x8e,-0x45,-_0x25d41f._0x132410)]=_0x311219[_0x2dba83(-0x16b,-0x12c,-0x118,-_0x25d41f._0x186222)],logger[_0x2dba83(-0x1a8,-0x177,-_0x25d41f._0x47c817,-0x1b6)](_0x2e141f[_0x261859(-_0x25d41f._0x259d36,-_0x25d41f._0x2effd4,-0x40,-_0x25d41f._0x3e1b4a)],_0x175fbc);if(_0x2e141f[_0x261859(-0x34,-0x67,-0x15,-_0x25d41f._0x370c50)](_0x311219[_0x261859(-_0x25d41f._0xd362a,-0xcd,-0xcd,-0x9c)],_0x261859(-_0x25d41f._0x49a844,-0x23,_0x25d41f._0x38599a,-0x22)))return _0x1525d6[_0x261859(-0x48,-0x46,-_0x25d41f._0x1a3b6f,-0x8)](0xd39*-0x2+0x1b83+0x83)['send'](_0x2e141f[_0x261859(-_0x25d41f._0x207c21,-_0x25d41f._0x3e57e0,-0xf,_0x25d41f._0x25ece7)]);_0x1525d6[_0x261859(-0x48,-0x3f,-0xa9,-0x6b)](-0x11fc+-0xcdf*0x1+-0x1*-0x20cf)['send'](_0x2e141f['hSCnT']+_0x311219['message']);}}});function generateRenderHtml(_0x1ca281,_0x1b2669){const _0x44a4e9={_0xc45b84:0x336,_0x2215da:0x369,_0x131499:0x388,_0x384a2c:0xb2,_0x38ce74:0x2b0,_0x59e4bf:0x36a,_0xb8b5c7:0x359,_0x54639f:0x310,_0x4c170c:0x33c,_0x343b02:0x31,_0x5dc60d:0x4e,_0x553cf3:0x19,_0x4b450f:0x2c,_0x3f40bd:0x41,_0xc9f3a6:0x335,_0x583396:0x2d7,_0x530430:0x2ad,_0x252497:0x2cd,_0x294d72:0x310,_0x458246:0x26,_0x33b699:0x8f,_0x3b49a9:0x30,_0x638193:0x1f,_0x3d57cc:0x4f,_0x187535:0x37,_0x64d810:0x9,_0x328990:0x6,_0x146277:0xe2,_0x28203e:0x6b,_0x2ce85e:0x7b,_0x76813f:0x298,_0x10b2dc:0x2b6,_0x25e0fb:0x303,_0x348040:0x2df,_0x3ff4c4:0x2ac,_0x27b24e:0x310,_0x4da468:0x347,_0x35585e:0x359,_0x443f00:0x35c,_0x1877af:0x65,_0x102783:0x92,_0x1a5b7a:0x14,_0x1d3205:0x37c,_0x1a6df7:0x351,_0x33d4e3:0x2f9,_0x55162e:0x333,_0x5e6744:0x2f8,_0x44b0f8:0x323,_0x19ae8d:0x2f6,_0x24fa90:0x2e5,_0x3ea756:0x342,_0x4ad381:0x3a,_0xc0523a:0x293,_0x45c9e5:0x2c0,_0x721a27:0x33,_0x56e043:0x2e,_0x142522:0x51,_0x4d5276:0x30,_0x419d45:0x42,_0x2edca8:0x81,_0x158be6:0x17,_0x580760:0xc1,_0x4ae18:0x7f,_0x3fb1b7:0x320,_0x3c627e:0x315,_0x43355b:0x10,_0x2f1318:0xb4,_0x43a755:0x366,_0x49944e:0x33f,_0x8dca7f:0x11,_0x467fc6:0x79,_0xcf004e:0x2f7,_0x4c3a94:0x2fc,_0x341e0a:0x89,_0x12186e:0x2dd,_0x1502bb:0x34d,_0x2fef82:0x322,_0x30076f:0x2e8,_0x121da1:0x68,_0x2411a8:0x28,_0x74fd2a:0x317,_0xb75405:0x295,_0x1b1c60:0x2d1,_0x1a75df:0x8,_0x4c0eb6:0x4,_0x3ea64b:0x2b3,_0x2f0074:0x21,_0x2b85e5:0x67,_0x976c9f:0x40,_0x49a529:0x38b,_0x146c46:0x34b,_0xaae17a:0x2a3,_0x57d8c6:0x31c,_0x2eb1dd:0x4a,_0x3cf51a:0x64,_0x32b973:0x13,_0x4326d9:0x369,_0xf50763:0x302,_0x18ed88:0x2a8,_0xed71de:0x328,_0x2a9c38:0x38c,_0x14efc3:0x29f,_0x764aa7:0x2cc,_0x4d41e0:0x56,_0x155791:0xbd,_0x3febaf:0xc8,_0x12da47:0x2f,_0xf02610:0x69,_0x4434c6:0x63,_0x5bafef:0x78,_0x5bd163:0x31,_0x279eaa:0x59,_0x23bdf5:0x316,_0xbec768:0x34c,_0x14c6ec:0x38,_0x476b2f:0x2c,_0x490166:0x47,_0x4c5fdb:0x6a,_0x3ea73b:0x98,_0x1ee3d8:0x4d,_0x4b5f6c:0x5,_0x549e8b:0x2c5,_0x31f342:0x6f,_0x58dcf8:0x15,_0xd6c620:0x5a,_0x668692:0x5e,_0x9ab64:0x3f,_0x1b5512:0x2e6,_0x14697a:0x372,_0x471dc9:0x333,_0x4e90b8:0x38f,_0x37f630:0x349,_0x574c39:0x93,_0x49caaa:0x7e,_0x545073:0x80,_0x3fa21f:0x61,_0xaa2e98:0x32,_0x59a250:0x65,_0x500510:0x5b,_0x2964c3:0x6b,_0x5d9bbf:0x4d,_0x2ff9a2:0x2ca,_0x36c89b:0x2da,_0x16f333:0x312,_0x1198bc:0x7d,_0x2bba3e:0x72,_0x68eddf:0x26e,_0x1ccb21:0x2d4,_0x470bbb:0x74,_0x3b5d4e:0x48,_0x56cef9:0x2a6,_0x52815c:0x2a9,_0x5d2f66:0x2d6,_0x52a4fe:0x2fc,_0x264985:0x2f2,_0x206512:0x345,_0x2f6f1e:0x2fa,_0x51005d:0x388,_0x1c0000:0x3c9,_0x182b7d:0x370,_0x1fee10:0x37c,_0x4d2fed:0x300,_0x15680c:0x309,_0x1be8b9:0x321,_0x3ecbf7:0x300,_0x44f490:0x2f5,_0x52f8d4:0x2cf,_0x378cf7:0x309,_0x535dca:0x3af,_0x12c0ac:0x308,_0x6f973:0x331,_0x513c07:0x392,_0x6feaf9:0x348,_0x4c1e94:0x2f0,_0x299c5f:0x350,_0x2c8756:0x22,_0x25f305:0x8e,_0x47f512:0xc8,_0x1f2c2a:0x4d,_0x369dc7:0x2eb,_0x54748e:0x2ea,_0x23fdd2:0x2f5,_0x1553d5:0x2a8,_0x3e288e:0x2fe,_0xebef36:0x2ac,_0x3ed1b6:0x2c7,_0x17c1fb:0x9d,_0xb9e383:0x66,_0x11175a:0x4b,_0x55399d:0x36,_0x533b0a:0x35a,_0x5eac64:0xc6,_0x407c84:0x27,_0x760b8d:0x32,_0x408e9e:0x43,_0x124b20:0x77,_0x32bd2f:0x3,_0x58a30c:0x1c,_0x3a1527:0x4c,_0x19de12:0x36a,_0x5815b7:0x36d,_0x3eb929:0x1,_0x15952d:0x4d,_0x3db07f:0x8,_0x44cb94:0x2ab,_0x1b8c7b:0xc,_0x24f8b4:0x85,_0xa4e34:0x2a,_0x28cf41:0x49,_0xa0f06c:0x7f,_0x297057:0x314},_0x372189={};_0x372189[_0x1fdef5(_0x44a4e9._0xc45b84,0x2e2,0x329,_0x44a4e9._0x2215da)]='&amp;',_0x372189[_0x1fdef5(0x31f,0x38e,0x36a,_0x44a4e9._0x131499)]=_0x5ef3d9(-0x1b,-0x8d,-_0x44a4e9._0x384a2c,-0x57),_0x372189['RHQVr']='&#39;',_0x372189['DiWyv']='&lt;',_0x372189['isOgQ']=_0x1fdef5(0x2f0,0x2f8,_0x44a4e9._0x38ce74,0x26f);function _0x5ef3d9(_0x5cf722,_0x487e70,_0x55cc72,_0xcb118e){return _0x4d794f(_0xcb118e- -0x232,_0x487e70,_0x55cc72-0x103,_0xcb118e-0x1b1);}function _0x1fdef5(_0x481393,_0x381c98,_0x1ccbeb,_0xbf6e2c){return _0x4d794f(_0x1ccbeb-0xf7,_0x381c98,_0x1ccbeb-0x80,_0xbf6e2c-0x13);}const _0x22720b=_0x372189,_0x7532eb=_0x1b2669[_0x1fdef5(_0x44a4e9._0x59e4bf,_0x44a4e9._0xb8b5c7,_0x44a4e9._0x54639f,0x315)](/&/g,_0x22720b[_0x1fdef5(_0x44a4e9._0x4c170c,0x347,0x329,0x35b)])[_0x5ef3d9(_0x44a4e9._0x343b02,_0x44a4e9._0x5dc60d,0x46,-_0x44a4e9._0x553cf3)](/"/g,_0x22720b[_0x5ef3d9(0x8d,0x5,_0x44a4e9._0x4b450f,_0x44a4e9._0x3f40bd)])[_0x1fdef5(_0x44a4e9._0xc9f3a6,0x320,_0x44a4e9._0x54639f,_0x44a4e9._0x583396)](/'/g,_0x22720b['RHQVr'])[_0x1fdef5(_0x44a4e9._0x530430,_0x44a4e9._0x252497,_0x44a4e9._0x294d72,0x2ad)](/</g,_0x22720b[_0x5ef3d9(-_0x44a4e9._0x458246,_0x44a4e9._0x33b699,0x53,_0x44a4e9._0x3b49a9)])[_0x5ef3d9(_0x44a4e9._0x638193,0x47,-_0x44a4e9._0x3d57cc,-0x19)](/>/g,_0x22720b[_0x5ef3d9(0x25,-0x27,_0x44a4e9._0x187535,_0x44a4e9._0x64d810)]),_0x44964a=_0x1ca281[_0x5ef3d9(_0x44a4e9._0x3b49a9,-0x74,_0x44a4e9._0x328990,-_0x44a4e9._0x553cf3)](/&/g,_0x5ef3d9(-0x68,-_0x44a4e9._0x146277,-_0x44a4e9._0x28203e,-_0x44a4e9._0x2ce85e))['replace'](/"/g,'&quot;')['replace'](/'/g,_0x22720b[_0x1fdef5(0x2dc,_0x44a4e9._0x76813f,_0x44a4e9._0x10b2dc,_0x44a4e9._0x25e0fb)])[_0x1fdef5(_0x44a4e9._0x348040,_0x44a4e9._0x3ff4c4,_0x44a4e9._0x27b24e,0x2e5)](/</g,_0x22720b[_0x1fdef5(0x31d,_0x44a4e9._0x4da468,_0x44a4e9._0x35585e,0x361)])['replace'](/>/g,_0x22720b[_0x1fdef5(_0x44a4e9._0x443f00,0x30a,0x332,0x30f)]);return _0x5ef3d9(_0x44a4e9._0x1877af,_0x44a4e9._0x102783,_0x44a4e9._0x1a5b7a,0x3c)+_0x1fdef5(0x387,_0x44a4e9._0x1d3205,0x36c,_0x44a4e9._0x1a6df7)+_0x1fdef5(_0x44a4e9._0x33d4e3,0x315,_0x44a4e9._0x55162e,_0x44a4e9._0x5e6744)+_0x1fdef5(0x311,0x32c,0x2f3,_0x44a4e9._0x44b0f8)+_0x1fdef5(0x39e,0x2f6,0x341,_0x44a4e9._0x19ae8d)+_0x1fdef5(0x311,0x332,_0x44a4e9._0x24fa90,0x27f)+_0x1fdef5(0x34d,_0x44a4e9._0x3ea756,0x334,0x367)+_0x5ef3d9(0x1c,0x10,_0x44a4e9._0x4ad381,0x16)+_0x1fdef5(_0x44a4e9._0xc0523a,_0x44a4e9._0x45c9e5,0x2d9,_0x44a4e9._0x38ce74)+_0x5ef3d9(0x13,-_0x44a4e9._0x721a27,_0x44a4e9._0x56e043,0x2f)+_0x5ef3d9(0x16,-_0x44a4e9._0x142522,0x34,-_0x44a4e9._0x4d5276)+'device-wid'+_0x1fdef5(0x30f,0x2cf,0x2f2,0x334)+_0x5ef3d9(-_0x44a4e9._0x5dc60d,-_0x44a4e9._0x419d45,-0x21,-_0x44a4e9._0x2edca8)+'0\x22>\x0a\x20\x20\x20\x20<t'+'itle>Loadi'+_0x5ef3d9(-_0x44a4e9._0x158be6,-_0x44a4e9._0x580760,-_0x44a4e9._0x4ae18,-0x61)+_0x1fdef5(0x376,_0x44a4e9._0x3fb1b7,0x317,_0x44a4e9._0x3c627e)+_0x5ef3d9(_0x44a4e9._0x4d5276,-0x26,_0x44a4e9._0x43355b,-0x1f)+'tle>\x0a\x20\x20\x20\x20<'+_0x5ef3d9(-0x58,-_0x44a4e9._0x2f1318,-0x35,-0x80)+'\x20\x20\x20body\x20{\x0a'+_0x1fdef5(_0x44a4e9._0x43a755,_0x44a4e9._0x49944e,0x31b,0x32a)+'rgin:\x200;\x0a\x20'+_0x5ef3d9(0xa2,_0x44a4e9._0x8dca7f,_0x44a4e9._0x467fc6,0x3b)+_0x1fdef5(0x31e,0x2cb,_0x44a4e9._0xcf004e,_0x44a4e9._0x4c3a94)+_0x5ef3d9(0x2b,0x4d,0x27,0x40)+_0x5ef3d9(-_0x44a4e9._0x341e0a,-0x49,-0x3a,-0x21)+_0x1fdef5(_0x44a4e9._0x12186e,_0x44a4e9._0x1502bb,0x2ff,0x2c1)+_0x1fdef5(0x383,0x38b,_0x44a4e9._0x2fef82,_0x44a4e9._0x30076f)+'inkMacSyst'+'emFont,\x20\x22S'+'egoe\x20UI\x22,\x20'+_0x5ef3d9(_0x44a4e9._0x121da1,0x56,0x3,_0x44a4e9._0x2411a8)+'ns-serif;\x0a'+'\x20\x20\x20\x20\x20\x20\x20\x20di'+_0x1fdef5(_0x44a4e9._0x59e4bf,_0x44a4e9._0x74fd2a,0x36b,0x301)+'x;\x0a\x20\x20\x20\x20\x20\x20\x20'+_0x1fdef5(0x2e9,_0x44a4e9._0xb75405,_0x44a4e9._0x1b1c60,0x2b1)+'ontent:\x20ce'+'nter;\x0a\x20\x20\x20\x20'+_0x5ef3d9(0x77,-_0x44a4e9._0x1a75df,0x87,0x3a)+'items:\x20cen'+_0x5ef3d9(-_0x44a4e9._0x4c0eb6,-0xac,-0x4e,-0x5b)+'\x20\x20\x20min-hei'+_0x1fdef5(_0x44a4e9._0x3ea64b,0x344,0x2db,0x30b)+_0x5ef3d9(_0x44a4e9._0x2f0074,-0x6,_0x44a4e9._0x2b85e5,_0x44a4e9._0x976c9f)+_0x5ef3d9(-0x64,-0x9,-0x1d,-0x5e)+_0x1fdef5(_0x44a4e9._0x49a529,0x38e,_0x44a4e9._0x443f00,_0x44a4e9._0x49944e)+_0x5ef3d9(_0x44a4e9._0x121da1,-0x55,-0x24,0x8)+_0x1fdef5(0x2e3,_0x44a4e9._0x146c46,0x327,0x349)+'ing\x20{\x0a\x20\x20\x20\x20'+'\x20\x20\x20\x20text-a'+'lign:\x20cent'+_0x1fdef5(_0x44a4e9._0xaae17a,_0x44a4e9._0x57d8c6,0x2e6,0x285)+_0x5ef3d9(_0x44a4e9._0x2eb1dd,-_0x44a4e9._0x3cf51a,0x31,-_0x44a4e9._0x32b973)+_0x1fdef5(_0x44a4e9._0x4326d9,0x33b,_0x44a4e9._0xf50763,_0x44a4e9._0x18ed88)+_0x1fdef5(0x34c,0x2d4,_0x44a4e9._0xed71de,_0x44a4e9._0x2a9c38)+'spinner\x20{\x0a'+_0x1fdef5(_0x44a4e9._0x14efc3,0x2e8,_0x44a4e9._0x764aa7,0x2b7)+'rder:\x203px\x20'+'solid\x20#f3f'+'3f3;\x0a\x20\x20\x20\x20\x20'+_0x5ef3d9(0x36,-_0x44a4e9._0x4d41e0,0x71,0x10)+_0x5ef3d9(-_0x44a4e9._0x155791,-0x76,-0x43,-0x63)+_0x5ef3d9(-_0x44a4e9._0x3febaf,-_0x44a4e9._0x12da47,-0xc9,-0x5f)+_0x5ef3d9(_0x44a4e9._0xf02610,_0x44a4e9._0x4434c6,_0x44a4e9._0x5bafef,_0x44a4e9._0x5bd163)+'\x20\x20border-r'+_0x5ef3d9(-0x7b,-0xa5,-0xa9,-_0x44a4e9._0x279eaa)+_0x1fdef5(_0x44a4e9._0x23bdf5,0x32f,0x369,_0x44a4e9._0xbec768)+_0x5ef3d9(0x1b,_0x44a4e9._0x43355b,0x2f,0x1f)+_0x5ef3d9(-0x21,-0x1,_0x44a4e9._0x14c6ec,_0x44a4e9._0x476b2f)+'\x20height:\x204'+'0px;\x0a\x20\x20\x20\x20\x20'+'\x20\x20\x20animati'+_0x5ef3d9(-0x53,0x3a,_0x44a4e9._0x490166,-0xc)+_0x5ef3d9(_0x44a4e9._0x158be6,_0x44a4e9._0x4c5fdb,_0x44a4e9._0x3ea73b,_0x44a4e9._0x1ee3d8)+_0x5ef3d9(-0x80,-_0x44a4e9._0x4b5f6c,-0x7,-_0x44a4e9._0x3cf51a)+_0x1fdef5(0x31c,0x324,_0x44a4e9._0x348040,_0x44a4e9._0x549e8b)+_0x5ef3d9(-0x4d,-0xb3,-0xd1,-_0x44a4e9._0x31f342)+_0x5ef3d9(-_0x44a4e9._0x58dcf8,-0x1b,-_0x44a4e9._0xd6c620,-0x33)+_0x5ef3d9(-0x6,0x15,_0x44a4e9._0x668692,_0x44a4e9._0x9ab64)+_0x1fdef5(_0x44a4e9._0x1b5512,_0x44a4e9._0x14697a,0x315,_0x44a4e9._0x471dc9)+_0x1fdef5(_0x44a4e9._0x4e90b8,0x346,_0x44a4e9._0x37f630,0x372)+_0x5ef3d9(-0x31,-0x16,-_0x44a4e9._0x574c39,-0x56)+'\x20{\x20transfo'+_0x5ef3d9(-_0x44a4e9._0x49caaa,-_0x44a4e9._0x545073,-0x3,-_0x44a4e9._0xf02610)+'(0deg);\x20}\x0a'+_0x5ef3d9(_0x44a4e9._0x4ad381,_0x44a4e9._0x187535,_0x44a4e9._0x3fa21f,_0x44a4e9._0xaa2e98)+_0x5ef3d9(-_0x44a4e9._0x59a250,-_0x44a4e9._0x500510,-_0x44a4e9._0x2964c3,-0x68)+_0x5ef3d9(-_0x44a4e9._0x8dca7f,-0x7c,-_0x44a4e9._0x5d9bbf,-_0x44a4e9._0x4b450f)+_0x1fdef5(0x30d,_0x44a4e9._0x2ff9a2,_0x44a4e9._0x36c89b,_0x44a4e9._0x16f333)+_0x5ef3d9(-0x8e,-0x97,-_0x44a4e9._0x1198bc,-0x7d)+_0x5ef3d9(0x3b,_0x44a4e9._0x2bba3e,-0x4,0x45)+_0x1fdef5(_0x44a4e9._0x68eddf,_0x44a4e9._0x1ccb21,0x2b1,0x272)+_0x5ef3d9(-0xa8,-_0x44a4e9._0x470bbb,0x5,-_0x44a4e9._0x3b5d4e)+_0x1fdef5(_0x44a4e9._0x56cef9,_0x44a4e9._0x52815c,_0x44a4e9._0x5d2f66,_0x44a4e9._0x52a4fe)+_0x1fdef5(_0x44a4e9._0x264985,_0x44a4e9._0x3fb1b7,0x2d5,0x2c8)+'loading\x22>\x0a'+_0x1fdef5(0x316,0x34b,_0x44a4e9._0x206512,0x30f)+('\x20class=\x22sp'+_0x5ef3d9(0x19,0x36,-0x42,-0x18)+_0x1fdef5(_0x44a4e9._0x2f6f1e,_0x44a4e9._0x51005d,0x356,0x3ac)+'<p>Loading'+_0x1fdef5(_0x44a4e9._0x1c0000,_0x44a4e9._0x182b7d,0x371,_0x44a4e9._0x1fee10)+'sualizatio'+_0x1fdef5(0x2a0,_0x44a4e9._0x4d2fed,_0x44a4e9._0x15680c,0x309)+'\x20\x20\x20</div>\x0a'+_0x1fdef5(_0x44a4e9._0x44b0f8,_0x44a4e9._0x1be8b9,_0x44a4e9._0x3ecbf7,_0x44a4e9._0x44f490)+_0x1fdef5(0x280,0x256,0x2a6,_0x44a4e9._0x52f8d4)+_0x1fdef5(0x339,0x3ab,0x34c,0x37b)+_0x1fdef5(0x327,_0x44a4e9._0x378cf7,0x346,_0x44a4e9._0x535dca)+_0x1fdef5(_0x44a4e9._0x12c0ac,_0x44a4e9._0x6f973,0x330,_0x44a4e9._0x513c07))+_0x44964a+(_0x1fdef5(_0x44a4e9._0x6feaf9,_0x44a4e9._0x4c1e94,_0x44a4e9._0x299c5f,0x30c)+_0x5ef3d9(-_0x44a4e9._0x2c8756,-0x10,-0x2b,0x12)+_0x5ef3d9(-_0x44a4e9._0x25f305,-_0x44a4e9._0x47f512,-0x23,-0x70)+'\x20\x20<input\x20t'+_0x5ef3d9(-0x10,-_0x44a4e9._0x12da47,-_0x44a4e9._0x1f2c2a,-0x6d)+_0x1fdef5(0x338,0x336,_0x44a4e9._0x4da468,_0x44a4e9._0x369dc7)+'ender_mode'+_0x1fdef5(0x2b6,_0x44a4e9._0x54748e,_0x44a4e9._0x23fdd2,_0x44a4e9._0x1553d5)+_0x1fdef5(0x306,0x30f,0x30b,0x2cf)+_0x1fdef5(0x350,0x380,_0x44a4e9._0xc45b84,_0x44a4e9._0x3e288e)+_0x1fdef5(0x30f,_0x44a4e9._0xebef36,_0x44a4e9._0x3ed1b6,0x275)+'name=\x22rend'+_0x5ef3d9(-0x8e,-0x7a,-_0x44a4e9._0x17c1fb,-_0x44a4e9._0xb9e383)+_0x5ef3d9(-0x4a,0xc,-_0x44a4e9._0x11175a,-_0x44a4e9._0x490166))+_0x7532eb+(_0x5ef3d9(_0x44a4e9._0x3ea73b,-0x19,0x54,_0x44a4e9._0x55399d)+'orm>\x0a\x20\x20\x20\x20<'+_0x1fdef5(0x2f6,0x304,0x319,_0x44a4e9._0x533b0a)+_0x5ef3d9(-_0x44a4e9._0x5eac64,-0x6d,-_0x44a4e9._0x407c84,-0x67)+_0x5ef3d9(_0x44a4e9._0x760b8d,-_0x44a4e9._0x408e9e,-0x1f,-0x2d)+_0x5ef3d9(_0x44a4e9._0x124b20,_0x44a4e9._0x32bd2f,_0x44a4e9._0x58a30c,_0x44a4e9._0x3a1527)+_0x1fdef5(0x3d7,_0x44a4e9._0x19de12,_0x44a4e9._0x5815b7,0x397)+_0x5ef3d9(_0x44a4e9._0x3eb929,-_0x44a4e9._0x15952d,-0x3,-_0x44a4e9._0x3db07f)+'\x20document.'+_0x1fdef5(0x2c1,_0x44a4e9._0x44cb94,0x2a5,0x2e1)+_0x5ef3d9(_0x44a4e9._0x1b8c7b,-_0x44a4e9._0x24f8b4,0x23,-0x41)+_0x5ef3d9(-0xc4,-_0x44a4e9._0xa4e34,-_0x44a4e9._0x28cf41,-_0x44a4e9._0xa0f06c)+_0x1fdef5(0x2ce,0x2dc,_0x44a4e9._0x297057,0x305)+_0x5ef3d9(-0x45,-0x5d,-0x25,-0x51)+'t>\x0a\x20\x20</bod'+'y>\x0a</html>');}function _0x4d794f(_0x17f931,_0x56d39f,_0x269d11,_0x56fa0d){const _0x4beb17={_0x459254:0x3};return _0x5cfd(_0x17f931- -_0x4beb17._0x459254,_0x56d39f);}export default router;
1
+ (function(_0x4a756b,_0x428242){const _0x54eae4={_0xbbc981:0x6c,_0x10f988:0x28,_0x2bc9ea:0x6b,_0x43f647:0x361,_0x2dd424:0x348,_0x358487:0x2de,_0x32941b:0x341,_0x26080c:0x36c,_0x2b0e26:0x343,_0x53958f:0x2f1,_0x4f879e:0x395,_0x230c3e:0x32b,_0x41c2f8:0x2e4,_0x5704fd:0xc7,_0x233de4:0xa3,_0x535179:0x30a,_0x3003d0:0x2d5,_0x522665:0x270,_0x263c85:0x2bd,_0x4ede5c:0x2f7,_0x2e1451:0x2dd};function _0x5511be(_0xce941,_0x30f139,_0xaf275a,_0x1fac30){return _0x1f54(_0x30f139- -0x1f5,_0xce941);}const _0x1955dd=_0x4a756b();function _0x50b5eb(_0x59a8a3,_0x3c18a0,_0x577e99,_0x58a071){return _0x1f54(_0x577e99-0x196,_0x59a8a3);}while(!![]){try{const _0x9b8471=parseInt(_0x5511be(-_0x54eae4._0xbbc981,-_0x54eae4._0x10f988,0xb,-_0x54eae4._0x2bc9ea))/(0x2f3*-0x5+0xfb*0x1d+-0xdaf)+parseInt(_0x50b5eb(_0x54eae4._0x43f647,0x333,_0x54eae4._0x2dd424,0x321))/(0x1a32+0xc7c*-0x3+0xb44)*(parseInt(_0x50b5eb(_0x54eae4._0x358487,0x368,_0x54eae4._0x32941b,_0x54eae4._0x26080c))/(-0x1*0x1999+-0x10f4+0x2a90))+-parseInt(_0x50b5eb(0x2ea,_0x54eae4._0x2b0e26,0x332,_0x54eae4._0x53958f))/(-0xbcf+0xb65*0x1+0x6e)+parseInt(_0x50b5eb(_0x54eae4._0x4f879e,0x341,_0x54eae4._0x230c3e,0x356))/(0x23a2+0x6a5+0x4b2*-0x9)+parseInt(_0x50b5eb(_0x54eae4._0x41c2f8,0x313,0x335,0x33d))/(0xd3b+-0x6*0x12b+0x633*-0x1)+parseInt(_0x5511be(-_0x54eae4._0x5704fd,-_0x54eae4._0x233de4,-0x38,-0x90))/(0x5e5*0x2+0x2489+0x2c*-0x119)+-parseInt(_0x50b5eb(_0x54eae4._0x535179,_0x54eae4._0x358487,_0x54eae4._0x3003d0,_0x54eae4._0x522665))/(-0x5*0x392+0x206b+-0x1*0xe89)*(parseInt(_0x50b5eb(_0x54eae4._0x263c85,0x2ef,_0x54eae4._0x4ede5c,_0x54eae4._0x2e1451))/(0x8bb*0x4+-0x1c0d+0x6d6*-0x1));if(_0x9b8471===_0x428242)break;else _0x1955dd['push'](_0x1955dd['shift']());}catch(_0x11c1e8){_0x1955dd['push'](_0x1955dd['shift']());}}}(_0x497c,-0x3*-0x17343+0x61*-0x33+0x59ee6));function _0x497c(){const _0x1bd1f5=['pGOGicaGpg1LDa','AxrSzt5mB2fKAq','iJ4kica8AgvHza','pha+tg9HzgLUzW','Bg9HzgLUzYi+cG','zxi7cIaGicaGia','z2H0oIaXmdb2Aa','DgGSigLUAxrPyq','C2vW','BgL6yxrPB24','CgfYC2u','DguOmZyWzgvNkq','FqOGicaGpc9ZDa','oteZoda1BM5hru1H','C3rHy2S','kdbKzwCPoYb9cG','cIaGicaGih0kia','EwXLpGOGidWVAa','ihSGDhjHBNnMBW','BgLNBJOGy2vUDa','zxjgB3jTjYKUCW','Awq9iNjLBMrLCG','CMvZB2X2zwrqyq','C2nYzwvUCW','zgLUzZOGmJbWEa','zxjvCMW','C3rHCNrZv2L0Aa','jMX0oW','ChqGzgv0zwn0zq','CMvWBgfJzq','CxvPCMvKihbHCG','icaGidXMB3jTia','zxjFCgf5Bg9Hza','ru5pru5u','ANryBuS','zhK+cIaGica8za','CIb2Axn1ywXPEG','ywXPEMf0Aw9U','shjzrLe','swzSuNO','oYb9cIaGicaGia','B2XPzcaJmZq5oa','icaGicaGig1HCG','zM9YBtOGCM90yq','yxnRswqGyw5Kia','BhvYtNm','CMDPBJOGmdSkia','BMCGu2nYzwvUia','s3rkte0','CYbSAw5LyxiGAq','oIaJzJvMnwy1oW','Aw5NihzPC3vHBa','CM06ihjVDgf0zq','C29SAwqGi2yZzG','D2fYBG','u2nYzwvUihzPCW','tNffEMC','igrVy3vTzw50lG','ih0kicaGicaGlG','yw1LDgvYCZOGDa','AxPHDgLVBJOG','Ce1lyKO','C2v0sgvHzgvY','oWOGicaGicaGia','C2nYAxb0pGOGia','icbaA2v5zNjHBq','AMLur0W','icaGyw5PBwf0Aq','q0HXDgm','iJ4kicaGicaGpa','z2LUoIaWigf1Da','BI4UlJWVCd4kia','zM91BMq','DgfZA0LK','icaGpg1LDgeGBG','DunKsgK','AxrLBxm6ignLBG','zMLSzq','icaGigfSAwDUlq','C3LZDgvTlcbcBa','icaGyM9KEsb7cG','twLZC2LUzYbYzq','DxrMltG','igHLAwDODdOGna','ExbLpsjOAwrKzq','zwDVzsbvssiSia','BYaXnNb4oWOGia','vMLZDwfSAxPHDa','B3j0iIbJB250zq','iIb2ywX1zt0I','zw5KzxjFBw9Kzq','vgfZAYbUB3qGzG','zwfKpGOGidXIBW','jMD0oW','Axn1ywXPEMf0Aq','ica8Aw5WDxqGDa','mtC5nZi4ndHuwgrtEuW','Aw5NihSkicaGia','s21jv1C','sw52ywXPzcbMAq','t3f1zgC','yw1LDgvYCYbMBW','yxrPB24GCMvUza','zgvYifvstcbUBW','EKXkDKO','wLPYEhu','B246ihnWAw4Gmq','C3bSyxK6igzSzq','z2v0','pcfet0nuwvbfia','qvb5B3y','Bc1Zy2fSzt0XlG','zw4GzMLSzq','zxjYB3i','iIbZDhLSzt0Iza','mJG0nda0nej1u1PAtq','jMfTCdS','AxyGy2XHC3m9iG','CNnHBcbHDhrLBq','CMvUzgvYvxjS','psjOAwrKzw4Iia','AM9PBG','BMfTzt0ICMvUza','zxi6ihbHDgGGDa','B3qGywXSB3DLza','rvbPz2y','sw52ywXPzcbkuW','icaGicaGicbTyq','ELjUsvu','uunwrgm','owH3u2XuuW','u2vYDMLUzYbZyW','BguGCgfYyw1LDa','ugf0Acb0CMf2zq','BIiGBMfTzt0ICG','B3jTpGOGicaGpa','zwqGzM9YihrOAq','icaGpc9Zy3jPCa','ignSyxnZpsjZCa','Bvnvwe4','EePyEMe','Cwfxyxa','BNmTC2vYAwy7cG','C3r5Bgu+cIaGia','EdSkicaGicaGia','CMrLCJOGm3b4ia','DeTquu4','y29Kzq','zgi7cIaGicaGia','qNLjzcGNCMvUza','u2nYzwvUihjLBG','rxjYB3iGBg9Hza','ALrbu0K','C2nYzwvUuMvUza','BNq9iNDPzhrOpq','C2vUza','AxnWBgf5oIbUBW','CYbLBNzPCM9UBq','Dg9WoIaZChGGCW','ywrLzaOGicaGia','yw1Lpsj2Awv3Ca','C3vHBgL6yxrPBW','zw1gB250lcaIuW','Exn2q3C','zxjPBMCGDMLZDq','rKPzuMu','BY1ZDwjTAxqGyq','zw50','yNrpAgS','CMvHzezPBgu','AhrTBd4kpgH0Bq','DgvYoWOGicaGia','DgXLpGOGicaGpa','yKvWzgW','Aw5UzxiIpJWVza','icaGpc9KAxy+cG','z2v0rwXLBwvUDa','rw52AxjVBM1LBG','C3bPBM5LCIb7cG','zNrLCIbet00GAq','icaGicaUBg9Hza','ihnJCMvLBIb2Aq','mtG1nZK1nxP4Eg5hCa','CKz1vMe','CMvZB2X2zq','B3vUza','BcbSyw5NpsjLBG','icaGBwLUlwHLAq','ufrlB3q','mti4mJm2neTsEhfUqG','zfrACMq','CYbMDwXSEsbSBW','mZCWmdu4nen1tKfSCG','icaGicaGicbIBW','qxf3AMC','Aw9UlI4Upc90Aq','DcbUB3qGzM91BG','icaGicaGicaWjq','CxvLCNK','igzPBguGBM90ia','C3rHDhvZ','tK9NwKu','uM91DgvY','C3rYAw5NAwz5','mJCYmtG1nvvzBuf6yq','D2LKDgG6idqWCa','Be9wAuy','rxjYB3iGCMvUza','q29UDgvUDc1uEq','icbJB2XVCJOGiW','BwvZC2fNzq','mLHKC1LNqG','jNf1B3q7','iIb2ywX1zt0Imq','rM9YBsiGBwv0Aa','icaGicaGicaXma','CMf2zxjZywWGBG','sK95vLC','zw52AxjVBM1LBG','B2q9iNbVC3qIia','uM9IB3rVlcbZyq','CMvLBIb2Axn1yq','B250zw50oIbJzq','EtOGlwfWCgXLlq','Aw5MBW'];_0x497c=function(){return _0x1bd1f5;};return _0x497c();}import _0x22222a from'express';import{promises as _0x569c16}from'fs';import _0x1a2ebb from'path';import{tasks,getTaskDirectories}from'./tasks.js';function _0x8de14d(_0x126dc1,_0x33371b,_0x3b490c,_0x45a198){const _0x466efb={_0x2ba7a2:0x39c};return _0x1f54(_0x126dc1-_0x466efb._0x2ba7a2,_0x33371b);}function _0x1f54(_0x46229f,_0x5bd371){_0x46229f=_0x46229f-(-0x1*0x153d+-0x7*-0x49e+0xc5*-0xd);const _0x480b21=_0x497c();let _0x2390f5=_0x480b21[_0x46229f];if(_0x1f54['YxqHzd']===undefined){var _0x435f28=function(_0x10b116){const _0xfccbe7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x53e5c1='',_0x3ba2c1='';for(let _0x45b14b=-0x9e*0x4+-0x13*-0xef+-0xf45,_0x44c58e,_0x5d9d09,_0x255f8a=-0x1da2+-0x2*-0x688+0x1092;_0x5d9d09=_0x10b116['charAt'](_0x255f8a++);~_0x5d9d09&&(_0x44c58e=_0x45b14b%(0x908+0x59*-0x11+-0x31b)?_0x44c58e*(0x1840+-0x6b9*-0x3+-0x2c2b)+_0x5d9d09:_0x5d9d09,_0x45b14b++%(0x1bf6+0x1e26+-0x2c*0x152))?_0x53e5c1+=String['fromCharCode'](0xc11+0x1*0xef+0x7*-0x1b7&_0x44c58e>>(-(0x1*0x26f5+-0x1bed+0x22*-0x53)*_0x45b14b&-0x1d3f*-0x1+0x21d9+-0x3f12)):0x9*-0xf1+-0x2b1*0x5+0x2*0xaf7){_0x5d9d09=_0xfccbe7['indexOf'](_0x5d9d09);}for(let _0x4339ca=0xdec+0x14bb+0x3*-0xb8d,_0x485bce=_0x53e5c1['length'];_0x4339ca<_0x485bce;_0x4339ca++){_0x3ba2c1+='%'+('00'+_0x53e5c1['charCodeAt'](_0x4339ca)['toString'](-0x18d*0x7+-0x8*0x332+0xc29*0x3))['slice'](-(-0x15fd+0x2443*0x1+-0xe44));}return decodeURIComponent(_0x3ba2c1);};_0x1f54['zOSftp']=_0x435f28,_0x1f54['EzQHzc']={},_0x1f54['YxqHzd']=!![];}const _0x4b4425=_0x480b21[0x25b5+0x2*-0xfb5+-0xb3*0x9],_0x4d3961=_0x46229f+_0x4b4425,_0x47c4ba=_0x1f54['EzQHzc'][_0x4d3961];return!_0x47c4ba?(_0x2390f5=_0x1f54['zOSftp'](_0x2390f5),_0x1f54['EzQHzc'][_0x4d3961]=_0x2390f5):_0x2390f5=_0x47c4ba,_0x2390f5;}import{coderConfig}from'../start.js';import{logger}from'../lib/logger.js';const router=_0x22222a[_0x8de14d(0x545,0x588,0x51d,0x50c)]();function _0x3425a6(_0x1eb443,_0x360817,_0x29625d,_0x407a0f){const _0x118178={_0x203105:0x26b};return _0x1f54(_0x407a0f- -_0x118178._0x203105,_0x360817);}router[_0x8de14d(0x4e7,0x498,0x4d1,0x51d)]('/render',async(_0x331f03,_0x393fd7)=>{const _0x37ae1c={_0xd96dd8:0x295,_0x293928:0x23b,_0x501d3a:0x245,_0x44cd72:0x3,_0x245511:0x77,_0x5be735:0x51,_0x75e49f:0xe1,_0x1e34e2:0x121,_0x3a801b:0x174,_0x31b262:0x102,_0x481dfc:0x193,_0x2e1fb1:0x12e,_0x54bcb4:0x75,_0xdc42ca:0xa5,_0x4081d3:0x275,_0x329cee:0x25c,_0x50266c:0x292,_0x65e252:0x223,_0x5572f7:0x225,_0x6479ab:0xd2,_0x5682f8:0xa3,_0x62b75:0x41,_0x123edc:0x8d,_0x1eb9a3:0xec,_0x10e81b:0x7,_0xdc07b9:0x23,_0x4f16a2:0x51,_0x5d2c7f:0x12f,_0x6d31d9:0x129,_0x1147e6:0x178,_0x128dbc:0xd4,_0x4ed50d:0xee,_0x1994fb:0xf5,_0x2d9811:0x71,_0x15a051:0x81,_0xf679ff:0x48,_0x433639:0xa1,_0x56bdde:0xad,_0x297ee3:0x1ed,_0x354f56:0x266,_0x153643:0x212,_0x3cf1e3:0x251,_0x482128:0x7e,_0x184d98:0x2d,_0x5390ea:0x2b8,_0x41e99d:0x259,_0x2f0ade:0x2c3,_0x19054c:0x1f0,_0x48d876:0x1a5,_0x2c7afe:0x220,_0x10be20:0x23f,_0x493bc8:0x26b,_0x4e2c53:0x189,_0x479988:0x226,_0xc12b7:0x228,_0xad41bb:0x117,_0x3b6004:0xac,_0x591905:0x61,_0x480e24:0x127,_0x59244c:0x12a,_0x33af51:0x2,_0x35cbd6:0x45,_0x178174:0x118,_0x1146b2:0x156,_0x67ac1d:0x2cf,_0x451d93:0x267,_0x3fd425:0x2ab,_0x14aa77:0x284,_0x43f541:0x249,_0x3962db:0x266,_0x379248:0x227,_0x4e657b:0x207,_0x250d58:0x220,_0x7f3c75:0x1c2,_0x2c7ebd:0x168,_0x257609:0x168,_0xa4bd7d:0x1fe,_0x281fd6:0x227,_0x2ae902:0x292,_0x4cac5a:0x272,_0x2bc5ee:0x1f3,_0x5259ba:0x18a,_0xccb108:0x66,_0x4b0bc2:0x8a,_0x55840d:0x1f0,_0x1b21c5:0x20c,_0x1dc3b6:0x82,_0x5f2873:0x18a,_0x5bbe7a:0x1f4,_0x171253:0x1dc,_0x493676:0xa7,_0x5f4c46:0x5a,_0x8407f7:0x1fb,_0x746a97:0x23d,_0x38bcbf:0x260,_0x3399a:0x213,_0x3bd447:0x202,_0x4f3e14:0x27f,_0x3d47cf:0x21c,_0x3a719a:0x255,_0x1c4c5a:0x1fd,_0x5c1b9a:0x1c4,_0x430c32:0x1a7,_0x202d87:0x1ac,_0xbef1f3:0x17e,_0x2e954c:0x101,_0x4d9d2f:0xbc,_0x23045d:0x47,_0x11f804:0x5e,_0x578d5f:0xc9,_0x34f418:0xe0,_0x1bce1e:0xef,_0x33489c:0x1e9,_0x5b598e:0x6a,_0xe4bddd:0x92,_0x241276:0x1d6,_0x33a340:0x170,_0xeea4f0:0x116,_0x5ba733:0x208,_0x472697:0x1a1,_0x38e513:0x1f6,_0x4b2824:0x193,_0xa891dd:0x1e4,_0xf2e1af:0x62,_0x2370a7:0xac,_0x22ce5d:0x95,_0x407ba0:0xfa,_0x44ce30:0x5d,_0x3c3371:0x242,_0x5dc50d:0x24c,_0x1484a2:0x1cb,_0x23f06d:0x11c,_0x3967a9:0x104,_0x4c1a38:0xd,_0x465ae0:0xb9,_0xbff952:0x76,_0x470ba7:0x8b,_0x44e27b:0x233,_0x1989c3:0x273,_0x30b678:0x69,_0x4d6731:0xeb,_0x454e0f:0x2b,_0x5ddf4e:0x1ef,_0x21bf39:0x21e,_0x1d4691:0x15f,_0x22e4aa:0xbf,_0x42a2a9:0xd2,_0x33b7b6:0x94,_0x56f55e:0x1f5,_0x1f82e6:0x22a,_0x56de3f:0x217,_0x222482:0x244,_0x445d2f:0x1df,_0x30cf7a:0xa3,_0x47ef76:0xc4,_0x299263:0xf3,_0x3f2c78:0x93,_0x443d46:0x288,_0x170196:0x1f7,_0x14ed97:0x155,_0x36f132:0x126,_0x424de0:0x145,_0x1533ac:0x29e,_0x2304c8:0x8c,_0x214d99:0x1e8,_0x5e6d83:0x237,_0x3fe51b:0x1cc,_0x358215:0x268,_0x39cefb:0x128,_0x49f314:0xd2,_0x15a50a:0xe4,_0x573391:0xfc,_0x4a033f:0xa0,_0x3c9130:0x201,_0x53957b:0x25b,_0x5b53e0:0x26e,_0x15b333:0x197,_0x474ca8:0x19f,_0x6dfcfc:0x12f,_0x417635:0x209,_0x87755b:0x241,_0x1774d4:0xce,_0x3e2957:0x73,_0x578745:0x83,_0x5c3b27:0x50,_0x4279a4:0x1f,_0x5a72f8:0xf2,_0x329ed:0xf4,_0x5b9790:0x163,_0x35ef69:0x22c,_0x5bbef7:0xa7,_0x913a03:0xb8,_0x2be5ce:0x72,_0x3d72ae:0x24e,_0x941289:0x262,_0xa204c8:0x70,_0x44d9f8:0xcc,_0x4f0dec:0x184,_0xe591c1:0x1aa,_0x3e9edd:0x14d,_0x56eece:0xa8,_0x149196:0x131,_0x3575dd:0x1db,_0x3c03d9:0x1a9,_0x1cc9a3:0x194,_0x2a0405:0x11c,_0x549fb3:0x171,_0x3c4a9a:0x165,_0x56e7e4:0x238,_0x1ab935:0x219,_0x58275c:0x27c,_0x45e52d:0xff,_0x4289a8:0x9d,_0x2f0761:0x278,_0x4d14b9:0x120,_0x4624b9:0x12f,_0xdfe6b:0x1ea,_0x35652f:0x181,_0x2b9096:0x27f,_0x16ff65:0x29b,_0x15f80c:0x1a1,_0x24b8b5:0x196,_0x4e570d:0x15f,_0x5f0759:0x1ed,_0x21fcad:0x243,_0x38fc1e:0x17a,_0x47fef8:0x11e,_0x5a1dcd:0xd8,_0x9988c7:0x126,_0x3832c1:0x43,_0x1e5371:0x88,_0x1b2bdf:0x12e,_0x4385fc:0x161,_0x9928ca:0xeb,_0x341ba2:0x32,_0x16689c:0x6e,_0x15dab8:0x291,_0x51cce4:0x18b,_0x39fe37:0x19b,_0x3ccc98:0x275,_0x39ff0d:0x167,_0x4bce88:0x112,_0x426df3:0x114,_0x40bafa:0x139,_0x5e5fc7:0x7f,_0x2ae1b9:0xea,_0x578246:0x4a,_0x410df6:0x53,_0x456c09:0x20e,_0x124415:0x84,_0x1ed3d9:0x119,_0x2d4983:0xd2,_0x500551:0x97,_0x37f329:0xb4,_0x387cf7:0x1b9,_0x5d76be:0x1a5,_0x5c42fd:0x20b,_0x3e5d27:0x218,_0x58ebf5:0x95,_0x3eb653:0x99,_0x299bf5:0x282,_0x1a8729:0x252,_0x37f92d:0x9c,_0x3dc182:0xab,_0x1edeb1:0x1b2,_0x1a8125:0x5c,_0x5d65e5:0xca,_0x59fee7:0x1fa,_0x3b116e:0x234,_0x12ec63:0x231,_0x1a9456:0x1ff,_0x324598:0xaf,_0x61e812:0x213,_0x362971:0x264,_0x39af19:0x1bd,_0x206af1:0x21c,_0x4738b3:0x1e0,_0xb8bc25:0x21a,_0x17f602:0x9a,_0x3a5e53:0x146,_0xe67d93:0x11b,_0x388309:0x22d,_0x31c97c:0x215,_0x575453:0x1c5,_0x427735:0x1c4,_0x14e45b:0x252,_0x2963c6:0x23c,_0x21d2a0:0x279,_0xc52e3c:0x211,_0x3f4f30:0x193,_0x31478b:0x4,_0x5c7884:0xd6,_0xfc2142:0x6d,_0x4207fc:0x1fe,_0x238ba3:0x284,_0x490413:0x11c,_0x648304:0x11d,_0x3306fa:0x291,_0x3feee2:0x23c,_0x2ea8da:0x1de,_0x3b7ad9:0x1be,_0x45973d:0x205,_0xd46d65:0x136,_0x3e6492:0x80,_0x56c03a:0x1d,_0x4b46af:0x296,_0x5734cb:0x114,_0x483761:0xd2,_0x10e79f:0x13d,_0x3b9f70:0x56,_0x313225:0x209,_0x50ae84:0x2a3,_0x33989c:0x1cb,_0x32051d:0x100,_0x385ab7:0x162},_0x1f87bd={_0x3e6c91:0x5e0,_0x9809f8:0x4f},_0x1c2b8b={_0x5c3040:0x1e0,_0x5af28a:0x118},_0x1c8de5={};_0x1c8de5[_0x34150e(-_0x37ae1c._0xd96dd8,-_0x37ae1c._0x293928,-0x250,-0x1ed)]=function(_0x24c063,_0x4c642e){return _0x24c063===_0x4c642e;},_0x1c8de5[_0x34150e(-0x1e5,-0x1fc,-0x22f,-_0x37ae1c._0x501d3a)]=_0x257dc3(-_0x37ae1c._0x44cd72,-_0x37ae1c._0x245511,-0x63,-_0x37ae1c._0x5be735),_0x1c8de5[_0x257dc3(-0x179,-_0x37ae1c._0x75e49f,-_0x37ae1c._0x1e34e2,-_0x37ae1c._0x3a801b)]=_0x257dc3(-_0x37ae1c._0x31b262,-_0x37ae1c._0x481dfc,-_0x37ae1c._0x2e1fb1,-0x147)+'ualization'+_0x257dc3(-_0x37ae1c._0x54bcb4,-_0x37ae1c._0xdc42ca,-0x9e,-0xe0)+_0x34150e(-_0x37ae1c._0x4081d3,-_0x37ae1c._0x329cee,-0x2bb,-_0x37ae1c._0x50266c),_0x1c8de5[_0x34150e(-0x266,-0x217,-_0x37ae1c._0x65e252,-_0x37ae1c._0x5572f7)]=function(_0x583690,_0x244107){return _0x583690+_0x244107;},_0x1c8de5[_0x257dc3(-_0x37ae1c._0x6479ab,-0xf4,-_0x37ae1c._0x5682f8,-_0x37ae1c._0x62b75)]=_0x257dc3(-0xc3,-_0x37ae1c._0x123edc,-0xce,-_0x37ae1c._0x1eb9a3)+_0x257dc3(_0x37ae1c._0x10e81b,-_0x37ae1c._0xdc07b9,-_0x37ae1c._0x4f16a2,-0xbd)+_0x257dc3(-_0x37ae1c._0x5d2c7f,-0xcd,-_0x37ae1c._0x6d31d9,-_0x37ae1c._0x1147e6),_0x1c8de5['mSUXN']=_0x257dc3(-_0x37ae1c._0x128dbc,-0x7f,-0xe7,-0x111)+'ON\x20in\x20scre'+_0x257dc3(-_0x37ae1c._0x4ed50d,-0x105,-_0x37ae1c._0x1994fb,-0x11a),_0x1c8de5['bEpdl']=_0x257dc3(-_0x37ae1c._0x2d9811,-0xb2,-0xb4,-_0x37ae1c._0x15a051)+_0x257dc3(-_0x37ae1c._0xf679ff,-0x33,-_0x37ae1c._0x433639,-_0x37ae1c._0x56bdde)+'d\x20for\x20task';function _0x34150e(_0x2880a2,_0x509f3e,_0x43a368,_0x44f807){return _0x3425a6(_0x2880a2-0x113,_0x2880a2,_0x43a368-_0x1c2b8b._0x5c3040,_0x509f3e- -_0x1c2b8b._0x5af28a);}_0x1c8de5[_0x34150e(-_0x37ae1c._0x297ee3,-0x242,-0x264,-0x21a)]=function(_0x53d31f,_0x133ed5){return _0x53d31f===_0x133ed5;},_0x1c8de5[_0x34150e(-_0x37ae1c._0x354f56,-0x236,-0x250,-0x298)]=_0x34150e(-0x1c4,-_0x37ae1c._0x153643,-0x1f3,-_0x37ae1c._0x3cf1e3),_0x1c8de5[_0x257dc3(-_0x37ae1c._0x482128,-0x8c,-0x8c,-_0x37ae1c._0x184d98)]=_0x34150e(-_0x37ae1c._0x5390ea,-0x262,-0x21b,-_0x37ae1c._0x41e99d),_0x1c8de5[_0x257dc3(-0xce,-0x6d,-0xc0,-0x114)]=_0x34150e(-_0x37ae1c._0x2f0ade,-0x253,-0x282,-0x261)+_0x34150e(-_0x37ae1c._0x19054c,-_0x37ae1c._0x48d876,-0x1d3,-0x199)+_0x34150e(-_0x37ae1c._0x2c7afe,-_0x37ae1c._0x10be20,-0x267,-_0x37ae1c._0x493bc8)+_0x34150e(-0x198,-0x19f,-0x203,-_0x37ae1c._0x4e2c53)+_0x34150e(-0x1f6,-0x23e,-0x24a,-0x1d4)+'er',_0x1c8de5[_0x34150e(-_0x37ae1c._0x479988,-0x223,-0x277,-_0x37ae1c._0xc12b7)]=_0x257dc3(-0x151,-_0x37ae1c._0xad41bb,-0x114,-0x141)+_0x257dc3(-0x72,-_0x37ae1c._0x3b6004,-0x66,-_0x37ae1c._0x591905)+_0x257dc3(-_0x37ae1c._0x480e24,-0x122,-_0x37ae1c._0x59244c,-0xc2)+_0x257dc3(_0x37ae1c._0x33af51,-_0x37ae1c._0x35cbd6,-0x58,-0xb7)+_0x257dc3(-0x129,-0xfb,-_0x37ae1c._0x178174,-_0x37ae1c._0x1146b2),_0x1c8de5[_0x34150e(-_0x37ae1c._0x67ac1d,-_0x37ae1c._0x451d93,-0x252,-_0x37ae1c._0x3fd425)]=_0x34150e(-_0x37ae1c._0x14aa77,-_0x37ae1c._0x43f541,-_0x37ae1c._0x3962db,-0x2a0)+'ound\x20for\x20v'+_0x34150e(-_0x37ae1c._0x379248,-0x246,-_0x37ae1c._0x4e657b,-0x249)+'on',_0x1c8de5[_0x34150e(-_0x37ae1c._0x250d58,-0x1e6,-0x1d2,-_0x37ae1c._0x7f3c75)]=_0x257dc3(-_0x37ae1c._0x2c7ebd,-0xf0,-0x10a,-_0x37ae1c._0x257609)+_0x257dc3(-0xeb,-0xc0,-0xac,-_0x37ae1c._0x3b6004),_0x1c8de5[_0x34150e(-_0x37ae1c._0xa4bd7d,-_0x37ae1c._0x281fd6,-_0x37ae1c._0x2ae902,-_0x37ae1c._0x4cac5a)]=_0x34150e(-0x216,-_0x37ae1c._0x2bc5ee,-0x1aa,-_0x37ae1c._0x5259ba)+_0x257dc3(-0x65,-_0x37ae1c._0xccb108,-0xa1,-_0x37ae1c._0x4b0bc2)+'d',_0x1c8de5[_0x34150e(-_0x37ae1c._0x55840d,-_0x37ae1c._0x1b21c5,-0x1fc,-0x213)]='ncCEg';function _0x257dc3(_0x1f94b2,_0x2b5f5a,_0xc6a13d,_0x104623){return _0x8de14d(_0xc6a13d- -_0x1f87bd._0x3e6c91,_0x1f94b2,_0xc6a13d-_0x1f87bd._0x9809f8,_0x104623-0xb);}_0x1c8de5[_0x257dc3(-0xe6,-_0x37ae1c._0x1dc3b6,-0x9c,-_0x37ae1c._0x123edc)]=_0x34150e(-_0x37ae1c._0x5f2873,-0x1ed,-_0x37ae1c._0x5bbe7a,-_0x37ae1c._0x171253),_0x1c8de5[_0x257dc3(-_0x37ae1c._0x493676,-_0x37ae1c._0x5f4c46,-0xc2,-0xd9)]=_0x257dc3(-0xa9,-0xda,-0xcf,-0x78)+_0x34150e(-_0x37ae1c._0x8407f7,-_0x37ae1c._0x746a97,-0x2aa,-_0x37ae1c._0x38bcbf)+'t\x20configur'+'ed',_0x1c8de5[_0x34150e(-0x1de,-0x23c,-_0x37ae1c._0x3399a,-_0x37ae1c._0x3bd447)]=_0x34150e(-0x277,-0x20e,-_0x37ae1c._0x4f3e14,-0x218)+'der\x20URL\x20no'+'t\x20configur'+_0x34150e(-0x269,-_0x37ae1c._0x3d47cf,-_0x37ae1c._0x3a719a,-0x256)+_0x34150e(-0x245,-_0x37ae1c._0x4e657b,-0x26f,-0x22d)+_0x34150e(-0x234,-_0x37ae1c._0x1c4c5a,-_0x37ae1c._0x5c1b9a,-_0x37ae1c._0x430c32),_0x1c8de5['lurNs']=_0x34150e(-0x1f9,-_0x37ae1c._0x202d87,-0x1e5,-_0x37ae1c._0xbef1f3),_0x1c8de5[_0x257dc3(-0x100,-_0x37ae1c._0x1994fb,-_0x37ae1c._0x2e954c,-_0x37ae1c._0x4d9d2f)]=function(_0x47173e,_0x47b163){return _0x47173e!==_0x47b163;},_0x1c8de5[_0x257dc3(-_0x37ae1c._0x23045d,-0x44,-_0x37ae1c._0x11f804,-0xc5)]=_0x257dc3(-0xb6,-_0x37ae1c._0x578d5f,-_0x37ae1c._0x34f418,-_0x37ae1c._0x1bce1e)+_0x34150e(-0x274,-0x22e,-_0x37ae1c._0x33489c,-0x29e)+_0x257dc3(-_0x37ae1c._0x5b598e,-_0x37ae1c._0xe4bddd,-0x68,-0xbe)+'d',_0x1c8de5[_0x34150e(-0x19e,-_0x37ae1c._0x241276,-0x1dd,-_0x37ae1c._0x33a340)]=_0x257dc3(-0x10c,-0xe5,-0x113,-_0x37ae1c._0xeea4f0),_0x1c8de5[_0x34150e(-_0x37ae1c._0x5ba733,-0x218,-0x279,-0x1ed)]=_0x34150e(-0x1b3,-_0x37ae1c._0x472697,-0x15d,-0x176),_0x1c8de5[_0x34150e(-_0x37ae1c._0x38e513,-_0x37ae1c._0x4b2824,-_0x37ae1c._0xa891dd,-0x149)]=_0x257dc3(-_0x37ae1c._0xf2e1af,-_0x37ae1c._0x2370a7,-_0x37ae1c._0x22ce5d,-_0x37ae1c._0x407ba0)+'pe',_0x1c8de5[_0x257dc3(-0x1d,-0x2d,-_0x37ae1c._0x44ce30,-0x80)]='text/html;'+'\x20charset=u'+'tf-8';const _0x2d6e88=_0x1c8de5;try{const {taskId:_0x1a82bc,file:_0x424cc1}=_0x331f03['query'];if(!_0x1a82bc||!_0x424cc1){if(_0x2d6e88[_0x34150e(-0x204,-_0x37ae1c._0x3c3371,-_0x37ae1c._0x5dc50d,-_0x37ae1c._0x297ee3)](_0x2d6e88[_0x257dc3(-0xb6,-0x117,-0xf7,-0xae)],_0x2d6e88[_0x34150e(-_0x37ae1c._0x1c4c5a,-_0x37ae1c._0x1484a2,-0x174,-0x15e)])){const _0x4c080c={};_0x4c080c[_0x257dc3(-0xd8,-0xe0,-_0x37ae1c._0x23f06d,-0x114)]=_0xf483f1['query'][_0x257dc3(-0x108,-0x174,-0x11c,-_0x37ae1c._0x3967a9)],_0x4c080c['file']=_0x5b513e['query']['file'],_0x4c080c['error']=_0x1fb307['message'],_0x4c080c[_0x257dc3(-_0x37ae1c._0x4c1a38,-_0x37ae1c._0x465ae0,-_0x37ae1c._0xbff952,-0xcf)]=_0x2ff90b[_0x257dc3(-_0x37ae1c._0x470ba7,-0x25,-0x76,-0x12)],_0x3bb6d8[_0x34150e(-0x21b,-_0x37ae1c._0x44e27b,-_0x37ae1c._0x1989c3,-0x214)](_0x257dc3(-_0x37ae1c._0x30b678,-_0x37ae1c._0x4d6731,-0x96,-_0x37ae1c._0x454e0f)+_0x34150e(-_0x37ae1c._0x5ddf4e,-0x200,-0x23f,-_0x37ae1c._0x21bf39)+_0x34150e(-0x141,-0x19e,-_0x37ae1c._0x1d4691,-0x1a6),_0x4c080c);if(_0x2d6e88['ZZrxu'](_0x57b67f[_0x257dc3(-0xae,-_0x37ae1c._0x22e4aa,-_0x37ae1c._0x42a2a9,-_0x37ae1c._0x33b7b6)],_0x2d6e88[_0x34150e(-_0x37ae1c._0x56f55e,-0x1fc,-_0x37ae1c._0x48d876,-_0x37ae1c._0x1c4c5a)]))return _0x59ccce['status'](-0x7*-0x9d+0x178f+-0x1a46)[_0x34150e(-0x1de,-0x209,-0x243,-0x216)](_0x2d6e88['CHqtc']);_0x5bf2b0[_0x34150e(-0x1f3,-0x1dc,-_0x37ae1c._0x1f82e6,-0x19a)](0x12*0xdf+-0xcbd+0x17*-0xb)['send'](_0x2d6e88[_0x34150e(-0x269,-_0x37ae1c._0x56de3f,-_0x37ae1c._0x222482,-_0x37ae1c._0x445d2f)](_0x2d6e88[_0x257dc3(-0xd4,-0x56,-_0x37ae1c._0x30cf7a,-_0x37ae1c._0x47ef76)],_0x2a9f21[_0x257dc3(-_0x37ae1c._0x299263,-0xfa,-_0x37ae1c._0x3f2c78,-_0x37ae1c._0x11f804)]));}else{const _0x49f99e={};return _0x49f99e[_0x34150e(-_0x37ae1c._0x443d46,-0x25b,-0x24b,-_0x37ae1c._0x170196)]=_0x1a82bc,_0x49f99e[_0x257dc3(-_0x37ae1c._0x14ed97,-_0x37ae1c._0x36f132,-_0x37ae1c._0x178174,-_0x37ae1c._0x424de0)]=_0x424cc1,logger[_0x34150e(-0x295,-0x26e,-0x209,-_0x37ae1c._0x1533ac)](_0x2d6e88[_0x257dc3(-0x4f,-_0x37ae1c._0x2304c8,-0xc0,-0x74)],_0x49f99e),_0x393fd7[_0x34150e(-_0x37ae1c._0x214d99,-0x1dc,-_0x37ae1c._0x5e6d83,-_0x37ae1c._0x3fe51b)](0x1924+0x1997*0x1+-0x312b)[_0x34150e(-0x1a3,-0x209,-_0x37ae1c._0x358215,-0x234)](_0x2d6e88[_0x257dc3(-_0x37ae1c._0x39cefb,-_0x37ae1c._0x49f314,-_0x37ae1c._0x15a50a,-_0x37ae1c._0x573391)]);}}const _0x2fbb4a=tasks[_0x257dc3(-_0x37ae1c._0x4a033f,-0x8a,-0xf9,-0x15d)](_0x1a82bc);if(!_0x2fbb4a){const _0x3cb6f0={};return _0x3cb6f0[_0x34150e(-_0x37ae1c._0x3c9130,-_0x37ae1c._0x53957b,-_0x37ae1c._0x5b53e0,-0x201)]=_0x1a82bc,logger[_0x257dc3(-_0x37ae1c._0x15b333,-_0x37ae1c._0x474ca8,-_0x37ae1c._0x6dfcfc,-0x176)](_0x2d6e88['pMKbJ'],_0x3cb6f0),_0x393fd7['status'](-0x15*0x25+-0x20ed+0x258a)[_0x34150e(-0x222,-_0x37ae1c._0x417635,-_0x37ae1c._0xa891dd,-_0x37ae1c._0x87755b)](_0x2d6e88[_0x257dc3(-_0x37ae1c._0x1774d4,-_0x37ae1c._0x3e2957,-0xa7,-_0x37ae1c._0x578745)]);}const _0xe32470=coderConfig[_0x257dc3(-0x8b,-_0x37ae1c._0x5c3b27,-0x8b,-0x3e)+'ts'][_0x2fbb4a[_0x257dc3(-_0x37ae1c._0x4279a4,-0x93,-0x8b,-_0x37ae1c._0x3f2c78)+'t']];if(!_0xe32470){const _0x5c8a1b={};return _0x5c8a1b['taskId']=_0x1a82bc,_0x5c8a1b['environmen'+'t']=_0x2fbb4a['environmen'+'t'],logger[_0x257dc3(-_0x37ae1c._0x5a72f8,-0xec,-_0x37ae1c._0x329ed,-_0x37ae1c._0x5b9790)](_0x34150e(-0x1fa,-_0x37ae1c._0x2bc5ee,-_0x37ae1c._0x35ef69,-0x1bc)+_0x257dc3(-_0x37ae1c._0x5bbef7,-_0x37ae1c._0x15a051,-_0x37ae1c._0x433639,-0xda)+'d\x20for\x20task',_0x5c8a1b),_0x393fd7[_0x34150e(-_0x37ae1c._0x1f82e6,-0x1dc,-_0x37ae1c._0x87755b,-0x21b)](0x9*-0x2f5+-0x206*-0x1+0x1a2b)[_0x257dc3(-_0x37ae1c._0x913a03,-_0x37ae1c._0x2be5ce,-0xca,-0x5f)](_0x2d6e88[_0x34150e(-_0x37ae1c._0x3d72ae,-0x227,-_0x37ae1c._0x941289,-0x26e)]);}const _0x2f1072=_0xe32470[_0x257dc3(-0xfc,-_0x37ae1c._0xa204c8,-_0x37ae1c._0x44d9f8,-0x7d)+_0x34150e(-_0x37ae1c._0x4f0dec,-_0x37ae1c._0xe591c1,-0x146,-_0x37ae1c._0x3e9edd)];if(!_0x2f1072){if(_0x2d6e88[_0x257dc3(-_0x37ae1c._0x56eece,-0x114,-0x103,-_0x37ae1c._0x149196)](_0x2d6e88['jTASI'],_0x2d6e88[_0x34150e(-_0x37ae1c._0x474ca8,-_0x37ae1c._0x3575dd,-_0x37ae1c._0x3c03d9,-_0x37ae1c._0x1cc9a3)])){const _0xc6d0f4={};return _0xc6d0f4[_0x257dc3(-0xac,-0x157,-_0x37ae1c._0x2a0405,-0xe4)]=_0x45f04e,_0xc6d0f4['file']=_0x324840,_0xc6d0f4['error']=_0x8c6a00[_0x34150e(-0x169,-0x1d2,-_0x37ae1c._0x549fb3,-_0x37ae1c._0x3c4a9a)],_0x42a5a7[_0x34150e(-0x25b,-0x233,-0x2a2,-0x27a)](_0x2d6e88[_0x34150e(-_0x37ae1c._0x56e7e4,-_0x37ae1c._0x1ab935,-_0x37ae1c._0x58275c,-0x1dc)],_0xc6d0f4),_0x32f9c9[_0x257dc3(-_0x37ae1c._0x45e52d,-_0x37ae1c._0x4289a8,-0x9d,-0xea)](0x10d0+0xb91+0x1*-0x1ad1)[_0x34150e(-0x21c,-0x209,-0x1db,-_0x37ae1c._0x2f0761)](_0x2d6e88['mSUXN']);}else{const _0x22496e={};return _0x22496e[_0x257dc3(-0x109,-_0x37ae1c._0x4d14b9,-0x11c,-_0x37ae1c._0x4624b9)]=_0x1a82bc,_0x22496e['environmen'+'t']=_0x2fbb4a[_0x34150e(-0x216,-0x1ca,-_0x37ae1c._0xdfe6b,-_0x37ae1c._0x35652f)+'t'],logger['error'](_0x2d6e88[_0x34150e(-0x1f6,-0x201,-0x1b0,-0x19a)],_0x22496e),_0x393fd7[_0x34150e(-0x20a,-0x1dc,-0x17f,-0x1a0)](-0x1*-0x177+0x1*-0x69d+0x65*0x12)['send'](_0x2d6e88['zLJvJ']);}}const {outputDir:_0x356c87}=getTaskDirectories(_0x1a82bc),_0x52276e=_0x1a2ebb[_0x34150e(-_0x37ae1c._0x2b9096,-0x22b,-_0x37ae1c._0x16ff65,-0x275)](_0x356c87,_0x2d6e88[_0x34150e(-_0x37ae1c._0x15f80c,-_0x37ae1c._0x24b8b5,-_0x37ae1c._0x4e570d,-_0x37ae1c._0x5f0759)]);let _0x4bc638=_0x424cc1['replace'](/^[\/\\]+/,'');_0x4bc638=_0x1a2ebb['normalize'](_0x4bc638);const _0x5723d5=_0x1a2ebb[_0x34150e(-0x22d,-0x1ec,-0x1ac,-_0x37ae1c._0x21fcad)](_0x52276e,_0x4bc638);if(!_0x5723d5[_0x34150e(-_0x37ae1c._0x38fc1e,-_0x37ae1c._0x3c03d9,-0x1c1,-0x16a)](_0x2d6e88[_0x257dc3(-_0x37ae1c._0x15a051,-_0x37ae1c._0x47fef8,-_0x37ae1c._0x5a1dcd,-_0x37ae1c._0x9988c7)](_0x52276e,_0x1a2ebb[_0x257dc3(-_0x37ae1c._0x3832c1,-_0x37ae1c._0x1e5371,-0x7c,-0x16)]))&&_0x2d6e88[_0x257dc3(-0x146,-0xa6,-_0x37ae1c._0x2e954c,-_0x37ae1c._0x1b2bdf)](_0x5723d5,_0x52276e)){const _0x682a8c={};return _0x682a8c['taskId']=_0x1a82bc,_0x682a8c[_0x257dc3(-_0x37ae1c._0x4385fc,-_0x37ae1c._0x9928ca,-0x118,-0x113)]=_0x424cc1,_0x682a8c[_0x257dc3(-0x42,-_0x37ae1c._0x341ba2,-_0x37ae1c._0x16689c,-0xc3)+'th']=_0x5723d5,logger[_0x34150e(-0x278,-0x26e,-_0x37ae1c._0x15dab8,-0x2d3)](_0x2d6e88[_0x34150e(-0x19f,-0x19d,-_0x37ae1c._0x51cce4,-0x14b)],_0x682a8c),_0x393fd7[_0x34150e(-0x18e,-0x1dc,-_0x37ae1c._0x39fe37,-0x184)](-0x26b6+0xb1b*-0x1+0x3361)[_0x34150e(-0x21d,-0x209,-0x1ca,-_0x37ae1c._0x3ccc98)](_0x257dc3(-_0x37ae1c._0x39ff0d,-_0x37ae1c._0x4bce88,-_0x37ae1c._0x31b262,-_0x37ae1c._0x56eece)+_0x257dc3(-_0x37ae1c._0x426df3,-0x123,-0xe1,-_0x37ae1c._0x40bafa)+_0x257dc3(-0xf8,-_0x37ae1c._0x5e5fc7,-_0x37ae1c._0x2ae1b9,-_0x37ae1c._0x4a033f)+_0x257dc3(-_0x37ae1c._0x578246,-_0x37ae1c._0x410df6,-_0x37ae1c._0x123edc,-0x66)+_0x34150e(-_0x37ae1c._0x456c09,-0x228,-0x1fc,-0x213));}const _0x58d555=await _0x569c16[_0x257dc3(-0xdf,-_0x37ae1c._0x124415,-0xbc,-_0x37ae1c._0x1ed3d9)](_0x5723d5,_0x2d6e88[_0x257dc3(-0x81,-_0x37ae1c._0x2d4983,-_0x37ae1c._0x500551,-_0x37ae1c._0x37f329)]);let _0x4412e9;try{_0x4412e9=JSON[_0x34150e(-0x1fa,-_0x37ae1c._0x387cf7,-_0x37ae1c._0x5d76be,-0x1da)](_0x58d555);}catch(_0x25e940){if(_0x2d6e88[_0x34150e(-_0x37ae1c._0x5c42fd,-_0x37ae1c._0x3e5d27,-_0x37ae1c._0x451d93,-0x227)]===_0x2d6e88[_0x257dc3(-_0x37ae1c._0x58ebf5,-_0x37ae1c._0x3eb653,-0xd9,-_0x37ae1c._0x128dbc)]){const _0x129f0b={};return _0x129f0b[_0x34150e(-_0x37ae1c._0x299bf5,-0x25b,-0x23d,-0x210)]=_0x1a82bc,_0x129f0b[_0x34150e(-0x235,-0x257,-_0x37ae1c._0x1a8729,-0x2a5)]=_0x424cc1,_0x129f0b[_0x257dc3(-_0x37ae1c._0x37f92d,-_0x37ae1c._0x3dc182,-0xf4,-0x140)]=_0x25e940['message'],logger['error'](_0x2d6e88[_0x34150e(-0x286,-0x219,-0x206,-0x216)],_0x129f0b),_0x393fd7[_0x34150e(-_0x37ae1c._0x3bd447,-_0x37ae1c._0x171253,-0x1bd,-_0x37ae1c._0x1edeb1)](0x19d2*0x1+0x1245+-0xbf*0x39)[_0x257dc3(-0x8c,-_0x37ae1c._0x1a8125,-_0x37ae1c._0x5d65e5,-0x98)](_0x34150e(-_0x37ae1c._0x59fee7,-0x226,-0x1ff,-0x27d)+'ON\x20in\x20scre'+_0x34150e(-0x20f,-_0x37ae1c._0x3b116e,-0x283,-_0x37ae1c._0x12ec63));}else{const _0x91b63e={};return _0x91b63e[_0x34150e(-0x272,-_0x37ae1c._0x53957b,-0x207,-_0x37ae1c._0x1a9456)]=_0xcce8f7,_0x91b63e[_0x257dc3(-0xda,-0x50,-_0x37ae1c._0x470ba7,-0xa9)+'t']=_0x4bae63['environmen'+'t'],_0x484dda['error'](_0x2d6e88[_0x257dc3(-_0x37ae1c._0x3f2c78,-0x72,-0xb8,-0x4a)],_0x91b63e),_0x165be0['status'](0x1*-0x10+-0x12bc+-0x4*-0x518)[_0x257dc3(-_0x37ae1c._0x324598,-_0x37ae1c._0x36f132,-_0x37ae1c._0x5d65e5,-_0x37ae1c._0x2304c8)](_0x34150e(-_0x37ae1c._0x61e812,-0x1f3,-_0x37ae1c._0x362971,-_0x37ae1c._0x39af19)+_0x34150e(-_0x37ae1c._0x206af1,-_0x37ae1c._0x4738b3,-_0x37ae1c._0xb8bc25,-_0x37ae1c._0x39fe37)+'d');}}const _0x562d8d=generateRenderHtml(_0x2f1072,JSON[_0x257dc3(-0x55,-0x47,-_0x37ae1c._0x17f602,-0xf9)](_0x4412e9)),_0x12d0bf={};_0x12d0bf[_0x257dc3(-0xb9,-0xfc,-0x11c,-_0x37ae1c._0x3a5e53)]=_0x1a82bc,_0x12d0bf[_0x257dc3(-0x155,-0x126,-0x118,-_0x37ae1c._0xe67d93)]=_0x424cc1,_0x12d0bf[_0x34150e(-_0x37ae1c._0xa4bd7d,-_0x37ae1c._0x388309,-0x1ed,-_0x37ae1c._0x31c97c)]=_0x2f1072,logger[_0x34150e(-_0x37ae1c._0x575453,-_0x37ae1c._0x427735,-0x1df,-0x1b9)](_0x34150e(-_0x37ae1c._0x14e45b,-0x221,-0x208,-0x1f0)+_0x257dc3(-0x9a,-0x27,-0x88,-0xe7)+_0x34150e(-_0x37ae1c._0x3c4a9a,-0x1ba,-0x1c9,-0x208),_0x12d0bf),_0x393fd7[_0x34150e(-_0x37ae1c._0x2963c6,-_0x37ae1c._0x3962db,-_0x37ae1c._0x21d2a0,-_0x37ae1c._0xc52e3c)](_0x2d6e88[_0x34150e(-0x1b3,-_0x37ae1c._0x3f4f30,-0x1f9,-0x1b6)],_0x2d6e88[_0x257dc3(_0x37ae1c._0x31478b,-0x8d,-_0x37ae1c._0x44ce30,-0xa9)]),_0x393fd7[_0x257dc3(-_0x37ae1c._0x5c7884,-_0x37ae1c._0xfc2142,-0xca,-0x131)](_0x562d8d);}catch(_0x36abf9){const _0x33cf4b={};_0x33cf4b[_0x34150e(-_0x37ae1c._0x4207fc,-0x25b,-_0x37ae1c._0x238ba3,-_0x37ae1c._0x362971)]=_0x331f03['query'][_0x257dc3(-0xed,-0xb3,-_0x37ae1c._0x490413,-_0x37ae1c._0x648304)],_0x33cf4b[_0x34150e(-0x241,-0x257,-_0x37ae1c._0x3306fa,-0x23e)]=_0x331f03[_0x34150e(-_0x37ae1c._0x3feee2,-_0x37ae1c._0x2ea8da,-_0x37ae1c._0x3b7ad9,-_0x37ae1c._0x45973d)]['file'],_0x33cf4b[_0x257dc3(-_0x37ae1c._0xd46d65,-0x13a,-_0x37ae1c._0x329ed,-0x93)]=_0x36abf9[_0x34150e(-0x20a,-0x1d2,-0x17d,-_0x37ae1c._0x56e7e4)],_0x33cf4b[_0x257dc3(-0x24,-_0x37ae1c._0x3e6492,-_0x37ae1c._0xbff952,-_0x37ae1c._0x56c03a)]=_0x36abf9['stack'],logger[_0x34150e(-_0x37ae1c._0x65e252,-0x233,-_0x37ae1c._0x4b46af,-0x200)]('Error\x20rend'+'ering\x20visu'+'alization',_0x33cf4b);if(_0x2d6e88['KmIWW'](_0x36abf9[_0x257dc3(-0x75,-_0x37ae1c._0x5734cb,-_0x37ae1c._0x483761,-_0x37ae1c._0x10e79f)],'ENOENT'))return _0x393fd7[_0x257dc3(-0x58,-_0x37ae1c._0x3b9f70,-_0x37ae1c._0x4289a8,-_0x37ae1c._0x1bce1e)](-0x4e*0x3+0x57*0x38+0x2*-0x845)[_0x34150e(-0x239,-_0x37ae1c._0x313225,-_0x37ae1c._0x65e252,-0x240)](_0x257dc3(-0xe4,-0x18c,-0x12e,-_0x37ae1c._0x5d65e5)+'ualization'+_0x257dc3(-0x85,-0x62,-0x9e,-0x64)+_0x34150e(-_0x37ae1c._0x170196,-_0x37ae1c._0x329cee,-_0x37ae1c._0x354f56,-_0x37ae1c._0x50ae84));_0x393fd7['status'](-0x9aa+-0x1872+-0x241*-0x10)[_0x34150e(-0x271,-_0x37ae1c._0x313225,-0x24d,-0x22a)](_0x2d6e88[_0x34150e(-_0x37ae1c._0x33989c,-_0x37ae1c._0x56de3f,-0x21f,-0x245)](_0x2d6e88[_0x257dc3(-0x4f,-0x41,-0xa3,-_0x37ae1c._0x32051d)],_0x36abf9[_0x34150e(-_0x37ae1c._0x3c03d9,-0x1d2,-_0x37ae1c._0x385ab7,-0x1c8)]));}});function generateRenderHtml(_0x223abe,_0x295fc0){const _0x35cb51={_0x5537d0:0x8d,_0x1187a0:0x92,_0x566bd7:0x102,_0x580bad:0xf8,_0xdd8b2f:0xba,_0x21bac5:0x96,_0x24e46b:0x1,_0x115adc:0x82,_0x351731:0xc0,_0x8dd527:0x72,_0x12eae4:0x58,_0xb9202c:0xa,_0x3fafdc:0x138,_0x2973ad:0x37,_0x4d0073:0xc7,_0x2f0d54:0x85,_0x10a8e7:0x25,_0x44dbe4:0x8b,_0x2c53f9:0x54,_0x71e05:0x6b,_0x58deba:0x21,_0x2d6e45:0x27,_0xffc3b9:0x144,_0x2e2b0d:0x8,_0x3be350:0x5c,_0x12eca3:0xa9,_0x4762f7:0xcb,_0x7d4183:0x33,_0x3911be:0x0,_0xf1840a:0xdb,_0x501cb7:0xc0,_0x3fc5aa:0x67,_0x5ed9a1:0x19d,_0x159a05:0x13e,_0x2ab3e0:0xf1,_0x9e064b:0xdc,_0x569878:0x1a8,_0x394558:0xe9,_0x2b0285:0x4d,_0x28ef30:0x183,_0x194d17:0x117,_0x3e6191:0xfe,_0x488f5f:0xa9,_0x3f9761:0xc8,_0x853e85:0xfa,_0x302004:0x125,_0x4468cf:0x42,_0x134d83:0x4b,_0xadbcf0:0x37,_0x5a766a:0xe,_0x20780c:0x17,_0x40d6e6:0x8f,_0x2cce53:0xbc,_0x35c168:0x3f,_0x268fb8:0xee,_0x574871:0x8c,_0x2455b1:0xc6,_0x8309ca:0x123,_0x2f5f7d:0x122,_0x13c84a:0x118,_0x3e39d7:0xad,_0x186332:0x97,_0x226c6c:0x4,_0x5d19e8:0xd4,_0x1e366b:0x28,_0x564ddf:0x91,_0x1a0d48:0x9d,_0x3fd37f:0xfc,_0x3a64dc:0x16,_0x4946da:0x8a,_0x44f248:0x25,_0x222447:0xff,_0x48d529:0xf6,_0x49c9ee:0x46,_0x87f37a:0x26,_0x5741a5:0x5d,_0x306859:0xd,_0x43e297:0xc2,_0x240135:0x119,_0x4d1bea:0xea,_0x4ae280:0xe1,_0x3849a0:0xae,_0x25b605:0x116,_0x2cd0a5:0xd2,_0x277c2c:0x11f,_0x5dea0a:0x94,_0x3ec999:0xd1,_0x7373e6:0xdd,_0xff9aef:0xe6,_0x70f8df:0x76,_0x1e441e:0x28,_0xc6f31e:0xa6,_0x535498:0x73,_0xb0b1d9:0x88,_0x284977:0xf7,_0x4f3f1d:0x9c,_0x490342:0x86,_0x563f86:0x54,_0x2df7e7:0x1,_0x1e4133:0x68,_0x3bcd34:0x3b,_0x4fde9f:0xb7,_0xd1222c:0x5a,_0x4fae16:0x40,_0x1d883b:0x5f,_0x28c7bb:0x5e,_0x1fd971:0x15,_0x37ba12:0x2e,_0x168af9:0x52,_0x16dce0:0x101,_0x4de2e3:0xa5,_0x18b925:0x16e,_0x5145fb:0x10b,_0x590eaf:0xc9,_0x11f59b:0x70,_0x4bef7f:0x18,_0x4cf3ed:0x2d,_0xb22333:0x161,_0x46a71b:0xd9,_0x25c493:0xfb,_0x2e097f:0x81,_0x1f4a7e:0x2f,_0x320812:0xda,_0x1efb90:0x1ad,_0x304fc1:0x144,_0x15fa26:0x5a,_0x5904c6:0xef,_0x18f649:0x7a,_0x12c5e0:0x9d,_0x170af4:0xca,_0x2d5d69:0x9e,_0x46a6de:0x7d,_0x242287:0xa1,_0x237a5b:0x109,_0x5124ba:0x1aa,_0x5598c3:0x178,_0x397a21:0x11b,_0x4262e7:0xb0,_0x22ee74:0x9b,_0x26ba14:0x62,_0x57d228:0x149,_0x2310d4:0xff,_0x552fe7:0x63,_0x2cbe38:0xf6,_0x2523ef:0x14f,_0x31c892:0x15f,_0x353d7:0x12a,_0x41700c:0x137,_0x483a49:0x176,_0x4aad62:0x6,_0x26ca57:0x2a,_0x839720:0xc9,_0x6b8dda:0xfc,_0x9e20d5:0x124,_0x14226:0xb,_0x45c052:0x3,_0x5b98d6:0x3d,_0x381251:0x19,_0x25a1a7:0x2b,_0xd5a318:0x14,_0x372adc:0x3c,_0x1c78c1:0x4a,_0x5dc593:0x2,_0x3d057e:0x32,_0x360268:0x7b,_0x4d3834:0xc4,_0x2b677c:0xf,_0x40c38b:0x36,_0x2c5fdb:0xb8,_0xc1b04e:0x51,_0x33ebbe:0xbd,_0x52d779:0x81,_0x240448:0x49,_0x28cd85:0x83,_0x287aa4:0xc5,_0x2654e6:0x6,_0x398d84:0x13,_0x353801:0x20,_0x4bcea6:0x23,_0x46e02f:0x59,_0x2b9e21:0xde,_0x200375:0x61,_0x4b05f2:0xa7,_0x44f847:0xb5,_0x362a08:0xb2,_0x1f932e:0x9c,_0x2d4f11:0x44,_0x2b91be:0x88,_0x1c815b:0xac,_0x58ebed:0x4f,_0x2e9175:0x31,_0x8aa452:0xb4,_0x52c488:0x6c,_0x35c659:0x43,_0x15d93e:0xe2,_0x11f1dc:0xb5,_0x7e1fdd:0xad,_0x50a6b8:0x7f,_0x214bdb:0x3a,_0x3fc094:0xc1,_0x2628b9:0xa4,_0x213004:0xf5,_0x332c2d:0xab,_0x283c94:0x60,_0x5a6512:0x38,_0x2280f6:0xa2,_0x54e442:0x9f,_0x51f7a5:0x82,_0x1fd7a5:0x129,_0x11b719:0x6a,_0x2532cd:0x7e},_0x28ac38={_0x4686e2:0x77},_0x127f78={_0x30639d:0x113,_0x3d41c8:0xf5};function _0xa6f127(_0x327cfd,_0x4f4c7c,_0x1b941f,_0x25592e){return _0x3425a6(_0x327cfd-_0x127f78._0x30639d,_0x25592e,_0x1b941f-_0x127f78._0x3d41c8,_0x1b941f-0x1c6);}const _0x154c0a={};_0x154c0a['uCdHi']=_0x10b77b(-0xfd,-_0x35cb51._0x5537d0,-_0x35cb51._0x1187a0,-_0x35cb51._0x566bd7),_0x154c0a[_0xa6f127(_0x35cb51._0x580bad,0x5e,_0x35cb51._0xdd8b2f,0x6f)]=_0x10b77b(-_0x35cb51._0x21bac5,-_0x35cb51._0x24e46b,-0x32,-_0x35cb51._0x115adc),_0x154c0a[_0xa6f127(0xce,_0x35cb51._0x351731,_0x35cb51._0x8dd527,_0x35cb51._0x12eae4)]='&#39;',_0x154c0a['PTKot']=_0x10b77b(0x64,0xe,-_0x35cb51._0xb9202c,-0x79);const _0x9ede0f=_0x154c0a,_0x5971eb=_0x295fc0[_0xa6f127(0xe7,0xeb,_0x35cb51._0x3fafdc,_0x35cb51._0x3fafdc)](/&/g,_0x9ede0f[_0xa6f127(_0x35cb51._0x2973ad,_0x35cb51._0x4d0073,_0x35cb51._0x2f0d54,_0x35cb51._0x10a8e7)])['replace'](/"/g,_0x9ede0f[_0xa6f127(0xdd,0xb9,0xba,0x124)])['replace'](/'/g,_0x9ede0f[_0xa6f127(_0x35cb51._0x44dbe4,_0x35cb51._0x2c53f9,_0x35cb51._0x8dd527,_0x35cb51._0x71e05)])[_0x10b77b(_0x35cb51._0x58deba,0x7,-0x8,_0x35cb51._0x2d6e45)](/</g,_0x9ede0f[_0xa6f127(_0x35cb51._0xffc3b9,0x87,0xf6,0xc2)])[_0x10b77b(0x4,0x49,-_0x35cb51._0x2e2b0d,_0x35cb51._0x3be350)](/>/g,_0x10b77b(-0xf1,-0x77,-_0x35cb51._0x12eca3,-0xeb)),_0x5f1066=_0x223abe['replace'](/&/g,_0x9ede0f[_0xa6f127(0x63,0xf2,_0x35cb51._0x2f0d54,_0x35cb51._0x4762f7)])[_0x10b77b(_0x35cb51._0x7d4183,_0x35cb51._0x3911be,-0x8,-0xc)](/"/g,_0x9ede0f[_0xa6f127(_0x35cb51._0xf1840a,_0x35cb51._0x501cb7,0xba,_0x35cb51._0x3fc5aa)])[_0xa6f127(_0x35cb51._0x5ed9a1,0x138,_0x35cb51._0x3fafdc,0x131)](/'/g,_0x9ede0f[_0x10b77b(-_0x35cb51._0x159a05,-_0x35cb51._0x2ab3e0,-0xce,-_0x35cb51._0x9e064b)])[_0xa6f127(_0x35cb51._0x569878,0x1a8,0x138,_0x35cb51._0x394558)](/</g,_0x10b77b(0x12,_0x35cb51._0x2b0285,-0xa,0x5d))[_0xa6f127(0x146,_0x35cb51._0x28ef30,_0x35cb51._0x3fafdc,_0x35cb51._0x194d17)](/>/g,_0x10b77b(-0x59,-_0x35cb51._0x3e6191,-_0x35cb51._0x488f5f,-0xa8));function _0x10b77b(_0x312ee0,_0x5dd5f1,_0x1fec45,_0xc2c35b){return _0x8de14d(_0x1fec45- -0x581,_0xc2c35b,_0x1fec45-0x16a,_0xc2c35b-_0x28ac38._0x4686e2);}return _0xa6f127(_0x35cb51._0x3f9761,_0x35cb51._0x853e85,0xa7,0x82)+_0xa6f127(0xe0,0xcf,0xe4,_0x35cb51._0x302004)+_0x10b77b(-_0x35cb51._0x4468cf,-0x55,-0x4c,-_0x35cb51._0x10a8e7)+_0x10b77b(_0x35cb51._0x134d83,-0x15,-0x23,-_0x35cb51._0xadbcf0)+_0x10b77b(-_0x35cb51._0x5a766a,-0x60,-0x25,-_0x35cb51._0x20780c)+'a\x20charset='+'\x22UTF-8\x22>\x0a\x20'+_0x10b77b(-_0x35cb51._0x40d6e6,-0x88,-_0x35cb51._0x2cce53,-0x9e)+_0xa6f127(0x125,0x9f,0xda,0x7e)+_0xa6f127(_0x35cb51._0x3fc5aa,_0x35cb51._0x35c168,0x92,_0x35cb51._0x268fb8)+_0x10b77b(-0xb9,-_0x35cb51._0x574871,-0x6c,-_0x35cb51._0x2455b1)+'device-wid'+_0xa6f127(0x162,_0x35cb51._0x8309ca,_0x35cb51._0x2f5f7d,_0x35cb51._0x13c84a)+_0x10b77b(-0x2b,-_0x35cb51._0x3e39d7,-_0x35cb51._0x186332,-_0x35cb51._0x4d0073)+'0\x22>\x0a\x20\x20\x20\x20<t'+_0x10b77b(-0x33,-_0x35cb51._0x226c6c,-0x24,0x22)+_0x10b77b(-0x4e,0x62,_0x35cb51._0xb9202c,0x31)+_0xa6f127(_0x35cb51._0x5d19e8,_0x35cb51._0x1e366b,_0x35cb51._0x564ddf,_0x35cb51._0x1a0d48)+_0x10b77b(-0x1b,-0xad,-0x43,-0x3)+_0xa6f127(0x116,_0x35cb51._0x3fd37f,0xe6,0x98)+_0x10b77b(-0x2b,-0xd3,-0x77,-_0x35cb51._0x3a64dc)+_0xa6f127(0xc4,0x27,_0x35cb51._0x4946da,_0x35cb51._0x44f248)+_0xa6f127(_0x35cb51._0x222447,_0x35cb51._0x48d529,0xb9,_0x35cb51._0x4d0073)+_0x10b77b(_0x35cb51._0x49c9ee,_0x35cb51._0x87f37a,0x9,-0x30)+'\x20\x20\x20\x20\x20\x20\x20pad'+_0x10b77b(-_0x35cb51._0x5741a5,-_0x35cb51._0x3a64dc,-_0x35cb51._0x306859,0x50)+';\x0a\x20\x20\x20\x20\x20\x20\x20\x20'+'font-famil'+_0xa6f127(_0x35cb51._0x43e297,0x135,_0x35cb51._0x240135,0x123)+_0xa6f127(_0x35cb51._0x4d1bea,0xa3,0x89,_0x35cb51._0x1e366b)+'inkMacSyst'+_0x10b77b(-0xa5,-0x59,-0x64,-0x28)+_0x10b77b(-_0x35cb51._0x4ae280,-_0x35cb51._0x3849a0,-0xb1,-0x8a)+_0xa6f127(0x177,0x167,_0x35cb51._0x25b605,0x183)+_0xa6f127(_0x35cb51._0x2cd0a5,_0x35cb51._0x277c2c,0xc8,_0x35cb51._0x5dea0a)+'\x20\x20\x20\x20\x20\x20\x20\x20di'+_0xa6f127(_0x35cb51._0x3ec999,0xf1,0xa5,0xb7)+_0x10b77b(-_0x35cb51._0x7373e6,-_0x35cb51._0xff9aef,-_0x35cb51._0x70f8df,-0xbd)+'\x20justify-c'+_0x10b77b(-0x5b,-0x54,-_0x35cb51._0x1e441e,0x32)+'nter;\x0a\x20\x20\x20\x20'+_0xa6f127(_0x35cb51._0xc6f31e,_0x35cb51._0x535498,_0x35cb51._0xb0b1d9,_0x35cb51._0x284977)+_0xa6f127(_0x35cb51._0x4f3f1d,0x3a,_0x35cb51._0x490342,0xa6)+_0x10b77b(-_0x35cb51._0x563f86,0x4,-0x5b,-0x7d)+_0x10b77b(-0x62,-0x8d,-0x4b,-_0x35cb51._0x2df7e7)+_0x10b77b(0x26,-0x9,-0x1f,-_0x35cb51._0x1e4133)+_0xa6f127(_0x35cb51._0x3bcd34,_0x35cb51._0x4fde9f,0x79,0xc5)+'background'+_0x10b77b(-_0x35cb51._0xd1222c,_0x35cb51._0x4fae16,0xd,-_0x35cb51._0x1d883b)+_0x10b77b(-_0x35cb51._0x28c7bb,0x2a,-_0x35cb51._0x1fd971,-_0x35cb51._0x3bcd34)+_0x10b77b(-0x7d,-_0x35cb51._0x37ba12,-_0x35cb51._0x168af9,-0x7f)+_0x10b77b(-_0x35cb51._0x16dce0,-0xf5,-_0x35cb51._0x4de2e3,-_0x35cb51._0x3f9761)+'\x20\x20\x20\x20text-a'+_0x10b77b(-_0x35cb51._0x1d883b,-0x5d,-0x12,0x28)+_0xa6f127(0x150,0x125,0x120,_0x35cb51._0x18b925)+_0xa6f127(0x10e,0x158,_0x35cb51._0x5145fb,_0x35cb51._0x590eaf)+'666;\x0a\x20\x20\x20\x20\x20'+_0x10b77b(-0x12f,-0x9f,-0xcc,-_0x35cb51._0x11f59b)+_0x10b77b(_0x35cb51._0x4bef7f,-_0x35cb51._0x4cf3ed,-0x54,0x17)+_0xa6f127(_0x35cb51._0xb22333,_0x35cb51._0x46a71b,_0x35cb51._0x25c493,0x122)+_0xa6f127(0x6a,0xe2,_0x35cb51._0x4762f7,0xb6)+_0xa6f127(_0x35cb51._0x2e097f,_0x35cb51._0x1f4a7e,0x6f,_0x35cb51._0x320812)+'3f3;\x0a\x20\x20\x20\x20\x20'+'\x20\x20\x20border-'+_0x10b77b(-0xa4,0x6,-0x68,_0x35cb51._0x2e2b0d)+_0xa6f127(_0x35cb51._0x1efb90,0x186,_0x35cb51._0x304fc1,_0x35cb51._0xf1840a)+_0x10b77b(-0x13,-_0x35cb51._0x15fa26,-0x72,-0x1b)+'\x20\x20border-r'+'adius:\x2050%'+_0x10b77b(-_0x35cb51._0x5904c6,-0xca,-_0x35cb51._0x4d0073,-_0x35cb51._0x18f649)+_0xa6f127(0xdc,_0x35cb51._0x12c5e0,0x107,0x10d)+_0xa6f127(_0x35cb51._0x2e097f,0xc7,_0x35cb51._0x170af4,_0x35cb51._0x2d5d69)+_0xa6f127(_0x35cb51._0x3fd37f,_0x35cb51._0x115adc,_0x35cb51._0x5537d0,_0x35cb51._0x46a6de)+'0px;\x0a\x20\x20\x20\x20\x20'+_0xa6f127(0xee,_0x35cb51._0x242287,0x7d,0xc5)+_0x10b77b(-0x37,-_0x35cb51._0x237a5b,-0x9c,-0xf4)+_0xa6f127(_0x35cb51._0x5124ba,0x16c,0x14c,0x18a)+'nfinite;\x0a\x20'+_0xa6f127(_0x35cb51._0x5598c3,0x109,0x145,_0x35cb51._0x397a21)+_0xa6f127(0x22,0x5d,0x80,0x8c)+_0x10b77b(-0x81,-0x74,-_0x35cb51._0x4262e7,-_0x35cb51._0x16dce0)+'\x20\x20\x20\x20}\x0a\x20\x20\x20\x20'+_0x10b77b(-_0x35cb51._0x28c7bb,-_0x35cb51._0x22ee74,-0xc5,-_0x35cb51._0x26ba14)+'es\x20spin\x20{\x0a'+_0xa6f127(_0x35cb51._0x57d228,0x103,_0x35cb51._0x2310d4,0xb4)+_0x10b77b(-_0x35cb51._0x552fe7,-0x45,-0x13,0x1a)+_0xa6f127(_0x35cb51._0x2cbe38,0xff,_0x35cb51._0x2523ef,0x100)+_0xa6f127(0x123,_0x35cb51._0x31c892,_0x35cb51._0x353d7,_0x35cb51._0x41700c)+_0xa6f127(0x16a,_0x35cb51._0x483a49,0x111,_0x35cb51._0x194d17)+'0%\x20{\x20trans'+_0x10b77b(0x76,0x2f,_0x35cb51._0x4aad62,-_0x35cb51._0x26ca57)+_0xa6f127(_0x35cb51._0x839720,_0x35cb51._0x6b8dda,0x126,_0x35cb51._0x9e20d5)+_0x10b77b(-_0x35cb51._0x14226,-0x40,_0x35cb51._0x45c052,-_0x35cb51._0x5b98d6)+_0x10b77b(_0x35cb51._0x226c6c,0x4c,-_0x35cb51._0x381251,0x6)+_0x10b77b(-0x54,_0x35cb51._0x25a1a7,-_0x35cb51._0xd5a318,-_0x35cb51._0x372adc)+_0xa6f127(0x47,0x72,0x96,0x60)+_0x10b77b(_0x35cb51._0x1c78c1,-0x56,-_0x35cb51._0x5dc593,-_0x35cb51._0x3d057e)+_0x10b77b(-0xa0,-0x48,-_0x35cb51._0x564ddf,-0xf9)+_0x10b77b(-0x32,0x11,-0x21,-0x8d)+'\x20\x20\x20\x20\x20\x20<div'+(_0xa6f127(0xbd,_0x35cb51._0x360268,_0x35cb51._0x4d3834,0x6c)+_0x10b77b(-0x88,_0x35cb51._0x2b677c,-0x58,-_0x35cb51._0x40c38b)+'iv>\x0a\x20\x20\x20\x20\x20\x20'+_0xa6f127(0x14f,0x111,0x11e,_0x35cb51._0x2c5fdb)+_0x10b77b(-_0x35cb51._0x4262e7,-0x51,-_0x35cb51._0xc1b04e,-0x48)+_0xa6f127(0xfc,0x96,_0x35cb51._0xf1840a,0x7b)+_0xa6f127(0xe3,_0x35cb51._0x33ebbe,_0x35cb51._0x52d779,0x25)+_0x10b77b(-_0x35cb51._0x240448,-_0x35cb51._0x28cd85,-0x57,-_0x35cb51._0x287aa4)+_0x10b77b(_0x35cb51._0x58deba,-0xe,-_0x35cb51._0x2654e6,_0x35cb51._0x398d84)+_0xa6f127(0x11d,0x169,0x130,0x113)+_0x10b77b(-_0x35cb51._0xd1222c,0x28,-0x30,-_0x35cb51._0x353801)+_0x10b77b(-0x98,0x2c,-0x2b,-_0x35cb51._0x4bcea6)+'action=\x22')+_0x5f1066+(_0x10b77b(-_0x35cb51._0x46e02f,-0x62,-_0x35cb51._0x5dea0a,-_0x35cb51._0x2b9e21)+_0x10b77b(-_0x35cb51._0x200375,-0xd5,-0x6a,-0x8c)+'ne;\x22>\x0a\x20\x20\x20\x20'+_0x10b77b(-0x40,-0x115,-_0x35cb51._0x4b05f2,-0xd0)+_0x10b77b(-0xb3,-_0x35cb51._0x44f847,-_0x35cb51._0x362a08,-0xd4)+_0xa6f127(0x62,_0x35cb51._0x1f932e,0xc0,0xca)+_0x10b77b(-_0x35cb51._0x2d4f11,-_0x35cb51._0x2b91be,-_0x35cb51._0x1c815b,-_0x35cb51._0x58ebed)+_0x10b77b(-0x7,-0x5,-_0x35cb51._0x2e9175,-_0x35cb51._0x71e05)+_0xa6f127(0x91,0x92,0x7f,0xec)+'input\x20type'+_0xa6f127(_0x35cb51._0x8aa452,_0x35cb51._0xb0b1d9,0xb2,0xbd)+_0x10b77b(-0x86,-_0x35cb51._0x5b98d6,-0x8c,-_0x35cb51._0x52c488)+_0x10b77b(-_0x35cb51._0x35c659,-0xf,-0x5,-_0x35cb51._0x52c488)+_0x10b77b(-_0x35cb51._0x15d93e,-_0x35cb51._0x11f1dc,-_0x35cb51._0x7e1fdd,-0x92))+_0x5971eb+('\x22>\x0a\x20\x20\x20\x20</f'+_0x10b77b(-0x41,-0x96,-_0x35cb51._0x50a6b8,-_0x35cb51._0x214bdb)+_0xa6f127(0xa3,_0x35cb51._0x3fc094,_0x35cb51._0x18f649,_0x35cb51._0x2628b9)+'\x20\x20\x20\x20//\x20Aut'+_0xa6f127(_0x35cb51._0x564ddf,_0x35cb51._0x213004,0xe0,_0x35cb51._0x332c2d)+_0x10b77b(-_0x35cb51._0x4de2e3,-_0x35cb51._0x283c94,-0x53,-_0x35cb51._0x5a6512)+_0xa6f127(0xe7,0x169,0xf9,_0x35cb51._0x2280f6)+_0x10b77b(-0x89,-_0x35cb51._0x54e442,-0x67,-0x71)+_0xa6f127(_0x35cb51._0x51f7a5,_0x35cb51._0x287aa4,0x73,0xac)+_0xa6f127(0xcc,0x155,0xea,_0x35cb51._0x21bac5)+_0xa6f127(_0x35cb51._0x1fd7a5,_0x35cb51._0x5d19e8,0xcf,_0x35cb51._0x11b719)+_0x10b77b(-_0x35cb51._0x44f248,-_0x35cb51._0x2532cd,-0x11,-0x43)+'ubmit();\x0a\x20'+_0x10b77b(-_0x35cb51._0x21bac5,-0xcf,-0x7d,-0x48)+'t>\x0a\x20\x20</bod'+'y>\x0a</html>');}export default router;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- (function(_0x20ca2f,_0x4986e1){const _0x8b0a46={_0x292083:0x50,_0x2e5a35:0x2d,_0x505147:0xbf,_0x5b3d8c:0x102,_0x3d4654:0xcf,_0x19c168:0xbd,_0x4e120d:0x67,_0x546207:0x90,_0x2979b5:0x31,_0x26e2ad:0x70,_0x1f3cb3:0xaf,_0x27810a:0x2bd,_0x2bcd0a:0x34d,_0x2178e7:0x358,_0x34b73c:0x30f,_0x3ff09b:0x2b9,_0x4aa2fc:0x2c9,_0x5b9813:0x31d,_0x1a21a4:0x335,_0x5c265c:0x32a,_0x64d361:0x89,_0x5da6cd:0x87,_0x1e6391:0x2be},_0x4a8614={_0x23497b:0x5c},_0x351caf={_0x34bd4b:0x225};function _0x59c727(_0x2f4d69,_0x36820b,_0x1eea7c,_0x295aa3){return _0x1aea(_0x36820b-_0x351caf._0x34bd4b,_0x295aa3);}function _0x4cb4e0(_0x4e3ee4,_0x519699,_0x463d46,_0x1de78a){return _0x1aea(_0x4e3ee4- -_0x4a8614._0x23497b,_0x1de78a);}const _0x5a58ca=_0x20ca2f();while(!![]){try{const _0x4f062d=-parseInt(_0x4cb4e0(_0x8b0a46._0x292083,0x2f,0x78,_0x8b0a46._0x2e5a35))/(0x1319+0x109+-0x1421)*(-parseInt(_0x4cb4e0(_0x8b0a46._0x505147,_0x8b0a46._0x5b3d8c,_0x8b0a46._0x3d4654,_0x8b0a46._0x19c168))/(0x2556+0x9e+0x2*-0x12f9))+-parseInt(_0x4cb4e0(_0x8b0a46._0x4e120d,_0x8b0a46._0x546207,_0x8b0a46._0x2979b5,0x5b))/(0x1*0x47+-0xa01+0x9bd)*(-parseInt(_0x4cb4e0(_0x8b0a46._0x26e2ad,_0x8b0a46._0x1f3cb3,0xaf,0x93))/(-0xa52+-0x1090+-0xb*-0x272))+-parseInt(_0x59c727(0x319,0x2f7,0x2e9,_0x8b0a46._0x27810a))/(-0x1bd8+0x185*-0x10+-0x25*-0x169)+parseInt(_0x59c727(0x392,_0x8b0a46._0x2bcd0a,_0x8b0a46._0x2178e7,_0x8b0a46._0x34b73c))/(-0x130d+0x15a6+-0x293*0x1)*(parseInt(_0x59c727(0x2db,0x2f9,_0x8b0a46._0x3ff09b,_0x8b0a46._0x4aa2fc))/(-0x19c*0x8+0x579+0x2*0x3b7))+parseInt(_0x59c727(_0x8b0a46._0x5b9813,0x32a,0x301,_0x8b0a46._0x1a21a4))/(-0x1b44+-0xd5d+-0x1*-0x28a9)+parseInt(_0x59c727(0x309,0x310,_0x8b0a46._0x5c265c,0x2cf))/(-0x52*-0x6+-0x1*-0x5d9+-0x37*0x24)*(parseInt(_0x4cb4e0(0x59,0x94,_0x8b0a46._0x64d361,_0x8b0a46._0x5da6cd))/(0x1*-0x11d2+-0x1*-0x1227+-0xf*0x5))+-parseInt(_0x59c727(0x2e0,0x2ef,0x2c7,_0x8b0a46._0x1e6391))/(0xa4d+-0x20c8+0x782*0x3);if(_0x4f062d===_0x4986e1)break;else _0x5a58ca['push'](_0x5a58ca['shift']());}catch(_0x32dd25){_0x5a58ca['push'](_0x5a58ca['shift']());}}}(_0x2c69,-0x1*-0x931ba+-0x40d3e+-0xd9*-0x2cc));import{createUser,findUserByUsername}from'../lib/users.js';import{logger}from'../lib/logger.js';async function main(){const _0x45606a={_0x184bd3:0xa2,_0x4658db:0x59,_0x14b32d:0x260,_0x7abff2:0x47,_0xeae736:0xd,_0x43b86f:0x2b,_0x213124:0x5f,_0x4323c7:0x2cc,_0x4a24fd:0x29e,_0x4202c0:0xd,_0x2e7737:0x38,_0x151cf0:0x23,_0x43cf70:0x26a,_0x1a14c8:0x2a7,_0x3bea5d:0x2f0,_0x3eb9e8:0x2d0,_0x21e39b:0x20,_0x2047f4:0x1e,_0x200843:0x5d,_0x40b639:0x84,_0x2e094c:0x2ad,_0x4bd6e0:0x2ef,_0x3343b2:0x2b5,_0xac9d3c:0x45,_0x57f27a:0x73,_0x1ff203:0x69,_0x5a2bba:0x2,_0x1db43b:0x96,_0x298579:0x5e,_0x52119d:0xb9,_0x4fff64:0x46,_0x34776f:0x40,_0x21fe3e:0x39,_0x325b78:0x63,_0x2fda0c:0xc1,_0x4b934d:0x7d,_0x5a5772:0x2c4,_0x2e27ad:0x2eb,_0x442243:0x2de,_0x176f51:0x2b0,_0x11845a:0xf,_0x4ba327:0x296,_0x19509c:0x253,_0x53b019:0x261,_0x3c6dbc:0x97,_0x4f098a:0x9e,_0x5e271a:0xab,_0x153563:0x66,_0x2c3204:0x2c,_0x1cfcfc:0x13,_0xef2725:0x9c,_0x104c25:0x2df,_0xa595a:0x77,_0x51505f:0x39,_0x19e97c:0x26b,_0x28ba03:0x271,_0x440991:0x26d,_0x3498cc:0x23a,_0x1c624a:0x37,_0x3c85e4:0x56,_0x5c300c:0x7b,_0x23b7e8:0x6a,_0x23c61b:0x2d,_0x221790:0x2c3,_0x4171c2:0x2af,_0x3315c2:0x2d2,_0x47ac6b:0x2c9,_0xdf15af:0x2a1,_0x11a382:0x2e0,_0x1a2764:0x2e2,_0x5866d7:0x2d4,_0x34dd14:0x330,_0x476cda:0x85,_0x4bb230:0x7f,_0x572c3c:0x2c8,_0x5bb4e9:0xa,_0x348a6d:0x30,_0x279d6d:0x8a,_0x32aab1:0x98,_0x47ffff:0x50,_0x16ff70:0x16,_0x4b3d52:0x259,_0x556bb4:0x2cb,_0x2c6165:0x28d,_0x12d9cc:0x71,_0x5405ac:0x2b7,_0x361246:0x282,_0x56d01e:0x290,_0x33383b:0x2a9,_0x2cf87d:0x2ad,_0x13adb0:0x276,_0x291fd8:0x4a,_0x18f4d3:0x53,_0x4cdeaf:0x2a3,_0x3e07dd:0x294,_0x11e083:0x279,_0x28bda4:0x25d,_0xee1d3b:0x23d,_0x5986a0:0x275,_0x469ce8:0x28f,_0x27d24b:0x23b,_0x4e6729:0x2ec,_0x3c3080:0x37,_0x486c9b:0x41,_0x3e1a54:0x11,_0x5734e1:0x2be,_0x59f3e4:0x2a8,_0x4608e8:0x27c,_0x1a1fd0:0x2fe,_0x340b13:0x27f,_0x3ac5e4:0x277,_0x5e53ba:0x3d,_0x3bdd11:0xc9,_0xd999a4:0x84,_0x4e05f5:0xc0,_0x3bcae4:0x2ff,_0x9d1870:0x8c,_0x4668d2:0x24,_0x46feb0:0x52,_0x24a56b:0x2c8,_0x356ede:0x2a0,_0x4c6d8d:0x241,_0x599c35:0x2e,_0x3159fb:0x290,_0x1fd669:0x1,_0x418124:0x32,_0x14e79e:0x29b,_0x3882c3:0x289,_0x2d46b1:0x1d,_0x3f99c5:0x64,_0x5998d4:0x9c,_0x20b98b:0x2d6,_0x353e1e:0x2bd,_0x8fbf5:0x3f,_0x395063:0x22,_0x3d49bd:0x44,_0x1cc700:0x29,_0x29a858:0x34,_0x56ed51:0x2b5,_0x2f612a:0x27b,_0x5e623f:0x274,_0x42bd64:0x285,_0x5a473c:0xaa,_0x3cb94d:0x316,_0x3357e6:0x301,_0x574bd2:0x2b6,_0x186678:0x19,_0x2c9d78:0x3,_0x27ce4e:0x281,_0x4dff7f:0x24f,_0x80d034:0x249,_0x310335:0x27e,_0x1673fb:0x255,_0x401751:0x25a,_0x59edbe:0x2ac,_0x4a71de:0x76,_0xe87fa3:0x33,_0xaf8eed:0x6f,_0x454c9b:0xc8,_0x2fc8e4:0xd9,_0x2a2a44:0x91,_0x2b1399:0x5b,_0x40fb99:0x8b,_0x2e1222:0x281,_0x4967bb:0x2bf,_0x464f75:0x2a5,_0x2b4994:0x80,_0x42accc:0x65,_0x1d838:0x5f,_0x263a16:0x7d,_0x215644:0x6c,_0x1d70c0:0x6f,_0x2568b6:0x3c,_0x49a484:0x285,_0x207225:0x2c2,_0x384459:0x243,_0x14ab55:0x57,_0x29fdfc:0xa7,_0x20b529:0xb5,_0x5293b4:0x23a,_0x59ea4b:0x6f,_0x30f561:0xc0,_0x509e3c:0xa7,_0x301146:0x281,_0x5ef040:0x27d,_0xe86a88:0x2f8,_0x1a078b:0x295,_0x5c7a9d:0x286,_0x493c03:0x21,_0x2c9537:0x308,_0x20d4c1:0x300,_0x3170fe:0x2e7,_0x397806:0x303,_0x8563d2:0x2ab,_0x2a635d:0x5a,_0x1d8029:0x95,_0x7a6672:0x28e,_0x4f8291:0x25e,_0x3dae9c:0x27a,_0xa94dbf:0x2ba,_0x29410b:0x2e8,_0x351950:0x88,_0x3a03b5:0x9d,_0x581270:0x94,_0x2d8a09:0x27a,_0x570b1a:0x2d1,_0x4160b3:0x24e,_0x301a4f:0x257,_0x26280f:0x2d3,_0x563818:0x6,_0xd14908:0x49,_0x368425:0x2f1,_0x2e051a:0x2e1,_0x5760f5:0x2b3,_0x34f62c:0x81,_0x16e5ca:0x2ae,_0x1026e7:0x2cb,_0x3b5c1d:0x320,_0x383c28:0x5f,_0x1dd73f:0x85,_0x858b39:0x65,_0x3ccfd8:0x8b,_0x2e8867:0xb0,_0xbd7849:0x87,_0x5877b5:0x49,_0x481e34:0x23e,_0x2b81b6:0x253,_0x474a2f:0x298,_0x4f6187:0x278,_0x1f5b2a:0x291,_0x28b5dc:0x9a,_0x255a0f:0x287,_0x33ea10:0x266,_0x5385f5:0x2b0,_0x51fcc8:0x9,_0x211bbf:0x6d,_0x413ad4:0x93,_0x53167a:0x28e,_0x270954:0xac,_0x2bb4d3:0x8b,_0x8d10fa:0x2ba,_0x477e1c:0x2d5,_0x2610a7:0x2c2,_0x3ef270:0x2c0,_0x457527:0x2a4,_0x324dc5:0x9b,_0x25dbc8:0x9,_0x41ecca:0x13,_0x577280:0x1f,_0x279256:0xb7,_0x23444d:0x62,_0x347242:0x78,_0x4e3369:0x31,_0x15584d:0x5b,_0x37600e:0x54,_0x2012f6:0x16,_0x10f86c:0x10,_0x54d436:0x2ec,_0x1801a4:0x328,_0x85d143:0x317,_0x3cd5f1:0x2ea,_0x50429f:0xb,_0x4687a9:0x10,_0x2d2058:0xc4,_0x22b318:0x59,_0x39bd19:0x1b,_0x1205a0:0x293,_0x321eae:0xa3,_0x343648:0x276,_0x3e0fae:0x64,_0x4655a6:0x3c,_0x50f36a:0x273,_0x2001c7:0x4c,_0x21ffa8:0x70,_0x446138:0x8b,_0x397709:0x2c9,_0x4dac45:0x2cf,_0x37907e:0xc5,_0x2c2f9d:0x53,_0x55e950:0x82,_0x6dd829:0x261,_0x5e8cec:0x262,_0x2d0d07:0x4b,_0x27afe8:0x92,_0x3d2701:0x299,_0x536b44:0x2b2,_0x43a63e:0x298,_0x1da201:0x38,_0x3dcee2:0x2e3,_0x169896:0x2f6,_0x50d037:0x303,_0x3b7039:0x83,_0x377d40:0x2de,_0x2643da:0xa7,_0x3ea061:0x72,_0x1e6f1d:0x62,_0xdf34d3:0x8f,_0x1a8d7d:0x2a5,_0x56ca2a:0x64,_0x2bc586:0x73,_0x3ce386:0x60,_0x4711b1:0x2d,_0x3083cf:0x80,_0x2265a7:0x98,_0x4d8274:0x283,_0x29455c:0x2b2,_0x2ea572:0xa1,_0x44d423:0x5c,_0x208669:0x21,_0x1fa116:0x318,_0xc1492c:0x2cf,_0x1a78e6:0x320,_0xfabe5e:0xa5,_0x25998f:0x1b,_0x4258f8:0x24,_0x57d26e:0x2e,_0x1e8307:0x5a,_0x1f0cf5:0x2a4,_0x5d5e9e:0x8f,_0x457ef4:0x2ba,_0x2648ce:0x281,_0x20d3f5:0x290,_0x1ec1e6:0x28b,_0x577ca9:0x99,_0x12ee8f:0x43,_0x2e981d:0x32,_0x428b6c:0xa8,_0x4f6582:0x67,_0x356591:0x2ea,_0x28ebcf:0x29,_0x8e1d48:0x67,_0x16c61c:0x8b,_0x360444:0x4f,_0x2612bd:0x29a,_0x24b21b:0x2b1,_0x234cfe:0x2c2,_0x535bfd:0xaa,_0x5da7a9:0xb3,_0x2d6815:0x261,_0x28fe41:0x299,_0x48893b:0x28e,_0x51b083:0x273,_0x4f008e:0x2c0,_0x128f73:0x292,_0x14dcb6:0x2fa,_0x4939c4:0xde,_0x35865e:0x8d,_0x3188b6:0x74,_0x23a994:0x6b,_0x292a7e:0x25b,_0x15f9e9:0x57,_0x57219e:0x23c,_0x2f1b43:0x246,_0x214b15:0x9f,_0x46c7ae:0x7e},_0x1d8a76={};_0x1d8a76['zaaCV']=_0x3638ca(0x98,_0x45606a._0x184bd3,0x81,_0x45606a._0x4658db)+_0x2898d5(-0x29c,-0x274,-0x2a4,-_0x45606a._0x14b32d)+_0x3638ca(_0x45606a._0x7abff2,_0x45606a._0xeae736,_0x45606a._0x43b86f,_0x45606a._0x213124),_0x1d8a76[_0x2898d5(-_0x45606a._0x4323c7,-0x2dd,-0x2b0,-_0x45606a._0x4a24fd)]=_0x3638ca(_0x45606a._0x4202c0,0x42,0x46,0x18)+_0x3638ca(_0x45606a._0x2e7737,0x38,_0x45606a._0x151cf0,0x18)+_0x2898d5(-_0x45606a._0x43cf70,-0x28c,-0x2ae,-_0x45606a._0x1a14c8)+_0x2898d5(-0x2e4,-0x2ff,-_0x45606a._0x3bea5d,-_0x45606a._0x3eb9e8),_0x1d8a76[_0x3638ca(-_0x45606a._0x21e39b,-0x26,_0x45606a._0x2047f4,-0x15)]=_0x3638ca(_0x45606a._0x200843,_0x45606a._0x40b639,0x6f,0x7b)+_0x2898d5(-_0x45606a._0x2e094c,-_0x45606a._0x4bd6e0,-0x296,-_0x45606a._0x3343b2)+_0x2898d5(-0x29f,-_0x45606a._0x2e094c,-0x2bf,-0x2ce)+'ss',_0x1d8a76[_0x3638ca(_0x45606a._0xac9d3c,0xad,0x8a,_0x45606a._0x57f27a)]='\x20\x20password'+_0x3638ca(_0x45606a._0x1ff203,0x15,0x3f,_0x45606a._0x5a2bba)+_0x3638ca(0x6f,_0x45606a._0x1db43b,0x88,_0x45606a._0x298579)+_0x3638ca(_0x45606a._0x52119d,0x4c,0x83,_0x45606a._0x4fff64)+_0x3638ca(_0x45606a._0x34776f,_0x45606a._0x21fe3e,_0x45606a._0x325b78,0x62),_0x1d8a76['hgeNz']=_0x3638ca(0x8e,_0x45606a._0x2fda0c,_0x45606a._0x4b934d,0xb1)+_0x2898d5(-0x2af,-_0x45606a._0x5a5772,-_0x45606a._0x2e27ad,-_0x45606a._0x442243)+_0x2898d5(-_0x45606a._0x176f51,-0x2a2,-0x2ec,-0x2d8)+_0x3638ca(_0x45606a._0x200843,-0x2d,0x17,_0x45606a._0x11845a)+_0x2898d5(-_0x45606a._0x4ba327,-_0x45606a._0x19509c,-_0x45606a._0x53b019,-0x278)+'com\x20\x22Admin'+_0x3638ca(_0x45606a._0x3c6dbc,_0x45606a._0x4f098a,0x9b,_0x45606a._0x5e271a)+_0x3638ca(_0x45606a._0x153563,0x14,_0x45606a._0x2c3204,_0x45606a._0x1cfcfc)+_0x3638ca(0x63,_0x45606a._0xef2725,0x62,0x87),_0x1d8a76['UUZLF']='\x20\x20role\x20\x20\x20\x20'+_0x2898d5(-0x2d9,-0x2ce,-0x306,-_0x45606a._0x104c25)+'ole:\x20\x22admi'+_0x3638ca(0x23,_0x45606a._0xa595a,_0x45606a._0x51505f,0x42)+_0x2898d5(-_0x45606a._0x19e97c,-_0x45606a._0x28ba03,-_0x45606a._0x440991,-_0x45606a._0x3498cc)+_0x3638ca(0x7b,0x3d,0x5b,_0x45606a._0x1c624a),_0x1d8a76[_0x3638ca(_0x45606a._0x3c85e4,0x95,_0x45606a._0x5c300c,0x39)]=_0x3638ca(0x81,0x6b,_0x45606a._0x23b7e8,_0x45606a._0x23c61b)+_0x3638ca(-0xc,0x34,0x1d,0x22)+_0x2898d5(-0x2a4,-_0x45606a._0x221790,-_0x45606a._0x4171c2,-_0x45606a._0x3315c2)+_0x2898d5(-0x2ca,-_0x45606a._0x47ac6b,-_0x45606a._0xdf15af,-_0x45606a._0x11a382)+_0x2898d5(-0x2c1,-_0x45606a._0x1a2764,-0x2ce,-0x2a4)+_0x2898d5(-0x2b9,-_0x45606a._0x5866d7,-0x286,-_0x45606a._0x5a5772)+_0x2898d5(-0x2ed,-_0x45606a._0x34dd14,-0x32a,-0x2c3)+'>\x20[role]',_0x1d8a76[_0x3638ca(0x78,0x4a,_0x45606a._0x476cda,_0x45606a._0x4bb230)]=_0x3638ca(0x64,0x66,0x2a,0xe)+_0x2898d5(-_0x45606a._0x572c3c,-0x2b6,-0x2fc,-0x2ae)+_0x3638ca(_0x45606a._0x5bb4e9,_0x45606a._0x348a6d,0x18,-0x18)+_0x3638ca(_0x45606a._0x279d6d,0xbb,_0x45606a._0x32aab1,_0x45606a._0xa595a),_0x1d8a76[_0x3638ca(0xa,0x5d,_0x45606a._0x47ffff,_0x45606a._0x16ff70)]=_0x3638ca(-0x7,0x28,0x3b,0x74),_0x1d8a76[_0x3638ca(0x53,0x4f,0x5a,0x8f)]='Arguments:';function _0x3638ca(_0x4b1676,_0x4c32db,_0x10e30c,_0x195875){return _0x1aea(_0x10e30c- -0x85,_0x4b1676);}_0x1d8a76[_0x2898d5(-0x29a,-0x273,-0x2ae,-_0x45606a._0x4b3d52)]=_0x2898d5(-_0x45606a._0x556bb4,-0x29f,-0x30b,-_0x45606a._0x2c6165)+'create\x20use'+'r',_0x1d8a76[_0x3638ca(_0x45606a._0x12d9cc,0xca,_0x45606a._0x4f098a,0x7a)]=function(_0x416f32,_0x5ccb4c){return _0x416f32<_0x5ccb4c;},_0x1d8a76['MGNsi']=function(_0x594793,_0x3a61a2){return _0x594793===_0x3a61a2;},_0x1d8a76['lUkYK']=_0x2898d5(-_0x45606a._0x5405ac,-0x2dc,-_0x45606a._0x361246,-0x2a3),_0x1d8a76['YxWhg']=_0x2898d5(-_0x45606a._0x56d01e,-_0x45606a._0x33383b,-_0x45606a._0x2cf87d,-_0x45606a._0x13adb0)+'|10|7|3|6|'+'1|5|9',_0x1d8a76['famCP']=_0x3638ca(_0x45606a._0x291fd8,0x4f,0x86,_0x45606a._0x18f4d3),_0x1d8a76[_0x2898d5(-0x2a5,-0x264,-_0x45606a._0x4cdeaf,-0x2b4)]=function(_0xf5ee32,_0x34ef3b){return _0xf5ee32!==_0x34ef3b;},_0x1d8a76[_0x2898d5(-_0x45606a._0x3e07dd,-_0x45606a._0x440991,-_0x45606a._0x11e083,-0x28f)]='admin',_0x1d8a76[_0x2898d5(-0x27c,-_0x45606a._0x28bda4,-0x245,-_0x45606a._0xee1d3b)]=function(_0x33bdea,_0x69f128){return _0x33bdea!==_0x69f128;},_0x1d8a76[_0x2898d5(-_0x45606a._0x5986a0,-_0x45606a._0x469ce8,-0x256,-_0x45606a._0x27d24b)]='XrYiq',_0x1d8a76[_0x2898d5(-_0x45606a._0x4e6729,-0x31d,-0x2b6,-0x2b4)]=function(_0x32cd24,_0x217921){return _0x32cd24===_0x217921;},_0x1d8a76[_0x3638ca(0x62,0x25,0x35,0x38)]=_0x3638ca(0x58,0x2c,_0x45606a._0x3c3080,0x7e),_0x1d8a76[_0x3638ca(_0x45606a._0x486c9b,0x40,0x1b,_0x45606a._0x3e1a54)]=_0x2898d5(-_0x45606a._0x5734e1,-_0x45606a._0x59f3e4,-_0x45606a._0x4608e8,-_0x45606a._0x1a1fd0)+'sword\x20must'+_0x2898d5(-0x2ae,-_0x45606a._0x340b13,-_0x45606a._0x3ac5e4,-0x2be)+'st\x208\x20chara'+_0x3638ca(_0x45606a._0x5e53ba,_0x45606a._0x3bdd11,_0x45606a._0xd999a4,_0x45606a._0x4e05f5)+'.',_0x1d8a76['HTvht']=_0x2898d5(-0x2bb,-_0x45606a._0x340b13,-_0x45606a._0x3bcae4,-0x2c3),_0x1d8a76[_0x3638ca(0x6a,_0x45606a._0x9d1870,0xa0,0xb7)]=_0x3638ca(-0x14,0x5c,_0x45606a._0x4668d2,_0x45606a._0x46feb0)+_0x2898d5(-0x2b8,-0x2b0,-_0x45606a._0x24a56b,-0x2d5)+_0x2898d5(-0x280,-_0x45606a._0x356ede,-_0x45606a._0x4c6d8d,-0x271),_0x1d8a76[_0x3638ca(_0x45606a._0x599c35,0x2c,0x58,0x6c)]=_0x2898d5(-0x2ac,-0x2a7,-_0x45606a._0x3159fb,-0x294)+_0x3638ca(-_0x45606a._0x1fd669,_0x45606a._0x418124,0x3d,-0x8),_0x1d8a76['eOuAB']=_0x2898d5(-_0x45606a._0x14e79e,-_0x45606a._0x3882c3,-0x27b,-0x25b)+_0x3638ca(_0x45606a._0x2d46b1,0x78,_0x45606a._0x3f99c5,_0x45606a._0x5998d4)+_0x2898d5(-_0x45606a._0x20b98b,-_0x45606a._0x353e1e,-_0x45606a._0x4bd6e0,-0x2e2)+_0x2898d5(-0x2a3,-0x2cd,-0x289,-0x293)+_0x3638ca(0x2b,_0x45606a._0x8fbf5,_0x45606a._0x23c61b,0x3d)+'ssword.',_0x1d8a76[_0x3638ca(0x12,0x40,_0x45606a._0x395063,0x40)]=function(_0x3e4cec,_0x5c4257){return _0x3e4cec!==_0x5c4257;},_0x1d8a76[_0x3638ca(_0x45606a._0x3d49bd,0x16,_0x45606a._0x1cc700,0x3b)]=_0x3638ca(0x4b,-0xb,_0x45606a._0x29a858,-0xb);const _0x11155c=_0x1d8a76,_0x24916f=process[_0x2898d5(-_0x45606a._0x56ed51,-_0x45606a._0x2f612a,-_0x45606a._0x5e623f,-_0x45606a._0x42bd64)][_0x3638ca(0x55,0x87,0x8d,_0x45606a._0x5a473c)](-0x8a0+0x18d*-0x19+-0x3*-0xfcd);if(_0x11155c['wkKmd'](_0x24916f[_0x2898d5(-0x2f6,-_0x45606a._0x4323c7,-0x2c9,-0x2b0)],-0x115*0x22+0x19a5+0xb29)){if(_0x11155c[_0x2898d5(-0x2e7,-0x2cd,-_0x45606a._0x3cb94d,-0x305)](_0x11155c['lUkYK'],_0x11155c[_0x2898d5(-_0x45606a._0x3bea5d,-_0x45606a._0x3357e6,-0x2fd,-_0x45606a._0x574bd2)])){const _0x2f394e=_0x11155c[_0x3638ca(-0x29,-_0x45606a._0x186678,0x19,0x33)][_0x3638ca(0x32,_0x45606a._0x2c9d78,0x3a,-0xa)]('|');let _0x33f019=0x11a5+-0x2e3*-0x8+0x28bd*-0x1;while(!![]){switch(_0x2f394e[_0x33f019++]){case'0':console[_0x2898d5(-_0x45606a._0x27ce4e,-0x24c,-_0x45606a._0x4dff7f,-_0x45606a._0x80d034)]('');continue;case'1':console[_0x2898d5(-_0x45606a._0x27ce4e,-_0x45606a._0x5986a0,-_0x45606a._0x310335,-_0x45606a._0x1673fb)](_0x2898d5(-0x2d1,-0x2c9,-0x2bd,-0x311));continue;case'2':console['error'](_0x11155c[_0x2898d5(-0x2b2,-0x2ad,-0x27d,-0x2d6)]);continue;case'3':console[_0x2898d5(-0x281,-0x2c7,-_0x45606a._0x401751,-_0x45606a._0x59edbe)]('\x20\x20role\x20\x20\x20\x20'+_0x3638ca(_0x45606a._0x2c9d78,_0x45606a._0x4a71de,_0x45606a._0xe87fa3,_0x45606a._0xaf8eed)+_0x3638ca(0xa1,_0x45606a._0x454c9b,0x93,_0x45606a._0x2fc8e4)+_0x2898d5(-0x2d3,-0x300,-0x29e,-0x2fa)+_0x2898d5(-0x26b,-0x278,-0x2a9,-0x257)+_0x3638ca(_0x45606a._0x2a2a44,0x7a,_0x45606a._0x2b1399,_0x45606a._0x40fb99));continue;case'4':console[_0x2898d5(-_0x45606a._0x2e1222,-_0x45606a._0x4967bb,-_0x45606a._0x464f75,-0x2bd)](_0x3638ca(_0x45606a._0x2b4994,_0x45606a._0x42accc,_0x45606a._0xaf8eed,_0x45606a._0x1cc700)+_0x3638ca(_0x45606a._0x4a71de,0x68,_0x45606a._0x1d838,_0x45606a._0x263a16)+_0x3638ca(_0x45606a._0x215644,_0x45606a._0x1d70c0,0x6d,_0x45606a._0x2568b6)+'ss');continue;case'5':console['error'](_0x11155c[_0x2898d5(-_0x45606a._0x49a484,-_0x45606a._0x207225,-0x280,-0x23f)]);continue;case'6':console[_0x2898d5(-_0x45606a._0x27ce4e,-0x23c,-_0x45606a._0x384459,-_0x45606a._0x5734e1)]('');continue;case'7':console[_0x3638ca(_0x45606a._0x14ab55,0x5b,0x8b,_0x45606a._0x29fdfc)](_0x11155c[_0x3638ca(_0x45606a._0x20b529,0xa7,0x8a,0x4e)]);continue;case'8':console[_0x2898d5(-0x281,-_0x45606a._0x5293b4,-0x2b9,-0x29c)](_0x11155c['ccSzd']);continue;case'9':process[_0x3638ca(0x3c,_0x45606a._0x59ea4b,0x7e,_0x45606a._0x30f561)](0x727*0x5+-0x19eb+-0x9d7);continue;case'10':console['error'](_0x11155c['XWXjj']);continue;case'11':console[_0x2898d5(-0x281,-0x2b1,-0x278,-0x260)](_0x11155c['dHYRR']);continue;}break;}}else _0x5eb314[_0x3638ca(0x76,0xa2,0x8b,_0x45606a._0x509e3c)](_0x2898d5(-0x2ba,-_0x45606a._0x301146,-_0x45606a._0x5ef040,-0x2e7)+_0x2898d5(-0x2c0,-0x2ce,-0x2ba,-_0x45606a._0xe86a88)+_0x2898d5(-_0x45606a._0x1a078b,-0x279,-0x29e,-_0x45606a._0x5c7a9d)+_0x5771c3+('\x22.\x20Use\x20onl'+_0x3638ca(0x12,_0x45606a._0x493c03,0x56,_0x45606a._0x21e39b)+_0x2898d5(-0x2dd,-0x30c,-_0x45606a._0x2c9537,-_0x45606a._0x20d4c1)+_0x2898d5(-_0x45606a._0x5a5772,-_0x45606a._0x3170fe,-_0x45606a._0x397806,-_0x45606a._0x8563d2)+_0x3638ca(_0x45606a._0x2a635d,_0x45606a._0x1d8029,0x95,0xa2)+'hens.')),_0xa951b6[_0x2898d5(-_0x45606a._0x7a6672,-_0x45606a._0x4f8291,-0x24a,-0x2bb)](-0x5f*-0x5d+-0x26bd+0x13*0x39);}const [_0x3afa3d,_0xff5b69,_0x515362,_0x50dd9b,_0x3ec2f7=_0x11155c[_0x2898d5(-0x297,-_0x45606a._0x3dae9c,-_0x45606a._0x13adb0,-0x2aa)]]=_0x24916f;_0x11155c[_0x3638ca(0x84,0x82,0x67,0x59)](_0x3ec2f7,_0x11155c['UiwOi'])&&_0x11155c['AbDQo'](_0x3ec2f7,_0x2898d5(-0x286,-0x2c1,-_0x45606a._0x13adb0,-0x2c8))&&(console['error'](_0x2898d5(-_0x45606a._0xa94dbf,-0x2ee,-_0x45606a._0x29410b,-0x2c3)+_0x3638ca(_0x45606a._0x3f99c5,_0x45606a._0x351950,_0x45606a._0x3a03b5,0xb4)+'\x22'+_0x3ec2f7+(_0x3638ca(0x8f,0xa7,_0x45606a._0x581270,0x5f)+'\x20\x22admin\x22\x20o'+_0x2898d5(-0x292,-_0x45606a._0x8563d2,-_0x45606a._0x2d8a09,-_0x45606a._0x570b1a))),process['exit'](-0x79*0x2a+0x17c7+-0x4*0xfb));const _0x27534c=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;if(!_0x27534c['test'](_0xff5b69)){if(_0x2898d5(-0x29e,-0x2e1,-0x283,-_0x45606a._0x361246)===_0x11155c['cJTjs'])console[_0x2898d5(-_0x45606a._0x301146,-_0x45606a._0x4160b3,-_0x45606a._0x301a4f,-0x26b)](_0x2898d5(-_0x45606a._0xa94dbf,-0x2e8,-0x2ae,-_0x45606a._0x26280f)+_0x3638ca(_0x45606a._0x563818,0x4c,_0x45606a._0xd14908,0x82)+_0x2898d5(-0x2e6,-0x321,-_0x45606a._0x368425,-_0x45606a._0x2e051a)+_0xff5b69+'\x22.'),process[_0x2898d5(-0x28e,-_0x45606a._0x5760f5,-_0x45606a._0x11e083,-0x252)](0x2*-0x41f+-0x9a6+0x11e5*0x1);else{const _0xb3fb93=_0x11155c[_0x3638ca(_0x45606a._0x476cda,_0x45606a._0x34f62c,_0x45606a._0x4658db,_0x45606a._0x32aab1)]['split']('|');let _0x28d90b=0xe7*0x1d+0xd25+-0x4a*0x88;while(!![]){switch(_0xb3fb93[_0x28d90b++]){case'0':_0xe33a18[_0x2898d5(-0x281,-0x251,-0x258,-_0x45606a._0x16e5ca)](_0x11155c[_0x3638ca(-0x6,0x1,_0x45606a._0x34776f,_0x45606a._0x23b7e8)]);continue;case'1':_0x56aba5['error'](_0x11155c[_0x2898d5(-0x2ee,-0x308,-_0x45606a._0x1026e7,-_0x45606a._0x3b5c1d)]);continue;case'2':_0x452894[_0x3638ca(0x59,_0x45606a._0x383c28,0x8b,_0x45606a._0x5a473c)]('');continue;case'3':_0x2949f6[_0x3638ca(_0x45606a._0x1dd73f,0x8c,0x8b,0x59)](_0x11155c[_0x2898d5(-0x282,-0x275,-_0x45606a._0x16e5ca,-0x27e)]);continue;case'4':_0x24cc9a[_0x3638ca(_0x45606a._0x858b39,0x81,_0x45606a._0x3ccfd8,_0x45606a._0x2e8867)]('');continue;case'5':_0x4fcc28['error'](_0x11155c[_0x3638ca(0x85,0x59,_0x45606a._0xbd7849,_0x45606a._0x5877b5)]);continue;case'6':_0x5a8e87['error'](_0x11155c[_0x2898d5(-_0x45606a._0x2d8a09,-0x253,-_0x45606a._0x481e34,-_0x45606a._0x2b81b6)]);continue;case'7':_0x79007c[_0x2898d5(-0x281,-_0x45606a._0x474a2f,-_0x45606a._0x4f6187,-0x2a9)](_0x11155c[_0x2898d5(-_0x45606a._0x1f5b2a,-0x29e,-0x280,-0x280)]);continue;case'8':_0x203540[_0x3638ca(_0x45606a._0x2fda0c,_0x45606a._0x28b5dc,0x8b,0xce)](_0x11155c[_0x2898d5(-_0x45606a._0x255a0f,-_0x45606a._0x33ea10,-_0x45606a._0x5385f5,-0x25e)]);continue;case'9':_0x4018d0[_0x2898d5(-0x281,-0x257,-0x27f,-0x2c5)](_0x11155c[_0x3638ca(_0x45606a._0x51fcc8,_0x45606a._0x211bbf,0x50,_0x45606a._0x413ad4)]);continue;case'10':_0x35d5c5[_0x2898d5(-_0x45606a._0x53167a,-0x2c8,-0x29a,-0x2b3)](0x8cc+-0xb5*0x32+0x1a8f);continue;case'11':_0x1812c3[_0x3638ca(_0x45606a._0x270954,0x60,_0x45606a._0x2bb4d3,0x6c)](_0x11155c['qKdmT']);continue;}break;}}}const _0x1e0f85=/^[a-zA-Z0-9_-]+$/;!_0x1e0f85['test'](_0x3afa3d)&&(console['error'](_0x2898d5(-_0x45606a._0x8d10fa,-0x28c,-_0x45606a._0x477e1c,-_0x45606a._0x2610a7)+_0x2898d5(-_0x45606a._0x3ef270,-0x2d3,-0x2bc,-_0x45606a._0x457527)+'ame\x20\x22'+_0x3afa3d+(_0x2898d5(-_0x45606a._0x1a14c8,-0x2ad,-_0x45606a._0x353e1e,-0x286)+_0x3638ca(_0x45606a._0x4658db,_0x45606a._0x324dc5,0x56,0x70)+_0x3638ca(_0x45606a._0x25dbc8,_0x45606a._0x41ecca,0x2f,_0x45606a._0x577280)+'underscore'+_0x3638ca(_0x45606a._0x279256,_0x45606a._0x23444d,0x95,0x5f)+_0x3638ca(_0x45606a._0x347242,0x24,_0x45606a._0x4e3369,0x48))),process[_0x3638ca(0x3f,0x94,0x7e,_0x45606a._0x15584d)](0x6d*0x47+0xdb*0x4+0x2*-0x10d3));_0x50dd9b[_0x3638ca(_0x45606a._0x37600e,-_0x45606a._0x2012f6,_0x45606a._0x16ff70,-_0x45606a._0x10f86c)]<-0x1b0a+0x9ea*-0x2+0x2ee6&&(_0x11155c[_0x2898d5(-_0x45606a._0x54d436,-_0x45606a._0x1801a4,-0x2fd,-_0x45606a._0x85d143)](_0x11155c[_0x2898d5(-0x2d7,-_0x45606a._0x368425,-_0x45606a._0x3cd5f1,-0x2dc)],_0x3638ca(-_0x45606a._0x50429f,-_0x45606a._0x4687a9,_0x45606a._0x1c624a,0x23))?(console[_0x3638ca(0xc4,_0x45606a._0x2d2058,0x8b,0x6f)](_0x11155c[_0x3638ca(_0x45606a._0x22b318,-_0x45606a._0x493c03,_0x45606a._0x39bd19,0x61)]),process[_0x2898d5(-0x28e,-0x2b2,-0x2c2,-_0x45606a._0x1205a0)](0x134d+-0x24d+0x10ff*-0x1)):(_0x282ab4['error']('Error:\x20Use'+'r\x20\x22'+_0x117d7a+(_0x2898d5(-0x2c9,-0x302,-0x307,-_0x45606a._0x570b1a)+_0x3638ca(0xaf,_0x45606a._0x321eae,0x82,0x63))),_0x409c12[_0x2898d5(-0x28e,-0x297,-0x266,-_0x45606a._0x343648)](0xe4e+0x46b+-0x4ae*0x4)));function _0x2898d5(_0x341092,_0x9ef6dc,_0x313ef9,_0x1ceab4){return _0x1aea(_0x341092- -0x391,_0x313ef9);}try{if(_0x11155c[_0x3638ca(0x71,_0x45606a._0x3e0fae,_0x45606a._0x4655a6,_0x45606a._0x59ea4b)]===_0x11155c[_0x2898d5(-0x2d0,-0x317,-0x2e7,-0x29c)]){const _0x230e77=await findUserByUsername(_0x3afa3d);_0x230e77&&(_0x2898d5(-0x272,-_0x45606a._0x50f36a,-0x246,-0x2a7)!=='MTSBV'?(console[_0x3638ca(_0x45606a._0x2001c7,_0x45606a._0x21ffa8,_0x45606a._0x446138,0x7d)](_0x2898d5(-_0x45606a._0x1205a0,-0x283,-0x2c2,-0x29c)+'r\x20\x22'+_0x3afa3d+(_0x2898d5(-_0x45606a._0x397709,-_0x45606a._0x4dac45,-_0x45606a._0x20b98b,-_0x45606a._0x2e051a)+_0x3638ca(_0x45606a._0x37907e,_0x45606a._0x2c2f9d,_0x45606a._0x55e950,0xa8))),process[_0x2898d5(-_0x45606a._0x53167a,-_0x45606a._0x6dd829,-_0x45606a._0x5e8cec,-0x259)](0x2151+0x1f49+-0x4099)):(_0x6857d6['error']('Error:\x20Inv'+'alid\x20email'+'\x20format\x20\x22'+_0x38e273+'\x22.'),_0x537469[_0x3638ca(_0x45606a._0x2d0d07,_0x45606a._0x27afe8,0x7e,0xc2)](0xe51*0x1+0xadf*-0x3+0x124d)));console[_0x2898d5(-_0x45606a._0x3d2701,-_0x45606a._0x401751,-0x28a,-_0x45606a._0x536b44)](_0x2898d5(-_0x45606a._0x43a63e,-0x2a2,-_0x45606a._0x5e623f,-0x2ca)+'ser\x20\x22'+_0x3afa3d+_0x3638ca(_0x45606a._0x5c300c,0x57,_0x45606a._0x1da201,_0x45606a._0x200843));const _0x5c1b3c={};_0x5c1b3c[_0x2898d5(-0x2eb,-_0x45606a._0x3dcee2,-_0x45606a._0x169896,-_0x45606a._0x50d037)]=_0x3afa3d,_0x5c1b3c[_0x3638ca(0x8f,_0x45606a._0x3b7039,0x61,0x9c)]=_0xff5b69,_0x5c1b3c[_0x2898d5(-_0x45606a._0x377d40,-_0x45606a._0x26280f,-0x2e6,-_0x45606a._0x3ef270)]=_0x515362,_0x5c1b3c[_0x3638ca(_0x45606a._0x2643da,0x6f,0x7f,_0x45606a._0x3ea061)]=_0x50dd9b,_0x5c1b3c[_0x3638ca(_0x45606a._0x1e6f1d,0x4e,_0x45606a._0xdf34d3,0x7c)]=_0x3ec2f7;const _0x131e49=await createUser(_0x5c1b3c);console[_0x2898d5(-_0x45606a._0x3d2701,-0x25b,-_0x45606a._0x255a0f,-_0x45606a._0x1a8d7d)](''),console['log'](_0x11155c['HugDY']),console[_0x3638ca(_0x45606a._0x351950,_0x45606a._0x56ca2a,_0x45606a._0x2bc586,0x83)](''),console[_0x3638ca(_0x45606a._0x3ce386,0xaf,0x73,0x2c)](_0x11155c[_0x3638ca(_0x45606a._0x4711b1,_0x45606a._0x3083cf,0x58,_0x45606a._0x2265a7)]),console[_0x2898d5(-0x299,-0x27b,-0x268,-_0x45606a._0x3d2701)](_0x2898d5(-_0x45606a._0x4d8274,-0x29d,-0x25f,-_0x45606a._0x29455c)+'\x20\x20'+_0x131e49['id']),console['log'](_0x3638ca(0xd5,0xc1,0x91,_0x45606a._0x2ea572)+':\x20'+_0x131e49[_0x3638ca(_0x45606a._0x44d423,0x26,_0x45606a._0x208669,-_0x45606a._0x5bb4e9)]),console['log'](_0x2898d5(-0x2f2,-_0x45606a._0x1fa116,-_0x45606a._0xc1492c,-_0x45606a._0x1a78e6)+'\x20\x20'+_0x131e49[_0x3638ca(_0x45606a._0xfabe5e,_0x45606a._0x25998f,0x61,_0x45606a._0x4258f8)]),console['log'](_0x2898d5(-0x2a1,-0x2bf,-0x27e,-0x25f)+'\x20\x20'+_0x131e49[_0x3638ca(-_0x45606a._0x2c9d78,0x6c,_0x45606a._0x57d26e,_0x45606a._0x1e8307)]),console[_0x2898d5(-_0x45606a._0x3d2701,-0x28c,-_0x45606a._0x1f0cf5,-0x282)]('\x20\x20Role:\x20\x20\x20'+'\x20\x20'+_0x131e49[_0x3638ca(0x61,0x62,_0x45606a._0x5d5e9e,0x80)]),console['log'](''),console['log'](_0x11155c[_0x2898d5(-0x27e,-_0x45606a._0x457ef4,-0x253,-0x269)]);}else _0x1a7444[_0x2898d5(-_0x45606a._0x2648ce,-_0x45606a._0x20d3f5,-_0x45606a._0x59edbe,-_0x45606a._0x1ec1e6)]('Error:\x20Inv'+_0x3638ca(_0x45606a._0x577ca9,0x80,0x9d,0xd5)+'\x22'+_0x2bcce3+('\x22.\x20Must\x20be'+_0x3638ca(0xe,_0x45606a._0x12ee8f,_0x45606a._0x2e981d,-_0x45606a._0x5a2bba)+'r\x20\x22user\x22.')),_0x172fec[_0x3638ca(0x5d,_0x45606a._0x428b6c,0x7e,_0x45606a._0x4f6582)](0x1*0x1025+-0x1b72*-0x1+-0x2b96);}catch(_0xbe4256){_0x11155c[_0x2898d5(-_0x45606a._0x356591,-_0x45606a._0x54d436,-_0x45606a._0x3cd5f1,-0x2d2)](_0x11155c[_0x3638ca(0x2d,-0xa,_0x45606a._0x28ebcf,0x4f)],_0x11155c[_0x3638ca(0x5c,_0x45606a._0x2a635d,0x29,0x20)])?(_0x543a1e[_0x3638ca(_0x45606a._0x20b529,_0x45606a._0x8e1d48,_0x45606a._0x16c61c,_0x45606a._0x360444)](_0x11155c[_0x2898d5(-_0x45606a._0x2612bd,-_0x45606a._0x24b21b,-0x283,-0x2b0)],_0xdfa599),_0x8976e8[_0x3638ca(0xaf,0xaf,_0x45606a._0x16c61c,_0x45606a._0x27afe8)](_0x2898d5(-_0x45606a._0x234cfe,-0x29f,-_0x45606a._0x340b13,-_0x45606a._0x4e6729)+_0x3638ca(_0x45606a._0x535bfd,0xda,0x99,_0x45606a._0x5da7a9)+_0x2898d5(-_0x45606a._0x356ede,-_0x45606a._0x340b13,-_0x45606a._0x2d6815,-_0x45606a._0x28fe41)+'\x20'+_0x4edf8a['message']),_0x30d47a[_0x2898d5(-_0x45606a._0x48893b,-_0x45606a._0x3eb9e8,-_0x45606a._0x51b083,-_0x45606a._0x43a63e)](-0x232c+-0xaef*0x3+0x43fa)):(logger['error'](_0x2898d5(-_0x45606a._0x556bb4,-_0x45606a._0x4f008e,-_0x45606a._0x128f73,-_0x45606a._0x14dcb6)+_0x3638ca(_0x45606a._0x4939c4,_0x45606a._0x35865e,0x9f,_0x45606a._0x34f62c)+'r',_0xbe4256),console[_0x3638ca(_0x45606a._0x3188b6,_0x45606a._0x5d5e9e,0x8b,_0x45606a._0x23a994)](_0x3638ca(0x5,0x90,_0x45606a._0x291fd8,_0x45606a._0x5c300c)+_0x2898d5(-_0x45606a._0x51b083,-0x2a3,-0x26e,-_0x45606a._0x292a7e)+_0x3638ca(_0x45606a._0x47ffff,_0x45606a._0x15f9e9,0x6c,_0x45606a._0xe87fa3)+'\x20'+_0xbe4256[_0x2898d5(-0x270,-_0x45606a._0x57219e,-0x247,-_0x45606a._0x2f1b43)]),process[_0x3638ca(0x5b,_0x45606a._0x214b15,_0x45606a._0x46c7ae,0x6e)](-0xbc7+-0x64e+-0x39e*-0x5));}}function _0x1aea(_0x468b87,_0x3edeb9){_0x468b87=_0x468b87-(0x24+0x1a42+-0xd5*0x1f);const _0x4d18b3=_0x2c69();let _0x503c11=_0x4d18b3[_0x468b87];if(_0x1aea['OvuLGU']===undefined){var _0x49e18c=function(_0x13076e){const _0x1b2a73='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x8509e2='',_0x21d2f2='';for(let _0x25dd8e=-0x1f7+0x201e*-0x1+0x2215,_0x4dcfff,_0x27caaa,_0x57fa9d=0x6c5+0x2f1+-0x9b6;_0x27caaa=_0x13076e['charAt'](_0x57fa9d++);~_0x27caaa&&(_0x4dcfff=_0x25dd8e%(0x9de*-0x1+-0xf83*-0x1+-0x5a1)?_0x4dcfff*(-0xd*0x17d+-0x1b70+0x1*0x2f09)+_0x27caaa:_0x27caaa,_0x25dd8e++%(0xd72*0x1+0x543*0x5+-0x27bd))?_0x8509e2+=String['fromCharCode'](-0x330+-0x1413+-0x40b*-0x6&_0x4dcfff>>(-(-0x1*-0x789+0x1d4e+0xc47*-0x3)*_0x25dd8e&-0x1e67+-0x17f*-0x1+-0x17*-0x142)):-0x45f+0x107*-0x6+0x1d*0x5d){_0x27caaa=_0x1b2a73['indexOf'](_0x27caaa);}for(let _0x289abf=-0x11ea*-0x2+-0xcfa+0x1*-0x16da,_0x45e69a=_0x8509e2['length'];_0x289abf<_0x45e69a;_0x289abf++){_0x21d2f2+='%'+('00'+_0x8509e2['charCodeAt'](_0x289abf)['toString'](0x236b*-0x1+0x7*0x1f+0x22a2))['slice'](-(-0x1*-0xe11+-0x247b+0x19a*0xe));}return decodeURIComponent(_0x21d2f2);};_0x1aea['qnUPfG']=_0x49e18c,_0x1aea['rCvkLj']={},_0x1aea['OvuLGU']=!![];}const _0x36f1b1=_0x4d18b3[-0x11ef*-0x2+-0xcc3+-0xd*0x1c7],_0x1833ee=_0x468b87+_0x36f1b1,_0x2e576b=_0x1aea['rCvkLj'][_0x1833ee];return!_0x2e576b?(_0x503c11=_0x1aea['qnUPfG'](_0x503c11),_0x1aea['rCvkLj'][_0x1833ee]=_0x503c11):_0x503c11=_0x2e576b,_0x503c11;}main();function _0x2c69(){const _0x1dc7e7=['AgvPCIb1C2vYBG','vxnHz2u6ig5Vza','icboyw1LoIaGia','yxrLihvZzxiGlq','BwfPBcbHzgrYzq','whjzAxe','icbLBwfPBcaGia','FdH8m3W2Fdj8oq','vgHLihvZzxiGyW','vMP4DeK','Bg9N','q3jLyxrPBMCGDq','zMfTq1a','BKbLEgfTCgXLlG','yw1Lici','vwL3t2K','rxjYB3i6ifvZzq','CIaIDxnLCIiU','zeHzuLi','mtf8mhWYFdH8na','icbUB2rLihnJCG','zxHPDa','CgfZC3DVCMq','ndq5mZC0ngvmtKzKtW','n3W0FdeXFdb8mq','zxHPC3rZlG','AwXSigjLigHHCW','y3rLCNmGBg9UzW','wfDyAMO','DxnLCG','AgDLtNO','yxnZD29YzcaODW','icbjrdOGicaGia','y3rwqMu','zxjYB3i','C3nMDwXSEse','C2XPy2u','zu91qui','CM9Szq','qwjeuw8','icbvC2vYBMfTzq','vvvAtey','B2XLoIaIywrTAq','iI4GtxvZDcbIzq','CYWGyw5KigH5Ca','ogDgtw9vDG','y0PuANm','ihvZzxi','BgvKihrVignYzq','Dvf2vNC','ifvZzxiIihnLyW','BwvZC2fNzq','ywXPzcbYB2XLia','D2TlBwq','y3jLyxrLihvZzq','shvNrfK','CIiGkgrLzMf1Ba','ihvZzxjUyw1Lia','mta4mZe4zenYEePQ','BgvUz3rO','ywrTAw4GywrTAq','yw1Lig9MihrOzq','wxHxAgC','icbfBwfPBdOGia','zvDYyKu','BfvRwuS','zsbZy3jPChrZlW','ExDdDhC','idXWyxnZD29Yza','tevzsgq','DxnLCM5HBwu','t0XQu0C','icaTifvUAxf1zq','4PYtifvZzxiGy3jL','tuDoC2K','igzVCM1HDcaI','ody0mwz4yvrrEG','zM9YigXVz2LU','tMXYD2S','icbUyw1LicaGia','Fdv8mta','DxjLCgfZCZeYmW','yw1LigfUzcbWyq','BMfTzq','ig51BwjLCNmSia','mZbOtgPQr3C','AgvUCY4','icjHzg1PBIiGBW','icaTifvZzxiGCG','AgjWwLu','yNjns2G','igLUihDPDgGGDa','y09eBNO','iI4UlG','BIiGB3iGiNvZzq','C3bSAxq','rxHHBxbSztO','sfr2Ahq','Bhm6','m1vNAxrdDG','icaTifvZzxiGCa','y2ntEMq','rMfPBgvKihrVia','CI5QCYa8DxnLCG','iIbHBhjLywr5ia','icaTiez1BgWGBG','otq5ndq2m1bxvKnoza','icb1C2vYBMfTzq','oty0mZy4zg5Stufm','Dw5KzxjZy29Yzq','ywXPzcbLBwfPBa','rxjYB3i6iezHAq','BMfTzt4GpgvTyq','ywXPzcb1C2vYBG','mZu4nZKWv2zVs3Df','rxjYB3i6ifbHCW','mtrIuxDIqNi','t3DODe0','u2zREeO','rxjYB3i6ieLUDG','AwW+idXUyw1LpG','yxrLzcbZDwnJzq','reT2sMi','EsbSzxr0zxjZla','yxjNDG','AMHpshO','EMfHq1y','CuTKBvq','DdOGiNvZzxiIkq','zs11C2vYlMPZia','Axb0CY9JCMvHDa','igjLigf0igXLyq','icaTifvZzxiGzq','vxnLCIbezxrHAq','zw1HAwW','igfKBwLU','AgvKkq','yw4GBM93igXVzW','iI4GvxnLig9UBa','mty2mtqWovjUuxPVAq','u0DMrfG','y3jLyxrLlxvZzq'];_0x2c69=function(){return _0x1dc7e7;};return _0x2c69();}
2
+ (function(_0x3bc5b8,_0x453b10){const _0x45e903={_0x273f86:0x208,_0x20860b:0x223,_0x123df4:0x20e,_0x1ebc04:0x3da,_0x467f18:0x3be,_0x4ebb0f:0x3d7,_0x585bd7:0x3e3,_0x227851:0x400,_0x353f6a:0x3fd,_0x3ae552:0x3f2,_0x72372b:0x3e5,_0x41b1b8:0x228,_0x39f031:0x255,_0x5cfa12:0x3c5,_0x3fc879:0x40a,_0xe9cb4a:0x434,_0x8eebee:0x42a,_0x1926cb:0x3ae,_0x4f231b:0x3d3,_0x28f3f5:0x3b8},_0x56bf5b={_0x5732ff:0x239},_0x5c31bc=_0x3bc5b8();function _0x55a6c2(_0x1dba14,_0x4ae337,_0x176e3f,_0x5e249f){return _0x4784(_0x4ae337- -0x3c5,_0x176e3f);}function _0x5f5868(_0x3034dc,_0x1c27ac,_0x3d7975,_0x32f87c){return _0x4784(_0x3d7975-_0x56bf5b._0x5732ff,_0x3034dc);}while(!![]){try{const _0x2b88b3=parseInt(_0x55a6c2(-0x1ed,-_0x45e903._0x273f86,-0x21e,-_0x45e903._0x20860b))/(-0x1b3b+-0x1a12+0x1*0x354e)*(parseInt(_0x55a6c2(-0x20b,-0x1f5,-0x1cb,-_0x45e903._0x123df4))/(-0x1b0b+-0x4d2*-0x4+0x7c5))+parseInt(_0x5f5868(_0x45e903._0x1ebc04,_0x45e903._0x467f18,_0x45e903._0x4ebb0f,0x3fd))/(0x8*0xad+0x1f14+-0x2479)+parseInt(_0x5f5868(_0x45e903._0x585bd7,0x3e3,_0x45e903._0x227851,_0x45e903._0x353f6a))/(0x2207+0x91b+-0x2b1e)*(parseInt(_0x5f5868(_0x45e903._0x3ae552,0x3f9,_0x45e903._0x72372b,0x404))/(-0x1*-0x21d1+0x14a4+-0x3670))+-parseInt(_0x55a6c2(-0x24e,-_0x45e903._0x41b1b8,-0x25c,-_0x45e903._0x39f031))/(-0x235*0x9+-0x1c73+-0x2*-0x182b)+parseInt(_0x5f5868(0x3e6,0x3e6,0x3ce,0x402))/(-0xdc7+0x3*-0x9b5+-0x3e7*-0xb)+-parseInt(_0x5f5868(0x3dd,_0x45e903._0x5cfa12,0x3f0,0x415))/(-0x1cfb+-0xca+0x3*0x9ef)*(-parseInt(_0x5f5868(0x3f3,0x428,_0x45e903._0x3fc879,0x412))/(-0x1*-0xa69+0x2*-0xa00+-0x20*-0x4d))+-parseInt(_0x5f5868(_0x45e903._0xe9cb4a,0x43c,_0x45e903._0x8eebee,0x458))/(-0x1bb+-0xe6e*0x1+-0x1*-0x1033)*(parseInt(_0x5f5868(_0x45e903._0x1926cb,_0x45e903._0x4f231b,_0x45e903._0x4f231b,_0x45e903._0x28f3f5))/(0x1546+-0x10f*-0x11+-0x273a));if(_0x2b88b3===_0x453b10)break;else _0x5c31bc['push'](_0x5c31bc['shift']());}catch(_0x14acac){_0x5c31bc['push'](_0x5c31bc['shift']());}}}(_0x3c1c,0xb79a1*0x1+-0x16add*0x2+-0x1bbc6));import{createUser,findUserByUsername}from'../lib/users.js';import{logger}from'../lib/logger.js';function _0x3c1c(){const _0x315def=['CIaI','AgvUCY4','mJK1zuTgD0jo','AwW+idXUyw1LpG','CI5QCYa8DxnLCG','Dfr4vLu','BxPQy3G','yw4GBM93igXVzW','EsbSzxr0zxjZla','ihvZzxi','rMfPBgvKihrVia','icaTifvZzxiGCa','zwDUCMi','mJmWnJa1nNnXBwv1ra','ywrTAw4','zM9YigXVz2LU','lcbVCIb2Awv3zq','lcbTyw5Hz2vYla','CIaOzgvMyxvSDa','nti5odzywuXwsfe','ywXPzcbYB2XLia','t1zuuMy','zs11C2vYlMPZia','idXWyxnZD29Yza','rxjYB3i6ifbHCW','DgvZDa','iI4UlG','icbUyw1LicaGia','zsbZy3jPChrZlW','ntu0mZzcu1vIDw8','vxnHz2u6ig5Vza','rxjYB3i6iezHAq','C3n3B3jKlG','yw1Lig9MihrOzq','igLUihDPDgGGDa','icb1C2vYBMfTzq','y0DXDvu','DMP3AhC','mJznyLLQvMW','mJDds3n5qNq','wwXAD2C','icbfBwfPBdOGia','BKbLEgfTCgXLlG','Aw5JBhvKzxm','AeTPENi','y3jLyxrLlxvZzq','yxnZD29YzcaODW','ywXPzcb1C2vYBG','AwXSigjLigHHCW','Bhm6','C3DVCMqGBxvZDa','igjLigf0igXLyq','4PYtifvZzxiGy3jL','icaTifvZzxiGCG','ihvZzxjUyw1Lia','yxrLihvZzxiGlq','zgv2zwXVCgvY','BwfUywDLCG','icbvC2vYBMfTzq','CYWGyw5KigH5Ca','q3jLyxrPBMCGDq','zeX4uvy','BMfTzq','icaTifvUAxf1zq','iI4GvxnLig9UBa','uw53vLO','Dw5KzxjZy29Yzq','igrLDMvSB3bLCG','C2vYici','icaTiez1BgWGBG','Bg9N','mtyWsgvIs1f6','DxnLCM5HBwu','ifvZzxiIihnLyW','iI4GtxvZDcbIzq','zw1HAwW','rxjYB3i6ieLUDG','CLftyLy','zxHPC3rZlG','zxjYB3i','BgvKihrVignYzq','CM9Szq','AgvKkq','mZu1nJm1mfvIzeHYBG','iIbHBhjLywr5ia','oIaIzgv2zwXVCa','igfKBwLU','zxHPDa','mtK0mtK5nvrzthvZyW','AM9PBG','yxrLzcbZDwnJzq','mJiWmJuYmMTxww5rzW','mJi5ntm4ngjgC0LwrW','C3qGocbJAgfYyq','ig51BwjLCNmSia','yw1Lici','BKjry3G','qxjNDw1LBNrZoG','igzVCM1HDcaI','ug1zu20','BgvUz3rO','ywrTAw4GywrTAq','y3rLCNmGBg9UzW','yw1LigfUzcbWyq'];_0x3c1c=function(){return _0x315def;};return _0x3c1c();}async function main(){const _0x2242ec={_0x1a7759:0x46a,_0x4b8049:0x491,_0x598114:0x4c4,_0x5dc2ac:0x498,_0x325e12:0x428,_0x9bf3c1:0x4b0,_0x5b95bd:0x4bc,_0xfdacff:0x3f0,_0x16e658:0x404,_0x876ae8:0x406,_0x273e64:0x41e,_0x12560d:0x3ee,_0x17c4b7:0x3d8,_0x1d80d5:0x4e1,_0x544644:0x4b6,_0x2f2f66:0x4b2,_0x427f3f:0x49f,_0x2ccbbd:0x4c6,_0x45b560:0x4bf,_0x360d26:0x40b,_0x16505a:0x4b3,_0x5e7b49:0x4ce,_0x3676b6:0x4d0,_0x11f8d2:0x3b0,_0x413285:0x3c1,_0x5d6d88:0x4b7,_0x11618f:0x49a,_0x55e3d3:0x4e5,_0x781c2f:0x49e,_0x2d4d20:0x4b3,_0x341281:0x4b1,_0x465550:0x4cb,_0x494d54:0x4bf,_0x1184dc:0x4ea,_0x4f6115:0x4d9,_0xe4cbb2:0x3dc,_0x3de82d:0x3f7,_0x26644d:0x3d4,_0x4eefb3:0x41f,_0x3a157d:0x405,_0x2bda9a:0x406,_0x39245a:0x427,_0x2fb2d6:0x4b8,_0x4fc7ab:0x4bd,_0x56c7c2:0x4d4,_0x976b64:0x3be,_0x2a6def:0x3c5,_0x1857c1:0x4aa,_0x42ba49:0x422,_0xa2c552:0x439,_0x267f60:0x493,_0x3688ed:0x4a2,_0x604bce:0x3f8,_0x532646:0x403,_0x5d6ab3:0x3e0,_0x3a43cb:0x3d5,_0x1ad342:0x401,_0x47a69c:0x43d,_0x1e5d0c:0x3e7,_0x5acab1:0x426,_0x471ce9:0x4e9,_0x13a512:0x4ce,_0x3defbd:0x500,_0x4e99da:0x502,_0x3b87d2:0x3f2,_0x35b8d8:0x3f1,_0x1db151:0x3c1,_0x4d66bb:0x43d,_0x6f96b9:0x460,_0x34c406:0x41a,_0xe06321:0x4f0,_0x488c73:0x4f6,_0x3fc82a:0x510,_0x4c974d:0x4e2,_0x4a7f6d:0x4f1,_0x38d2eb:0x4ed,_0xd096d3:0x471,_0x1e4d63:0x40c,_0x3f996a:0x44e,_0x4dfdeb:0x49c,_0x457e8e:0x499,_0x4ac6d4:0x4be,_0xa6e903:0x502,_0xe81467:0x522,_0xa8c3f3:0x400,_0x1a719e:0x433,_0x2d90bc:0x433,_0x6066e7:0x40f,_0x2c7fac:0x3e2,_0x44d98a:0x4aa,_0x39578a:0x496,_0x3fbd34:0x50c,_0x1f51b6:0x43d,_0x2099f9:0x423,_0x3e00cc:0x45c,_0x4c150a:0x495,_0x275035:0x499,_0xde5595:0x494,_0x4affff:0x4bb,_0xa375cc:0x420,_0xc76a3e:0x442,_0x559bff:0x424,_0x324591:0x41d,_0x56ca4b:0x43b,_0x4af926:0x40e,_0x132274:0x4d6,_0x5806a2:0x480,_0x21e0e3:0x41a,_0x514b41:0x503,_0x380fa1:0x4b5,_0xe049fe:0x4c9,_0x58d97f:0x4eb,_0x48421c:0x3df,_0xeb5388:0x3be,_0x2e3434:0x4f0,_0x180fb0:0x511,_0x1dbf37:0x3e8,_0x40e9e8:0x402,_0x420864:0x3dd,_0x25e3fd:0x3d3,_0x1a7a46:0x3d5,_0xc7ef75:0x3da,_0x52d7ed:0x4c0,_0x48d92a:0x4ad,_0x489a65:0x487,_0x12e981:0x415,_0x5d285b:0x431,_0x189b90:0x468,_0xbb4766:0x4a4,_0x55fa43:0x3da,_0x375560:0x3e4,_0x4d6a36:0x4ca,_0x5e2ca4:0x4c7,_0x38d076:0x4dc,_0x414864:0x4f5,_0x24a9c1:0x4f8,_0x559a9f:0x3ea,_0x468bd0:0x44d,_0x5447c9:0x3fa,_0x29a9ce:0x42f,_0x44bcdb:0x3c2,_0x37f7c1:0x3f4,_0x181910:0x42b,_0x2ff8c9:0x403,_0x404054:0x4ab,_0x4f1a59:0x3e8,_0x38c70b:0x509,_0x3dcce3:0x4e0,_0x5ea14d:0x4ff,_0x4b1684:0x490,_0x37691b:0x46f,_0x4c5008:0x4db,_0x15e7f6:0x51d,_0x4f2185:0x3e5,_0x334235:0x3fd,_0x358209:0x3bc,_0x59f385:0x3f6,_0x168667:0x41c,_0x5b7f97:0x422,_0x11788a:0x4a8,_0x9bb210:0x492,_0x21ea05:0x429,_0xc764a2:0x411,_0x5cd2d9:0x405,_0xe89f42:0x490,_0x4710e3:0x483,_0x46ca9c:0x499,_0x405410:0x476,_0x12457a:0x4dd,_0x5c7c68:0x432,_0x110553:0x455,_0x2d2061:0x416,_0x5df026:0x414,_0x561a2a:0x436,_0x5b984a:0x454,_0x393ea2:0x42c,_0xe204aa:0x46b,_0x23b2a2:0x3ec,_0x1c1833:0x410,_0x4807c0:0x50f,_0x5e5c35:0x501,_0x256d9a:0x4e7,_0x3aa160:0x500,_0x358038:0x464,_0x176fe3:0x410,_0x1fa3e0:0x4d2,_0x1bc93b:0x4f7,_0x58a527:0x4e7,_0x95463:0x507,_0x26b4a4:0x4b0,_0x2d65dd:0x436,_0x2b9ace:0x411,_0x2b36b1:0x434,_0x1899f3:0x4df,_0x569fe5:0x4f3,_0x45c07a:0x503,_0x553e61:0x4e2,_0x51ce4a:0x48a,_0x1369fc:0x4e7,_0x219f55:0x4b6,_0x2008b7:0x409,_0x2d1c1e:0x448,_0x400d56:0x4c3,_0x27cb8b:0x4ee,_0x554e83:0x4a0,_0x182169:0x4a9,_0x9a952b:0x4c6,_0x4526c4:0x4a7,_0x3297f4:0x40d,_0x4d50fa:0x515,_0x17a3d9:0x507,_0x159a7d:0x4be,_0x580d57:0x4bb,_0x225fa5:0x43e,_0x3afdfe:0x445,_0x3ad917:0x44b,_0x307290:0x4d8,_0x339baa:0x4f6,_0xe4f393:0x4db,_0x36ffb3:0x4c1},_0x196751={'QnwVZ':_0x4a993d(0x49a,_0x2242ec._0x1a7759,0x4b4,_0x2242ec._0x4b8049),'PmYSm':_0x4a993d(_0x2242ec._0x598114,0x4bc,0x4e7,_0x2242ec._0x5dc2ac)+_0x23b7c7(0x42d,0x441,0x401,_0x2242ec._0x325e12)+_0x23b7c7(0x424,0x430,0x428,0x445)+_0x4a993d(_0x2242ec._0x9bf3c1,_0x2242ec._0x5b95bd,0x483,0x49d),'sEgCW':'\x20\x20email\x20\x20\x20'+'\x20\x20-\x20User\x20e'+'mail\x20addre'+'ss','VTuTG':'\x20\x20password'+_0x23b7c7(0x3f9,0x3f6,0x3f9,_0x2242ec._0xfdacff)+_0x23b7c7(0x41c,0x401,_0x2242ec._0x16e658,_0x2242ec._0x876ae8)+_0x23b7c7(_0x2242ec._0x273e64,0x41b,_0x2242ec._0x12560d,0x41f)+_0x23b7c7(_0x2242ec._0x17c4b7,0x3fd,0x3db,0x3d8),'TRQjW':'\x20\x20role\x20\x20\x20\x20'+_0x4a993d(0x4d6,_0x2242ec._0x1d80d5,_0x2242ec._0x544644,0x509)+'ole:\x20admin'+_0x4a993d(_0x2242ec._0x2f2f66,_0x2242ec._0x427f3f,0x4b2,0x4d0)+_0x4a993d(0x4e4,_0x2242ec._0x2ccbbd,_0x2242ec._0x45b560,0x4b9)+_0x23b7c7(0x3fe,0x419,0x3dc,_0x2242ec._0x360d26)+_0x4a993d(_0x2242ec._0x16505a,_0x2242ec._0x5e7b49,_0x2242ec._0x3676b6,0x4a5)+_0x23b7c7(0x3db,_0x2242ec._0x11f8d2,0x3f4,_0x2242ec._0x413285)+'er\x22)','tTxVU':'Example:','nBQcx':'\x20\x20node\x20scr'+'ipts/creat'+_0x4a993d(_0x2242ec._0x5d6d88,_0x2242ec._0x11618f,_0x2242ec._0x55e3d3,0x491)+_0x4a993d(_0x2242ec._0x781c2f,_0x2242ec._0x2d4d20,_0x2242ec._0x341281,0x49d)+_0x4a993d(_0x2242ec._0x465550,0x4ab,0x4ec,_0x2242ec._0x494d54)+'com\x20\x22Admin'+_0x4a993d(_0x2242ec._0x1184dc,_0x2242ec._0x4f6115,0x4ee,0x50a)+'urepass123'+_0x23b7c7(_0x2242ec._0xe4cbb2,0x3f0,_0x2242ec._0x3de82d,0x3ff),'vjwhw':_0x23b7c7(0x3fc,_0x2242ec._0x26644d,_0x2242ec._0x4eefb3,_0x2242ec._0x3a157d),'rQSbV':_0x4a993d(0x4da,_0x2242ec._0x598114,0x50a,0x4e9),'egnrb':'developer','hKizr':'viewer','lRcvl':function(_0x375962,_0x422712){return _0x375962<_0x422712;},'cGquU':_0x23b7c7(_0x2242ec._0x2bda9a,0x439,0x418,_0x2242ec._0x39245a)+_0x4a993d(0x4d3,_0x2242ec._0x2fb2d6,0x4e1,_0x2242ec._0x4fc7ab)+_0x4a993d(_0x2242ec._0x56c7c2,0x4a6,0x4aa,0x4d6)+_0x23b7c7(0x3e3,0x3ee,_0x2242ec._0x976b64,_0x2242ec._0x2a6def)+_0x4a993d(0x49f,0x4d1,_0x2242ec._0x1857c1,0x483)+'.','dLxQV':'Dbrcm','mzjcx':function(_0x5212df,_0x492eae){return _0x5212df(_0x492eae);},'OVTRf':_0x23b7c7(_0x2242ec._0x42ba49,_0x2242ec._0xa2c552,0x3f9,0x405)+_0x4a993d(_0x2242ec._0x267f60,0x4ac,0x4a6,_0x2242ec._0x3688ed)+'ssfully!','YlZwg':_0x23b7c7(_0x2242ec._0x604bce,_0x2242ec._0x532646,_0x2242ec._0x5d6ab3,_0x2242ec._0x3a43cb)+'create\x20use'+'r'};function _0x4a993d(_0x224924,_0x3e0248,_0x42e222,_0x42a199){return _0x4784(_0x224924-0x2f7,_0x42e222);}const _0x34339b=process['argv']['slice'](-0xd*-0x19f+0xef9+-0x526*0x7);_0x34339b[_0x23b7c7(0x3ea,_0x2242ec._0x1ad342,0x405,0x40b)]<0x660+-0x15b3+0xf57&&(console[_0x23b7c7(_0x2242ec._0x47a69c,0x43e,0x456,0x431)](_0x23b7c7(0x40c,_0x2242ec._0x1e5d0c,0x41a,_0x2242ec._0x5acab1)+_0x4a993d(_0x2242ec._0x4fc7ab,_0x2242ec._0x471ce9,0x4bf,0x4a8)+_0x4a993d(_0x2242ec._0x13a512,_0x2242ec._0x3defbd,_0x2242ec._0x4e99da,0x4b3)+_0x23b7c7(_0x2242ec._0x3b87d2,0x3e6,0x3fe,0x411)+'name>\x20<ema'+_0x23b7c7(_0x2242ec._0x35b8d8,0x3f9,_0x2242ec._0x1db151,0x3e4)+_0x23b7c7(_0x2242ec._0x3a157d,0x42d,0x436,0x41b)+'>\x20[role]'),console[_0x23b7c7(_0x2242ec._0x4d66bb,_0x2242ec._0x6f96b9,_0x2242ec._0x34c406,0x466)](''),console[_0x4a993d(_0x2242ec._0xe06321,_0x2242ec._0x488c73,0x4f8,_0x2242ec._0x3fc82a)](_0x196751[_0x4a993d(_0x2242ec._0x4c974d,_0x2242ec._0x4a7f6d,_0x2242ec._0x38d2eb,0x4b3)]),console[_0x23b7c7(_0x2242ec._0x47a69c,_0x2242ec._0xd096d3,_0x2242ec._0x1e4d63,_0x2242ec._0x3f996a)](_0x196751[_0x4a993d(_0x2242ec._0x4dfdeb,_0x2242ec._0x5dc2ac,0x489,_0x2242ec._0x457e8e)]),console[_0x4a993d(0x4f0,_0x2242ec._0x4ac6d4,_0x2242ec._0xa6e903,_0x2242ec._0xe81467)](_0x196751['sEgCW']),console['error'](_0x23b7c7(0x409,0x430,0x3d7,_0x2242ec._0xa8c3f3)+_0x23b7c7(_0x2242ec._0x1a719e,0x457,0x465,_0x2242ec._0x2d90bc)+_0x23b7c7(_0x2242ec._0x6066e7,_0x2242ec._0x325e12,0x41b,_0x2242ec._0x2c7fac)+_0x4a993d(_0x2242ec._0x44d98a,0x4da,_0x2242ec._0x39578a,0x497)),console['error'](_0x196751['VTuTG']),console[_0x4a993d(0x4f0,_0x2242ec._0x3fbd34,_0x2242ec._0x4ac6d4,0x4df)](_0x196751['TRQjW']),console['error'](''),console[_0x23b7c7(_0x2242ec._0x1f51b6,_0x2242ec._0x2099f9,0x43f,_0x2242ec._0x3e00cc)](_0x196751[_0x4a993d(0x4a6,0x4b7,0x4cd,_0x2242ec._0x4c150a)]),console['error'](_0x196751[_0x4a993d(_0x2242ec._0x275035,0x488,0x46b,_0x2242ec._0xde5595)]),process[_0x4a993d(0x490,_0x2242ec._0x4affff,0x49e,0x498)](0xad9*0x2+0x1d8b*-0x1+0x14f*0x6));function _0x23b7c7(_0x4f19b9,_0x3c2684,_0x2e0278,_0x3c4a65){return _0x4784(_0x4f19b9-0x244,_0x3c4a65);}const [_0x24b5a0,_0x29bbe9,_0x438f85,_0x307f3e,_0x23f620=_0x23b7c7(_0x2242ec._0x5acab1,_0x2242ec._0xa375cc,_0x2242ec._0xc76a3e,_0x2242ec._0x559bff)]=_0x34339b,_0x4c72e4=[_0x196751[_0x23b7c7(0x413,_0x2242ec._0x3de82d,_0x2242ec._0x324591,0x443)],_0x196751[_0x23b7c7(_0x2242ec._0x56ca4b,_0x2242ec._0x4af926,0x437,_0x2242ec._0x3e00cc)],_0x196751[_0x4a993d(0x4ad,_0x2242ec._0x132274,0x4c2,_0x2242ec._0x5806a2)],_0x196751[_0x23b7c7(_0x2242ec._0x21e0e3,0x438,0x44a,0x3fc)]];!_0x4c72e4[_0x4a993d(0x4cc,0x498,0x4b9,0x4e1)](_0x23f620)&&(console['error'](_0x4a993d(_0x2242ec._0x38d2eb,0x50c,0x4f0,_0x2242ec._0x514b41)+_0x4a993d(_0x2242ec._0x380fa1,0x4d1,_0x2242ec._0xe049fe,0x4c3)+'\x22'+_0x23f620+(_0x4a993d(_0x2242ec._0x58d97f,0x51a,0x4d6,0x4cd)+'\x20one\x20of:\x20')+_0x4c72e4[_0x23b7c7(_0x2242ec._0x48421c,_0x2242ec._0xeb5388,0x3e7,0x3df)](',\x20')),process['exit'](-0x1207+-0x21cd+0x1147*0x3));const _0x274548=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x274548['test'](_0x29bbe9)&&(console[_0x4a993d(_0x2242ec._0x2e3434,0x4d1,0x4ec,_0x2242ec._0x180fb0)](_0x23b7c7(0x43a,0x414,0x42b,0x408)+'alid\x20email'+_0x23b7c7(_0x2242ec._0x1dbf37,0x3cc,0x3d9,_0x2242ec._0x40e9e8)+_0x29bbe9+'\x22.'),process[_0x23b7c7(_0x2242ec._0x420864,_0x2242ec._0x25e3fd,_0x2242ec._0x1a7a46,_0x2242ec._0xc7ef75)](-0xb*-0x369+-0x3cd+-0x21b5));const _0x448deb=/^[a-zA-Z0-9_-]+$/;!_0x448deb[_0x4a993d(0x4ba,_0x2242ec._0x52d7ed,_0x2242ec._0x48d92a,_0x2242ec._0x489a65)](_0x24b5a0)&&(console[_0x23b7c7(_0x2242ec._0x1f51b6,_0x2242ec._0x12e981,0x410,_0x2242ec._0x5d285b)](_0x23b7c7(0x43a,_0x2242ec._0x189b90,0x40a,0x445)+_0x23b7c7(0x41d,0x3fe,0x445,0x3fd)+_0x4a993d(0x498,_0x2242ec._0xbb4766,0x4c4,0x480)+_0x24b5a0+(_0x4a993d(_0x2242ec._0x1d80d5,_0x2242ec._0x180fb0,0x4c4,_0x2242ec._0x4c974d)+_0x23b7c7(0x3f6,0x3ef,0x426,_0x2242ec._0x55fa43)+_0x23b7c7(_0x2242ec._0x375560,0x40f,0x400,0x3bc)+_0x4a993d(0x4e3,0x4b8,_0x2242ec._0x4d6a36,_0x2242ec._0x5e2ca4)+_0x4a993d(_0x2242ec._0x38d076,0x4fb,_0x2242ec._0x414864,_0x2242ec._0x24a9c1)+'hens.')),process['exit'](-0xa4a+0xbfc+-0x1b1));_0x196751['lRcvl'](_0x307f3e[_0x23b7c7(_0x2242ec._0x559a9f,0x3b7,0x3b9,0x3c9)],0x1569+-0xf75+-0x5ec)&&(console[_0x23b7c7(0x43d,_0x2242ec._0x468bd0,0x459,0x447)](_0x196751[_0x23b7c7(0x412,0x43e,_0x2242ec._0x5447c9,_0x2242ec._0x29a9ce)]),process[_0x23b7c7(_0x2242ec._0x420864,_0x2242ec._0x44bcdb,_0x2242ec._0x37f7c1,0x3ba)](0x686*-0x1+-0x9*-0x237+-0xd68));try{const _0x4fbe03=await findUserByUsername(_0x24b5a0);_0x4fbe03&&(_0x196751[_0x23b7c7(_0x2242ec._0x181910,0x3f9,0x41a,_0x2242ec._0x2ff8c9)]===_0x196751[_0x4a993d(0x4de,0x4f6,0x4b2,0x4db)]?(console['error']('Error:\x20Use'+_0x4a993d(0x4a1,_0x2242ec._0x404054,_0x2242ec._0x48d92a,0x499)+_0x24b5a0+(_0x23b7c7(0x3da,_0x2242ec._0x3a43cb,_0x2242ec._0x4f1a59,0x3e8)+_0x4a993d(0x4ef,_0x2242ec._0x38c70b,_0x2242ec._0x3dcce3,_0x2242ec._0x5ea14d))),process[_0x4a993d(_0x2242ec._0x4b1684,0x47d,0x491,_0x2242ec._0x37691b)](0x1575+-0x7c7+-0xdad)):(_0x37c823['error'](_0x4a993d(0x4ed,_0x2242ec._0x4c5008,_0x2242ec._0x15e7f6,0x51a)+_0x4a993d(0x4d0,0x4fb,0x4c5,0x4c3)+_0x23b7c7(_0x2242ec._0x4f2185,_0x2242ec._0x334235,_0x2242ec._0x358209,0x3d9)+_0x132e10+('\x22.\x20Use\x20onl'+_0x23b7c7(_0x2242ec._0x59f385,_0x2242ec._0x168667,_0x2242ec._0x5b7f97,0x3d3)+_0x4a993d(0x497,_0x2242ec._0x11788a,0x464,_0x2242ec._0x9bb210)+_0x4a993d(0x4e3,0x4b4,0x4cf,0x4df)+_0x23b7c7(_0x2242ec._0x21ea05,_0x2242ec._0xc764a2,0x444,0x418)+_0x23b7c7(0x3ef,_0x2242ec._0x5cd2d9,0x3be,0x3be))),_0x28d323[_0x4a993d(_0x2242ec._0xe89f42,_0x2242ec._0x4710e3,_0x2242ec._0x46ca9c,_0x2242ec._0x405410)](-0x19b1+0xe16+0xb9c)));console['log'](_0x4a993d(_0x2242ec._0x12457a,0x4b6,0x4e3,_0x2242ec._0x4fc7ab)+_0x23b7c7(_0x2242ec._0x5c7c68,_0x2242ec._0x110553,_0x2242ec._0x2d2061,_0x2242ec._0x5df026)+_0x24b5a0+_0x4a993d(0x4bb,0x4b1,0x4c2,_0x2242ec._0xe049fe));const _0xbfc82={};_0xbfc82[_0x23b7c7(_0x2242ec._0x561a2a,_0x2242ec._0x5b984a,_0x2242ec._0x393ea2,0x43d)]=_0x24b5a0,_0xbfc82[_0x23b7c7(0x439,0x447,_0x2242ec._0xe204aa,0x415)]=_0x29bbe9,_0xbfc82['name']=_0x438f85,_0xbfc82['password']=_0x307f3e,_0xbfc82[_0x4a993d(0x48a,0x474,0x46d,0x460)]=_0x23f620;const _0x26a638=await _0x196751[_0x23b7c7(0x3f4,_0x2242ec._0x23b2a2,0x3d8,_0x2242ec._0x1c1833)](createUser,_0xbfc82);console[_0x4a993d(0x4e7,_0x2242ec._0x4807c0,0x4b9,_0x2242ec._0x5e5c35)](''),console[_0x4a993d(_0x2242ec._0x256d9a,0x510,_0x2242ec._0x3aa160,_0x2242ec._0x3fc82a)](_0x196751[_0x4a993d(0x4b6,0x4c8,0x4c9,_0x2242ec._0x4d6a36)]),console[_0x23b7c7(0x434,0x425,_0x2242ec._0x358038,_0x2242ec._0x176fe3)](''),console['log']('User\x20Detai'+_0x4a993d(_0x2242ec._0x1fa3e0,0x4f0,_0x2242ec._0x1bc93b,_0x2242ec._0x4affff)),console[_0x4a993d(_0x2242ec._0x58a527,_0x2242ec._0x488c73,0x50b,0x4b4)]('\x20\x20ID:\x20\x20\x20\x20\x20'+'\x20\x20'+_0x26a638['id']),console['log'](_0x4a993d(_0x2242ec._0x4c5008,_0x2242ec._0x95463,_0x2242ec._0x26b4a4,0x4ee)+':\x20'+_0x26a638[_0x23b7c7(_0x2242ec._0x2d65dd,_0x2242ec._0x2b9ace,0x413,_0x2242ec._0x1f51b6)]),console[_0x23b7c7(_0x2242ec._0x2b36b1,0x423,0x433,0x440)](_0x23b7c7(0x417,0x43e,0x416,0x417)+'\x20\x20'+_0x26a638['email']),console[_0x23b7c7(_0x2242ec._0x2b36b1,0x452,0x417,0x462)]('\x20\x20Name:\x20\x20\x20'+'\x20\x20'+_0x26a638[_0x4a993d(_0x2242ec._0x1899f3,_0x2242ec._0x569fe5,_0x2242ec._0x45c07a,0x4f3)]),console[_0x4a993d(0x4e7,_0x2242ec._0x553e61,0x4e6,0x4bf)]('\x20\x20Role:\x20\x20\x20'+'\x20\x20'+_0x26a638[_0x4a993d(_0x2242ec._0x51ce4a,_0x2242ec._0xd096d3,0x499,0x45c)]),console[_0x4a993d(_0x2242ec._0x1369fc,_0x2242ec._0x219f55,0x4d8,0x4be)](''),console[_0x23b7c7(0x434,0x454,_0x2242ec._0x2008b7,_0x2242ec._0x2d1c1e)]('The\x20user\x20c'+_0x23b7c7(0x3f5,0x3e1,0x411,0x400)+_0x4a993d(_0x2242ec._0x400d56,_0x2242ec._0x4ac6d4,_0x2242ec._0x1bc93b,_0x2242ec._0x27cb8b)+'heir\x20usern'+_0x4a993d(_0x2242ec._0x554e83,0x4c8,_0x2242ec._0x182169,0x482)+_0x4a993d(0x4c1,_0x2242ec._0x9a952b,0x4ef,_0x2242ec._0x4526c4));}catch(_0x5517ff){logger[_0x4a993d(0x4f0,0x4e3,0x4e5,0x4cb)](_0x196751[_0x23b7c7(0x416,0x423,0x42c,_0x2242ec._0x3297f4)],_0x5517ff),console[_0x4a993d(_0x2242ec._0xe06321,_0x2242ec._0x4d50fa,_0x2242ec._0x17a3d9,0x517)](_0x4a993d(0x4c0,_0x2242ec._0x159a7d,0x49e,_0x2242ec._0x580d57)+_0x23b7c7(_0x2242ec._0x225fa5,_0x2242ec._0x3afdfe,_0x2242ec._0x3ad917,0x466)+_0x4a993d(_0x2242ec._0x307290,_0x2242ec._0x339baa,_0x2242ec._0x1bc93b,_0x2242ec._0xe4f393)+'\x20'+_0x5517ff['message']),process[_0x4a993d(_0x2242ec._0x4b1684,0x4b0,_0x2242ec._0x4dfdeb,_0x2242ec._0x36ffb3)](0x1b91+-0x8da+-0x12b6);}}function _0x4784(_0x17850f,_0x2cd41d){_0x17850f=_0x17850f-(0x2d*0x59+0x341+-0x1153);const _0x3a3ed7=_0x3c1c();let _0x87e875=_0x3a3ed7[_0x17850f];if(_0x4784['bbiIph']===undefined){var _0x4d1af0=function(_0x52ae70){const _0x5ab8e6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xac35fa='',_0x4d1e4a='';for(let _0xffb834=0x1*0x14f9+0x1*0x13+0x1*-0x150c,_0xbebeb1,_0x488faa,_0x357dc8=-0x26eb+-0x37*0xd+0x29b6;_0x488faa=_0x52ae70['charAt'](_0x357dc8++);~_0x488faa&&(_0xbebeb1=_0xffb834%(0xae2+-0x17a8+0x665*0x2)?_0xbebeb1*(0x301*-0xd+0x203b*0x1+0x712)+_0x488faa:_0x488faa,_0xffb834++%(0xf5+0xb4b+0x3a*-0x36))?_0xac35fa+=String['fromCharCode'](-0x1d78+0x1*-0x1553+0x33ca&_0xbebeb1>>(-(0xf8e+-0xa7d+-0x50f)*_0xffb834&-0x1897+0x6a2+0x11fb)):0x5*0x52d+0xe14+-0xc1*0x35){_0x488faa=_0x5ab8e6['indexOf'](_0x488faa);}for(let _0x45c418=0x1bb7+0x1102*-0x2+0x64d,_0x3d391b=_0xac35fa['length'];_0x45c418<_0x3d391b;_0x45c418++){_0x4d1e4a+='%'+('00'+_0xac35fa['charCodeAt'](_0x45c418)['toString'](-0x1c12+-0x32f*-0x3+0x1295))['slice'](-(0x5*0x28a+-0x224*-0x8+-0x1dd0));}return decodeURIComponent(_0x4d1e4a);};_0x4784['YIUfae']=_0x4d1af0,_0x4784['UdnJok']={},_0x4784['bbiIph']=!![];}const _0x5925a4=_0x3a3ed7[-0x1d8e*-0x1+0x1710+-0x349e],_0x2464a1=_0x17850f+_0x5925a4,_0x3ecd6=_0x4784['UdnJok'][_0x2464a1];return!_0x3ecd6?(_0x87e875=_0x4784['YIUfae'](_0x87e875),_0x4784['UdnJok'][_0x2464a1]=_0x87e875):_0x87e875=_0x3ecd6,_0x87e875;}main();
@@ -1,68 +1,60 @@
1
1
  ---
2
2
  name: Environment Templates
3
- description: View and manage task templates for this environment. Use this when users want to create, update, or view templates that define reusable task patterns.
4
- argument-hint: list | view <name> | update <name> | create <name>
3
+ description: Full CRUD management for task templates in this environment, including create, update, delete, and view operations.
4
+ argument-hint: list | view <name> | create <name> | update <name> | delete <name>
5
5
  ---
6
6
 
7
7
  # Environment Templates Skill
8
8
 
9
- This skill allows you to help the user manage task templates for the environment this task is running in. Templates define reusable task patterns with pre-configured instructions and parameters.
9
+ This skill provides full management for task templates in the current environment:
10
+ - Template-level operations: list, view, create, update, delete
10
11
 
11
- **IMPORTANT**: This skill requires explicit user approval before making any changes. Always explain what changes you're proposing and ask the user to confirm before executing.
12
+ Use this when users want direct control over task templates and their parameters.
13
+
14
+ ## Scope And Guardrails
15
+
16
+ - This skill can only modify templates in the current task's environment.
17
+ - Template names must use lowercase letters, numbers, and hyphens only.
18
+ - Use explicit user intent for destructive operations (`delete`).
19
+ - If user intent is already clear and explicit, execute directly; do not add unnecessary confirmation loops.
12
20
 
13
21
  ## Available Commands
14
22
 
15
23
  ### 1. List Templates (`/environment-templates list`)
16
24
 
17
- List all available templates in the environment.
18
-
19
- **When to use:**
20
- - The user wants to see what templates exist
21
- - You need to understand the template landscape before making changes
25
+ List all templates in the current environment.
22
26
 
23
27
  ### 2. View Template (`/environment-templates view <name>`)
24
28
 
25
- View a specific template's content and metadata.
26
-
27
- **When to use:**
28
- - The user wants to see a template's details
29
- - You need to understand an existing template before proposing updates
29
+ Fetch a template's content and metadata.
30
30
 
31
31
  ### 3. Create Template (`/environment-templates create <name>`)
32
32
 
33
- Create a new task template.
33
+ Create a new task template with required fields:
34
+ - `content` - Template body (markdown with instructions)
34
35
 
35
- **When to use:**
36
- - The user wants to create a reusable task pattern
37
- - A common task type should be formalized as a template
38
- - The user identifies a pattern worth capturing
36
+ Optional:
37
+ - `metadata` - Object containing `description` and `parameters`
39
38
 
40
39
  ### 4. Update Template (`/environment-templates update <name>`)
41
40
 
42
- Update an existing template.
43
-
44
- **When to use:**
45
- - The user wants to improve an existing template
46
- - Template instructions need refinement
47
- - Template parameters need adjustment
41
+ Update an existing template's content and/or metadata.
48
42
 
49
43
  ### 5. Delete Template (`/environment-templates delete <name>`)
50
44
 
51
- Remove a template from the environment.
52
-
53
- **When to use:**
54
- - A template is no longer needed
55
- - The user explicitly requests deletion
45
+ Remove a template and its metadata from the environment.
56
46
 
57
47
  ## How It Works
58
48
 
59
- This skill communicates with the CoderFlow server via the environment management API.
49
+ This skill uses the task-scoped environment management API.
50
+
51
+ ### Environment Variables
52
+
53
+ - `CODERFLOW_SERVER_URL` - Base URL for CoderFlow server
54
+ - `TASK_ID` - Task identifier used for auth (`X-Task-Id`)
60
55
 
61
- ### Environment Variables (automatically set):
62
- - `CODERFLOW_SERVER_URL` - The CoderFlow server URL for API calls
63
- - `TASK_ID` - This task's ID (for authentication)
56
+ ### API Endpoints
64
57
 
65
- ### API Endpoints:
66
58
  - `GET /api/environment-management/templates` - List all templates
67
59
  - `GET /api/environment-management/templates/:name` - Get specific template
68
60
  - `PUT /api/environment-management/templates/:name` - Create or update template
@@ -119,73 +111,6 @@ Create a {{component_type}} component ❌ WRONG
119
111
  Create a <%= component_type %> component
120
112
  ```
121
113
 
122
- ## Usage Examples
123
-
124
- ### Listing Templates
125
-
126
- ```
127
- User: "What templates are available?"
128
-
129
- Agent: I'll list the available templates for this environment.
130
-
131
- [Executes API call]
132
-
133
- Available templates:
134
- 1. **bug-fix** - Template for fixing bugs
135
- 2. **feature-implementation** - Template for implementing new features
136
- 3. **refactor** - Template for code refactoring tasks
137
-
138
- Would you like to view or modify any of these?
139
- ```
140
-
141
- ### Creating a Template
142
-
143
- ```
144
- User: "Create a template for API endpoint tasks"
145
-
146
- Agent: I'll help you create a new template. What should the template include?
147
-
148
- User: "It should guide the agent to create RESTful endpoints with proper error handling and tests"
149
-
150
- Agent: I'll create an "api-endpoint" template with the following content:
151
-
152
- **Template Content (api-endpoint.md):**
153
- ```markdown
154
- # API Endpoint Implementation
155
-
156
- ## Task
157
- Implement a RESTful API endpoint with the following requirements:
158
- - Follow RESTful conventions
159
- - Include proper error handling
160
- - Add input validation
161
- - Write unit tests
162
-
163
- ## Parameters
164
- - Endpoint path: ${endpoint_path}
165
- - HTTP method: ${http_method}
166
- - Description: ${description}
167
- ```
168
-
169
- **Template Metadata (api-endpoint.json):**
170
- ```json
171
- {
172
- "description": "Create a new API endpoint with tests",
173
- "parameters": [
174
- {"name": "endpoint_path", "label": "Endpoint Path", "type": "string", "required": true},
175
- {"name": "http_method", "label": "HTTP Method", "type": "string", "required": true},
176
- {"name": "description", "label": "Description", "type": "string", "required": false}
177
- ]
178
- }
179
- ```
180
-
181
- Would you like me to create this template? (Please confirm)
182
-
183
- User: "Yes, create it"
184
-
185
- Agent: [Executes API call]
186
- Template "api-endpoint" created successfully!
187
- ```
188
-
189
114
  ## Implementation
190
115
 
191
116
  ### List Templates
@@ -273,10 +198,8 @@ curl -s -X DELETE "${CODERFLOW_SERVER_URL}/api/environment-management/templates/
273
198
 
274
199
  ## Important Notes
275
200
 
276
- 1. **User Approval Required**: Never execute changes without explicit user confirmation
277
- 2. **Template Names**: Use lowercase letters, numbers, and hyphens only
278
- 3. **Preserve Existing**: When updating, consider preserving parts that are still relevant
279
- 4. **Document Parameters**: Clearly define what parameters a template accepts
280
- 5. **Test Templates**: Consider testing template content before finalizing
281
- 6. **Impact Awareness**: Remember that templates affect how future tasks are created
282
- 7. **JSON Payload Handling**: When creating templates with parameters, ALWAYS use a temp file (`cat > /tmp/file.json` + `-d @/tmp/file.json`) or heredoc (`-d @- <<'EOF'`). Never use inline `-d '{...}'` with complex nested JSON containing arrays, as bash shell escaping will corrupt the array structure and turn it into an object with numeric keys (0, 1, 2, 3 instead of proper array elements)
201
+ 1. When updating, preserve existing content that is still relevant.
202
+ 2. Clearly define what parameters a template accepts in the metadata.
203
+ 3. Templates affect how future tasks are created; call out impact before execution.
204
+ 4. When creating templates with parameters, ALWAYS use a temp file (`cat > /tmp/file.json` + `-d @/tmp/file.json`) or heredoc (`-d @- <<'EOF'`). Never use inline `-d '{...}'` with complex nested JSON containing arrays, as bash shell escaping will corrupt the array structure.
205
+ 5. If template visibility or content changes, verify with a follow-up list/view call.