diff --git a/standalone/rarbg/rarbg.php b/standalone/rarbg/rarbg.php index ed3647a..e52f924 100644 --- a/standalone/rarbg/rarbg.php +++ b/standalone/rarbg/rarbg.php @@ -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'] = ''. - '
'.$sImdb. + '
'.$sImdb.''. '
Size: '.$sSize. '
S/L: '.$iSeeder.'/'.$iLeecher.''. '
Movie search';