" . $GLOBALS['titletext'] . "
";
$GLOBALS['title'] = false;
$GLOBALS['titletext'] = "";
break;
case 'LINK':
echo "Link: " . $GLOBALS['linktext'] . "
";
$GLOBALS['link'] = false;
$GLOBALS['linktext'] = "";
break;
case 'DESCRIPTION':
echo "Desc: " . $GLOBALS['desctext'] . "";
$GLOBALS['description'] = false;
$GLOBALS['desctext'] = "";
break;
}
}
function charElement( $parser, $text ) {
if( $GLOBALS['title'] == true ) {
$GLOBALS['titletext'] .= htmlspecialchars( trim($text) );
} else if( $GLOBALS['link'] == true ) {
$GLOBALS['linktext'] .= trim( $text );
} else if( $GLOBALS['description'] == true ) {
$GLOBALS['desctext'] .= htmlspecialchars( trim( $text ) );
}
}
$xmlParser = xml_parser_create();
xml_set_element_handler( $xmlParser, "startElement", "endElement" );
xml_set_character_data_handler( $xmlParser, "charElement" );
$fp = fopen( "https://picasaweb.google.com/data/feed/base/user/111799764443256324058?alt=rss&kind=album&hl=en_US&imgmax=1600", "r" ) or die( "Cannot read RSS data file." );
while( $data = fread( $fp, 4096 ) ) {
xml_parse( $xmlParser, $data, feof( $fp ) );
}
fclose( $fp );
xml_parser_free( $xmlParser );
?>
Link ke foto2 kelahiran Jonathan disini
Hi there!
Well, I've performed another upgrade on the site. Now the FTP link actually works, this is where you'll find specific files I make available to my family and friends.
Besides that there's off course also a bunch of new foto's on the pictures page.
Greetz,
Paul
08/07/2008
----------
Hallo iedereen!
Zo, ik heb weer eens wat aan m'n site gewerkt. Nu werkt eindelijk de FTP zoals het hoort, hier zal je bepaalde bestanden vinden die ik zo beschikbaar maak voor familie en vrienden.
Daarenbuiten heb ik natuurlijk ook een paar nieuwe foto's op de fotopagina gezet.
Groetjes,
Paul
08/07/2008
----------
Hallo semua!
Aku habis memperbaruhi beberapa aspek websitku. Akhirnya bagian FTP sekarang berfungsi, disini anda akan temukan file2 tertentu yang kuadakan di situs ini untuk keluarga dan teman.
Selain itu juga ada beberapa foto baru di bagain foto2.
Salam,
Paul
08/07/2008