Quote:
Originally Posted by tima
Static, could you put new compiled files?
|
Done
I'm also in the process of writing a PHP script which will be compatible with the plugin (if you want to run guircon from a webserver instead of the Windows client).
Edit: I have a basic connection working from a php file now, which can be run into the background and will stay connected. I just need to finish data parsing and allow data to be sent from stdin, go through a few tests and its done.
Please also note that I'm not ignoring the problems you have with this. However I've not had a problem connecting to my server, and I thought perhaps running this php script remotely would cause it, but it worked fine first time
Hopefully the newly added error messages will shed some light, when someone gets a chance.
Just while I think please do remember that the default GUIRCON port is 8888. The GUIRCON port
cannot and
should never be the same port as the server runs on. The two sets of sockets cannot share the same port, and if they did could cause problems. Please bear this in mind when trying to connect with the client, as this could be what is causing the errors.