Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. public boolean isHostValid(int arg0) {
  2. try {
  3. anInt4++;
  4. /* String string = getDocumentBase().getHost().toLowerCase();
  5. if (string.equals("jagex.com") || string.endsWith(".jagex.com"))
  6. return true;
  7. if (string.equals("runescape.com")
  8. || string.endsWith(".runescape.com"))
  9. return true;
  10. if (arg0 != 8)
  11. aRSString_42 = null;
  12. if (string.endsWith("127.0.0.1"))
  13. return true;
  14. for (;
  15. (string.length() > 0
  16. && (string.charAt(-1 + string.length()) ^ 0xffffffff) <= -49
  17. && ((string.charAt(-1 + string.length()) ^ 0xffffffff)
  18. >= -58));
  19. string = string.substring(0, -1 + string.length())) {
  20. empty
  21. }
  22. if (string.endsWith("192.168.1."))
  23. return true;
  24. showError(31439, "invalidhost");
  25. return false;*/
  26. return true;
  27. } catch (RuntimeException runtimeexception) {
  28. throw Class67_Sub1_Sub21.method718(runtimeexception,
  29. "p.D(" + arg0 + ')');
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement