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)

bojomojo 08-27-2008 04:09 AM

I want to buy the addon that lets users buy points, but the website is offline

Darkwaltz4 08-27-2008 04:26 AM

please contact me via PM/email for that sort of thing - you can still get them :)

Chachacha 08-27-2008 04:38 AM

I've had vbcredits on my site for like a YEAR and my members have nothing to spend their credits on. Its kind of embarrassing. Any time frame on vbcustomizer?

Digital Jedi 08-27-2008 06:58 AM

Have you tried the Add Ons that integrate with vBCredts? Like the arcade, TripleTriad, Living Avatars, Name that Tune and such?

Chachacha 08-27-2008 07:31 AM

Quote:

Originally Posted by Digital Jedi (Post 1607979)
Have you tried the Add Ons that integrate with vBCredts? Like the arcade, TripleTriad, Living Avatars, Name that Tune and such?

No but I didn't decide upon installing vbcredits for those type of things. Ever since vbplaza was found to have exploits, I was waiting and hoping for something similar (a store where members could buy fun things with their site cash). Like username color, change others' usertitles and so on.

FreshFroot 08-29-2008 12:33 AM

is there anyway to convert vbplaza (older version) to vBcredits?

Coroner 08-29-2008 05:10 PM

Downloaded for Test. Will try to implement it into my UFP (Ultimate Flash Platform).

So, here come the question:
I've got another Credit Hack (taken from the wBB and converted to vB in 2006).
In this one, I've got "Account Statements" (see Pictures below).

Is there any AddOn like this ?

What does it mean:
Anything I do, like "create a Thread", "create a Post" .... it will shown in the "Account Statements"

Regards
Coroner

bojomojo 08-30-2008 12:24 AM

I changed the skin I use, what do I have to do other than the manual edits?

Deepdog009 08-30-2008 01:31 AM

Thank-U-Much!

Darkwaltz4 08-30-2008 08:42 PM

Quote:

Originally Posted by FreshFroot (Post 1609474)
is there anyway to convert vbplaza (older version) to vBcredits?

Yes, I have a converter you can use, but I recommend just disabling vbplaza afterwards if you want to preserve your items for later conversion. PM me your email address and I will send you it.

Quote:

Originally Posted by Coroner (Post 1610025)
Downloaded for Test. Will try to implement it into my UFP (Ultimate Flash Platform).

So, here come the question:
I've got another Credit Hack (taken from the wBB and converted to vB in 2006).
In this one, I've got "Account Statements" (see Pictures below).

Is there any AddOn like this ?

What does it mean:
Anything I do, like "create a Thread", "create a Post" .... it will shown in the "Account Statements"

Regards
Coroner

It has statements, but currently not for regular earning entries, only stuff that is directly human-related (like donations, awards, etc). Entries for regular earning was left out due to server strain issues, but will be put in for vbcredits 2.0 (thats the plan anyway)

Quote:

Originally Posted by bojomojo (Post 1610261)
I changed the skin I use, what do I have to do other than the manual edits?

Nope, just that.

Quote:

Originally Posted by Deepdog009 (Post 1610293)
Thank-U-Much!

you're welcome, everyone else too :)

Donace 08-30-2008 11:43 PM

sounds brilliant:p though i'll grab it once vB Customiser is out :p

jesus likes pie 08-31-2008 12:10 AM

I wish someone would just convert uCash and uStore to 3.7.x (viva 3.0.x mods!!)

Coroner 08-31-2008 05:54 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1610804)
It has statements, but currently not for regular earning entries, only stuff that is directly human-related (like donations, awards, etc). Entries for regular earning was left out due to server strain issues, but will be put in for vbcredits 2.0 (thats the plan anyway)

Found it, Thanks.

Maybe a HOOK is usefull after those lines:
Code:

                        case 'loan':
                                $action = $vbphrase['credits_loan'];
                                break;
                        case 'drawing':
                                $action = $vbphrase['drawing'];
                                break;

and here:
Code:

                                case 'save':
                                        $secondary = $vbphrase['credits_deposit'];
                                        break;
                                case 'loan':
                                        $secondary = $vbphrase['credits_payment'];
                                        break;

I have to add a few line more to work with other MOD's

Darkwaltz4 08-31-2008 09:49 PM

Yes, but you also have to insert a row into the transaction table and give it a unique action tag :p theres also a hook in the function that grants awards which you could probably use to put the insert query

PixelFx 08-31-2008 11:14 PM

Dark and I have opened vbcredits.com more info here
http://www.vbcredits.com/forum/showt...0438#post10438

realmr 09-01-2008 10:01 AM

does this work well with post thanks integration ? Post thank + vbcredits with out any errors for 3.7.3 ?

Darkwaltz4 09-02-2008 05:50 PM

Should be fine, you can get the integration addon at vbcredits.com

Quads 09-05-2008 03:01 AM

I don't know if this is a vbookie issue, a vbul. issue, or a vbCredits issue.
I've read all the pages in this thread, and searched around elsewhere (vb.org) and found nothing so far.

I've installed vBookie, it's running, works, well, using the built in vCash or whatever it is.

I want to move my forum to use vbCredits so I've installed vBCredits, and then installed the patch that integrates vBookie with vbCredits. All is working, at least as far as I can tell. I can bounce through the config screens, mass credit add to user groups, etc. When I place a bet in vBookie, I see that the mass credit add I did works, etc. vBookie is configured to use the "blank" credit / cash system from the vBookie drop down. All works there, blah blah blah.

Here's the issue:
When I look at the users / mods, admins etc. in the threads, I see nowhere where you can see the credits for each user, or how users can access their "checking" or savings account, etc. When I look in (my or other) user profiles, I see nothing there where a user can access their vbCredits account (checking, savings, donate, etc.)

The only thing I could think of was the rebuild the postbit script that I ran after installing vBookie, (per the support thread) but still nothing.

Any ideas?

(edit, running on vb 3.7.1. patch 1, and vBCredits 1.4rc2 (rev1) vb3.7)

RedeemedWarrior 09-05-2008 04:31 AM

have you done the template edits?^

Quads 09-05-2008 05:39 AM

Yeah, I'm an idiot.
I just realized that.
:hangs head low.... very very low in shame:

Deimos 09-06-2008 05:33 PM

Is there a query that can be run which marks the "Disable All Credit Awards" as YES for all forums? (The option that shows when you click Edit Forum in Admincp)

Darkwaltz4 09-06-2008 07:42 PM

ummm, yes, but it is complicated and would take me awhile to come up with it :p

why not just disable vbcredits?

Deimos 09-06-2008 08:15 PM

Quote:

Originally Posted by Darkwaltz4 (Post 1616108)
ummm, yes, but it is complicated and would take me awhile to come up with it :p

why not just disable vbcredits?

Heh sorry
Reason being, I don't like using the Forum overrides system, as it's a nightmare to manage when you have as many sub forums and usergroups as I do
I figured it'd be easier to run a query to disable it on ALL forums, then selectively enable it on a per forum basis.

Darkwaltz4 09-07-2008 08:43 PM

:( well, i agree the current forum overrides system can get unweildy at large volumns - i didnt put in any collapsing / pagination. it will definately be addressed in vbcredits 2.0

theres some awesome news on vbcommerce at the site if anyone wants to know

this will ONLY work for the vb3.7 version (include your table prefix if applicable):
Code:

UPDATE forum SET options = options + 262144 WHERE NOT (options & 262144)
for the vb3.6 version of vbcredits, use the number 131072 twice

Deimos 09-07-2008 09:07 PM

Thanks very much indeed
Gonna test it in a sec :)

No offence was intended with my override remark, it's just impossible to use that area once the overrides are set, because it takes ages to load once you've added all the overrides, hehe.

AuroraStorm 09-07-2008 09:45 PM

Uh, do I understand your forum correctly in that vbCommerce is not a free product??

Chase 09-07-2008 09:50 PM

Quote:

Originally Posted by AuroraStorm (Post 1616948)
Uh, do I understand your forum correctly in that vbCommerce is not a free product??

vbcommerce is a free product. However, premium users will have first access to beta test the product on the 9th... the day it's released. Everyone else will be able to download it for free once it's stable for mass release.

AuroraStorm 09-07-2008 09:54 PM

Ohhhhhhhhhhhh...the verbiage on the site was confusing...thanks for breaking that down...

Darkwaltz4 09-08-2008 07:23 PM

Quote:

Originally Posted by Deimos (Post 1616925)
Thanks very much indeed
Gonna test it in a sec :)

No offence was intended with my override remark, it's just impossible to use that area once the overrides are set, because it takes ages to load once you've added all the overrides, hehe.

:p I know you didnt, I was kind of sharing in your pain cause I know how it can get when it has so many. I am assuming the query worked?

Quote:

Originally Posted by AuroraStorm (Post 1616948)
Uh, do I understand your forum correctly in that vbCommerce is not a free product??

While vBCommerce will be free, I dont believe it will adhere to the vborg release policy and so will not be released here at vborg. You know where to find more info o.o

Deimos 09-09-2008 05:04 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1617653)
:p I know you didnt, I was kind of sharing in your pain cause I know how it can get when it has so many. I am assuming the query worked?

I believe so yea.
heh, thanks again

Seiyaboy 09-11-2008 03:35 AM

I have heard this modification can be used with ibProArcade such as buying credits to play. Is there an integration file being uploaded somewhere that I might have missed? Thanks.

AuroraStorm 09-11-2008 08:54 AM

Quote:

Originally Posted by Darkwaltz4 (Post 1617653)
:p I know you didnt, I was kind of sharing in your pain cause I know how it can get when it has so many. I am assuming the query worked?



While vBCommerce will be free, I dont believe it will adhere to the vborg release policy and so will not be released here at vborg. You know where to find more info o.o

Interesting...I'll install this today and go from there... :cool:

PixelFx 09-11-2008 08:23 PM

Quote:

Originally Posted by Seiyaboy (Post 1619605)
I have heard this modification can be used with ibProArcade such as buying credits to play. Is there an integration file being uploaded somewhere that I might have missed? Thanks.

We have on our website a free addon for ibProArcade to intergrate the arcade with vbcredits. Our "cash conversion mod", allows people to buy credits with paypal. We have v3arcade intergration addon for vbcredits as well.

snowlion 09-13-2008 07:55 AM

I got this error when using mass credit updater to one user - id 7369(only one user has this error, it ok with others). He has 7110 post. sorry my bad english ^_^
Code:

Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT post.pagetext, thread.firstpostid, (thread.postuserid = 7639) AS ownthreadpost FROM post AS post LEFT JOIN thread AS thread ON (post.threadid = thread.threadid) WHERE post.userid = 7639 AND post.visible = 1 AND thread.visible = 1;
MySQL Error  : Lost connection to MySQL server during query
Error Number  : 2013
Request Date  : Saturday, September 13th 2008 @ 03:50:47 AM
Error Date    : Saturday, September 13th 2008 @ 03:50:48 AM
Script        : http://bentinhyeu.info/diendan/admin...php?do=process
Referrer      : http://bentinhyeu.info/diendan/admin...php?do=updater
IP Address    : 125.234.131.15
Username      : kisibachda
Classname    : vB_Database
MySQL Version :


Seiyaboy 09-15-2008 12:27 AM

I have a question. RIght now the modification is buggy to the fact that whenever members have credits on hand and another member send credits over, their credits on hand are reduced back to 0 plus the amount they recieved. Do you know if this is an error in the code of the modification itself or is it some kind of setting problems that I might have misconfigured?

PixelFx 09-15-2008 12:56 AM

what version of vbcredits are you using? we have version 1.4 RC2 released on our site, and I haven't had any issues with it.

Seiyaboy 09-15-2008 01:03 AM

Really? I am using 1.4 RC2 on my vb 3.7.3 board and it's having problems with keeping credits when someone transfers them over. I really dont know what is wrong. Probably because it's being overdone 'cause I also have ibproacrade and the thank system as well as both integrations for them to the vbcredits.

realmr 09-15-2008 08:32 AM

Integrating with thank you add-on gives some other way than the way I needed :( Actually, we don't want the thanked to get any credits when thanked we want the user who is thanking to get 1 or 2 credits, how can we do it ?

fulviods 09-15-2008 09:57 AM

I just installed this amazing system on my cars forum! My question is not a tecnical question and so i dont know if i can post it here. It s more a "political" question: My mod are afraid by this system, everyone think that there are many risks that the quality of the discussions will go down, and that there will be many people with the main goal of receiveng credits.

If I installed vbcredits, is to give gifts to people who have reach a certain amount of points, and as i wrote, its also my fear that credits will be used in a bad way. I told my mods that we just have to think about the best way to do that, to limit the possibility to loose the quality of the discussions.

So my message is more intended to know your experience, if there are tricks or rules that permit a good management of this product.

Sorry if my english is not perfect ;) and hope that someone could help me in this way.

SavvyPirates 09-15-2008 08:07 PM

Quote:

Originally Posted by fulviods (Post 1622528)
I just installed this amazing system on my cars forum! My question is not a tecnical question and so i dont know if i can post it here. It s more a "political" question: My mod are afraid by this system, everyone think that there are many risks that the quality of the discussions will go down, and that there will be many people with the main goal of receiveng credits.

If I installed vbcredits, is to give gifts to people who have reach a certain amount of points, and as i wrote, its also my fear that credits will be used in a bad way. I told my mods that we just have to think about the best way to do that, to limit the possibility to loose the quality of the discussions.

So my message is more intended to know your experience, if there are tricks or rules that permit a good management of this product.

Sorry if my english is not perfect ;) and hope that someone could help me in this way.

You are always going to run that risk. Same risk if you award privileges based on post count.

With vBCredits, you can set it up so that if a post (or thread) gets deleted, it removes any credits previously earned. You can even set it up so that it not only removes that credits earned, but also impose a penalty. For example, if troublemaker posted spam and earned 20 credits and you delete that and impose a 50% penalty. Then they lose 30 credits by getting it deleted. If that happened regularly, people would learn quick not to post spam.

Another thing you can do is not award so much for simply making post, but rather have larger awards for getting your threads replied to. If a topic is not worth discussing, it won't get replies and that person won't earn credits, but if its a good discussion, then they'll earn a lot.

That said, we have not seen that problem at our board since vBCredits got installed. It has been business as usual as far as the quality of posts go.

Good Luck!!


All times are GMT. The time now is 10:28 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.02397 seconds
  • Memory Usage 1,847KB
  • 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
  • (4)bbcode_code_printable
  • (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