vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - vBCredits - Ultimate Points System (https://vborg.vbsupport.ru/showthread.php?t=172399)

Darkwaltz4 10-28-2008 06:38 AM

Currently the last remaining issue that keeps vbcredits from being 1.4 gold is the broken post/thread negation awards. to allow you to at least complete the action without errors, the code was simply disabled. So, if you want to remove credits yourself i suggest allowing your moderators the use of the post award system, such that they can deduct credits as part of their regular maintenance, from right in the threads themselves.

tom212 10-31-2008 04:45 PM

Is there a way to install this mod into a test style in order to work out any kinks in it before releasing it to the general public? It's way to complex to release it without doing some testing on the board.

Thanks for the advice!

Tom

Darkwaltz4 10-31-2008 06:07 PM

Sure? You do the template edits :p

tom212 10-31-2008 07:03 PM

Great - thank you. When you install some mods they become instantly active. I just didn't want to do that here.

Can't wait to install it - thanks!

Tom

Hornstar 10-31-2008 11:11 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1654323)
Currently the last remaining issue that keeps vbcredits from being 1.4 gold is the broken post/thread negation awards. to allow you to at least complete the action without errors, the code was simply disabled. So, if you want to remove credits yourself i suggest allowing your moderators the use of the post award system, such that they can deduct credits as part of their regular maintenance, from right in the threads themselves.

I was just about to report this bug myself. Glad to know it is not just me then lol.

Have you found any hurdles with this action? Last I heard from a different coder is that a file edit is needed to make this work properly. Is that still the case?
This is the one thing that is stopping me installing it live on my site. I would pay to have it working, or at the least donate.

Cobra-J82 11-01-2008 03:48 AM

A live demo that doesnt need registration will be good.

merk_aus 11-01-2008 04:59 AM

you can see the points system working on that site without registering just click around rather than discredit this mod

rob01 11-01-2008 05:07 AM

you should join with vBExperience

:D

noorz 11-01-2008 02:29 PM

<i>Fatal error: Call to a member function query() on a non-object in /-forumdirectory-/living_avatars/index.php on line 27</i>

I get this error when trying to integrate Living Avatars with VBCredits. It happens when I follow this line:

================================
File: living_avatars/index.php
================================
FIND:
--------------------------------
$points_remaining = $userinfo['points'] - $item[cost];
--------------------------------
ADD BELOW:
--------------------------------
$DB->query("UPDATE " . $GLOBALS['tableprefix'] . "user SET credits = " . $points_remaining . " WHERE userid = " . $userinfo['userid']);

How do I fix it? I put the query underneath this:

// ###################$points_remaining = $userinfo['points'] - $item[cost];############ LOAD LA CORE ################################

Darkwaltz4 11-01-2008 03:41 PM

Quote:

Originally Posted by hornstar1337 (Post 1656877)
I was just about to report this bug myself. Glad to know it is not just me then lol.

Have you found any hurdles with this action? Last I heard from a different coder is that a file edit is needed to make this work properly. Is that still the case?
This is the one thing that is stopping me installing it live on my site. I would pay to have it working, or at the least donate.

Due to several intersecting awards that occur during posting (posting in your thread, someone else's thread, post size, someone posting in your thread, new thread, etc) and the fact that the collection of hooks for moderation activities doesnt sync up well (merging, copying, moving, moderating, invisible, etc) it gets extremely complicated to figure out how to undo potentially massive numbers of posts at once when something "simple" like that happens. So I left it alone for now - it hurts my brain.

Quote:

Originally Posted by Cobra-J82 (Post 1656946)
A live demo that doesnt need registration will be good.

vBCredits doesnt really have anything that guests can see or use... guests cant earn/manage/use credits. all you can do is look at someone else's credit amounts, sorry.

Quote:

Originally Posted by rob01 (Post 1656959)
you should join with vBExperience

:D

I would prefer to remain separate :)

Quote:

Originally Posted by noorz (Post 1657146)
Fatal error: Call to a member function query() on a non-object in /-forumdirectory-/living_avatars/index.php on line 27

I get this error when trying to integrate Living Avatars with VBCredits. It happens when I follow this line:

================================
File: living_avatars/index.php
================================
FIND:
--------------------------------
$points_remaining = $userinfo['points'] - $item[cost];
--------------------------------
ADD BELOW:
--------------------------------
$DB->query("UPDATE " . $GLOBALS['tableprefix'] . "user SET credits = " . $points_remaining . " WHERE userid = " . $userinfo['userid']);

How do I fix it? I put the query underneath this:

// ###################$points_remaining = $userinfo['points'] - $item[cost];############ LOAD LA CORE ################################

you messed up your file edit. I recommend sticking to exactly the code I put instead of adding your own. Try over with a fresh copy of that file.

noorz 11-01-2008 04:10 PM

Oh, but this part:

// ###################$points_remaining = $userinfo['points'] - $item[cost];############ LOAD LA CORE ################################

was already in the default living_avatars index.php. I didn't add anything of mine.

noorz 11-01-2008 05:20 PM

Okay, I replaced it with the original downloaded file and fixed the edit. Thanks!

Darkwaltz4 11-01-2008 07:47 PM

thats odd, maybe another addon you were using replaced that file without telling you?

Hornstar 11-01-2008 08:24 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1657192)
Due to several intersecting awards that occur during posting (posting in your thread, someone else's thread, post size, someone posting in your thread, new thread, etc) and the fact that the collection of hooks for moderation activities doesnt sync up well (merging, copying, moving, moderating, invisible, etc) it gets extremely complicated to figure out how to undo potentially massive numbers of posts at once when something "simple" like that happens. So I left it alone for now - it hurts my brain.

:up: lol. don't worry, you almost gave me a brain aneurysm thinking about that as well.

Good luck then.

dreamshock 11-08-2008 10:37 PM

Is there a way where users have to pay credits to reply to a post

raja811 11-09-2008 12:14 PM

thankq

dmknights 11-10-2008 11:43 PM

*Installed*

Darkwaltz4 11-11-2008 01:56 AM

you're welcome guys :)

Quote:

Originally Posted by dreamshock (Post 1662020)
Is there a way where users have to pay credits to reply to a post

yes, theres a free addon for charging for post/thread/forum access available at my site.

puregraf 11-16-2008 12:23 AM

hey can someone please help i just upgraded vbulletni and am getting this error when i try to import a product i think its due to this script , how can i fix this?

my version of vbcredits is: 1.4




Quote:

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:

* Bitfield Collision: prefixrequired = credits_cantearn

Darkwaltz4 11-18-2008 07:20 PM

you need to "upgrade" to the vb3.7 version of vbcredits

Jeffler 11-19-2008 12:40 AM

I ended up taking this out because for some reason, users were being allowed to award each other credits. Like, normal registered users.

I'd like to put it back in again, how do I change the awarding permissions?

Darkwaltz4 11-19-2008 08:47 AM

in the usergroup settings are the limits for the Post Award System. by default they are all 0 (completely disabled) for everyone..

mightyhitter 11-23-2008 12:03 PM

Hi, thanks for this great plugin. I installed it, but I'm not sure what I did wrong since I cannot get the links under vbcredits menu in ACP to work. configure global settings, award settings, specialty settings, banking settings, addon settings not showing anything when clicked. Other links in vbcredits menu are fine.

sheryjutt 11-23-2008 04:27 PM

th SECURITY ALERT -
The Board Security System has detected, that you wanted to bring bad
Code to this Forum or you have tried to exploit something here or maybe
another attack linke this.

This attempt was blocked and we logged all information about this.

If you see this message after including a new MOD to your Forum or if
you have reached this site over a normal Forum Link, please contact
the Board Administrator to fix this Problem.

CBACK CrackerTracker

sheryjutt 11-23-2008 04:29 PM

what is this error sir ??

Digital Jedi 11-24-2008 04:34 AM

From what I've read CBACK CrackerTracker blocks everything you try to do in your own Admin CP. You'd likely need to ask the CBACK developers why it's blocking installation.

Darkwaltz4 11-27-2008 02:42 PM

Quote:

Originally Posted by mightyhitter (Post 1671242)
Hi, thanks for this great plugin. I installed it, but I'm not sure what I did wrong since I cannot get the links under vbcredits menu in ACP to work. configure global settings, award settings, specialty settings, banking settings, addon settings not showing anything when clicked. Other links in vbcredits menu are fine.

I have found that some servers (I *think* when using https) the ampersands from the links get dropped, and not just with vbcredits but vbulletin links as well. You could try editing the includes/xml/cpnav_credits.xml and removing all do=options&amp; from them - but this issue should be reported to vbulletin (avoid mentioning vbcredits or they will say that its my issue only :p)

Quote:

Originally Posted by sheryjutt (Post 1671413)
th SECURITY ALERT -
The Board Security System has detected, that you wanted to bring bad
Code to this Forum or you have tried to exploit something here or maybe
another attack linke this.

This attempt was blocked and we logged all information about this.


If you see this message after including a new MOD to your Forum or if
you have reached this site over a normal Forum Link, please contact
the Board Administrator to fix this Problem.

CBACK CrackerTracker

Ive never heard of that hack, but if you could send me the stuff it claims it logged, I may or may not be able to do something about it.

kalleklorin 12-01-2008 06:03 PM

very nice

Dr.LoVe 12-07-2008 12:11 AM

good job

but how about 3.8 version ??

Darkwaltz4 12-07-2008 01:23 AM

the 3.7 versions works on vb3.8 just fine. a couple template edits might have changed a little, but you can find them with partial matches.

designerweb 12-07-2008 11:00 PM

Can you sell credits using this mod?

inspiration100 12-08-2008 03:05 AM

Can someone tell me if this mod can allow you to do crazy stuff like buying a "ban" on a user or little gifts to give? I have a forum that really needs the crazy stuff, not a serious point system, but also crazy. Would this work?

rob01 12-08-2008 03:19 AM

can this work with vb experience at the same time?
and how much server loading/ queries this will take, you know?

Darkwaltz4 12-08-2008 04:39 AM

Quote:

Originally Posted by designerweb (Post 1680583)
Can you sell credits using this mod?

i have a pro addon to sell credits through paypal, but you have to pm me or visit my site to learn more.

Quote:

Originally Posted by inspiration100 (Post 1680684)
Can someone tell me if this mod can allow you to do crazy stuff like buying a "ban" on a user or little gifts to give? I have a forum that really needs the crazy stuff, not a serious point system, but also crazy. Would this work?

i have a small custom hack for buying a ban on users, but talk to me over PM about it.
also i have a full featured itemshop called vBCommerce you should check out on my site as well :p info there about getting it.

Quote:

Originally Posted by rob01 (Post 1680689)
can this work with vb experience at the same time?
and how much server loading/ queries this will take, you know?

im fairly certain it should work alongside vbexperience
generally this adds only 1 query in places where you have configured to gain credits (such as during posting). displaying credits does not add any queries. my optimized internal plugin system keeps the server load down and i know of several big boards using vbcredits without any slowdowns.

GodlyChaos 12-08-2008 06:21 PM

Thanks man!
this is awesome.

DiziMedia 12-12-2008 02:25 PM

is there a way to allow members to receive a percentage of their referrals points? If there is could you point me in the right direction?

Darkwaltz4 12-12-2008 03:09 PM

the referral point thing has to do with the additive referral bonus. if you want to award for referrals there is the regular award in the usergroup settings. just leave the point stuff alone

Sunka 12-15-2008 01:39 AM

Installed, thank you for this Mod.

TheMayhem 12-16-2008 06:30 PM

Darkwaltz4,

I've spent the last week or so creating a smaller store addon to your vbcredits addition. I'm nearing completion and expect to be done by Christmas morning as a gift to my posters. I added the store functionality directly onto the credits.php file that you include in your root folder and am in the process of adding a new store.php page to the Admin CP. Should I release the changes I did on this forum for users to be able to have a store functionality that is completely based off of your vbCredits system or keep it private since eventually your developing your vbcustomizer?

Please pm me and let me know, thanks.

DiziMedia 12-17-2008 03:37 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1683905)
the referral point thing has to do with the additive referral bonus. if you want to award for referrals there is the regular award in the usergroup settings. just leave the point stuff alone

sorry, i used the wrong term there...when I said points, I meant actual credits...

I already know how to have users awarded credits for referring someone. What I want to do is award them credits for the initial referral, and then on a continuing basis I want them to get a set % of whatever their referrals earn.

If this isn't a feature are you planning on adding it?


All times are GMT. The time now is 07:20 PM.

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.03160 seconds
  • Memory Usage 1,837KB
  • 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
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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