View Single Post
  #1  
Old 18th September 2011, 07:21
olziz olziz is offline
Member
 
Join Date: Aug 2011
P2P
Posts: 2
Default Change Infohash encode to normal sha1??
I'm trying to change the way TSSE insert the encode Hexstring to infohash to normal sha1 character but wehn i change to sha1 i think the announce file still check it as the encode hexstring and i think this problem cause the "Tracker sending invalid Data" for the different language

help!

Quote:
this is what am talking about in takeupload.php

$infohash = pack ('H*', sha1 ($info['string'])); < insert encode hexstring

$infohash = sha1($info["string"]); << this is what i want to insert


Click the image to open in full size.
first list is the encode hexstring
Reply With Quote