|
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.
|