login failed with firefox?

Discussions about the phpBB2 Forum. How to get the best from this powerful script.

Moderator: Moderators

login failed with firefox?

Postby macnack » Sat Jul 15, 2006 5:04 pm

Hello at all

Some user of my site have login problems with firefox.
They can login with IE.

I test it but I´ve no problems to login/logout or register with firefox.

what´s going on there?
macnack
PR1
PR1
 
Posts: 101
Joined: Tue Jun 20, 2006 7:01 am
Location: Germany

Advertisement

Postby dcz » Sat Jul 15, 2006 5:31 pm

As you can see, the related topic links are relevant ;)

http://boards.phpbb-seo.com/mxbb-portal ... -vt48.html

I am not sure it's the same issue, but give a try following the link who knows ;)

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby macnack » Sat Jul 15, 2006 6:27 pm

If I edit the portal pageheader.php with PHPBB_URL logout will redirect me to http://www.example.de/http://www.forum. ... ogout=true
macnack
PR1
PR1
 
Posts: 101
Joined: Tue Jun 20, 2006 7:01 am
Location: Germany

Postby dcz » Sat Jul 15, 2006 6:31 pm

And ? :D
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby macnack » Sat Jul 15, 2006 6:46 pm

dcz wrote:And ? :D

And it will give me a 404 error :(

Wasn´t it better it redirect me to http://www.forum.domain.de/login.php?logout=true
instead of
http://www.example.de/http://www.forum. ... ogout=true
macnack
PR1
PR1
 
Posts: 101
Joined: Tue Jun 20, 2006 7:01 am
Location: Germany

Postby dcz » Sat Jul 15, 2006 6:56 pm

Which site are you talking about, try to be precise, I am not sure to understand here.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby macnack » Sat Jul 15, 2006 7:14 pm

I talk abouth http://www.detektoreninfo.de with forum in subdomain and this post from you
dcz wrote:open :
Code: Select all
includes/page_header.php



The mxBB one

Find :

Code: Select all
//
// Generate logged in/logged out status
//
if ( $userdata['session_logged_in'] )
{
   $u_login_logout = 'login.'.$phpEx.'?logout=true&sid=' . $userdata['session_id'];
   $l_login_logout = $lang['Logout'] . ' [ ' . $userdata['username'] . ' ]';
}
else
{
   $u_login_logout = 'login.'.$phpEx;
   $l_login_logout = $lang['Login'];
}


This is wher everything is done.

So I think the better fix right now would be to use the phpBB login.php instead, so that the link will be usable in both cases (log in and out) even if your user log-in from the portal will be thus redirected to the forum after they logged in.

So change it to :
Code: Select all
//
// Generate logged in/logged out status
//
if ( $userdata['session_logged_in'] )
{
   $u_login_logout = PHPBB_URL . 'login.'.$phpEx.'?logout=true&sid=' . $userdata['session_id'];
   $l_login_logout = $lang['Logout'] . ' [ ' . $userdata['username'] . ' ]';
}
else
{
   $u_login_logout = PHPBB_URL . 'login.'.$phpEx;
   $l_login_logout = $lang['Login'];
}


Note, you might prefer no to use the first PHPBB_URL if the log out feature is working as is, then it will also work without the PHPBB_URL path ;)

++
macnack
PR1
PR1
 
Posts: 101
Joined: Tue Jun 20, 2006 7:01 am
Location: Germany

Postby dcz » Sat Jul 15, 2006 7:22 pm

Well actually I was giving this code to peter77 to see if this could help, because, it not an issue I ever experienced.

Then, for sure, with phpBB being in a different domain, then, it's less obvious.

Was it working before ?

And before what ?

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby macnack » Sat Jul 15, 2006 8:52 pm

I have no problems with login with IE or Firefox on both logins (domain and subdomain).
But some of the users told me they can´t login with firefox since my site was hacked.
After hacking attack I update phpbb , include mod_rewrite and change subdomain.
macnack
PR1
PR1
 
Posts: 101
Joined: Tue Jun 20, 2006 7:01 am
Location: Germany

Postby dcz » Sat Jul 15, 2006 10:13 pm

never trust but what you can reproduce ;)

It could be so many reason not linked to any coding you cannot imagine, outdated (a lot) browser, browser security settings, cookie problems on unmaintained computers, sessions running out etc ...

I'd only car about user reporting such problems like every time they log in or at least the vast majority of times, and I'd ask them to update their browser just in case.

Because it's as well possible one does it alone, you know.

++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21219
Joined: Fri Apr 28, 2006 9:03 pm


Return to phpBB2 Forum

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 4 guests