At our Community, we also did a Stars-Hack. I just Post it, because I think it's self-explainig
Frist, create a file called "stars.php". Put the following Code in.
PHP Code:
<?php
unset($stars);
if ($post[usergroupid]==38 || $post[usergroupid]==17)
// Adminstars
$starsroot = '<img src="star/star1.gif"><img src="star/star300s.gif"><img src="star/star100s.gif"><img src="star/stars.gif"><img src="star/star140s.gif"><img src="star/star1.gif"><img src="star/star140s.gif"><img src="star/stars.gif"><img src="star/star100s.gif"><img src="star/star300s.gif"><img src="star/star1.gif">';
elseif ($post[usergroupid]==35 || $post[usergroupid]==65)
// Supermodstars
$starsadmin = '<img src="star/star1.gif"><img src="star/star300s.gif"><img src="star/stars.gif"><img src="star/star140s.gif"><img src="star/star1.gif"><img src="star/star140s.gif"><img src="star/stars.gif"><img src="star/star300s.gif"><img src="star/star1.gif">';
else
// Alle anderen User
$stars1 = '<img src="star/stars.gif">';
$stars2 = '<img src="star/stars.gif"><img src="star/stars.gif">';
$stars3 = '<img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif">';
$stars4 = '<img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif">';
$stars5 = '<img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif">';
$stars6 = '<img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif"><img src="star/stars.gif">';
$stars7 = '<img src="star/star1.gif">';
$stars8 = '<img src="star/star1.gif"><img src="star/star1.gif">';
$stars9 = '<img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif">';
$stars10 = '<img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif">';
$stars11 = '<img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif">';
$stars12 = '<img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif"><img src="star/star1.gif">';
$stars13 = '<img src="star/star180s.gif">';
$stars14 = '<img src="star/star180s.gif"><img src="star/star180s.gif">';
$stars15 = '<img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif">';
$stars16 = '<img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif">';
$stars17 = '<img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif">';
$stars18 = '<img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif"><img src="star/star180s.gif">';
$stars19 = '<img src="star/star220s.gif">';
$stars20 = '<img src="star/star220s.gif"><img src="star/star220s.gif">';
$stars21 = '<img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif">';
$stars22 = '<img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif">';
$stars23 = '<img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif">';
$stars24 = '<img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif"><img src="star/star220s.gif">';
$stars25 = '<img src="star/star100s.gif">';
$stars26 = '<img src="star/star100s.gif"><img src="star/star100s.gif">';
$stars27 = '<img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif">';
$stars28 = '<img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif">';
$stars29 = '<img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif">';
$stars30 = '<img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif"><img src="star/star100s.gif">';
if ($post[usergroupid]==38 || $post[usergroupid]==17)
$stars .= $starsroot;
elseif ($post[usergroupid]==65 || $post[usergroupid]==35)
$stars .= $starsadmin;
elseif ($post[posts] > 9999)
$stars .= $stars30;
elseif ($post[posts] > 9499)
$stars .= $stars29;
elseif ($post[posts] > 8999)
$stars .= $stars28;
elseif ($post[posts] > 8699)
$stars .= $stars27;
elseif ($post[posts] > 8399)
$stars .= $stars26;
elseif ($post[posts] > 7999)
$stars .= $stars25;
elseif ($post[posts] > 7499)
$stars .= $stars24;
elseif ($post[posts] > 6999)
$stars .= $stars23;
elseif ($post[posts] > 6499)
$stars .= $stars22;
elseif ($post[posts] > 5999)
$stars .= $stars21;
elseif ($post[posts] > 5499)
$stars .= $stars20;
elseif ($post[posts] > 4999)
$stars .= $stars19;
elseif ($post[posts] > 4599)
$stars .= $stars18;
elseif ($post[posts] > 4199)
$stars .= $stars17;
elseif ($post[posts] > 3799)
$stars .= $stars16;
elseif ($post[posts] > 3499)
$stars .= $stars15;
elseif ($post[posts] > 3199)
$stars .= $stars14;
elseif ($post[posts] > 2899)
$stars .= $stars13;
elseif ($post[posts] > 2599)
$stars .= $stars12;
elseif ($post[posts] > 2199)
$stars .= $stars11;
elseif ($post[posts] > 1999)
$stars .= $stars10;
elseif ($post[posts] > 1749)
$stars .= $stars9;
elseif ($post[posts] > 1499)
$stars .= $stars8;
elseif ($post[posts] > 1199)
$stars .= $stars7;
elseif ($post[posts] > 949)
$stars .= $stars6;
elseif ($post[posts] > 699)
$stars .= $stars5;
elseif ($post[posts] > 549)
$stars .= $stars4;
elseif ($post[posts] > 399)
$stars .= $stars3;
elseif ($post[posts] > 249)
$stars .= $stars2;
elseif ($post[posts] > 24)
$stars .= $stars1;
if (!$stars)
$stars = '<br>';
else
$stars .= '<br><br>';
?>
Then search in showthread.php for
while ($post=$DB_site->fetch_array($posts) and $counter++<$perpage) { an right after that add
include('stars.php');
Then edit the postbit template (include the $stars-variable).
With that hack, you can have different star-colours an differend numbers of stars for every user-group.
In attach you'll find our star-images.