Well, auth is intended to wrap these pages within a XOOPS website, but thats your choice I guess.
As I undeerstand it, auth allows you to deny access to pages within the folder containing the scripts (website)
so, for example the page or file linked to from http*//blacklogs.com/modules/auth/mark-read.php can be marked as 'deny' to certain user groups. Same goes for other pages you want to protect.
--------------------------
// ? User Access Rights·Rejection or Default File name
// "Username" => "Filename·URL or Rejection Character String"
// If the user is not logged in, the access is controlled by /guest
// then the user will be handled under the /default settings
// The File name will have to start with XOOPS/modules/auth/
// index.html Do not further abbreviate
// index.php Can not be used, so please change it to either
// index.html or default.php
// URL can also be used, so that the URL will be displayed directly
// http:// https:// Do not further abbreviate
// The users listed in the?Rejection String?
// will not have access to the files
$auth_user = array (
"/default" => "index.html" );
//$auth_user = array (
// "user123" => "user.html",
// "user234" => "user.html",
// "userurl" => "http://url.com/user.html",
// "/guest" => "/deny/",
// "/default" => "index.html" );
-------------------------------------
I have not done this yet and if it's not obvious from the modules readme file, I advise you contact noisia or shine. They can probably help with this.
Quick work council