I remember reading about SecureP2P months ago, it was from at least one of the Pirate Bay people.
originally, it used metalink. a few wks later, it used a similar format :) happy holidays everyone! http://www.tfr.org/pub/ http://www.tfr.org/pub/make-sp2p #!/usr/local/bin/php <? /* * Ugly test implementation for creating metadata files * for use in the SecureP2P (sp2p) network. * * No lincence, free for all! make-sp2p v0.0.3 Written by Fredrk Neij (tiamo at tfr dot org) <?xml version="1.0" encoding="UTF-8"?> <SecureP2P version="1.0" xmlns="http://securep2p.org"> <files> <file size="12756"> <verification> <hash type="sha1">9f35e92ffbee5aa78c53082873216dfbf651ae24</hash> <hash type="md5">9380787e31c75987e1a676c945ab48ed</hash> <pieces piecesize="131072">9f35e92ffbee5aa78c53082873216dfbf651ae24</pieces> </verification> </file> </files> <bundle type="singlefile"> <FilePath hash="9f35e92ffbee5aa78c53082873216dfbf651ae24">make-sp2p</FilePath> </bundle> </SecureP2P> -- (( Anthony Bryan ... Metalink [ http://www.metalinker.org ] )) Easier, More Reliable, Self Healing Downloads -- You received this message because you are subscribed to the Google Groups "Metalink Discussion" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/metalink-discussion?hl=en.
