Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=87)
-   -   [ttplugin_mod]TorrentFreak.php (http://www.bvlist.com/showthread.php?t=12591)

hax0r 15th September 2022 17:24

[ttplugin_mod]TorrentFreak.php
 
https://images2.imgbox.com/98/90/hzBAwtTP_o.png https://images2.imgbox.com/be/22/4nEtEjjl_o.png https://images2.imgbox.com/55/58/zOo9BiQk_o.png https://images2.imgbox.com/cd/55/mdunsw6D_o.png https://images2.imgbox.com/41/b6/eWXqRKhO_o.png https://images2.imgbox.com/08/6d/oBnUGnsR_o.png https://images2.imgbox.com/24/8e/w9uOhOWN_o.png

CODE::
Code:


  /*
  * TorrentTrader Bittorrent News.
  * http://www.torrenttrader.org
  * By djhowarth.
  */

  set_time_limit(0);

  require_once("backend/functions.php");
  dbconn();
  loggedinonly();

 stdhead("Bittorrent News");
 begin_frame("Bittorrent News");

echo ' ';

 /* $news = array();
  foreach ($feed->channel->item as $item)
  {
      $news[] = array(
        'title'  => htmlspecialchars($item->title),
        'date'  => date("Y-m-d H:i:s", strtotime($item->pubDate)),
        'link'  => htmlspecialchars($item->link),
        'description' => strip_tags($item->description)
      );
  }



  foreach ($news as $array)
  {
      print(" ". $array["title"] . " - Posted: " . $array["date"] . "");
      print($array["description"]."

");
  }
*/
  print("
Powered By SceneKat
");

  end_frame();
  stdfoot();

?>



All times are GMT +2. The time now is 23:29.

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