- Download the source files
- Download the latest logos
- You need a installation of Apache/PHP5/MySQL/gd2
- Change the settings in /classes/bd/DBConfig.class.php and /classes/Config.class.php
- Run the SQL script /install.sql
- Extract all logos to /logos/ and run /filldb.php
- To add new logos, run filldb.php again
- To update users' banners, clear the table lastfm_images_cache
Look at the Layout interface for detail guidelines.
Authentication can be added to prevent unwanted calls to utility scripts.
.htaccess
Create a file with the following content.
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /some/path/.htpasswd
AuthGroupFile /dev/null
<Files filldb.php>
require valid-user
</Files>
.htpasswd
To create the password file use the following command.
htpasswd -c .htpasswd adminuser