Hey-
I've been searching around trying to find a program to get traffic going through port (Game < Server), what I want to do is to have php act like it is the program (game) sending the traffic.
In other words--
Now I have
Game < Port < Server
I want to get data going on port so I can do:
PHP < Port < Server
So rather then running the game I could just run a small PHP script.
Any tips?