Download Now
Show Your Support
$usertherd = $DB_site->query_first("SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=$post[userid]");
$usertherd = $DB_site->query_first("SELECT COUNT(threadid) AS total FROM thread WHERE postuserid='$post[userid]'");
$userview = $DB_site->query_first("SELECT SUM(views) AS total FROM thread WHERE postuserid='$post[userid]'");