How Change Redirect After Login / Logout »  Show posts from    to     

Icy Phoenix


Old Support Topics - How Change Redirect After Login / Logout



Dil [ Mon 28 Dec, 2009 19:37 ]
Post subject: How Change Redirect After Login / Logout
  • Version, Lastest
  • the web site : HERE
  • test user acount: user test, pass test


Well, I want to redirect the login and logout to the pafiledb (/dload.php), but i don't know how to do.

I searched for other topics, but no one contains the same request, did anybody have some idea how to..?


Mighty Gorgon [ Tue 29 Dec, 2009 12:17 ]
Post subject: Re: How Change Redirect After Login / Logout
Open login_ip.php and change this var:

Code: [Hide] [Select]
$redirect_url = (!empty($redirect) ? urldecode(str_replace(array('&', '?', PHP_EXT . '&'), array('&', '&', PHP_EXT . '?'), $redirect)) : '');


To:
Code: [Hide] [Select]
$redirect_url = 'dload.' . PHP_EXT;


Dil [ Wed 30 Dec, 2009 07:08 ]
Post subject: Re: How Change Redirect After Login / Logout
Thank you! :shock:

I hope this post help another guest / users




Powered by Icy Phoenix