Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=87)
-   -   Pie Chart (http://www.bvlist.com/showthread.php?t=5884)

\n");


add after

Code:

print("
\n");


or wherever you want to show. i have youtube added so mine is place below youtube

extract rar and place in backened
place stats.php into root
daffy 6th January 2011 02:24

Pie Chart
 
2 Attachment(s)
Credits to r63 from TBDev

requirements: GD Graphics Library installed


torrent-details.php & find

Code:

print ("" . LEECH . ": " . $row["leechers"] . "
");



after add
Code:

if ($row["leechers"]+$row["seeders"] == 0) {
Code:

  $statistics = "Not available!";
  }
  else {
  $statistics = "";
  }

find

Code:

print("
" . VIEWS . ":" . $row["views"] . "
Statistics:$statistics


All times are GMT +2. The time now is 13:04.

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