![]() |
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? |
Quote:
|
Quote:
|
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){ Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] - $vbulletin->GPC['amount'] < 0){ Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] < $vbulletin->GPC['amount'] ){ |
Doh! thanks for pointing that out :)
|
Update: User may donate negative amout to other. Replace
Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] - $vbuletin->GPC['amount'] < 0){ Code:
if ($vbulletin->userinfo[$vbulletin->options['icashf']] < $vbulletin->GPC['amount'] ){ |
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. |
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. |
Please can some one help, I have tried this
https://vborg.vbsupport.ru/showpost....&postcount=914 and the problem is still there :( |
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 |
All times are GMT. The time now is 06:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|