vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Karma Hack v 2.0 (https://vborg.vbsupport.ru/showthread.php?t=40553)

Larry@IOG 08-25-2002 11:05 PM

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

Larry@IOG 08-25-2002 11:29 PM

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

Is there suppose to be?

Larry

Dark Shogun 08-26-2002 09:21 PM

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

Dark Shogun

certify 08-29-2002 09:15 AM

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.

chad777 09-12-2002 04:40 AM

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

Bloodfist 09-12-2002 11:23 AM

http://www.worldofwc.org/forums/ is how we have it. I think this is a great hack :)

etones 10-18-2002 04:15 PM

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

groovesalad 10-19-2002 05:32 PM

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?

Limpkinw 10-20-2002 10:06 PM

Only thing that I am confused about is how users are to "cash in" on karma...

girlzclan 10-28-2002 03:32 AM

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.


All times are GMT. The time now is 01:56 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01094 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete