Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- php client.php --server=192.168.1.123 --port=1313 --debug=all --username=Player --version=1.3.2
- -
- / \
- / \
- / MINECRAFT \
- / PHP \
- |\ CLIENT /|
- |. \ 2 / .|
- | .. \ / .. |
- | .. | .. |
- | .. | .. |
- \ | /
- \ | /
- \ | /
- \ | /
- by @shoghicp
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- 17:37:38 [NOTICE] Use PHP >= 5.4.0 to increase performance
- 17:37:38 [DEBUG] Endianness: Little Endian
- 17:37:38 [INFO] Connecting to Minecraft server protocol 39
- 17:37:38 [INTERNAL] Attached to event onChat
- 17:37:38 [INFO] [ChatHandler] Loaded
- 17:37:38 [INTERNAL] Attached to event onConnect
- 17:37:38 [DEBUG] Sending Handshake
- 17:37:38 [INTERNAL] Event sent_02
- 17:37:38 [INTERNAL] Event onSentPacket
- 17:37:38 [INTERNAL] Attached to event recieved_fd
- 17:37:38 [INTERNAL] Event onRecievedPacket
- 17:37:38 [INTERNAL] Event recieved_fd
- 17:37:38 [DEBUG] [RSA-1024] Server Public key:
- 17:37:38 [DEBUG] -----BEGIN PUBLIC KEY-----
- 17:37:38 [DEBUG] MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBe2Wp8YbasiiOmThClP9lMY5f
- 17:37:38 [DEBUG] QSnOXHNzRHYcq48QH6eADECv3tmJkEsaUcbGPj7oOVBDifnwtV6JjlaLWXEqrg2X
- 17:37:38 [DEBUG] FQtwgxpu3Q+nJ6rI42n1WVrKBsmkF721Uxn6oqfnedUkUNCAxvRG3SIieHMk7dWY
- 17:37:38 [DEBUG] OjwoK9U8ZmYZZuBr1wIDAQAB
- 17:37:38 [DEBUG] -----END PUBLIC KEY-----
- 17:37:38 [DEBUG] Generating simmetric key...
- 17:38:19 [INTERNAL] 128-bit Simmetric Key generated: 0x0625197B0F7057F8A0010CAFF5EA1DFA
- 17:38:19 [DEBUG] [RSA-1024] Encrypting simmetric key...
- 17:38:19 [WARNING] Server is NOT Premium
- 17:38:19 [INTERNAL] Event sent_fc
- 17:38:19 [INTERNAL] Event onSentPacket
- 17:38:19 [DEBUG] [RSA-1024] Sent encrypted shared secret and token
- 17:38:19 [INTERNAL] Attached to event recieved_fc
- 17:38:19 [ERROR] [Socket] Socket closed, Error: End of Stream
- 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
- 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
- 17:38:19 [INTERNAL] Event onRecievedPacket
- 17:38:19 [INTERNAL] Event recieved_ff
- 17:38:19 [INTERNAL] Event onClose
- 17:38:19 [ERROR] Kicked from server, Bad packet id
- 17:38:19 [ERROR] [Socket] Socket closed, Error 125: Operation canceled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement