

millougriega wrote:Can I install it in a subsilver2 forum?




I have a hosted version of 123FlashChat on my phpBB board, integrated using the URL authorization.
I have many 1000's registered users on the board but only a few usergroups which I want to give access. Is it possible to base access on a phpBB usergroup level?
If not - can the speakers option be used or what does that do, when integrated with phpBB?
if (!empty($row['user_password']))
{
if (($password ==$row['user_password']) || phpbb_check_hash($password ,$row['user_password']))
{
if ($row['user_type'] == 3)
{
echo FC_LOGIN_SUCCESS_ADMIN;
}
else
{
echo FC_LOGIN_SUCCESS;
}
}
else
{
echo FC_LOGIN_ERROR_PASSWD;
}
}
else
{
echo FC_LOGIN_ERROR_NOUSERID;
}
}
else
{
echo FC_LOGIN_ERROR;
}

Return to phpBB3 Customizations
Users browsing this forum: Majestic-12 [Bot] and 15 guests