$useragent = mozilla/4.0 (compatible; msie 6.0; windows nt 5.1; sv1; theworld);
$cookie = dznet_cookietime=2592000;dznet_onlineusernum=7816;dznet_sid=qtlc87;dznet_auth=6bbecqrzgv4elinmlgu%2flgzspzbrsaugo1l0obp6vqw5p0bceg0xd4slycm2ks%2fl0ycvyso7xp2z8gmaxkpdubxzcwft;checkpm=1;
$ch= curl_init();
curl_setopt($ch, curlopt_url,$url);
curl_setopt($ch, curlopt_cookie, $cookie);
curl_setopt($ch, curlopt_referer, http://www.discuz.net/index.php);
curl_setopt($ch, curlopt_header, false);
curl_setopt($ch, curlopt_returntransfer, 1);
curl_setopt ($ch, curlopt_useragent, $useragent);
curl_exec($ch);
$tempcn = curl_multi_getcontent($ch);
curl_close($ch);
echo $tempcn;
