mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
7b23e3cbea
commit
4af87b5068
18
nohup.out
18
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
|
||||
|
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user