netblaser Posted August 8, 2011 Share Posted August 8, 2011 i need help with login to ipb using cur $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$url); curl_setopt($ch, CURLOPT_followlocation, 0); curl_setopt($ch, CURLOPT_POST, 4); curl_setopt($ch, CURLOPT_POSTFIELDS,"username=*****&password=****&rememberMe=1"); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_COOKIEJAR,"cookie1.txt"); $result= curl_exec ($ch); curl_close ($ch); echo $result; this is the one which im using but not working properly its not getting logined..please help . Link to comment https://forums.phpfreaks.com/topic/244251-ipb-forum-login-using-curl-help/ Share on other sites More sharing options...
netblaser Posted August 9, 2011 Author Share Posted August 9, 2011 anyone please help Link to comment https://forums.phpfreaks.com/topic/244251-ipb-forum-login-using-curl-help/#findComment-1254872 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.