remove test file
This commit is contained in:
@@ -6,8 +6,8 @@ class Settings
|
||||
const TEXT_ENC = 'UTF-8';
|
||||
}
|
||||
|
||||
require_once '../class_management.php';
|
||||
require_once '../inc/rss.php';
|
||||
require_once '../../class_management.php';
|
||||
require_once '../../inc/rss.php';
|
||||
|
||||
function getCurl($sUrl, $bHeader=false, $asPostData=array())
|
||||
{
|
||||
@@ -93,6 +93,7 @@ function parseTop10()
|
||||
break;
|
||||
//Author
|
||||
case '/torrents': // /torrents.php?imdb=tt3647498
|
||||
$sImdbLink = 'http://www.imdb.com/title/'.str_replace('/torrents.php?imdb=', '', $sHref);
|
||||
$sMovieSearchLink = $sHref;
|
||||
break;
|
||||
}
|
||||
@@ -126,7 +127,7 @@ function parseTop10()
|
||||
}
|
||||
}
|
||||
$asArticle['description'] = '<img src="'.$sImg.'" />'.
|
||||
'<br />'.$sImdb.
|
||||
'<br />'.$sImdb.'<a href="'.$sImdbLink.'" target="_blank" style="margin-left:5px;vertical-align:middle"><img src="https://dyncdn.me/static/20/images/imdb_thumb.gif" /></a>'.
|
||||
'<br />Size: '.$sSize.
|
||||
'<br />S/L: <span style="color:green;">'.$iSeeder.'</span>/<span style="color:orange;">'.$iLeecher.'</span>'.
|
||||
'<br /><a href="'.$sDomain.$sMovieSearchLink.'" target="_blank">Movie search</a>';
|
||||
|
||||
Reference in New Issue
Block a user