(GPLv2) or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA02110-1301, USA. ********************************************************************************/ if (stristr(htmlentities($_SERVER['PHP_SELF']), "block_mypage.php")) { die("
Error: This file cannot be opened directly!
"); } global $dblink; $myrank = myRank(); $result = $dblink->get_list("SELECT id,title FROM memht_mypage WHERE public=1 AND enabled=1 AND rank<=$myrank ORDER BY title"); foreach ($result as $row) { $mid = intval($row['id']); $mtitle = outCode($row['title']); echo "
$mtitle
\n"; } ?>