Miranda NG

Next Generation of Miranda IM

XMLparse_history (PHP) 1.0

2003-09-10 addons

Screenshot

Description: A php script that parses the history generated by XML History 0.0.0.4a made by JMG. I’ve tried to comment the code as best as I could, but you will figur it out.
[Added] To use the script, just include the page to your page with include or require and run for example:
$history = parse_history_users( ‘path_to_xml_file’ ); Examin the $history and you will see how it works. :)

Download