![]() |
Yeah thanks. I have tried that already. I will go back and mess with it some more tonight. I got close but it didn't work.
It would be cool to have a page that showed the top 10 users with points. :) |
Yep, well, like I said, I'm not good enough for that, but hopefully someone else can give you the solving tip.
|
multiple currencys would be a great feature and ability to swap one for another would be even better...
|
Quote:
Working fine now. Simple and effective. |
Question:
Is it possible to show the points only by the member itself and Moderators ? (Not everyone) |
Does ishop work with VBux? What other cash/points mods does this work with?
|
Any news on an ibproarcade integration?
|
Hi blaine and Armstrong.
This hack very cool. But have some problem.This hack is not log any donation. I want log all of donation bethween members and give for them (at them donation place) histories of all donate. How can i do that? Quote:
|
Where is Blaine?
|
Quote:
|
I wanted to show the icash information in MEMBERINFO template.
I try to cut & paste the same information from Postbit, it's not showing the icash amount. Anyone knows how to do it? |
If you want to show decimal places as in real currency, you need to make one alteration. Remember to do a backup of your table before doing this. I will not be held responsible for any problems. This works on my forums just fine.
Go in to phpmyadmin or however you alter your database and run this query [sql]alter table " . TABLE_PREFIX . "user modify money decimal(15,2);[/sql] If you are running iBank, you will need to run this query as well [sql]alter table " . TABLE_PREFIX . "user modify bankmoney decimal(15,2);[/sql] If you haven't installed this mod yet, this change to the installer should work Find PHP Code:
PHP Code:
|
Thx christian for helping, Marching band and finals are over hopefully I will be able to work on coding once again soon, though rebuilding my site is a priority (that means auction hack soon!)
|
No problem - there's a lot of stuff I'd like to see added, but as I add them (if I have time - and if you haven't already) I'll post them here. Right now, however, my concern is more focused on merging two sites together :P
|
go right ahead, my mods are open to editing by anyone.
|
Quote:
|
Is there an addon to this hack which gives users points for posts made by their referrals.
I also need a page which displays the users with most points. Can anyone help?....needed desperately! |
Quote:
|
Quote:
I guess not then :( |
The second option shouldn't be too hard to do with Logicians Web Templates
I've attached a template for use with Logicians Web Templates which should work with iCash default installation, just import it in to webtemplates This should show the 10 richest and 10 poorest members of you site and should be very easy to change to suit you own requirements |
thank you so much dartho! I'll give it a try tomorrow.
|
I'm getting ready to install this, and was wondering if there was an add-on or something that allowed members to steal points/money from other members?
I'm also looking for a banking system for the points, that would be IBank, correct? I'll search for it as well, but if someone has a handy-dandy link I would be eternally grateful!!! :) |
You mean, this ibank? https://vborg.vbsupport.ru/showthread.php?t=122729
|
Quote:
Thanks - Love ya!!!! |
ICash all installed... IBank all installed.
Both working great! My members are very happy right now to have their points again. Off to look at the store hack I saw listed when I downloaded the IBank! |
My members like to be able to steal points from each other.
I figured if they can put in a negative number, they can effectively steal points. But the hack doesn't allow a negative number to be "donated." Is this an easy fix in the code to allow a negative donation by members and not just admin? |
I think it should be very easy to remove the less than 0 checking and thus allow negative donations. Try editing the donate.php file and search for this:
PHP Code:
Just tested it - works fine. |
dartho - That totally worked by just deleting that line.
THANK YOU!!!!! |
Last question... promise :lol
When people donate points, are those points going from their account to the other person's account? ******** NEVERMIND!! Figured that one out.********* |
OK, with people being able to steal from each other, I want to prevent the balance from going into the negative. How do I do that? I read the thread, and noticed it was asked, but I want to allow my members to negatively donate, but don't want their balance to go below zero. So if one member has 400 points, I don't want someone to be able to "steal" 500 from them and put that person at -100 points.
|
Quote:
PHP Code:
lets call it $theiramount replace it with somthing like PHP Code:
|
Its not working with vBookie, i have changed the "money row" to vbookie_cash.
I have 20 points but its not letting me bet? |
Thank you Blaine!!!
|
hmm, as long as vbookie is working correctly, it should work, the only thing it shares is the same dbfield.
|
Hello Blaine, nice to have you back. :)
I got logging to work with donations, but couldn't figure out how to do this for posts and referrals. I wanted to have one-line log entries that stored the following: - for posts: timestamp, username, post number (I couldn't figure out how to reference this variable in my mod of your code), points given - for referrals: timestamp, username, referral username, points given I need this to be able to detect points fraud, since point on my forum can be redeemed for cash and stuff. Also, did you get to look into the double-credit bug? https://vborg.vbsupport.ru/showpost....&postcount=131 Thanks for your help. |
Hi Armstrong - I have attached an edited version of Blains XML using the code from your original logging post - see attached (search for $logentry = date('Ymd') in the XML to see the logging lines - you can edit the text to suit your own logs.
Just import this new XML and overwrite teh existing - make sure you have a backup etc and know what your current settings etc are! This should add to the log file for all iCash earnings |
I'm trying to install Cloudrunner's paypal donation hack 3.5.0 but it'll require for me to overwrite ICash's donate.php file on my forum's root folder. I cannot let go of ICash so is there any way around this?
|
Quote:
|
@armstrong - The referal one is easy, search for
PHP Code:
PHP Code:
@chkdgate - simply rename the donate.php to something like - cashdonate.php and reapply the postbit edit as per instructions using the new name rather than donate.php |
Quote:
Quote:
|
All times are GMT. The time now is 12:40 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:
|