To change the logo ,
1. Upload your newlogo file ( ie. NewLogo.JPG ) to the PirateBox
2. Using Putty, copy the file to www folder :
3. Modify index.html using vi command,
change the name (piratebox-logo-small.png) to your newlogo file's name (ie. NewLogo.JPG),
4. Save the file, and ta..da...the logo has changed already
You could do the same step to change the logo in .READ.ME.htm
In Kareha Board ( Piratebox Board ), you could also change the logo by modifying config.pl in /opt/piratebox/www/board/
1. Upload your newlogo file ( ie. NewLogo.JPG ) to the PirateBox
2. Using Putty, copy the file to www folder :
cp /opt/piratebox/share/Shared/NewLogo.JPG /opt/piratebox/www
3. Modify index.html using vi command,
vi /opt/piratebox/www/index.htmlfind this string :
<div class="box"><img src="/piratebox-logo-small.png"/></div>
change the name (piratebox-logo-small.png) to your newlogo file's name (ie. NewLogo.JPG),
<div class="box"><img src="/NewLogo.JPG"/></div>
4. Save the file, and ta..da...the logo has changed already

You could do the same step to change the logo in .READ.ME.htm
In Kareha Board ( Piratebox Board ), you could also change the logo by modifying config.pl in /opt/piratebox/www/board/
vi /opt/piratebox/www/board/config.pl
