I'm trying to port the PHP code I found a while back and I can't get it to
work.

This is what I'm using to call the functions:

        Dim rcon As New rcon_php
      rcon.SetServer("127.0.0.1", 27015)
      rcon.SetPassword("rconpw")
      rcon.Auth()

And my rcon_php class (or what I have so far) can be found at
http://pastebin.com/f6c334344

The test server is running on port 27016 (UDP).

When I try connect RCON on 27015 TCP the server closes the socket when
Auth() calls _PacketRead()

When I try connect RCON on 27015 TCP the server actively refuses the
connection

Note that the line m_socket = m_socket is so I can mouseover while the
program is paused and see the various properties.


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to