Quote: " haha, u can program an online game in DBCe no problem."
And what equipment are you using to connect to the internet with?
A) Dial-up 56K modem?
B) USB ADSL Modem?
C) ADSL Router?
If you have A or B then things are fairly straight forward. However, like SimSmall says if you (or any of the other players) have a router, then the ports will normally not be open and you/they will not be able to connect.
Routers have something called Network Address Translation (NAT) where you can set the traffic that is received on a port (or range of ports) to go straight through to a specific IP address on the network.
The problem is that the DB commands do not support the ability to state which port you want to use, so you can't set things up on the router's NAT settings page.
You
could simply open every port on the router and turn off any firewall, but you would have to be totally mad to do that - you would be infected with virii and spyware in minutes!
The problem is down to the fact that DB's multiplayer commands were originally intended to be used to create multiplayer NETWORK games with TCP/IP - not internet games, so the use of routers were never considered.
The best alternative is to use a third-party DLL which supports the commands that you need.
TDK_Man