Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares > Mods & Themes
Reply
Thread Tools
  #1  
Old 6th November 2010, 01:58
lafouine022 lafouine022 is offline
Senior Member
 
Join Date: Feb 2010
P2P
Posts: 120
Default 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();
?>
Reply With Quote
The Following 2 Users Say Thank You to lafouine022 For This Useful Post:
Marco (8th November 2010), mmisu120000 (6th November 2010)
  #2  
Old 6th November 2010, 09:36
mmisu120000's Avatar
mmisu120000 mmisu120000 is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 202
Default
Works fine, good job, mate!
__________________
"How terrible is wisdom when it holds no benefit for the wise?" - Louis Cypher
WDW Tracker - Using heavy modified TSSE
Reply With Quote
  #3  
Old 7th November 2010, 18:56
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
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
Reply With Quote
  #4  
Old 7th November 2010, 19:11
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
that is exactly what it is, it is simply a news feed from torrentfreak

http://torrentfreak.com
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
Reply

Tags
rss , torrentfreak


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 03:43. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.