Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   Torrent Dead when uploading (http://www.bvlist.com/showthread.php?t=1972)

xionz 10th February 2009 00:07

Torrent Dead when uploading
 
I have uploaded a torrent early on my page and it was ok . Now i tryed to upload another and it's dead . And i am seeding .

And another thing how to skip time before download ?

wMan 10th February 2009 15:00

bad upload delete it and try again :nosepick:

xionz 11th February 2009 00:01

I did . Now it's ok thank you ...

Now the problem is that nobody who want's to upload is not connectable .
I've forwarded the port . I am connectable and so are my friends . Why we can't download ?

wMan 11th February 2009 01:01

in announce,bittorrent,details,or even download.php look for this

PHP 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 48;
      elseif (
$ratio 0.65 || $gigs 6.5$wait 24;
      elseif (
$ratio 0.8 || $gigs 8$wait 12;
      elseif (
$ratio 0.95 || $gigs 9.5$wait 6;
      else 
$wait 0;
  } 

change to

PHP 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;
  } 


xionz 11th February 2009 07:39

That i did ,

Nothing changed .


The thing is when i installed it it worked and now it's not working anymore.And i didn't do nothing .

wMan 12th February 2009 12:55

something to do with unesc in the code i think :coffee:

Hardstylerz 18th February 2009 23:35

Delete and Download!
 
How i have understood it you have a problem to "download" the torrent file..
As above, delete the waittime in:

bittorrent.php (Sure)
announce.php (Sure)
details.php (Not sure)
download.php (Not sure)

and it will work!


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

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