diff --git a/table.php b/table.php index 1b9dc83..89864d2 100644 --- a/table.php +++ b/table.php @@ -1,3 +1,6 @@ +
Info Hash | @@ -18,16 +21,16 @@= $t->infohash; ?> | -name; ?> | -link; ?> | -size_bytes); ?> | -seeders ?> | -leechers ?> | -scraped_date ?> | -dht_peers; ?> | -dht_scraped; ?> | -type; ?> | -scraped_date ); ?> | += echo $t->name; ?> | += echo $t->link; ?> | += echo formatBytes($t->size_bytes); ?> | += echo $t->seeders ?> | += echo $t->leechers ?> | += echo $t->scraped_date ?> | += echo $t->dht_peers; ?> | += echo $t->dht_scraped; ?> | += echo $t->type; ?> | += echo secondsToTime(time() - $t->scraped_date ); ?> |
---|