Unincrement user posts hack

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Unincrement user posts hack
steef
CZ Newbie
steef has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Feb 12, 2006
0.00 posts per day
Posts: 9
Points: 434
   
Hi,

I'm having some problems with the Unincrement user posts hack. I've installed it, and it works. When a user post a message in a certain forum, he doesn't get +1 post count. But when the message is deleted he get's a -1 post count. Not quitte fair icon_wink.gif

I tried 2 different hacks, both the same problem. I think the problem is in functions_post.php?


   if ($mode != 'poll_delete')
   {
      $sql = "SELECT forum_count_posts FROM ". FORUMS_TABLE . " WHERE forum_id = " . $forum_id;
      $result = $db->sql_query($sql);
      if( $row = $db->sql_fetchrow($result) )
      {
         if( $row['forum_count_posts'] == 1 )
         {

            $sql = "UPDATE " . USERS_TABLE . "
               SET user_posts = user_posts $sign
               WHERE user_id = $user_id";
            if (!$db->sql_query($sql, END_TRANSACTION))
            {
               message_die(GENERAL_ERROR, 'Error in posting', '', __LINE__, __FILE__, $sql);
            }
         }
      }
   }

[ Register or login to view links on this board. ]


Attached Files
functions_post.rar (7.99 KB, Downloaded: 5231 Time(s))


Back to top Reply with quote
#2   
Telli
Site Admin
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.03 posts per day
Posts: 8089
Points: 494,430
   
You either need to change this: $sign

Or you just comment out that section if you dont want any post counts removed.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum