Thread: cleanup issue
View Single Post
  #1  
Old 19th January 2019, 02:57
Tedmorris Tedmorris is offline
Senior Member
 
Join Date: Sep 2017
Posts: 62
Default 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?

Last edited by Tedmorris; 19th January 2019 at 05:00.
Reply With Quote