View Single Post
  #48  
Old 30th October 2008, 12:22
Bigjoos's Avatar
Bigjoos Bigjoos is offline
U-232 Dev
 
Join Date: May 2008
United Kingdom
Posts: 244
Talking
Quote:
Originally Posted by peoncoder View Post
I was looking for a source code that has seeding time integrated into the code.

This one seems to have that.

But something is missing in userdetails.php.

When doing select mysql query for the "snatched stuff" row, there is this in that query for the seeding time:
"UNIX_TIMESTAMP(sn.seedtime) AS s_t, sn.seedtime,..."

But the data is never used anywhere in the page.

I suggest you look closer peoncoder - you'll find seedtime and leechtime are both dispalyed on the staff snatchlist. And for sub-dir support well thats a user preference to install to sub-dir - the code is commented out on bittorrent.php and im leaving that to the user to decide - personally i would never install to sub-dir .. - I may do the edits for final version so its compatible on both but its not a priority i'll apply that to final release.

Last edited by Bigjoos; 31st October 2008 at 03:55. Reason: update
Reply With Quote