Hello
Our integration is written for UBBThreads correct but 6.3 is a way old version.
$queryv = ppmysql_query("SELECT C_Users FROM {$Globals['dprefix']}Cache", $db_link);
list( $totalusers ) = mysql_fetch_row($queryv);
6.5.4 I beleive is there current copy. Our software is looking for the table to grab the user total above but that does not exist in your old threads copy
I would suggest you upgrade your forum.
You can try editing your threads.php file and making the changes in bold to the query noted above
Code:
Content visible to verified customers only.