PDA

View Full Version : Major Problem please help


b4ne
08-31-2004, 07:11 AM
Update:
It seems to be a very bizzare problem.
If I log myself in on the Login Block on the left side, I dont get a: Thank you for loggin in message nor is my Avatar showen and it looks like I'm not logged in since both fields Username and Password is still there after I tryed to log in.
But If I go to the Forum I can see that infact I have been logged in successfuly.

So it seems the Problem has to do with the login block

Any help is deeply aprechiated.

To test : Login with User: Nico Password: richters

Sorry Admin saw this is the right forum please delete other thread in How to Forum.

Heya

I try to explain that as good as I can.

My Domain www.battlefield2.us has always pointed to this subdomain

http://fuzzy.phpwebhosting.com/~b4ne/battlefield2/index.php

I asked the company I have bought the Domain www.battlefield2.us from to ghost/cloake the subdomain in this case: http://fuzzy.phpwebhosting.com/~b4ne/battlefield2/index.php

If you vist www.battlefield2.us you can see that the subdomain is now ghosted as you can only see www.battlefield2.us.

But the Problem is that no one can log in all it does is to confirm that you have been logged in but you are acctually not logged in.

If you visit the direct url : http://fuzzy.phpwebhosting.com/~b4ne/battlefield2/index.php you can login np.

but not if you go to www.battlefield2.us

I have create a test account you can login with user Nico pass: richters

kall
08-31-2004, 08:03 AM
Wow, talk about your cross-posting..seems everywhere I look, I see this thread.

You need to make sure your cookie path is set correctly in your Admin CP.

Our Sponsors
 

b4ne
08-31-2004, 08:11 AM
Wow, talk about your cross-posting..seems everywhere I look, I see this thread.

You need to make sure your cookie path is set correctly in your Admin CP.

where do I have to set it to if alll my stuff is in on the rootfolder under battlefield2 ?

kall
08-31-2004, 08:18 AM
Don't worry about cookies now, I was probably wrong.

In your adminCP, try making the Site Home to www.battlefield2.us .. it looks like you still have the old subdomain as that part.

Our Sponsors
 

b4ne
08-31-2004, 08:20 AM
Arg i changed it and now I cannot log back in my Admincp .... where can i change that back ?

kall
08-31-2004, 08:25 AM
Arg i changed it and now I cannot log back in my Admincp .... where can i change that back ?

Have you tried clearing your browser's cookies?

Or, going in through the subdomain link? http://fuzzy.phpwebhosting.com/~b4ne/battlefield2/admincp ?

b4ne
08-31-2004, 08:27 AM
yes both .... wheer can I change the cookie path back ? in what php file ?

kall
08-31-2004, 08:36 AM
It's not in a php file, it's in your admincp - vbulletin options.

Check the do_not_upload folder in your vb install package. Upload tools.php to your admincp and run it...I think that's the one that resets admin access.

b4ne
08-31-2004, 08:57 AM
you sure this will not feck up my forum ?

Brian
08-31-2004, 12:18 PM
Running that tool will not mess anything in your forums up.
As for the login problem, try editing your adv_portal_welcomeblock template and look for:
<input name="do" type="hidden" value="login" />

Right above that, add:
<input type="hidden" name="forceredirect" value="1" />

b4ne
08-31-2004, 01:24 PM
Running that tool will not mess anything in your forums up.
As for the login problem, try editing your adv_portal_welcomeblock template and look for:
<input name="do" type="hidden" value="login" />

Right above that, add:
<input type="hidden" name="forceredirect" value="1" />


Thanks for helping ... but no change any other idea >?