Thread: Seedtime
View Single Post
  #1  
Old 16th January 2010, 23:50
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default Seedtime
open userdetails.php

search for

Quote:
<td class=colhead>Last action
and put before
Quote:
</td><td class=colhead align=center>SeedTime</td></tr>\n";
Search for
Quote:
<td align=center>$a[last_action]
and put before
Quote:
</td><td align=center>$seedtime</td></tr>\n";
Search for
Quote:
$cat = "<img src=\"/pic/$a2[image]\" alt=\"$a2[name]\">";
and but before

Quote:
$starttime = $a['st'];
$endtime = $a['lt'];
$seedtime = mkprettytime($endtime - $starttime);
and search

Quote:
snatched.completedat, snatched.last_action,
put after

Quote:
UNIX_TIMESTAMP(snatched.startdat) AS st,UNIX_TIMESTAMP(snatched.last_action) AS lt,
Click the image to open in full size.
Reply With Quote