Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Karma Hack v 2.0 Details »»
Karma Hack v 2.0
Version: 1.00, by certify certify is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-01-2002 Last Update: Never Installs: 73
 
No support by the author.

After weeks of testing we finally decides to release karma v2.

Hope you like it.

Features

1. Admin

- Set points for each
~ newthread
~ reply
~ points for thread owner if thread's view exceeded certain number.
~ extra points to user from admin/mod
~ extra points for thread owner if the thread's reply more than certain number.
~ search members by karma points.
~ create redeem items for members to redeem when they reach have enough karma points.

- Admin/Moderator can also add/delete points to user who posts useful thread or nonsense.

- Admin can set auto ban feature to on or off. If this feature is set to on, users' karma points that
exceed the negative point admin set to, will be banned from posting or replying threads.

2. User

- User can comment on other people's post and if they agree that post, the user will get karma points
for that. If user disagree with what they post, their karma points will be deducted.
- User can earn karma points when they post new thread, replies, many people view their thread, many
people reply their thread.
- User can also earn karma points from administrator or moderator if they post useful thread.
- Their points wil be deducted if they post nonsense.
- User can view the highest karma points members to lowest points.
- User can redeem items when they have enough karma points.


For support please go to
http://www.certifyexpress.com/forum/...s=&forumid=368

Karma v2 Download
To download goto http://www.certifydev.com/free.php

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 08-25-2002, 11:05 PM
Larry@IOG Larry@IOG is offline
 
Join Date: May 2002
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I have it installed but how do I access it?
and get it on my boards I ran the install and delted it already

Thanks

Larry
Reply With Quote
  #23  
Old 08-25-2002, 11:29 PM
Larry@IOG Larry@IOG is offline
 
Join Date: May 2002
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also there is nothing in my Admincp about karma???

Is there suppose to be?

Larry
Reply With Quote
  #24  
Old 08-26-2002, 09:21 PM
Dark Shogun Dark Shogun is offline
 
Join Date: Aug 2002
Location: The Underworld
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everyone that needs help needs to go to his forum and post your problem.

Dark Shogun
Reply With Quote
  #25  
Old 08-29-2002, 09:15 AM
certify's Avatar
certify certify is offline
 
Join Date: Nov 2001
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We won't be working on an improved version of karma 2.0 anytime soon. But we will welcome anybody especially the hacking team in vb.org here to help improved this hack further.
Reply With Quote
  #26  
Old 09-12-2002, 04:40 AM
chad777 chad777 is offline
 
Join Date: May 2002
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First off let me start off by saying nice hack.

I am having a big probelm with newthread.php when trying to post a newthread i hit submit it goes to the redirect splash page but then goes to this error :

Database error in vBulletin 2.2.6:

Invalid SQL: select uid, newthread from storepoint where uid=
mysql error: You have an error in your SQL syntax near '' at line 1

mysql error number: 1064
Date: Thursday 12th of September 2002 01:08:46 AM
Script: newthread.php


So I look up the query in newthread.php which is:
PHP Code:
$result=$DB_site->query("select uid, newthread from storepoint where uid=$postuserid"); 
i don't see anything wrong.

so I go back to my forums and see that the newthread did show up in the forums, but it has no message.

Karma didn't go up ...I reply to the message I just posted and it works fine but still karma don't go up and it is set to the admin cp.

the whole code string from around the query I posted is :
PHP Code:
//Karma
                          
$result_new=$DB_site->query("select postuserid from thread WHERE threadid='$threadid'");
                          
$numrows_new mysql_num_rows($result_new);
                          if (
$numrows_new 0
                          {
                                list (
$postuserid) = mysql_fetch_row($result_new);
                          }
        
                          
$result_newthread=$DB_site->query("select newthread from point");
                          
$numrows_newthread mysql_num_rows($result_newthread);
                          if (
$numrows_newthread 0
                          {
                                list (
$point) = mysql_fetch_row($result_newthread);
                          }

                          
$result=$DB_site->query("select uid, newthread from storepoint where uid=$postuserid");
                          list (
$uid$newthread) = mysql_fetch_row($result);
      
                          
$newpoints $newthread $point;

                          if (
$uid == $postuserid
                          {
                                
$DB_site->query("UPDATE storepoint SET newthread=$newpoints where uid=$postuserid");
                          }
                          else
                          {
                                
$DB_site->query("INSERT INTO storepoint (uid, newthread) VALUES ($postuserid$newpoints)");
                          } 
does anyone know what is going on how to fix this ?

Thanks
Reply With Quote
  #27  
Old 09-12-2002, 11:23 AM
Bloodfist Bloodfist is offline
 
Join Date: Sep 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

http://www.worldofwc.org/forums/ is how we have it. I think this is a great hack
Reply With Quote
  #28  
Old 10-18-2002, 04:15 PM
etones etones is offline
 
Join Date: Nov 2001
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hiya all, how do we update the karma templates? Installed and looking good, but how exactly do we change the look and feel of the templates?

Cheers,
Taz
Reply With Quote
  #29  
Old 10-19-2002, 05:32 PM
groovesalad groovesalad is offline
 
Join Date: Aug 2002
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know how we view the comments other people write about the threads? I've given several positive points and comments, but where do we view that?
Reply With Quote
  #30  
Old 10-20-2002, 10:06 PM
Limpkinw Limpkinw is offline
 
Join Date: Feb 2002
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Only thing that I am confused about is how users are to "cash in" on karma...
Reply With Quote
  #31  
Old 10-28-2002, 03:32 AM
girlzclan's Avatar
girlzclan girlzclan is offline
 
Join Date: Oct 2002
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, i got the prizes, and where to get them, but after "purchasing" an item, it gives me a code "ifkdvfnjvh1" to place somewhere and I'm lost as to where it goes.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:40 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04484 seconds
  • Memory Usage 2,322KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete