You're missing a lot of security tokens.
If you want, you can buy the IPB auto poster for 20 USD. It works on any IPB version.
kundurocks Reviewed by kundurocks on . Curl IPB help i need help with curl to login to ipb forum board ..please check ..problem with the code below ..the user is not logined in the output ..displays the login page <?php $User="*****"; $Pass="******"; $url="http:///****.com/forums/index.php?app=core&module=global&section=login"; $ch = curl_init($url); @curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); @curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); Rating: 5