array( 'QUERY_STRING' ) ) ); if($Config_allowShortLinks && $QUERY_STRING) { $username = urldecode($username); $result = $DB_albinator->query( "SELECT uid FROM $tbl_userinfo WHERE username = '".addslashes(addslashes(stripslashes_complete($QUERY_STRING)))."'" ); list($found_user) = $DB_albinator->fetch_array( $result ); $DB_albinator->free_result( $result ); if($found_user) { if($Config_allowShortLinks == '1') Header("Location: $Config_mainurl/showlist.php?uuid=$found_user&dowhat=user"); else Header("Location: $Config_mainurl/showprofile.php?uuid=$found_user"); exit; } } if(!empty_spaces($Config_homePageLink)) Header("Location: $Config_homePageLink"); $ucook = new UserCookie(); $design = new WebTemplate(); $design->pagetitle .= " $Config_templateTitleSeparator $_Lang_Keywords[8]"; $UserStats = makeUserStats(); ob_start(); include('photo/photo-rand.php'); $random_photo = ob_get_contents(); ob_end_clean(); if($Config_showUserStats) { makeSystemUserStats(); } $dirpath = "photo/"; $design->getTemplate( 'graphicartists' ); $design->evalOutput(); ?>