Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=117)
-   -   Rss Torrentfreak (http://www.bvlist.com/showthread.php?t=5591)

lafouine022 6th November 2010 01:58

Rss Torrentfreak
 
PHP Code:

<?php
/*İİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİ
İ       Rss Torrentfreak by Fouini    İ             
İİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİİ*/
require_once('global.php');
gzip();
dbconn(true);
loggedinorreturn(true);
maxsysop();
is_mod();
define ('UL_VERSION''1.1 by xam');
stdhead ();

$htmlout='';



$use_limit true;
$limit 15;
$xml file_get_contents('http://feed.torrentfreak.com/Torrentfreak/');

preg_match_all('/\<(title|pubDate|dc:creator|link|description)\>(.+?)\<\/\\1\>/i',$xml,$out,PREG_PATTERN_ORDER);

$feeds $out[2];
$c count($feeds);

$html begin_table (true);
for(
$i=5;$i<$c;$i+=5) {
  
$html .= '<h3><u>'.$feeds[$i].'</u></h3><font class="small">by '.$feeds[$i+3].' on '.$feeds[$i+2].'</font><br/><p>'.str_replace(array('<![CDATA[',']]>'),'',$feeds[$i+4]).'</p><br/><a href="'.$feeds[$i+1].'" target="_blank"><font class="small">Read more</font></a>';
  if(
$use_limit && $i >= ($limit*5))
  break;
}


echo 
$html ;
end_table ();
stdfoot();
?>


mmisu120000 6th November 2010 09:36

Works fine, good job, mate!

Marco 7th November 2010 18:56

i installed this mod but i don't know what it is actually....on my site is appear only some news... :)

so please tell me for what is good for .

Thx

Marco

daffy 7th November 2010 19:11

that is exactly what it is, it is simply a news feed from torrentfreak

http://torrentfreak.com


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

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