Artist
Song
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND tabs.song = songs.id AND songs.artist = artists.id' at line 3
SELECT tabs.type, tabs.tab, songs.name AS song, artists.name as artist FROM tabs, songs, artists WHERE tabs.id = AND tabs.song = songs.id AND songs.artist = artists.id

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/tabrock/public_html/resources/lib/ClassDb.php on line 86

Warning: Invalid argument supplied for foreach() in /home/tabrock/public_html/resources/lib/ClassesUser.php on line 202
Print Tab from TabRocket.com

Tab ()

Tab removed, copyright problems

We have been contacted by lawers working for NMPA and MPA, demanding us to remove all copyrighted tablatures.

We feel very sorry for this because we feel that these tablatures should be copyright free, but we don't make up the law :-(

I am working on finding a solution so we can go live with the tabs again. Hopefully we can find a solution together with NMPA and MPA for licensing tabs for publication. But until then I can't publish any tablatures here

If anyone have comments or ideas on how to solve this, feel free to contact me at mattias@tabrocket.com.

As always you should support the artists, and one way to do that is to buy sheetmusic. Recommended shop with great prices:


  • Panic at the Disco
  • Metallica
  • Table './tabrock_main/tabs' is marked as crashed and should be repaired
    SELECT artists.name AS artist, songs.name AS song, tabs.type, artists.file AS artistFile, songs.file AS songFile FROM tabs INNER JOIN songs ON tabs.song = songs.id INNER JOIN artists ON songs.artist = artists.id ORDER BY tabs.views DESC LIMIT 0, 28

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/tabrock/public_html/resources/lib/ClassDb.php on line 86