Hallo Admin,
ich habe ein Tool von iv-cms.de/ ,also wo admin einloggen, template ändern usw…
nun möchte ich gerne scripte mit Twitter.com :
[code]$name = “habbohigh”;
$tweets = 5;
$data = simplexml_load_file( “http://twitter.com/statuses/user_timeline/$name.xml?count=$tweets” );
foreach( $data->status as $s )
echo ‘
’.date( "[d.m.Y H:i] ", strtotime( $s->created_at )).$s->text.’
’;[/code]haben, aber dafür braucht ich simpleXML.
Könnt ihr davon für mich Aktiviert / installiert?
Oder ist das nicht erlaubt? :S
Euer Micki