###############
  ..3.5
http://www.3ssom.com/hacks35/
###############



                                     

********************************************************
         

********************************************************
1-   
********************************************************
includes/functions_showthread
********************************************************
      : 
********************************************************

function construct_postbit($post, $maintemplatename = 'postbit', $alternate = '')
{

********************************************************
    :
********************************************************

         global $DB_site;

********************************************************
      : 
********************************************************

$show['buddy'] = false;
	}

********************************************************
    :
********************************************************

        $usertherd = $DB_site->query_first("SELECT COUNT(threadid) AS total FROM thread WHERE postuserid=$post[userid] ");
        $usertherdcoun = $usertherd[total];
        $userpostdcoun = $post[posts] - $usertherdcoun ;


********************************************************
2-  
********************************************************
postbit
********************************************************
 
********************************************************

<tr> 
<td align="right"><span class="smallfont">$vbphrase[posts] :</span></td>
<td align="right"><span class="smallfont">$post[posts]</span></td>
</tr>

********************************************************
  
********************************************************

<tr> 
<td align="right"><span class="smallfont">$vbphrase[threads] :</span></td>
<td align="right">$usertherdcoun</td>
</tr>
<tr> 
<td align="right"><span class="smallfont">$vbphrase[replies] :</span></td>
<td align="right"><span class="smallfont">$userpostdcoun</span></td>
</tr>

********************************************************
                       
********************************************************


###############
  ..3.5
http://www.3ssom.com/hacks35/
###############
