Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   InfoHash Error (http://www.bvlist.com/showthread.php?t=1530)

Matroska 7th December 2008 12:35

InfoHash Error
 
1 Attachment(s)
Actually D3SI TBDev Version is the most stable one and with Least bugs .... so i decided to use it for my upcoming tracker and i added Some touches

But i had an infohash bug when i enabled Private tracker Patch

i Know the reason is about magic quotes i guess

but i am not so advanced so i can deal wit it

here are my takeupload.php , announce.php



Appreciate it
Mat

AndyMAT 7th December 2008 21:34

You can try to add this code in announce.php after "require_once("include/benc.php");", if don`t have it in bittorrent.php
PHP Code:

if (get_magic_quotes_gpc()) {
   function 
stripslashes_deep($value)
   {
       
$value is_array($value) ?
                   
array_map('stripslashes_deep'$value) :
                   
stripslashes($value);
       return 
$value;
   }
   
$_POST array_map('stripslashes_deep'$_POST);
   
$_GET array_map('stripslashes_deep'$_GET);
   
$_COOKIE array_map('stripslashes_deep'$_COOKIE);



Matroska 9th December 2008 00:18

now i get torrent not registered with this tracker

Edit :

Fixed it and now its Working Like charm

crztz 19th April 2009 21:11

1 Attachment(s)
Hy

Failure: torrent not registered with this tracker


I too am using a tbdev version. moded to x-zone something.. and got the EXACT same error..

i attached my annouce.php file.. if anyit would be grea.. cause one could give me a hand.. i really lost my mind for 3 days with this one..

Thx

Tracker: Turma Torrent :: Login
ee
username: demo
password: demo123

download it's ok... seeding sucks.. help ?? ::sad:


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

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