Jump to content

player001

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by player001

  1. Some other modifications in function add_postfields, though i can't make the code work yet : case 'recaptcha_public_key': $post['recaptcha_public_key'] = $input->getAttributeNode('value')->value; break; case 'recaptcha_response_field': $post['recaptcha_response_field'] = $input->getAttributeNode('placeholder')->value; break; case 'form_key': $post['form_key'] = $input->getAttributeNode('value')->value; break; case 'seen_suggestion': $post['seen_suggestion'] = $input->getAttributeNode('value')->value; break; case 'used_suggestion': $post['used_suggestion'] = $input->getAttributeNode('value')->value; break; ('http_referer' dispareared and two other fields - used/seen suggestion - were added)
  2. Hi, Sorry to dig that thread up, but it seems that the really nice piece of code made by MMDE does not work anymore. Tumblr has added a new postfield : tumblelog[name], between password and age. But even when modifying the 'tumblr' function accordingly, the login is never successful. I've also tried to use 'https' instead of 'http', but it does not change a thing. Could anyone have a look at the changes that may have made this code obsolete ? They must not be that big... Maybe it's the cookie. If you do not want to bother checking the whole source code, could you explain where I have to look at to change it ? I don't know much about cookies... Thank you ! PS : i can PM a test account if needed
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.