The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBCredits - Ultimate Points System Details »» | |||||||||||||||||||||||||
vBCredits is the ultimate points system for your vBulletin!
Click here for the vB3.6 compatible version Yes, this also works for vB3.8! Thank you to everyone who voted us MOTM Features:
Just follow the directions carefully in the zip based on whether you are clean installing or upgrading Fully integrated with vBulletin and easily integrated with third party scripts: Many hacks allow you to specify a points system by entering the table and column for the points data. Use TABLE: user COLUMN: credits when integrating vBCredits with such hacks (note: you may need to include your table prefix with some hacks)! If you are unsure about integration - ask me! Why is this version not the gold version yet? vBCredits 1.4rc1 went through a long bugtesting process at the official site, and rc2 is largely bug free in its entirety. However, *it is missing most of the admin help and post/thread deletion actions are temporarily removed while I figure out how to fix them. Footnotes: Thank you for using vBCredits, I would be happy to hear your feedback and correct anything that comes up. For more tailored support, please indicate you have installed this hack, and if you like it you can nominate this for MOTM. Use of this free hack requires that you retain the copyright line at the bottom of the forum (PM me otherwise). If you do not agree with this, please do not use vBCredits - thank you for your understanding and support! Show Your Support
|
Comments |
#72
|
||||
|
||||
thanks, i just hope that its quality helps my case in it taking so long
bertwrld - do you have error display on for your server? there might be an error that you cant see. in either case, pm me an admin login and i will help you out. if possible, please open a support ticket on my site so i can maintain a trackable conversation with you |
#73
|
||||
|
||||
thanx for your answer
|
#74
|
|||
|
|||
Quote:
Works Fine: http://www.cricfever.com/forum/credits.php Does not Work: http://www.cricfever.com/forum/credits.php?do=banking I installed this before i installed CMPS and i had the same issues, so i dont think this issue has anything related to the CMPS as you can see from the link above. For sure its related to the mod_security thing i guess. Any ideas now ... thanks again. |
#75
|
||||
|
||||
hmm, error 406, not acceptable.
check your vbcredits templates, and revert any custom ones you have saved over a default one. if the problem persists, send me an admin login and i will poke around a bit until i find the solution thanks for moving your question to this thread! |
#76
|
|||
|
|||
Quote:
|
#77
|
|||
|
|||
The reason why there is a blank portal page when using this add-on is due to the followong code at the beginning of plugins/credits_plugin.php
Code:
if (!defined('VB_AREA')) { exit; } Code:
if (!defined('VB_AREA') AND !defined('THIS_SCRIPT')) { exit; } |
#78
|
||||
|
||||
uh, is vbportal including global.php from vb? if it did, vbarea gets defined.
the reason the vbarea conditional is there is so that the file cant be called outside of a vb powered page (directly) i would recommend that vbportal be the one to change to be properly integrated with vb, and i dont anticipate adding that fix into later versions of vbcredits... |
#79
|
|||
|
|||
Quote:
The code change suggestion would be the same as whats at the top of vBs init.php script. There is no need for vbPortal or add-ons to define VB_AREA if they are not in the VB_AREA, such as outside the forums. I do not understand you not wanting to change one line of code, but this is your add-on. Thanks for your reply, I will post the one line fix at the vbPortal forum rather than users disable your add-on. |
#80
|
||||
|
||||
well lets dissect this...
if the site shows up blank when using vbcredits, vbportal must be trying to run hooks from vbulletin. if its running hooks from vbulletin, but not using global.php, then its integration must only be partial if its partial, then its potentially dangerous, and they should just switch to using global.php, and everyone is happy if i were to fix that one line, then i would be condoning and encouraging potentially dangerous partial integration with vbulletin, and by extension, vbcredits i think with a hack starting with vb- it should be fully integrated. vbadvanced cmps has no issues doing it right. VB_AREA isnt that its in a "vb area" but that its in a vb-powered page. actual values set to VB_AREA include "forum" and "admin control panel", so "portal" could be acceptable... but simply not using it isnt. |
#81
|
|||
|
|||
Lol, that's funny but thanks anyway for your reply.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|