Open "sys-controller.php"
Located here: public_html/musicstore/control/system/core/
Go to Line: 37
Change 6 to 999999
Before:
define('LIC_RESTR_COL', 6);
After:
define('LIC_RESTR_COL', 999999);
Go to Line: 38
Change 100 to 999999999
Before:
define('LIC_RESTR_TRKS', 100);
After:
define('LIC_RESTR_TRKS', 999999999);
Go to Line 101
Change locked to unlocked
Before:
return (defined('LIC_DEV') ? 'unlocked' : 'locked');
After:
return (defined('LIC_DEV') ? 'unlocked' : 'unlocked');
================================
Now you will be able to add more Tracks and Collections.
Also, you will be able to change the FOOTER information.