I have a script that allows me to enter live Xbox using Simple Bros.C. Anytime a browser detector on Xbox LIVE takes me after logging in to an empty page, there is an empty form that needs to be submitted. But this form is not shown on my browser, so can not easily find it to present it. The creator of the script says that I need to use CRL, how can I use curl with simple divider?
Here's the script.
need_once ('simpletest / browser.php'); $ Browser = new SimpleBrowser (); $ Browser- & gt; Get ('http://live.xbox.com/en-US/profile/profile.aspx?pp=0&gamerTag='); $ Browser- & gt; Setfield ('email address', 'blah@blah.com'); $ Browser- & gt; Setfield ('password', 'blah'); $ Browser- & gt; ClickSubmitByName ('SI'); $ Browser- & gt; SubmitFormById ('fmHF'); $ Browser- & gt; Return getContent ();
I can only assist you with sending the form using curls. View the source of the form and get the form action url from
Comments
Post a Comment