error.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  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. 'log' => 'Logs',
  10. 'missing_page' => 'Page Not Found',
  11. 'refresh' => 'Refresh',
  12. 'refresh_page' => 'Please Refresh Page, Then Try Again',
  13. 'report' => 'Error comes back with log: ',
  14. 'safe_enter' => 'Secure Entrance',
  15. 'system' => 'System Error',
  16. 'title' => '⚠️Error Detected',
  17. 'unauthorized' => 'Unauthorized Access',
  18. 'unsafe_enter' => 'Non-Secure Entrance',
  19. 'visit' => 'Please visit',
  20. 'whoops' => 'Whoops!',
  21. 'get_ip' => 'Get IP information abnormal',
  22. 'subscribe' => [
  23. 'unknown' => 'Unknown subscribe url! Please get a new one!',
  24. 'sub_baned' => 'Subscribe banned! Visit the web for detail',
  25. 'user' => 'Wrong Url, Account not exist!',
  26. 'user_disable' => 'Account Banned!',
  27. 'baned_until' => 'Account has been banned until :time, Please wait to unlock!',
  28. 'out' => 'OUT OF DATA!Please consider to purchase new data or reset it!',
  29. 'expired' => 'Account Expired!Please renew your purchase!',
  30. 'question' => 'Account Error?! Visit web for detail',
  31. 'none' => 'No nodes Available',
  32. ],
  33. ];