My gaming friends use a SMF forum to chat and was using smf 2.0.13 but recently upgraded to 2.0.15 and it breaks my php cURL login I had to help get basic updates without actually going to the site. Prefer my own homepage that receives posts from multiple locations/sites in a format that suits me
with 2.0.13 I could use curl_setopt($ch, CURLOPT_POSTFIELDS, "user=user&passwrd=password&cookielength=-1);
now with 2.0.15 login no longer works.
Did something change that i need to hash the password using the sessionVar and SessionId now or just include the sessionVar/Id to the end of the CURLOPT_POSTFIELDS?