Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   Announce problem (http://www.bvlist.com/showthread.php?t=699)

Kotafi 24th July 2008 11:21

Announce problem [FIXED]
 
Hey, that announce / cleanup problem is fixed! =)

those torrents keep disappearing from browse even if i've played with announce / cleanup intervals :sos:

talking about Yuna Scatari v2.0 PRE7 RC2 By BoLaMN

Fynnon 24th July 2008 12:27

Re: Annouce problem
 
I think BoLaMN is on a Holiday, he knows this source the best, him and Yuna but
Yuna hates us so we gotta waituntill BoLaMN finishes his vacation :whistle:

kp380lv 24th July 2008 12:39

Re: Annouce problem
 
Yuna says on his forum:

??????????: ?????? ???, ??????? ? ????, ?????

??????: ????? ????? ? ???? ?????? ??? 7

http://bit-torrent.kiev.ua/

Fynnon 24th July 2008 15:00

Re: Annouce problem
 
Quote:

Originally Posted by kp380lv
Yuna says on his forum:

??????????: ?????? ???, ??????? ? ????, ?????

??????: ????? ????? ? ???? ?????? ??? 7

http://bit-torrent.kiev.ua/


I translated this with google cause we can`t f*cking understand russian :D


Quote:

Requirements: Knowledge of PHP, and Muskulya html, time

Objective: catching bugs in my version of Pre 7

kp380lv 24th July 2008 18:48

Re: Announce problem
 
I live in Latvia and Russia is neighbour country :D Thats why i lil bit understand russian language:D

Kotafi 9th August 2008 18:37

Does anyone have news about this problem cos it sure needs to be fixed?

Kotafi 25th August 2008 19:08

SOLVED bump*

kp380lv 25th August 2008 21:53

Hi;)
 
Can you help me solve this announce problem too! Please:)

Regards!

Kotafi 27th August 2008 16:10

Quote:

Originally Posted by kp380lv (Post 3719)
Can you help me solve this announce problem too! Please:)

Regards!

find this in your cleanup.php

Code:

$deadtime -= $max_dead_torrent_time;
        sql_query("UPDATE torrents SET visible='no' WHERE visible='yes' AND last_action < FROM_UNIXTIME($deadtime)");

and change it to

Code:

$deadtime = $deadtime - $max_dead_torrent_time;
        sql_query("UPDATE torrents SET visible='no' WHERE visible='yes' AND last_action < $deadtime");

I hope it works for you ;)

All credits to goes to djlee for sorting this out. :)

kp380lv 27th August 2008 17:42

Ok thank's Hatchet;) I test it now:)


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

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