errors.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'forbidden' => [
  4. 'access' => 'IP or Proxy Access Forbidden',
  5. 'bots' => 'Bots Access Forbidden',
  6. 'china' => 'Chinese IP or Proxy Access Forbidden',
  7. 'oversea' => 'Oversea IP or Proxy Access Forbidden',
  8. ],
  9. 'http' => 'HTTP Method Not Allowed',
  10. 'log' => 'Logs',
  11. 'missing_page' => 'Page Not Found',
  12. 'refresh' => 'Refresh',
  13. 'refresh_page' => 'Please Refresh Page, Then Try Again',
  14. 'report' => 'Error comes back with log: ',
  15. 'safe_enter' => 'Secure Entrance',
  16. 'safe_code' => 'Please enter the security code',
  17. 'system' => 'System Error',
  18. 'title' => '⚠️Error Detected',
  19. 'unauthorized' => 'Unauthorized Access',
  20. 'unsafe_enter' => 'Non-Secure Entrance',
  21. 'visit' => 'Please visit',
  22. 'whoops' => 'Whoops!',
  23. 'get_ip' => 'Get IP information abnormal',
  24. 'subscribe' => [
  25. 'unknown' => 'Unknown subscribe url! Please get a new one!',
  26. 'sub_baned' => 'Subscribe banned! Visit the web for detail',
  27. 'user' => 'Wrong Url, Account not exist!',
  28. 'user_disable' => 'Account Banned!',
  29. 'baned_until' => 'Account has been banned until :time, Please wait to unlock!',
  30. 'out' => 'OUT OF DATA!Please consider to purchase new data or reset it!',
  31. 'expired' => 'Account Expired!Please renew your purchase!',
  32. 'question' => 'Account Error?! Visit web for detail',
  33. 'none' => 'No nodes Available',
  34. ],
  35. ];