snyx,
Thanks man for posting the hack, stupid vbulletin devs deleted it, they suck, they keep baning and I keep reg, lol, so funny, why dont they just leave me alone, I aint doing anything wrong.
Damn they are pain in the ass,
anyhow, you can do anythign with the hack, all you have to do is change the values in anyone of them.
PHP Code:
// Top 5 Thread Replys
$pop = $DB_site->query('SELECT title,threadid,lastpost,lastposter,views FROM thread ORDER BY lastpost DESC LIMIT 5');
while ($poptop = mysql_fetch_array($pop)):
++$poptopnbsp;
$popthread .= "<a href=showthread.php?s=$session[sessionhash]&threadid=$poptop[threadid]>$poptop[title]</a><br>";
$poplastposter .= "$poptop[lastposter]<br>";
$popviews .= "$poptop[views]<br>";
endwhile;
// Top 5 Thread Replys