Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   YSE PRE 7 Cleanup fix by kp380lv (http://www.bvlist.com/showthread.php?t=1092)

kp380lv 4th October 2008 11:59

YSE PRE 7 Cleanup fix by kp380lv
 
I saw bug with torrents! When seed it and stop seeding - tracker shows that torrent his seeding and bonuses is counting even you re not seeding torrent file!

Open cleanup.php -> Go to line 101

Replace this:

Code:

sql_query("DELETE FROM peers WHERE last_action < FROM_UNIXTIME($deadtime)");
With this:

Code:

sql_query("DELETE FROM peers WHERE last_action < FROM_UNIXTIME($deadtime)") or sqlerr(__FILE__,__LINE__);
Thats all!!:)

Kotafi 5th October 2008 10:33

how's that fixing anything? LOL
Not that i have noticed even there's a bug...

Kr1sKa 5th October 2008 13:34

Quote:

Originally Posted by Hatchet (Post 4719)
how's that fixing anything? LOL
Not that i have noticed even there's a bug...

He only changed that, if there is an error it will show...

kp380lv 5th October 2008 14:47

Bonuses counting even that your utorrent is off!!!! And statistics shows you seed torrent but your uttorrent is off<- This fix stop counting bonuses when your utorrent is shutdown and stop showing that you seeding torrent!

Soft 15th November 2008 22:37

Please help us :sos:! We need a working cleanup.php becouse ours it has many probleme and we can't fix. Nothing works like it should!
We manage to fix some problems whith PW auto promotion and other problems but many still do not work!
Ex. Seeders still appear in the main page although they are not seeding, leechers same as seeders..., deleting inactiv accounts does not work, and many other problem.
We tried to apply the solutions found on the forum but none has succeded. Please who wants to help us, post a cleanup.php functional

Thanks!


All times are GMT +2. The time now is 03:44.

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