errors.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'forbidden' => [
  5. 'access' => 'Unknown IP or proxy access detected, access denied',
  6. 'bots' => 'Bot access detected, access denied',
  7. 'china' => 'China IP or proxy access detected, access denied',
  8. 'oversea' => 'Overseas IP or proxy access detected, access denied',
  9. ],
  10. 'log' => 'Log',
  11. 'refresh' => 'Refresh',
  12. 'refresh_page' => 'Please refresh the page and try again',
  13. 'report' => 'The error carried a report: ',
  14. 'safe_enter' => 'Safe entrance',
  15. 'safe_code' => 'Please enter the safe code',
  16. 'title' => '⚠️ Error Triggered',
  17. 'unsafe_enter' => 'Unsafe Entrance',
  18. 'visit' => 'Please visit',
  19. 'whoops' => 'Whoops!',
  20. 'get_ip' => 'Failed to get IP info',
  21. 'subscribe' => [
  22. 'unknown' => 'Unknown subscription link! Please obtain a new one!',
  23. 'sub_baned' => 'Subscription banned! Visit the website for details',
  24. 'user' => 'Wrong URL, account does not exist!',
  25. 'user_disable' => 'Account Disabled! Contact Support!',
  26. 'baned_until' => 'Account banned until :time, please wait for unlock!',
  27. 'out' => 'OUT OF DATA! Please purchase more or reset data!',
  28. 'expired' => 'Account Expired! Please renew your purchase!',
  29. 'question' => 'Account Error!? Visit the website for details',
  30. 'none' => 'No available nodes',
  31. ],
  32. ];