errors.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  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. 'unknown' => 'Unknown forbidden access mode! Please modify the [Access Restriction] in the system settings!',
  10. ],
  11. 'log' => 'Log',
  12. 'refresh' => 'Refresh',
  13. 'refresh_page' => 'Please refresh the page and try again',
  14. 'report' => 'The error carried a report: ',
  15. 'safe_enter' => 'Safe Entrance',
  16. 'safe_code' => 'Please enter the safe code',
  17. 'title' => '⚠️ Error Triggered',
  18. 'unsafe_enter' => 'Unsafe Entrance',
  19. 'visit' => 'Please visit',
  20. 'whoops' => 'Whoops!',
  21. 'get_ip' => 'Failed to retrieve IP information',
  22. 'subscribe' => [
  23. 'unknown' => 'Invalid subscription link! Please obtain a new one!',
  24. 'sub_banned' => 'Subscription banned! Visit the website for details',
  25. 'user' => 'Invalid URL, account does not exist!',
  26. 'user_disabled' => 'Account Disabled! Contact Support!',
  27. 'banned_until' => 'Account banned until :time, please wait for unlock!',
  28. 'out' => 'OUT OF DATA! Please purchase more or reset data!',
  29. 'expired' => 'Account expired! Please renew your subscription!',
  30. 'question' => 'Account issues!? Visit the website for details',
  31. 'none' => 'No available nodes',
  32. ],
  33. ];