Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Change Infohash encode to normal sha1?? (http://www.bvlist.com/showthread.php?t=7013)

olziz 18th September 2011 07:21

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!:sos:

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


http://img197.imageshack.us/img197/3070/problemuxb.jpg
first list is the encode hexstring


All times are GMT +2. The time now is 01:52.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.