| I added this:
if ( ($User['username'] == "" || $User['username'] == $Globals['pp_lang']['unreg']) && $Globals['reqregister'] == "yes" ) {
if ( $dbcat == 523 ) {
diewell( $Globals['pp_lang']['noregview'] ); and this is what I got:
Parse error: syntax error, unexpected $end in /home/getbent/public_html/gallery/showphoto.php on line 1239
|