Require user to be logged in to view profiles Require user to be logged in to view profiles
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Require user to be logged in to view profiles

Started by AfroJoJo, December 23, 2006, 12:36:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AfroJoJo

When someone goes to http://www.domain.com/gallery/profile.php?uid=(VALID USER NUMBER HERE), it shows the users profile if they are logged in or not. Is there a way to redirect to the login page if someone goes to that URL and is not logged in?

Joachim Müller

Edit profile.php, find include("include/smilies.inc.php");and add into a new line after itif (!USER_ID) {
    cpg_die(ERROR, $lang_errors['access_denied'], __FILE__, __LINE__);
}