Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   [FIX] bug with utorrent 3.+ (http://www.bvlist.com/showthread.php?t=7915)

joeroberts 11th May 2012 17:48

[FIX] bug with utorrent 3.+
 
I found a bug when trying to use utorrent 3.+ to make your torrrents and here is the fix

Open upload/taketorrent.php
find
Code:

$torrent = Bdecode($pagetorrent);
and add before it
Code:

$pagetorrent=preg_replace('/file-mediali(.*?)ee(.*?):/i','file-mediali0ee$2:',$pagetorrent);
$pagetorrent=preg_replace('/file-durationli(.*?)ee(.*?):/i','file-durationli0ee$2:',$pagetorrent);



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

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