I receive only an blank screen, no errors:
http://www.fragpoint.de/lastthreads3.php
Why? Plz help.
I have changed this:
Code:
$tsql = mysql_query("SELECT threadid,title,lastpost,postusername FROM thread WHERE forumid=$forum_id ORDER BY threadid DESC LIMIT $limit");
to this:
Code:
$tsql = mysql_query("SELECT threadid,title,lastpost,postusername FROM vb3_thread WHERE forumid=$forum_id ORDER BY threadid DESC LIMIT $limit");
and i have changed this:
Code:
$psql = mysql_query("SELECT postid FROM post WHERE threadid=$tid ORDER BY postid ASC");
to this:
Code:
$psql = mysql_query("SELECT postid FROM vb3_post WHERE threadid=$tid ORDER BY postid ASC");