I am writing a registration module for my desktop software (programming with C++ Builder). I have created client and server applications that work great on my local machine, but I don't know how to start the server program once I upload it. The site is hosting thru Yahoo. Any Ideas?
Easy look As server is an OS as well you have to upload the server program there then the client will use that but change the inet_addr("IPv4") to the server
Check that computers external to your LAN can connect to you. There are some online tools that can try to connect to you to verify whether you're forwarding ports on your router, or whether there's actually someone listening for incoming connections.
For example: http://www.yougetsignal.com/tools/open-ports/
Never mind. I mixed up who was the client and who the server.
You will need a root server if you want to be able to run programs of your own on the server.
Alternatively you can solve this with PHP scripts if your webhost allows them.