[DBTech] DragonByte Credits

[DBTech] DragonByte Credits [Paid] 5.0.3

No permission to buy ($14.95)
Well there's the problem, every single event trigger is set to be inactive. Run the following query:
Code:
update xf_dbtech_credits_eventtrigger set active = 1
then click Repair Cache :)


Fillip
 
That fixed it! A+ support, thank you:)
No problem :)

If this happens again, could you let me know what happened leading up to this issue reappearing? e.g. attempting to edit event trigger settings or something like that, anything that may have had an effect on event triggers.

Hopefully this was just a glitch somewhere that won't happen again but if it does, we'll need to try to manually re-create the issue so I can get it permanently fixed.

I appreciate all your help in diagnosing this :D Clear, concise reports with all the information I need available on request makes my job very easy, so thank you :)


Fillip
 
@DragonByte Tech

I have a couple of 3rd-party addons I would like to have some event triggers for.

Am willing to fund the purchase of these addons for you to use for development purposes if needed - can we discuss?

Cheers,

Regs.
 
DragonByte Tech updated [DBTech] DragonByte Credits with a new update entry:

3.1.0

New Features:

Live Titles
  • Live Title support for Currencies

Event: sonnb XenGallery Upload
  • Uploading new XenGallery Media. Multiplier is filesize.
  • Usergroups that can be affected by this event
  • Charge for event (yes/no)
  • XenGallery Upload Amount addition/negation
  • Random Addition
  • Byte Amount (amount added per byte uploaded)
  • Byte Negation Amount (amount negated per byte uploaded)
  • Minimum Byte for this event to be...

Read the rest of this update entry...
 
No, they don't seem to have one.
In that case I can't integrate with it unless the developer provides me with a copy :(

Btw, is it possible to limit the amount users can earn per event?
When you edit the event settings there's an "Advanced Settings" tab that lets you control frequency and other limits, those are the options you have to work with :)

The full list can be found in the bottom of the feature list of the resource description.


Fillip
 
Getting this on first install, or maybe it thinks I'm reinstalling it?

Code:
Fatal error: Cannot redeclare class DBTech_Credits_XenForo_Install_20160421 in /xxx/library/DBTech/Credits/XenForo/Install/20160518.php on line 0

I'm running PHP 5.6.21, and XenForo 1.5.5.
 
Looks like maybe the 20160518.php file has the wrong class name?

Code:
<?php
class DBTech_Credits_XenForo_Install_20160421 extends DBTech_Credits_XenForo_Install
 
Looks like maybe the 20160518.php file has the wrong class name?

Code:
<?php
class DBTech_Credits_XenForo_Install_20160421 extends DBTech_Credits_XenForo_Install
Sorry about that, I've uploaded a hotfix. You're right, the fix is to change it to DBTech_Credits_XenForo_Install_20160518 :)


Fillip
 
a question about the frequency option that got me confused.
dra.webp
If I set it to number 2 instead of 1 will it occur every 2nd event? or it will occur twice for each event?
 
DragonByte Tech updated [DBTech] DragonByte Credits with a new update entry:

3.3.0

New Features:

Events
  • Sportsbook Wager - Placing a wager on an event
  • Sportsbook Wagered - Someone placed a wager on your event
  • Sportsbook Open Bet - Creating an open bet
  • Sportsbook Open Bet Accept - Accepting an open bet
  • Sportsbook Open Bet Accepted - Someone accepting your open bet
  • Sportsbook Bet Challenge - Creating a bet challenge with another member
  • Sportsbook Bet Challenge Accept -...

Read the rest of this update entry...
 
Fresh user here & have a few Q's:
  • Is there a way to hide / disable the system by usergroup (opt in / opt out sort of system)?
  • With the permission option (Can View Any Transaction Log) it toggles between seeing your own transaction log & seeing all user's transactions. The option of viewing all user's transactions is great but where is the filter option for viewing a specific user's log (say I want check into the activity of user "X" via the front-end log).
 
Hello, can this add-on exclude certain forums of your site from generating credit for users, such as a spam section for example?
 
Fresh user here & have a few Q's:
  • Is there a way to hide / disable the system by usergroup (opt in / opt out sort of system)?
  • With the permission option (Can View Any Transaction Log) it toggles between seeing your own transaction log & seeing all user's transactions. The option of viewing all user's transactions is great but where is the filter option for viewing a specific user's log (say I want check into the activity of user "X" via the front-end log).
1. Almost all events have the ability for you to choose which usergroups can be affected by the event. If a user is not a member of any group that is permitted to utilise the event, then it does not fire.
2. Not at this time, but there is an AdminCP log for you with this option.

Hello, can this add-on exclude certain forums of your site from generating credit for users, such as a spam section for example?
All forum-related events (e.g. Posts, Threads, etc - events related to actual forums) have the ability to exclude forums :)


Fillip
 
Back
Top Bottom