Version: 2.0.3, by Blaine0002
Developer Last Online: Jul 2018
Category: Major Additions -
Version: 3.6.8
Rating:
Released: 06-19-2006
Last Update: 12-28-2007
Installs: 316
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage
No support by the author.
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
This modification may not be copied, reproduced or published elsewhere without author's permission.
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
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
Auction Hack? I've been toying with attempting to make a single bid auction hack, the format is: as a seller, you put in a start price and a reserve price, every hour (or x hours), the start price drops by y dollars. First bid wins the item. If no bids when it hits the reserve, the auction ends with no sale. No snipes, no tricks, no fake bids to up the price.
Auction Hack? I've been toying with attempting to make a single bid auction hack, the format is: as a seller, you put in a start price and a reserve price, every hour (or x hours), the start price drops by y dollars. First bid wins the item. If no bids when it hits the reserve, the auction ends with no sale. No snipes, no tricks, no fake bids to up the price.
I see what you mean with this, but i believe if there are not many users on the website, the seller can get screwed over on this. If we can get in contact maybe we could join forces on this.