Okay, here's the gist of this. I wrote a script for a friend of mine's bot which(using sockets) runs a webpage. The webpage accepts the stats provided to it and dumps them in a DB. The server-side page works fine. The socket part works fine on my machine. When on his machine, however, it does not work at all. He is on XP, but this is not an issue as another of my friend's is able to run the script on XP.
Just to outlaw a couple of problems I had him try some things, I had him manually type the socket commands to do the page, and it connects but does not execute the page. I know this because the server does not automatically close the socket after he has typed the command.
I also made another script and had him connect to my machine and attempt to send data -- this worked perfectly as well.
The problem is not in any firewall software, as he has it all disabled. I can't think of any reason for this weird occurance, and any ideas from any of you would be greatly appreciated.
- Tom