thornyone
02-23-2005, 03:26 AM
whats this mean bad bencoded data
Carrie
02-23-2005, 08:08 AM
From all I can find, it seems that what you have is corrupt.
Bencoded:bencode()" expects to be passed a single value, which is either a scalar, a arrary ref, or a hash ref, and it returns a scalar containing
the bencoded representation of the data structure it was passed. If the
value passed was a scalar, it returns either a bencoded string, or a
bencoded integer (floating points are not implemented, and would be
returned as a string rather than a integer). If the value was a array
ref, it returns a bencoded list, with all the values of that array also
bencoded recursivly. If the value was a hash ref, it returns a bencoded
dictionary (which for all intents and purposes can be thought of as a
synonym for hash) containing the recursivly bencoded key and value pairs
of the hash.
So, if there is a bad bencode, it would most likely mean its corrupt?
thornyone
02-23-2005, 11:27 AM
ok i found a good one any way
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.