![]() |
Updated..
Enjoy! |
Nice! I hope the new version works well
Very quick work! Thank you, Blaine |
No problem, Might want to grab 1.1.1 while your here!
|
I see some guy has a similar error, but maybe its not completely fixed, as I have re downloaded everything and reuploaded and over written, unless there is something for me to do.
Quote:
|
Quote:
What i did is to completely uninstall the product and deleted all the relevant icash files. Then i uploaded all the new files from 1.1.1. I do not know if it is safe to overwrite everything. New Problems discovered: However, i discovered some new problems (or maybe they are not problems afterall). Donate negative amount - Not working (Successfully Donated 0 Points To nickname.) Donate amount less than 1.0 (e.g. 0.5) - Not working (Successfully Donated 0 Points To nickname.) Donate more than 1.0 - Working fine. |
The 'Points negated when deleted.' is also not working well. Does not deduct the correct points when post or thread is deleted.
|
Thanks for the bug reports, ill look into them :)
|
Fixed! update :)
|
Thanks for the quick fix!
Just wondering will my points settings for individual forums or members be reset after installation (overwrite) files/product? |
no they shouldnt.
|
Cool, everything seems to be working perfectly now. Thank you Blaine.
|
Ok, i have tried to upload/overwrite all the files and overwrite the product. Now it's displaying as ICash 1.1.2 under Vbulletin Installed Products.
However, the negative amount donation problem still exists. Any idea which part have i done wrong since TalkBolts mentioned that everything is working perfectly now? I'm still getting "Successfully Donated 0 Points To nickname." I do not dare to uninstall/remove everything and install again because i guess the points settings might be gone after doing that. Please advise. Thank you. :) |
You must have uploaded donate.php incorrectly because it is working fine for me :)
|
Hmm ok. I will take note of it because i've tried uploading in both ascii and binary mode and it's still the same. Perhaps the web server is reading the cached file. I have no idea.
|
Hi,
I have just tried again. I donated -2 and it deducted correctly. "Successfully Donated -2 Points To nickname." I donated -0.50 and it says "Successfully Donated 0 Points To nickname." I donated 0.50 and it says "Successfully Donated 0 Points To nickname." Do you still have this problem? |
ok, so i guess i fixed the negatives but not the decimals... ill look into it.
|
Is there any way to tell who donated money to whom? I think I have some people already trying to job the system by creating new accounts using proxy IP addresses just to get more points, then donating their points to their regular account.
|
I plan on making it so theres an option to pm an admin when somone donates, would that do the job for you?
|
Quote:
|
Ok, I found a bug. A bad one.
If a user has zero posts, but has points, that user can donate the points to someone esle with out losing any points. They can give the same points over and over repeatedly basicaly creating an unlimited supply of points for whoever they want to give points to. Blaine, if you need any help testing any fixes for this, please let me know. |
Leave it to the users on my forum to try everything possible to cheat the system. :mad:
Is there any way to disable the abiltiy of users to donate money to each other? |
Delete your donate.php file :)
How exactly are they cheating the system? |
Quote:
The zero post user will repeatedly give the points to another user as to create a virtually unlimited supply of points. |
Quote:
Suppose something goes wrong and users lose all their points. I would like to request a possibility, to give users their points back related to their postcount. F.e. If they have a postcount of 25 posts, they get 25 times a configurable amount of points back, if all points are lost in de database, by running some option in the ACP. I don't know if such thing can be made related to the forums, so they won't get points for forumparts which do not give points, but maybe something like that is possible to build related to the search index or something like that, I don't know. Personally I would already be happy with a kind of point restore options f.e. via the postcount. |
i Could do something like that, it would be hard to do it using points per character though.
|
That would be difficult indeed, but it would already be nice if there was some kind of restore possibility. Points per new thread/per reply would be a nice start.:)
|
Can you describe the referral system in regards to your software?
I am wondering how automatic it would be for a referrer to get credits for bringing in new members and also how they can exchange those credits for services. Thanks |
Blaine, any ideas about this bug that allows users to cheat the system?
|
Blaine, are you at least able to reproduce this problem?
|
ill look into it, your giving it to the users upon registration?
|
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 11:34 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|