Main Menu
Quick Links
Other Options
Information
NukeForums
Top10 Links
Site Visitors
Membership:
Latest: qwertz
Today: 2
Yesterday: 0
Overall: 15102
Visitation:
Guests: 389
Members: 0
Total: 389
You are Anonymous user. You can register for free by clicking here
Sponsor Links
NukeResources :: View topic - www.yoursite.com ???
www.yoursite.com ???
Posted: Sun Mar 23, 2003 2:56 pm
DoctorKaos
Resource Newbie
Joined: Jan 11, 2003
Posts: 24
I've installed the Your_Account_600 upgrade in my 6.0, which allows users to choose their own password and login right away.
However, when logging out, the user is redirected to this site:
http://www.yoursite.com
I looked all over the place to find that nasty redirect, but I can't find it.
Does anyone know where it is ?
I just want to sent my logging out users to the good ol' "You are now logged out" page.
Posted: Sun Mar 23, 2003 4:14 pm
chatserv
Site Admin
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico
Try changing the logout function in modules/Your_Account/index.php to
function logout() {
global $prefix, $dbi, $user, $cookie;
cookiedecode($user);
$r_uname = $cookie[1];
setcookie("user");
include("header.php");
OpenTable();
echo "<center><font class=\"option\"><b>"._YOUARELOGGEDOUT."</b></font></center>";
CloseTable();
$result = sql_query("delete from ".$prefix."_session where uname='$r_uname'", $dbi);
include("footer.php");
}
Posted: Sun Mar 23, 2003 6:03 pm
DoctorKaos
Resource Newbie
Joined: Jan 11, 2003
Posts: 24
NukeResources Forum Index -> Random Thoughts
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
All times are GMT - 4 Hours
Page 1 of 1
Powered by phpBB © 2001-2005 phpBB Group. Theme created by Vjacheslav Trushkin . There have been 138 unique hit(s) in the past 24 hours.
:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::