errors.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'forbidden' => [
  5. 'access' => 'Detected unknown IP or proxy access, access denied',
  6. 'bots' => 'Detected bot access, access denied',
  7. 'china' => 'Detected China IP or proxy access, access denied',
  8. 'oversea' => 'Detected overseas IP or proxy access, access denied',
  9. 'redirect' => 'Detected (:ip :url) accessing through a subscription link, forcing a redirect.',
  10. 'unknown' => 'Unknown forbidden access mode! Please modify the [Access Restriction] in the system settings!',
  11. ],
  12. 'get_ip' => 'Failed to retrieve IP information',
  13. 'log' => 'Log',
  14. 'refresh' => 'Refresh',
  15. 'refresh_page' => 'Please refresh the page and try again',
  16. 'report' => 'The error carried a report: ',
  17. 'safe_code' => 'Please enter the safe code',
  18. 'safe_enter' => 'Safe Entrance',
  19. 'subscribe' => [
  20. 'banned_until' => 'Account banned until :time, please wait for unlock!',
  21. 'expired' => 'Account expired! Please renew your subscription!',
  22. 'none' => 'No available nodes',
  23. 'out' => 'OUT OF DATA! Please purchase more or reset data!',
  24. 'question' => 'Account issues!? Visit the website for details',
  25. 'sub_banned' => 'Subscription banned! Visit the website for details',
  26. 'unknown' => 'Invalid subscription link! Please obtain a new one!',
  27. 'user' => 'Invalid URL, account does not exist!',
  28. 'user_disabled' => 'Account Disabled! Contact Support!',
  29. ],
  30. 'title' => '⚠️ Error Triggered',
  31. 'unsafe_enter' => 'Unsafe Entrance',
  32. 'visit' => 'Please visit',
  33. 'whoops' => 'Whoops!',
  34. ];