From 4af87b5068eaf40c13365ad12bab427d3824e131 Mon Sep 17 00:00:00 2001 From: Git Date: Mon, 26 Mar 2012 08:00:18 +0000 Subject: [PATCH] Empty commit --- nohup.out | 18 ++++++++++++++++++ sections/torrents/details.php | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/nohup.out b/nohup.out index 546c6196..8be12123 100644 --- a/nohup.out +++ b/nohup.out @@ -6,3 +6,21 @@ PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.ge in /var/www/vhosts/what/sections/irc/index.php on line 1044 PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=MrBillhelm&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=mistersofty&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=oinky&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=mistersofty&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=mistersofty&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=mistersofty&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=jofwolves&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=jofwolves&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=zdeevfm&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 +PHP Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=ulchm&limit=1&api_key=LASTFM_API_KEY): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden + in /var/www/vhosts/what/sections/irc/index.php on line 1044 diff --git a/sections/torrents/details.php b/sections/torrents/details.php index 642552ad..fe617aef 100644 --- a/sections/torrents/details.php +++ b/sections/torrents/details.php @@ -4,7 +4,7 @@ function compare($X, $Y){ return($Y['score'] - $X['score']); } -define(MAX_PERS_COLLAGES, 3); // How many personal collages should be shown by default +define('MAX_PERS_COLLAGES', 3); // How many personal collages should be shown by default include(SERVER_ROOT.'/sections/bookmarks/functions.php'); // has_bookmarked() include(SERVER_ROOT.'/classes/class_text.php');