Hey All.
I am working on a small tool that will auto log you into a chat on Blogtv with a random user name.
I have created the random user names that will be used and I have managed to do what I want to do, but the details I use expire after a length of time, making it useless.
At the moment, I search the chat page the clients goes to and grab the relevant information and enter the values into the remote chat that I have created. There are only two values that are unique to the client that are needed to enter the chat. The example shows 5 possible user names the client would use when they used the remote chat.
The final code looks like this once everything is completed by php (this would let you enter chat under the user name "btvbots1":
But. the "var _userNameEnc" value expires after a length of time and I do not know how to generate this code or grab it without manually logging in and looking at the source and copy/paste the relevant values into my php code again.
I am wondering if there's anyway to either generate a value that is dynamic and works each time, or is there anyway to grab it, for example using "file_get_contents($url)" but using a user name and password, or fool it into thinking its is the user "btvbots1" and grab the latest "var _userNameEnc" value??
Can anyone help me on this one or see an alternative way of doing it?
Thanks in advance.
(Also, willing to reward via paypal if needed)