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.
he means if you have points per character enabled on a website, a user can simply post spam "ghfdegsuthytgfhG" to rake up a million points, then once he posted the topic he can edit it to a real topic to avoid being banned for spam.
Would this hack work for say " I need postings in forums, so I can give entries for a contest or points which can be used as entries into a monthly contest?...or do they have a hack for this?
No one seemed to answer the question of What do I do if users aren't being given points at all? The info is in the postbit, all the settings are correct, but the points aren't being given.
I also need to integrate this with vcash and vbookie
Curious - is this happening to any users that have come to your board since you installed the hack originally? If so, you are most likely seeing the same issue I am. I have to run an UPDATE query something like
Code:
UPDATE vb_user SET 'money' = 0.00 WHERE 'money' IS LIKE 'NULL';
- I'm guessing off the top of my head, but I have to do this ever so often or the new users don't get anything.
When I installed the hack, all users had money set to 0 (then I did the decimal thing - that's separate), then any new users were set to NULL. So, I had to run the UPDATE so that the new users would change the NULL values to the 0 value (or whatever I chose). Ever so often, I run the update so that all new users (since the last UPDATE) can have "points" added.