$useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1"; 
$Program = "
VERSION BUILD=6240709 RECORDER=FX\n TAB T=1\n SET !TIMEOUT 180\nSET !ERRORIGNORE YES\n"; 
$ch = curl_init("http://digg.com/users/reverseflash/friends/submissions.rss");
curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, 0);
$data = curl_exec($ch);
curl_close($ch);
$digg = simplexml_load_string($data);
foreach($digg->channel->item as $item)
{
$Program .= "URL GOTO=".(string)$item->link."\n";
$Program .= "TAG POS=1 TYPE=A ATTR=ID:diggit-*\n";
$Program .= "WAIT SECONDS=2\n";
}
echo $Program;
?>



Pre-Order Battlefield: Bad Company 2 from Amazon to Support the Design and Development of this Website!