Club559 Source Code
Alright so I have the club559 source setup and everything is working fine. I port forwarded 8888 (instead of 80 because it uses 8888) 2050 and 843. Then I changed both of the Database.cs to my IP as well as the client through yogda AND the chars>list.cs to my Ip and rebuilt everything but it still wont let my friends connect. I don't see myself making any mistakes either. Please help. Thanks in advanced.
Since you're database is connected to your local host PC, you need to leave the Database.cs IP as 127.0.0.1
But, List.cs and the client should be as your IP.