Stoinker
Apr 9th, 2000, 07:47 AM
I have a program that connects to a game server and "logs on" an NPC (non-player character) to a Role-playing game. It uses the Socket Wrench OCX (like Winsock) to connect to the TCP server. I don't like to have my CPU running 24/7 because it is in a confined space and could overheat easily and staying connected to the internet all day long would be a pain too. I want to be able to run this program from a web server like Xoom.com or Crosswinds.Net 24/7 instead of from my computer. I already tried a method where I converted it to an OCX and embedded it into an HTML using the Microsoft ActiveX Control Pad. This connected alright, but as soon as I left the site with the embedded OCX on it, the NPC disconnected (which makes me think that it was connecting from my CPU anyways.) I don't know if making it an ActiveX control is the best idea, it just seemed convenient. If you could think of an easier way to run a program on a web server indefinitely, I'm open to suggestions.
~Stoinker~
~Stoinker~