(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_online_number.php")) { die("
Error: This file cannot be opened directly!
"); } global $dblink; $row = $dblink->get_row("SELECT SUM(guest) AS g,COUNT(guest) as t FROM memht_online"); $total = intval($row['t']); $guests = intval($row['g']); $users = $total - $guests; echo "
$users "._USERS_."
\n"; echo "
$guests "._VISITORS_."
\n"; echo "
$total "._TOTAL_."
\n"; ?>