Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   X-Fusion Tracker (http://www.bvlist.com/showthread.php?t=116)

Fynnon 1st February 2008 15:58

Re: Torrent Strike*X-Edition v1.1
 
OK!
On the one.com page there is a WEBMAIL button
If you have a site hosted there then you have an e-mail adress there or if you don`t have you can setup one
Go into your hosting account and look for the emial settings and setup an email for you
admin@yoursite.com

That email you setup there is the email you must use when you install the tracker

MaexM 1st February 2008 16:57

Re: Torrent Strike*X-Edition v1.1
 
Ok thank you for helping me. :)

18cent 5th February 2008 19:59

Re: Torrent Strike*X-Edition v1.1
 
You get this error in free space, and I get this error when my tracker is in free space (funpic.de)

18cent 6th February 2008 14:04

Re: Torrent Strike*X-Edition v1.1
 
Code:

tracker sending invalid dates
I get this error in my client (Utorrent 1.7.7)

:wallbash: :wallbash: :cry: :scared:

Fynnon 7th February 2008 11:13

Re: Torrent Strike*X-Edition v1.1
 
I understant there is some limit of seeded torrents or smth like this...

Neptune 19th February 2008 21:30

Re: Torrent Strike*X-Edition v1.1
 
New version http://files.filefront.com/TorrentSt.../fileinfo.html

feedback at http://sourceclub.info/e107_plugins/...opic.php?148.0

;)

blur13th 28th February 2008 17:32

re: X-Fusion Tracker
 
where can i control wait time and invites?

Neptune 1st March 2008 01:55

re: X-Fusion Tracker
 
Wait time in announce.php, bittorrent.php and details.php!
Invites in include/cleanup.php

strutz 2nd March 2008 09:57

re: X-Fusion Tracker
 
Download You need to wait 48 hour(s) to download this file


where do i remove this

Kotafi 2nd March 2008 10:07

re: X-Fusion Tracker
 
bittorrent.php around line 853

Code:

        if ($CURUSER["class"] < UC_VIP)
  {
          $gigs = $CURUSER["uploaded"] / (1024*1024*1024);
          $ratio = (($CURUSER["downloaded"] > 0) ? ($CURUSER["uploaded"] / $CURUSER["downloaded"]) : 0);
          if ($ratio < 0.5 || $gigs < 5) $wait = 0;
          elseif ($ratio < 0.65 || $gigs < 6.5) $wait = 0;
          elseif ($ratio < 0.8 || $gigs < 8) $wait = 0;
          elseif ($ratio < 0.95 || $gigs < 9.5) $wait = 0;
          else $wait = 0;
  }



All times are GMT +2. The time now is 14:18.

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