vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBCredits II Deluxe (https://vborg.vbsupport.ru/showthread.php?t=245752)

Darkwaltz4 08-30-2011 02:30 PM

Quote:

Originally Posted by RedDevil (Post 2207793)
Is there a feature where members have to pay credits to view post, or something like this planned?

That is part of the pro version.

Quote:

Originally Posted by jojojijijojo1 (Post 2220789)
Everything was working fine then I started receiving this database error everytime I enable the plugin and view a thread

Invalid SQL:
SELECT t.* FROM credits_transaction AS t LEFT JOIN credits_event AS e ON (t.eventid = e.eventid) WHERE t.userid = 1 AND t.status = 0 AND t.timestamp <= 1310730072 ORDER BY t.transactionid ASC LIMIT 1;

MySQL Error : Table '***.credits_transaction' doesn't exist
Error Number : 1146

Just run the import again, and it should restore any missing tables, although its a huge mystery why it was missing in the first place.

Quote:

Originally Posted by Miss Buruku (Post 2234588)
I have poked around in this thread, but could not find an answer to some of my questions. I hope someone can answer these without too much inconvenience.

1. Are there any plans to add CMS comments as an action? I would like my members to get points for posting article comments.

2. Is there a way to add an image for the currency? I'd like a little symbol next to the currency in the postbit.

3. I get charged far too much to edit a post. I often get charged 5 credits to edit a post I only earned 1 credit posting. I don't want my members feeling like they cant edit their posts, but I've searched and searched and have not found a "reversal" or "edit" action to change the settings.

I would buy pro for all these features I listed.

1) Its a very low priority.
2) Can you add the image as part of the currency name via the multiple currency integration menu item?

Quote:

Originally Posted by Sm1th146 (Post 2234754)
I just tried to install the mod onto my site and ran into an error. I uploaded all the files to the correct folders and created the new plugins folder as well. The error I am receiving is below on the import of the xml.

PHP Code:

Database error in vBulletin 4.1.4:

Invalid SQL:
ALTER TABLE `usergroup`
        
CHANGE `credit_referral` `credit_referralDOUBLE NOT NULL DEFAULT '100',
        
CHANGE `credit_paycheck` `credit_paycheckDOUBLE NOT NULL DEFAULT '0',
        
CHANGE `credit_induction` `credit_inductionDOUBLE NOT NULL DEFAULT '100',
        
CHANGE `credit_post` `credit_postDOUBLE NOT NULL DEFAULT '5',
        
CHANGE `credit_thread` `credit_threadDOUBLE NOT NULL DEFAULT '10',
        
CHANGE `credit_active` `credit_activeDOUBLE NOT NULL DEFAULT '20',
        
CHANGE `credit_postsize` `credit_postsizeDOUBLE NOT NULL DEFAULT '0.05',
        
CHANGE `credit_refbonus` `credit_refbonusDOUBLE NOT NULL DEFAULT '0.05',
        
CHANGE `credit_birthday` `credit_birthdayDOUBLE NOT NULL DEFAULT '100',
        
CHANGE `credit_repgive` `credit_repgiveDOUBLE NOT NULL DEFAULT '0.1',
        
CHANGE `credit_threadrate` `credit_threadrateDOUBLE NOT NULL DEFAULT '1',
        
CHANGE `credit_ownthreadpost` `credit_ownthreadpostDOUBLE NOT NULL DEFAULT '3',
        
CHANGE `credit_pollmake` `credit_pollmakeDOUBLE NOT NULL DEFAULT '5',
        
CHANGE `credit_pollvote` `credit_pollvoteDOUBLE NOT NULL DEFAULT '1';

MySQL Error   Unknown column 'credit_referral' in 'usergroup'
Error Number  1054
Request Date  
MondayAugust 15th 2011 11:35:28 AM
Error Date    
MondayAugust 15th 2011 11:35:28 AM
Script        
http://www.tokengaming.com/forums/admincp/plugin.php?do=productimport
Referrer      http://www.tokengaming.com/forums/admincp/plugin.php?do=productadd
IP Address    75.149.133.5
Username      
Sm1th146
Classname     
vB_Database
MySQL Version 
5.0.92-community-log 


I'm pretty sure thats for the old vbcredits, not this one.

Quote:

Originally Posted by Voeltz (Post 2238581)
I have it installed and working, but how the heck do i remove the transactions nav link? it's not even enabled in the config in the acp!

Its a global config option, and it surely obeys it, please double check "enable navbar".

Darkwaltz4 08-30-2011 02:31 PM

Quote:

Originally Posted by Shardy (Post 2239087)
I created another currency called "GP". After posting a bit and earning more of these "GP" I wanted to remove them (reset them), so I went into "Currency" in my account and I tried doing 'take'. It seems it is only possible for the default "Credit" points/coins. How do I enable/allow it to be for the new "GP" coins as well?

(Only "credits" is shown on the right side, not the "GP")

Create an adjust event for your GP currency, similar to the one present for Credits.

Quote:

Originally Posted by hoadiem (Post 2239298)
it just happened.

i just notice one of my members keep changing birthday to earn credits, how do i prevent this. ?
should it be a custom mod that will disallow member to change their birthday after registration?

thanks for reading.

The pro version allows you to set duration limits on events.

SpikedRocker 09-11-2011 07:09 PM

I'm having some issue trying to remove the Currencies part out of the navbar_end....I found where I need to uncheck the box, but it never saves.

creppello 09-27-2011 09:47 PM

I have a quick ?. We have alot of DBTech stuff on our site, it's fantastic, but a couple of the mods (like this one) don't have the "DBTech -" in front of them in the admin panel. How can I add that, as I would like to se all of your mods lined up together when I am "adminning"....

ozzy47 09-27-2011 10:11 PM

Open the upload\includes\xml\cpnav_credits.xml and find this line;

HTML Code:

<navgroup text="vBCredits II Deluxe" permissions="credits" hr="true" displayorder="105">
And change vBCredits II Deluxe to DBTech - vBCredits II or what you wish

creppello 09-27-2011 10:17 PM

Thanks Ozzy, you're so awesome people should have to open their door every morning and shout your name :D

farhanisfarhan 10-04-2011 05:25 PM

Question: I am trying to use vbCredits II deluxe for "get paid per thread". Members are allowed to request for payout anytime they like. How do I create the payout transaction as "Admin" to send them real-life payment which will deduct the amount from their "vbCredits currency total" as well.

Members have posted and made the money and its shown in their postbit but how does the Admin can make the payout transaction onto their accounts.

Looking for a solution, anybody can help ??

pandusetiawan 10-18-2011 07:08 AM

Great mods :)
I just installing, how can I reccount the credits for all my member events (thread,post,etc) since the first my forum build to now?And how to manually add certain sum of credits to certain user, for example,if I want to give user A 5000 credits as he donate to my forum. thank you.

nCODE 10-23-2011 09:31 AM

any option for link exchange?
like users will get points on per ad view on his site (using PHP script of-course, to determine the number of views)
and deduct points is that user's ad is shown on another user's site?

zombieshack 10-28-2011 12:12 PM

How can I make it that in a certain forum any post does not get credits?
I have already made it that the area does not increase post counts but now I need it for the credits. It is for a spamboard area.
Thanks

zapiy 10-28-2011 06:15 PM

Is there a way to give all member credits at once?

zapiy 11-01-2011 02:47 PM

Anyone have any advice on this?

Darkwaltz4 11-01-2011 05:37 PM

Quote:

Originally Posted by SpikedRocker (Post 2244650)
I'm having some issue trying to remove the Currencies part out of the navbar_end....I found where I need to uncheck the box, but it never saves.

Try editing the display by clicking the title, setting it to disabled there, and saving it. (sorry the summary page might be missing the handling code on accident)

Quote:

Originally Posted by farhanisfarhan (Post 2253209)
Question: I am trying to use vbCredits II deluxe for "get paid per thread". Members are allowed to request for payout anytime they like. How do I create the payout transaction as "Admin" to send them real-life payment which will deduct the amount from their "vbCredits currency total" as well.

Members have posted and made the money and its shown in their postbit but how does the Admin can make the payout transaction onto their accounts.

Looking for a solution, anybody can help ??

There isnt much that can really be done automatically; you can actually accomplish most of what the best scenario involves by merely publishing your cashout rates and instructing users to issue credit transfers to your account with their paypal address as the comment.

Quote:

Originally Posted by nCODE (Post 2260470)
any option for link exchange?
like users will get points on per ad view on his site (using PHP script of-course, to determine the number of views)
and deduct points is that user's ad is shown on another user's site?

That is not currently available from me, but there is an API someone can use if you want to have someone implement it.

Quote:

Originally Posted by zombieshack (Post 2262301)
How can I make it that in a certain forum any post does not get credits?
I have already made it that the area does not increase post counts but now I need it for the credits. It is for a spamboard area.
Thanks

In your post/thread events, you can specify the forums that it applies to. Select everything except the excluded forums.

Quote:

Originally Posted by pandusetiawan (Post 2258487)
Great mods :)
I just installing, how can I reccount the credits for all my member events (thread,post,etc) since the first my forum build to now?And how to manually add certain sum of credits to certain user, for example,if I want to give user A 5000 credits as he donate to my forum. thank you.

In ACP > vBC > Recalculate User Accounts you can find a set of users that you want to update, and change their totals as you wish along the side and save them all at once.

If you want to recount users, Open the advanced options and Select the timespan from prior to installation and all of the actions that have defined events. Select yes for calculate events and no for prune existing transactions.

This thread has a better explanation: http://www.dragonbyte-tech.com/f62/r...-credits-1599/

Quote:

Originally Posted by zapiy (Post 2263464)
Is there a way to give all member credits at once?

Follow like the above. The ability to just write up a formula (like "+25") is a pro feature.

FusterCluck 11-01-2011 06:43 PM

This is compatible with 4.1.7 correct?

Darkwaltz4 11-01-2011 06:50 PM

Should be (we are using it on such without issue)

Ikkyy 11-17-2011 02:37 AM

Hello, how can I reset all the credit?

Something is wrong in calculating, always appears strange values​​.

Just let the event scoring by topic and message.

The prune command, resetting the log is only the score remains the same and accumulates.

How can I do to reset the credits directly in phpmyadmin

Sorry about my english.

420 11-23-2011 09:58 PM

How does this differ from the VBCredits from VBCredits.com?

We are finally upgrading from VB 3.86 to VB 4+ and need to know if this is the same plugin and if so, will you be supporting it for long?

Thank you.

EvoTronix.com 11-24-2011 05:49 AM

I recently purchased the pro version and set up our own currency. I tried to do a test transfer to another user and get the error message below.

"Could not complete transfer"

Why is this happening and how can we resolve this?

I am running VB 4.1.7

M A T 12-02-2011 02:52 PM

Hello,
When i'm updating credits for user from admincp > Mass Update Transactions

Error :
Database error in vBulletin 4.1.3:

Invalid SQL:
UPDATE user SET creditspermissions = 'a:2:{i:0;a:0:{}i:1;a:0:{}}' WHERE userid = 3140;

MySQL Error : Unknown column 'creditspermissions' in 'field list'
Error Number : 1054

Can you fix for me ?

M A T 12-07-2011 05:13 AM

:-s , Can you help me ?

thecore762 12-07-2011 06:33 AM

Quote:

Originally Posted by EvoTronix.com (Post 2271400)
I recently purchased the pro version and set up our own currency. I tried to do a test transfer to another user and get the error message below.

"Could not complete transfer"

Why is this happening and how can we resolve this?

I am running VB 4.1.7

Customers that bought pro versions need to go here for support: http://www.dragonbyte-tech.com/

You won't get much help here for the pro version unless it's something very basic.

inphoenix 12-09-2011 11:57 AM

Awesome mod! Thanks so much.

Quick questions.

1. My new members are getting the welcome credits twice within a minute of signing up. What am I doing wrong?
EDIT : Fixed this. They were getting credit for two groups. First for users awating email and second for registered users.

2. Can someone explain paycheck, and activity to me? What is the difference in 'Log in' and 'some activity'?

3. I know that this mod can be tied to reputation. But can it read Thanks/like activity (using this mod from same dev)?

4. Can it be tied to FB like/Share or Tweet actions using this mod by BOP5?


EDIT : Now I see some members got a bunch of credits with no entry in log or transactions. Can anyone help with this?
EDIT II: I think the system was issuing old 'paychecks' to users as they were logging in. But the users who were logged in at the time of install were left out. I reprocessed all the transactions and it looks ok for now. Still looking for answers for Q2, Q3 and Q4.

wonderfulwat 01-12-2012 09:10 AM

1 Attachment(s)
I get this error when trying to insert an attachment image. The image still gets uploaded when you hit cancel, it's as a small attachment rather than inline. Running 4.1.9. Any fix?

https://vborg.vbsupport.ru/external/2012/01/35.jpg

oddmud 01-17-2012 03:26 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2076484)
Both of you need to set negation amounts on the post events. The way it works is that during editing, it negates the event and then reissues it, so that any different in credits will be realized. So if you didnt put a negation, then you effectively get a new reward by just editing your post.

You can already do this. Set the event to Charge, then if you put a value on the Donate Amount = flat fee, Currency Amount = percentage fee (entered as a decimal). both work together, and you select who to apply it to (sender or receiver). You could, if you wanted, also award for donating at the same time :p

So when I delete a post as an admin it should take away all the given credits? I've set it to give 5 credits to post and to Negate 10 when a post is reverted. I want it to cost them to delete stuff.

Darkwaltz4 01-20-2012 01:34 AM

Quote:

Originally Posted by Ikkyy (Post 2268761)
Hello, how can I reset all the credit?

Something is wrong in calculating, always appears strange values​​.

Just let the event scoring by topic and message.

The prune command, resetting the log is only the score remains the same and accumulates.

How can I do to reset the credits directly in phpmyadmin

Sorry about my english.

Use this guide to help with various uses of the mass credit updater: http://www.dragonbyte-tech.com/f62/r...-credits-1599/

Quote:

Originally Posted by 420 (Post 2271300)
How does this differ from the VBCredits from VBCredits.com?

We are finally upgrading from VB 3.86 to VB 4+ and need to know if this is the same plugin and if so, will you be supporting it for long?

Thank you.

I am the author of both versions. I am supporting both, but only actively working on this one.

Quote:

Originally Posted by EvoTronix.com (Post 2271400)
I recently purchased the pro version and set up our own currency. I tried to do a test transfer to another user and get the error message below.

"Could not complete transfer"

Why is this happening and how can we resolve this?

I am running VB 4.1.7

You also need to create Donate events assigned in your new currency. Admincp > vbcredits > action amount config > select donate at the bottom > select your currency in the dropdown, save it.

Quote:

Originally Posted by M A T (Post 2274028)
Hello,
When i'm updating credits for user from admincp > Mass Update Transactions

Error :
Database error in vBulletin 4.1.3:

Invalid SQL:
UPDATE user SET creditspermissions = 'a:2:{i:0;a:0:{}i:1;a:0:{}}' WHERE userid = 3140;

MySQL Error : Unknown column 'creditspermissions' in 'field list'
Error Number : 1054

Can you fix for me ?

Import the product file again (allow overwrite) to repair your missing table column - it wont affect anything else.

Quote:

Originally Posted by oddmud (Post 2289032)
So when I delete a post as an admin it should take away all the given credits? I've set it to give 5 credits to post and to Negate 10 when a post is reverted. I want it to cost them to delete stuff.

That is fine and exactly why I made the negation amount a separate thing :)

Darkwaltz4 01-20-2012 03:06 AM

Quote:

Originally Posted by inphoenix (Post 2276164)
Awesome mod! Thanks so much.

Quick questions.

1. My new members are getting the welcome credits twice within a minute of signing up. What am I doing wrong?
EDIT : Fixed this. They were getting credit for two groups. First for users awating email and second for registered users.

2. Can someone explain paycheck, and activity to me? What is the difference in 'Log in' and 'some activity'?

3. I know that this mod can be tied to reputation. But can it read Thanks/like activity (using this mod from same dev)?

4. Can it be tied to FB like/Share or Tweet actions using this mod by BOP5?


EDIT : Now I see some members got a bunch of credits with no entry in log or transactions. Can anyone help with this?
EDIT II: I think the system was issuing old 'paychecks' to users as they were logging in. But the users who were logged in at the time of install were left out. I reprocessed all the transactions and it looks ok for now. Still looking for answers for Q2, Q3 and Q4.

Paycheck happens without validating anything. Activity happens if one of three timestamps has been satisfied by the user. Login and Post are obvious, as for "do something" - vbulletin has a last action timestamp that it updates for doing a list of certain things. I dont know what that list of things is, but consider it as requiring more action than logging in, but not necessarily posting (though it also includes that). Hope this helps.

3/4: The actions from those addons arent supported afaik, but there is an api for vbcredits available if you want to get someone to do it.

Quote:

Originally Posted by wonderfulwat (Post 2286850)
I get this error when trying to insert an attachment image. The image still gets uploaded when you hit cancel, it's as a small attachment rather than inline. Running 4.1.9. Any fix?

https://vborg.vbsupport.ru/attachmen...1&d=1326363010

Thanks, this has been reported before but still working on a fix.

PALAZAN 02-05-2012 11:16 AM

Ok i have a issue , i see that the this plugin shows in the memberlist.php but it will not show how many Credits someone has got , is it possable to turn it of so it dos not show in the memberlist.php?

Olgi 02-09-2012 03:54 PM

Is there any advertisement script / plugin which works well with vBCredits?

Fergal C 02-16-2012 05:43 PM

Does using this mod oblige the forum owner to maintain the links and text below in the footer of every page of their forum?
Quote:

vBCredits II Deluxe v2.0.0 Copyright ? 2010 DragonByte Technologies
Thanks

fevredsuk 04-10-2012 08:58 PM

anyway to get this mod to give credits for shouts in vbshout?

fevredsuk 04-12-2012 09:57 PM

also how about points for blogs,

is this mod still supported ????

oddmud 04-15-2012 05:52 PM

Quote:

Originally Posted by Darkwaltz4 (Post 2290089)

https://vborg.vbsupport.ru/attachmen...1&d=1326363010

Thanks, this has been reported before but still working on a fix.

Still nothing on this?

hardiksadaria 05-14-2012 02:13 AM

I got error 404 - File or directory not found while click on Transaction tab in VB Credits Deluxe II

Wormow 05-14-2012 06:08 AM

Installing the xml product, it tells me I don't have permissions:

Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions for this page using the Administrator Permissions section of the control panel.

I've uploaded everything that is needed into the ftp already.

deadlySniper 05-14-2012 06:49 AM

DBTech site is showing nothing but a white page. Was hoping to buy this :(

Hornstar 05-25-2012 08:27 AM

Quote:

Originally Posted by siriuxs (Post 2163893)
Hi there is a bug... :(

I assegnate 10 credits every thread started... When the user open new thread there receive the 10 point, but if they edit the thread, they receive another 10 credits :S If an user edit 10 times his thread, him receive 100 credits... :S This is a bug... I want assegnate only one time the 10 credits...

It is possible? Excuse me for bad english... I'm italian...

Over a year later this bug still has not been fixed.

DBTECH can you please get this important bug fixed. It has been confirmed before.

Pure Dope 06-22-2012 11:08 PM

Someone needs to dedicate themselves to 1 shop mod. F everything else when it comes to them making mods for vb.

TNERatedEdge 07-23-2012 03:18 PM

where can I access this?

www.url.com/vbcredits?

Pure Dope 07-30-2012 12:34 AM

work in 4.2?

relaxiha 08-23-2012 04:48 PM

i think this Mod need an update for Vb 4.2


All times are GMT. The time now is 09: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.01994 seconds
  • Memory Usage 1,885KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (25)bbcode_quote_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
  • (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