Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Addons and Modifications > Mys v1.1.x Mods

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-23-2011, 05:06 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 33,051
fadillzzz is an unknown quantity at this point
Default Redirect to Previous Page after Login/Logout

This is just a simple modification to rediret a user to the previous page they were viewing after login/logout.

NOTE:Please make a backup of your files before installing this mod!

Let's start with login.php

1.Open your login.php and go to line 144 and add this code
PHP Code:
header("Location: ".$_SERVER['HTTP_REFERER']); 
What we just did will redirect the users to the previous page immediately. So, the users won't see the login message that they usually see. If you still wanted to show them that message, add a timer.

If you want to add a timer, instead of using the above code use this instead
PHP Code:
header("Refresh: 2; URL=".$_SERVER['HTTP_REFERER']); 
Change the number 2 to how many seconds you want before the page redirect the users to the previous page

Move on to logout.php
2. Now to redirect the logout process. Open your logout.php, on line 80 put this code (same as above)
PHP Code:
header("Location: ".$_SERVER['HTTP_REFERER']); 
Again, if you want to add a timer so that the users still see the usual message use this code and change the number 2 to the number of how many seconds you want the users to wait before they get redirected
PHP Code:
header("Refresh: 2; URL=".$_SERVER['HTTP_REFERER']); 
Congrats! Now you'll save your users from their laziness of clicking! (well, not really actually)

You're not limited to this, for example if you wanted to redirect the users to the index page after logging out you can use this code
PHP Code:
header("Location: http://".$domain.$scriptpath); 
and if you want to add a timer use this
PHP Code:
header("Refresh: 2; URL=http://".$domain.$scriptpath); 

Last edited by fadillzzz; 01-25-2011 at 07:28 AM.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mys v1.3.4 Seamless Login/Logout Redirect to Index Kyttias Mys v1.3.x Mods 13 06-03-2020 10:13 AM
Redirect after login Empress_Swanbottom Questions and Supports 10 06-03-2020 10:12 AM
Login/Logout Error tahbikat Questions and Supports 15 02-15-2014 10:26 AM
New Users auto redirect to page mapleblade Mys v1.2.x Mods 6 02-09-2012 09:47 AM
Login page..? Tequila Questions and Supports 3 05-18-2011 04:39 PM


All times are GMT -5. The time now is 10:13 AM.

Currently Active Users: 9453 (0 members and 9453 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636