Author Topic: It's October 1st and Lub hasn't released his service.  (Read 4085 times)

which rule is kalphiter breaking exactly?
The "PayPal is for adults only" rule

You're just asking for him to report you aren't ya, lol.
:cookieMonster:
Lub's probably trying to report an account owned by an adult by now :cookieMonster:
?

?
You actually sat there and let your mom register an account for business name "Blockland Cloud"? Would put my kids up for adoption if they asked me to do that, no joke.

?
Aren't you 17?  I said that because I thought you were 17.
If not sorry but I was kidding anyways. :c
You actually sat there and let your mom register an account for business name "Blockland Cloud"? Would put my kids up for adoption if they asked me to do that, no joke.
BUT WHY MOM

I was just checking the server list after a few minutes and I seen Ephi's server up.



Could this possibly be Ephialtes testing Lub's service?  I mean, I've never seen Ephialtes host before.
274 Ping
Quote from: Kalphiter
Yeah, this service looks real great. GREAT PING!

274 Ping
You miss the bit where Lugnut said about how it's hosted on a micro cloud server or what?

You actually sat there and let your mom register an account for business name "Blockland Cloud"? Would put my kids up for adoption if they asked me to do that, no joke.
It was a personal account changed to a business account.

You miss the bit where Lugnut said about how it's hosted on a micro cloud server or what?
So what's your address?

If you've hosted a server with your server before, that would be great because I can look it up.

54.242.28.197 is one of many current test and development servers. I don't have the actual server yet for obvious reasons, I'm sure you don't need me to explain.

You miss the bit where Lugnut said about how it's hosted on a micro cloud server or what?
wait whaaaaaaaat????


I was right?
Holy motherloving stuff!

Ps:
The IP of Ephi's server is 54.242.28.197. It's being run on port 30200. Nmap reports 30200, 30000, and 30100 are all down. - conclusion, yes, ephi is demoing lubs setup on one of those fast free cloud things that lub mentioned in the Verre topic.
It's an amazon cloud server, it appears.
« Last Edit: October 02, 2012, 05:34:17 PM by Lugnut »

You can't use nmap to scan for Torque/Blockland servers, you have to write something custom.

You can't use nmap to scan for Torque/Blockland servers, you have to write something custom.
what would this need to consist of? a connection packet? could you pm me this info?

what would this need to consist of? a connection packet? could you pm me this info?
Code: [Select]
$common = chr(0) . chr(4) . chr(0) . chr(0) . chr(0);
$send = chr(hexdec("16")) . $common;
$reply = chr(hexdec("18")) . $common;

Server replies with $reply

Nah I just took credit for that, wasn't even me hahahaha
so do do you like people stuffting on you or what?
« Last Edit: October 02, 2012, 10:47:19 PM by Tango »


Code: [Select]
$common = chr(0) . chr(4) . chr(0) . chr(0) . chr(0);
$send = chr(hexdec("16")) . $common;
$reply = chr(hexdec("18")) . $common;

Server replies with $reply
not working :(
I'm getting ECONNREFUSED errors. Any ideas where my error might lie?