Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as HTML by 11 ( 15 years ago )
$p = getPage('http://www.yudu.com/login', 'login_email=EMAIL&login_password=PASSWORD_submit=GO&remember_me=on', '', true, true);
preg_match_all('/^Set-Cookie: (.*?);/m', $p, $cookies);
$cookieStr = implode('; ', $cookies[1]);
//echo $cookieStr;
$p2 = getPage('http://www.yudu.com/library?order=date;page_size=2', '', $cookieStr);
preg_match_all('#<a href="([^\\" title="([^\\" class="tooltip">$anIssue) {
foreach ($goodIssues as $n2=>$aGoodIssue) {
if (stripos($anIssue, $aGoodIssue) !== false) {
$linksToUpdate[] = array($links[1][$n], $aGoodIssue, $n2);
}
}
}
Revise this Paste
Children: 32447