Hey guys, this is my first post here
After a few hours of searching google for answers, I have come up empty-handed on this matter. (Whether that's due to irrelivant search terms or not I'm not sure)
OK, so the main question...
Is it entirely possible/plausible to be able to send a custom packet consisting of the following:
4 byte packet ID (integer 32)
X byte username (string)
X byte password (string)
...Using PHP-cURL?
If this IS possible, what would the best method be to do this and how would I be able to parse the data response from my remote C# application?
The reason for using cURL is that my web-host has disabled the use of sockets due to security risks (lol).
----------
To explain simply what I am trying to do;
I have a remote C# .NET 3.5 application (MMORPG server/emulator) fitted with a sturdy and secure Listener and Packet Handler. The response I am trying to get from my server is simply the status, like how many players are currently connected, memory usage, etc. Everything is already coded and set-up on the C# app ready for receiving my custom packet.
So all I need to do now is find a way via PHP to send the request packet to my application and retrieve/parse the resulting data.
----------
Any help on this matter is greatly appreciated and I look forward to becoming an active member of this community
Regards,
Vorspire