| Blockland Forums > General Discussion |
| It's October 1st and Lub hasn't released his service. |
| << < (21/23) > >> |
| Lugnut:
--- Quote from: Kalphiter on October 02, 2012, 09:38:00 PM ---You can't use nmap to scan for Torque/Blockland servers, you have to write something custom. --- End quote --- what would this need to consist of? a connection packet? could you pm me this info? |
| Kalphiter:
--- Quote from: Lugnut on October 02, 2012, 10:00:02 PM ---what would this need to consist of? a connection packet? could you pm me this info? --- End quote --- --- Code: ---$common = chr(0) . chr(4) . chr(0) . chr(0) . chr(0); $send = chr(hexdec("16")) . $common; $reply = chr(hexdec("18")) . $common; --- End code --- Server replies with $reply |
| Tango:
--- Quote from: Rub on October 02, 2012, 05:09:06 PM ---Nah I just took credit for that, wasn't even me hahahaha --- End quote --- so do do you like people stuffting on you or what? |
| Darkness ZXW:
--- Quote from: Tango on October 02, 2012, 10:30:19 PM ---you do you like people stuffting on you or what? --- End quote --- ;) |
| Lugnut:
--- Quote from: Kalphiter on October 02, 2012, 10:25:12 PM --- --- Code: ---$common = chr(0) . chr(4) . chr(0) . chr(0) . chr(0); $send = chr(hexdec("16")) . $common; $reply = chr(hexdec("18")) . $common; --- End code --- Server replies with $reply --- End quote --- not working :( I'm getting ECONNREFUSED errors. Any ideas where my error might lie? |
| Navigation |
| Message Index |
| Next page |
| Previous page |