View Single Post
Old Nov 3rd, 2004, 8:41 AM   #1
DaVinci
Newbie
 
Join Date: Nov 2004
Posts: 2
Rep Power: 0 DaVinci is on a distinguished road
I'm working on a game bot for an online game. The original client is written in C, and i managed to convert the client/server protocol to my java bot application.

It al works fine, except i need to start the application from my home computer to get the bot appear in game.

Now i would like the app to run from some webserver so the bot will be online 24/7. How do i alter my code so that it will run from a webserver, and how do i get it there in the first place. Do i need a shell account with java support? and where can i find those.

Or is this a no go, becauce the app opens a socket to the server and sends data via TCP/IP. I can imagine that a server forbids these kind of actions for security measures.

I hope someone can help me out here,

Greetz DaVinci.
DaVinci is offline   Reply With Quote