eg. /forum/panel.php?act=logout
/account/logout.php
then all you would have to do is change the links on the board

Moderators: Gaia.
Page: 1
| Author | Post |
|---|---|
|
#1 Thu Jun 15, 2006 8:08 am
|
|
|
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 ![]() |
|
#2 Thu Jun 15, 2006 4:42 pm
|
|
|
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. _______________ |
|
#3 Fri Jun 16, 2006 7:12 am
|
|
|
Member
Registered: Jun 2006
Posts: 25
Location: Australia
|
would i need to start the same session on each page of my site?
|
|
#4 Fri Jun 16, 2006 3:28 pm
|
|
|
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. » |
|
#5 Fri Jun 16, 2006 3:48 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2224
Location: Belgium
|
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.
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. _______________ |
|
#6 Fri Jun 16, 2006 4:16 pm
|
|
|
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 is powered by UseBB 1 Forum Software