pmBox

Couple of questions...I grabbed this Mod from this guy, went through the install, and came up against clicking Administration >> pmBox >> Access Denied

Everything seems to be working properly. I can send messages and such. The problem arrises when I try to access the Admin page for the module.

Also, how do I switch it over so that PN uses the pmBox for the messanger and not the built in messenger?
Havn't got a solution to you first question, best to ask in his forums or he will come by here sooner or later.

For the second question I put redirects in the default mesages module folder. Example:

Deactivate and remove the default mesages module e and empty everything from the folder.

Make a index.php in that folder and put this in it:

Code

<?
pnredirect("modules.php?op=modload&name=pmBOX&file=index");
return true;
?>


Make another file, replypmsg.php in the same folder and put this in it:

Code

<?
$uname = pnVarCleanfromInput('uname');
pnRedirect("modules.php?op=modload&name=pmBOX&file=replypmsg&send=1&uname=$uname");
exit;
?>


Been working for me for a long time now, hope it works for you.

Denis
Hello,
For your "Access denied" problem, apply the solution given in my message in that thread http://forums.postnu…e=viewtopic&t=42645 it was given for EnvoAvatar but will also work for any "old style module" includiong pmBOX.

--
Visit my live reef aquarium.

My Amazon wish list.
Thanks, m8. Will give it a whirl later and see how it goes! :)