Hello! Pls help me with error in php?

WantedBoy

New member
I write the script in php:

$info = $bencode->bdecode($scrape);
$torrentseeds = $info['files'][hex2bin($infohash)]['complete'];
$torrentpeers = $info['files'][hex2bin($infohash)]['incomplete'];

but this script return the error: Fatal error: Cannot use string offset as an array
Please help me :(
 
Back
Top