Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   2 problems with uploading (http://www.bvlist.com/showthread.php?t=9566)

Dote 12th October 2013 10:18

Quote:

Originally Posted by firefly007 (Post 43001)
No! I mis read it ...

Is the torrent been saved to the torrent table?


PHP Code:


$res 
mysql_query("SELECT id, banned, seeders + leechers AS numpeers, added AS ts FROM torrents WHERE `info_hash` = " .sqlesc($info_hash));//" . hash_where("info_hash", $info_hash));

$torrent mysql_fetch_assoc($res);
if (!
$torrent)
    
err("torrent not registered with this tracker CODE 2"); 


Yes, it saving the torrents on the table.

Quote:

Originally Posted by joeroberts (Post 43002)
remove the trailing slash from
Code:

$TBDEV['baseurl'] = 'http://goldshare.me/';
also did you edit announce.php ?

I removed it now and yes I did edit the announce.php


All times are GMT +2. The time now is 15:58.

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