The only thing on in my .php document is;
<?php
require("http://www.soapedup.f2s.com/bbs/admin/config.php")include_path='.:/usr/local/lib/php;
$db=mysql_connect($servername,$dbusername,$dbpassw ord);
mysql_select_db($dbname);
$myselect = 'SELECT COUNT(*) AS count FROM user';
$result = mysql_fetch_array(mysql_query($myselect));
echo "Registered Members ".$result['count'];
?>
..and nothing more... do I need to edit something? What? I have V Bulletin 1.14..-
|