Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. php client.php --server=192.168.1.123 --port=1313 --debug=all --username=Player --version=1.3.2
  2.  
  3. -
  4. / \
  5. / \
  6. / MINECRAFT \
  7. / PHP \
  8. |\ CLIENT /|
  9. |. \ 2 / .|
  10. | .. \ / .. |
  11. | .. | .. |
  12. | .. | .. |
  13. \ | /
  14. \ | /
  15. \ | /
  16. \ | /
  17.  
  18.  
  19. by @shoghicp
  20.  
  21. This program is free software: you can redistribute it and/or modify
  22. it under the terms of the GNU Lesser General Public License as published by
  23. the Free Software Foundation, either version 3 of the License, or
  24. (at your option) any later version.
  25.  
  26. 17:37:38 [NOTICE] Use PHP >= 5.4.0 to increase performance
  27. 17:37:38 [DEBUG] Endianness: Little Endian
  28. 17:37:38 [INFO] Connecting to Minecraft server protocol 39
  29. 17:37:38 [INTERNAL] Attached to event onChat
  30. 17:37:38 [INFO] [ChatHandler] Loaded
  31. 17:37:38 [INTERNAL] Attached to event onConnect
  32. 17:37:38 [DEBUG] Sending Handshake
  33. 17:37:38 [INTERNAL] Event sent_02
  34. 17:37:38 [INTERNAL] Event onSentPacket
  35. 17:37:38 [INTERNAL] Attached to event recieved_fd
  36. 17:37:38 [INTERNAL] Event onRecievedPacket
  37. 17:37:38 [INTERNAL] Event recieved_fd
  38. 17:37:38 [DEBUG] [RSA-1024] Server Public key:
  39. 17:37:38 [DEBUG] -----BEGIN PUBLIC KEY-----
  40. 17:37:38 [DEBUG] MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBe2Wp8YbasiiOmThClP9lMY5f
  41. 17:37:38 [DEBUG] QSnOXHNzRHYcq48QH6eADECv3tmJkEsaUcbGPj7oOVBDifnwtV6JjlaLWXEqrg2X
  42. 17:37:38 [DEBUG] FQtwgxpu3Q+nJ6rI42n1WVrKBsmkF721Uxn6oqfnedUkUNCAxvRG3SIieHMk7dWY
  43. 17:37:38 [DEBUG] OjwoK9U8ZmYZZuBr1wIDAQAB
  44. 17:37:38 [DEBUG] -----END PUBLIC KEY-----
  45. 17:37:38 [DEBUG] Generating simmetric key...
  46. 17:38:19 [INTERNAL] 128-bit Simmetric Key generated: 0x0625197B0F7057F8A0010CAFF5EA1DFA
  47. 17:38:19 [DEBUG] [RSA-1024] Encrypting simmetric key...
  48. 17:38:19 [WARNING] Server is NOT Premium
  49. 17:38:19 [INTERNAL] Event sent_fc
  50. 17:38:19 [INTERNAL] Event onSentPacket
  51. 17:38:19 [DEBUG] [RSA-1024] Sent encrypted shared secret and token
  52. 17:38:19 [INTERNAL] Attached to event recieved_fc
  53. 17:38:19 [ERROR] [Socket] Socket closed, Error: End of Stream
  54. PHP Warning: socket_set_nonblock(): 17 is not a valid Socket resource in /home/[HIDDEN]/Minecraft-PHP-Client-2/classes/Socket.class.php on line 106
  55.  
  56. Warning: socket_set_nonblock(): 17 is not a valid Socket resource in /home/[HIDDEN]/Minecraft-PHP-Client-2/classes/Socket.class.php on line 106
  57. 17:38:19 [INTERNAL] Event onRecievedPacket
  58. 17:38:19 [INTERNAL] Event recieved_ff
  59. 17:38:19 [INTERNAL] Event onClose
  60. 17:38:19 [ERROR] Kicked from server, Bad packet id
  61. 17:38:19 [ERROR] [Socket] Socket closed, Error 125: Operation canceled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement