View Single Post
  #20  
Old 06-27-2001, 11:43 AM
Deacon Frost
Guest
 
Posts: n/a
Default

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.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01358 seconds
  • Memory Usage 1,862KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete