Pagina 1 din 1

Ban List Mod

Scris: 07-Ian-2012, 22:01:04
de p0w3r
Am si eu o problema cu Ban List Mod ...

Eu ( administrator ) pot vedea userii banati , si ca vizitator sau membru inregistrat nu pot avea acces ...

Logat pe Administrator
Imagine

Logat pe contul de test / vizitator
Imagine


constants_ban_list.php

Cod: Selectaţi tot

<?php
/** 
*
* @package phpBB3
* @version 1.0.9
* @copyright (c) 2009 RMcGirr83
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
*
*/

/**
 * @ignore
 */
if (!defined('IN_PHPBB'))
{
	exit;
}

// define constants..used in multiple files
// so do a if !defined first

// everyone can view..well at least registered users
if (!defined('ALLOW_BAN_LIST_ALL_USERS'))
{
	define('ALLOW_BAN_LIST_ALL_USERS', 0);
}
// only mods and admins can view
if (!defined('ALLOW_BAN_LIST_MODS_ADMINS'))
{
	define('ALLOW_BAN_LIST_MODS_ADMINS', 1);
}
// only admins
if (!defined('ALLOW_BAN_LIST_ADMINS'))
{
	define('ALLOW_BAN_LIST_ADMINS', 2);
}

?>
Ce trebuia sa modific aici ?

Forum : http://forum.forcecs.ro
Cont : 123 pas 123456789

Re: Ban List Mod

Scris: 08-Ian-2012, 18:35:32
de p0w3r
Am rezolvat singur . TC

Re: Ban List Mod

Scris: 09-Ian-2012, 09:48:08
de Sona
De bun simt ar fi sa spui si cum ai rezolvat :)