This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.

Paul's Time Sink

| Main | Albums |

Update on phpBB and PostNuke permissions

Paul Westbrook | 21 January, 2006 23:26

I just found out today that the page, linked from this post, that described how to make phpBB respect PostNuke permissions is not up.  Here are the instructions that I used, as I remember them.

Update the following files:

faq.php, index.php, memberlist.php, search.php, viewforum.php, viewonline.php and viewtopic.php

and add the following chunk of code to the beginning:

// Begin PNphpBB2 Module
if (!defined("LOADED_AS_MODULE")) {
         die ("You can't access this file directly...");
}
// Security check
if (!pnSecAuthAction(0, 'PNphpBB2::', '::', ACCESS_READ)) {
   include 'header.php';
  echo '<div align="center"><center><table border="0" width="400" height="100%">
<tr><td height="300" width="100%" valign="middle">&nbsp;&nbsp;&nbsp;&nbsp; In or
der to protect the privacy of the home owers, you must login in order to access
the forums.</td></tr></table></center></div>';
   include 'footer.php';
   return;
}
 

Technorati Tags: , ,

iPod Video Guide

Paul Westbrook | 21 January, 2006 22:40

This page is a great guide about getting and playing video on the iPod.

Technorati Tags:

Powered by LifeType
Design by Book of Styles