Quantcast
Channel: PirateBox Forum - PirateBox OpenWrt
Viewing all articles
Browse latest Browse all 3254

Re: Redirection Issue + More

$
0
0
To change the logo ,
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.html
find 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

Viewing all articles
Browse latest Browse all 3254

Trending Articles