Have you backed up YOUR database and site today?
0 Members and 2 Guests are viewing this topic.
?action=mlist;sort=posts;start=0
I would like to create a block listing say the top 10 posters. How would i do this?.
$numberofposters = 10; // You can change this to however many you wantrequire_once "SSI.php";$top_posters = ssi_topPoster($numberofposters, "return");foreach ($top_posters as $key => $value){ echo $top_posters[$key]['link'] , ' (', $top_posters[$key]['posts'] , ')<br />';}
This isn't mine code at all.Put this code in a phpbox : $numberofposters = 10; // You can change this to however many you wantrequire_once "SSI.php";$top_posters = ssi_topPoster($numberofposters, "return");foreach ($top_posters as $key => $value){ echo $top_posters[$key]['link'] , ' (', $top_posters[$key]['posts'] , ')[br /]';}
$numberofposters = 10; // You can change this to however many you wantrequire_once "SSI.php";$top_posters = ssi_topPoster($numberofposters, "return");foreach ($top_posters as $key => $value){ echo $top_posters[$key]['link'] , ' (', $top_posters[$key]['posts'] , ')[br /]';}