How to redirect NOT LOGGED IN users to join.php

Please HELP

How to redirect not logged In users to join.php 

Thsnks

Quote · 8 Sep 2015

 Hi Kombochat

Just a thought, would you want people to see what's going on in your site to give people a reason to join.

 

GEWJ

Please HELP

How to redirect not logged In users to join.php 

Thsnks

 

Quote · 8 Sep 2015

Just found this from another post by

 

hey guys...  to stop from viewing other pages.. this is how to do it.

Example, go to browse.php.  After all "require_once" part, just add this...

check_logged();
function goPage() {
if(!isMember())
header("Location: splash.php");
}

goPage();

 

Change the orange text to the file you want to redirect.  :)

Quote · 8 Sep 2015

i tried it didnt work,but thanks alot for trying.

Quote · 8 Sep 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.