I don't understand this:
PHP Code:
/ This query needs to be customized on a per site basis
$ac_sql = "SELECT * FROM ". TABLE_PREFIX ."thread where threadid between ".$startat." AND ".$endat." AND (views > 1000 OR replycount > 1000) AND visible = '1' ORDER by views DESC";
the
PHP Code:
"thread where threadid between"
Do I change this, or leave it like that? Hopefully I can get a response, you've replied to me in the past..