[bf1942] log-files

Andrew vonNiederhausern avonnied at genetics.utah.edu
Wed Feb 11 17:40:29 EST 2004


I hope this formats correctly



#!/usr/bin/perl


use Compress::Zlib;

my ($ds,$status) = inflateInit(-Bufsize=>300) || print "DefaultInit $!\n";
binmode(STDOUT);
open(FILE,"$ARGV[0]");
$input = "";
binmode(FILE);
while (<FILE>) {
    #print "$_\n";
    $input .= $_;
}
my $out2 = uncompress($input);
print $out2;


can also be downloaded at

http://www.bfradio.com/stats/zxml.tar.gz

Usage is simpley 

zxml.pl input.zxml > output.xml


-----Original Message-----
From: Rene Belloq [mailto:rbelloq at hotmail.com] 
Sent: Wednesday, February 11, 2004 3:14 PM
To: bf1942 at icculus.org
Subject: RE: [bf1942] log-files

>does anybody know how to unpack the *.zxml files?

There's a quick little utility here 
<http://www.blackbagops.com/files/ZXML2XML.zip>.

I remember seeing some source floating around, too. It looked pretty simple.

Don't remember if it was in the BBO or lightcubed forums.

_________________________________________________________________
Let the advanced features & services of MSN Internet Software maximize your 
online time. http://click.atdmt.com/AVE/go/onm00200363ave/direct/01/





More information about the Bf1942 mailing list