errors.php 1.4 KB

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