News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

no list albums and links others for no registred users at index

Started by pearlxjam, February 09, 2005, 03:11:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pearlxjam


Nibbler

Try explaining what you want properly. Moving this to appropriate board.

pearlxjam

i don't like show album list, last files .... only if the users are logged i show my pictures. how i can do that?


pearlxjam

ok but where i can edit?

edit
displayimage.php and index.php and search.php and thumbnails.php
and search for

require('include/init.inc.php');


and add after it

if (USER_ID){
                        ???????????????????????  what is this? all the script?
} else {
{
   $redirect = $redirect . "login.php";
   header("Location: $redirect");

   exit();
        }
}



is only for album list link