Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   cleanup issue (http://www.bvlist.com/showthread.php?t=11906)

Tedmorris 19th January 2019 02:57

cleanup issue
 
When I run docleanup.php I get the following

26022132602249260225226022532602254260225526022562 60225726022722602273260227426022752602281Done

Sometimes the number is not as long and when I visit the tracker often it may lag loading the page and when it does I always see the similar thing printed just below the footer on the page however it's just the long number without the word "Done" on the end.

docleanup.php
PHP Code:

<?php
require_once("include/bittorrent.php");

dbconn();

docleanup();

print(
"Done");
?>

Anyone know what this is?

darkalchemy 19th January 2019 12:39

I am only guessing here, because I am not familiar with TBDev except that it is the basis for U-232 and in turn Pu-239.

U-232 db schema for cleanup includes a column 'clean_cron_key', a 32 character string. I would assume that when you run cleanup from the cli, it outputs that string for each cleanup item that runs.

Hope this helps.

Tedmorris 21st January 2019 10:15

Thx Dark, I'll check it out.


All times are GMT +2. The time now is 22:01.

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