First, make sure your favicon is called favicon.ico and it should be 16 X 16 pixels.
second, upload your favicon to the images directory of phpbb.
then, go to the Administration Control Panel, Styles, Templates.
Click on edit of Prosilver. go to overall_header.html
Near the top right after the META tags find {META}
after {META} paste in the following:
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
click submit and then you're finished.
The META tags mentioned above is also where you'd want to put your site
description and keywords if you're interested in putting them in. Make sure they
go in between the quotes "". Again, click submit.