Some did, i think i know how but i prefer keeping it cose its useful for me.
You know before beginning this project i didnt know anything on Packets and C# but now i'm able to make some softwares just cose i studied this Project (btw i'm off from now to the 4th July, good hollydays everyone !).Quote:
Originally posted by vDrag0n@Jul 13 2006, 21:11
well i dont really know anything besides php but well i can try to learn something and help if ur guys need :P
plz dont put stuff that u could not useQuote:
Originally posted by t3hn00bz0r@Jan 26 2006, 20:07
This is the server that I have developed for the UnderCover Conquer project. Due to some design flaws, this code will be re-written. For those of you interested in how a private server works, take a look. Note: this is NOT an executable. This is the Visual Studio 2005 solution for building the server. If you have visual studio 2005, you can download this and build it and it will work. Many things are not implemented in it and there will be no further development. I am releasing all rights to this code into the public domain. What this means is that you can take it and modify it as much as you want. Perhaps you could even fix the instabilities and turn it into an operational private server. You can take the code and post it to other boards. What you cannot do is claim that you wrote the code (unless you make modifications and claim those, obviously). Please give credit where it is due. Enjoy.
NOTE: This server REQUIRES the PostgreSQL SQL server to be installed on the local machine. You will need to install the server and build the appropriate tables in order for this to work. I will post database specifics when I have some more free time.
EDIT: XYThreadPool project has been added to the file. My apologies that it was not there before. XYThreadPool was not written by me. I found this code as a tutorial on a website. The same can be said for XYNetSockets, however XYNetSockets has been so heavily modified that I should've written it from scratch (which is one of the reasons for the server re-write).