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...
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...
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...