Recent content by WantedBoy

  1. W

    Hello! Pls help me with error in php?

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

    Hello! Pls help me with error in php?

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

    Hello! Pls help me with error in php?

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