2
look in xoops_version.php for this module and see if it has this:
// Admin things
$modversion['hasAdmin'] = 1;
$modversion['adminindex'] = "admin/index.php";
$modversion['adminmenu'] = "admin/menu.php";
if $modversion['hasAdmin'] == 1 then this module should have a backend to it, if not contact the developer and ask them.