The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ICash, Simple, stand alone point system. Details »» | |||||||||||||||||||||||||||
ICash, Simple, stand alone point system.
Developer Last Online: Jul 2018
Unsupported and Unmaintained. There are better point systems to use!
ICash V2.0.2 Features ----------- +Points in postbit. +Points in profile page. +Donation logs. +Admin donation logs. +Easy admin donate. +Points on registration. +Points for referrers. +Customizable point name. +Customizable file name. +Donation comments. +Dynamic decimal system. +Points per topic creation. +Points per post. +Points per character. +Ability to change money row for easy integration with your favorite hacks. for example, integrating with vbookie is as easy as going into your admin cp and changing money to 'vbookie_cash'. +Mass point giving via ACP. +Set customizable point values per forum. +Points may be taken away on post deletion. +Automatic navbar, memberinfo, and postbit template edits. To install: ------------ Simply upload all files to your forum root directory and import the product file. To update: -------------- Simply reupload all files, overwrite product and revert any templates you may have edited. Show Your Support
|
Comments |
#912
|
|||
|
|||
Is there a way you can manually put in their amount of iCash so we can manually take some away?
I know you can manually donate through the Admin Donate, but can you manually take away too? If so, how? If not, can it be implemented? |
#913
|
||||
|
||||
Yes, that's correct. They were getting points at registration. Thank you very much for checking into this.
|
#914
|
||||
|
||||
Just give the person a negative dollar amount and it'll take it away from them.
|
#915
|
|||
|
|||
New bug: People can send the bigger amount than they have. Ex: A have 1 point on hand, and he can donate to B with amount: 1000; After that, A have -999 points.
Because this code doesn't work: Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] - $vbuletin->GPC['amount'] < 0){ eval(standard_error(fetch_error('error_icash_donthave'))); } Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] - $vbulletin->GPC['amount'] < 0){ eval(standard_error(fetch_error('error_icash_donthave'))); } Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] < $vbulletin->GPC['amount'] ){ eval(standard_error(fetch_error('error_icash_donthave'))); } |
#916
|
||||
|
||||
Doh! thanks for pointing that out
|
#917
|
|||
|
|||
Update: User may donate negative amout to other. Replace
Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] - $vbuletin->GPC['amount'] < 0){ eval(standard_error(fetch_error('error_icash_donthave'))); } Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] < $vbulletin->GPC['amount'] ){ eval(standard_error(fetch_error('error_icash_donthave'))); } if ($vbulletin->GPC['amount'] < 0){ eval(standard_error(fetch_error('error_icash_donthave'))); } |
#918
|
|||
|
|||
Anyone know if Version 1.1.4 of this has been tested and works with older vB version 3.6.5?
Seems like there should also be a admin panel option to just disable member donations to for people who just wish to avoid the potencial exploits all together with this function. |
#919
|
||||
|
||||
Quote:
Maybe wrong thread? I have Icash running at 3.6.8 and in the ACP there is no option to disable member donations. I just deleted the "donate.php" from the forum home directory. And did not at the "donate" line to postbit and postbit-legacy. That works great. |
#920
|
||||
|
||||
Please can some one help, I have tried this
https://vborg.vbsupport.ru/showpost....&postcount=914 and the problem is still there |
#921
|
|||
|
|||
I just installed this along with the latest version of iShop over older versions of iCash & iShop to take advantage of the feature that supposedly removes points when posts are deleted. However, this function does not work for my forum. I tried both "soft-deleting" and "physically removing" posts but the member's amount of points stays the same.
What could be the problem? I am using vB version 3.6.8 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|