Warning: mysql_pconnect() [function.mysql-pconnect]: Unknown MySQL server host 'trx.no-ip.biz' (1) in /home1/ttywebne/public_html/trx/samphpweb/common/db.php on line 43
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home1/ttywebne/public_html/trx/samphpweb/common/db.php on line 44
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home1/ttywebne/public_html/trx/samphpweb/common/db.php on line 58
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home1/ttywebne/public_html/trx/samphpweb/common/db.php on line 59
status=err
SQL error=2005
SQL error string=Unknown MySQL server host 'trx.no-ip.biz' (1)
SQL=SELECT
songlist.ID as ID,
songlist.balance as balance,
songlist.date_played as date_played,
songlist.date_artist_played as date_artist_played,
songlist.date_album_played as date_album_played,
songlist.date_title_played as date_title_played,
songlist.duration as duration,
songlist.artist as artist,
songlist.title as title,
songlist.album as album,
songlist.picture as picture,
songlist.lyrics as lyrics,
songlist.last_requested as last_requested,
historylist.listeners as listeners,
historylist.requestID as requestID,
historylist.date_played as starttime
FROM historylist,songlist
WHERE (historylist.songID = songlist.ID)
AND (songlist.songtype='S')
ORDER BY historylist.date_played
DESC LIMIT 11