More specifically I play a text based MMORPG. I want to make a list of players and their last online time. This online time is displayed on their profile on the webpage, but to see this information, you need to login.
There are 3 cookies, one for userid, one for username, and one for password(which is hashed).
Is there anyway to pass cookies from whatever browser a person is using, into the "virtual cURL browser?"
I've seen things where you can store cookies in cURL, but I don't want to use MY LOGIN everytime, as the game admins probably wouldn't appreciate that