Quote:
"SELECT COUNT(*) FROM flashchatprefix_connections WHERE userid IS NOT NULL";
|
prefix_connections of your flashchat dbprefix
here again:
Quote:
"SELECT userid FROM flashchatprefix_connections WHERE userid IS NOT NULL";
|
if you have also a prefix for your vbulletin board:
Quote:
$DB_site->query("select username from user where userid=".intval($val));
|
from VBPREFIX_user ...