Hello,
I was wondering if it's possible to connect and login to the login server of Rappelz using PHP.
I know with any address, like example.com/login.php, I can send a filled in form to that address using PHP, and of course I am getting a respond with the source of that page. And from that source I can tell if I am logged in or not. I've done this using stream_context_create and file_get_contents in PHP.
Now I am not sure this works for login server, as the connection isn't the same as like websites I think. Nor do I know the names of the inputs.
So I was wondering if it's possible, and if it is, how?






