Page 1 of 2

Server

Posted: Sun Aug 01, 2010 7:50 am
by upperdrag
Okk i need help, how do you exactly make a server? i mean like a server to operate perhaps a private server?
ps, in either visual basic.net or vb 2008

thanks in advance,

Re: Server

Posted: Sun Aug 01, 2010 11:25 am
by mandai
What protocols/clients are you planning on using?

Re: Server

Posted: Sun Aug 01, 2010 11:59 am
by upperdrag
there are clients o.o? sorry im kinda of a newbie

Re: Server

Posted: Sun Aug 01, 2010 11:59 am
by Lewis
i have a server that works with my shockwave .dir file, and my server will work with .. say something similar to habbo.

Re: Server

Posted: Mon Aug 02, 2010 8:59 am
by upperdrag
How do you make it? and how do u know that i was like planning to make a habbo server lol , wow o.o

Re: Server

Posted: Mon Aug 02, 2010 9:13 am
by mandai
You use sockets then depending on the protocol specification you just copy what the server would do when a client sends data.

Re: Server

Posted: Mon Aug 02, 2010 9:40 am
by lillogoal
ok ok good idea

Re: Server

Posted: Mon Aug 02, 2010 12:25 pm
by Lewis
because you do come from habbo, erm i will just give you snippets of the source, note that I am not going to give you a client(on habbo its there hotel) just the server so you can send and recive data from your client :)

Edit: You will need to make or have your own client as this wont work for retros ..

Re: Server

Posted: Mon Aug 02, 2010 1:05 pm
by upperdrag
o, ok :D, thanks

Re: Server

Posted: Mon Aug 02, 2010 1:05 pm
by upperdrag
mandai wrote:
You use sockets then depending on the protocol specification you just copy what the server would do when a client sends data.
im sorry but i dont really get it