UseBB Community

The official board for UseBB help and discussion

UseBB Community » Help & Support » Whole site member system

Whole site member system

Moderators: Gaia.

Page: 1

Author Post
Member
Registered: Jun 2006
Posts: 25
Location: Australia
How would I go about linking the various options, like logout, login, from 'panel.php' to say another folder?

eg. /forum/panel.php?act=logout

/account/logout.php

then all you would have to do is change the links on the board ;)
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
You could replace the redirect calls with something different. For example:

$functions->raw_redirect($refere_to);


Use a different location to point to.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Jun 2006
Posts: 25
Location: Australia
would i need to start the same session on each page of my site?
Member
Registered: Jun 2006
Posts: 25
Location: Australia
or anything similar to carry on the sessions?

And just wondering can a person modify a username in their cookie to an admin name, and become an admin? Is there protections against this?
« Last edit by prc on Fri Jun 16, 2006 3:31 pm. »
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
prc wrote
would i need to start the same session on each page of my site?

If you want to access UseBB data, yes. Note this is not tested nor supported with UseBB 1 though.

I believe this has been asked before too.

Quote
And just wondering can a person modify a username in their cookie to an admin name, and become an admin? Is there protections against this?

There are only two cookies, a session cookie and an autologin. Changing the session ID doesn't work, and to change the autologin you need the right password key.
_______________
--Dietrich (developer)
UseBB roadmap, dev mailing list & weblog
Member
Registered: Jun 2006
Posts: 25
Location: Australia
Ok thanks. See what I can do regarding the site thing. I think it would be kool if I get it working.

Page: 1

UseBB Community » Help & Support » Whole site member system

UseBB Community is powered by UseBB 1 Forum Software