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.
@ikuro just reimport the XML file and reupload all files..
@whitevans, run the following queries, it will delete everything and start over.
PHP Code:
ALTER TABLE post DROP COLUMN `icash` ALTER TABLE forum DROP COLUMN `icash_prethread` ALTER TABLE forum DROP COLUMN `icash_perreply` ALTER TABLE forum DROP COLUMN `icash_perchar` ALTER TABLE user DROP COLUMN `money`
ALTER TABLE " . TABLE_PREFIX . "post DROP COLUMN `icash` ALTER TABLE " . TABLE_PREFIX . "forum DROP COLUMN `icash_prethread` ALTER TABLE " . TABLE_PREFIX . "forum DROP COLUMN `icash_perreply` ALTER TABLE " . TABLE_PREFIX . "forum DROP COLUMN `icash_perchar` ALTER TABLE " . TABLE_PREFIX . "user DROP COLUMN `money`
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '" . TABLE_PREFIX . "post DROP COLUMN `icash`
ALTER TABLE " . TABLE_PREFIX . "fo' at line 1
No it dosent send a pm.... why would you need that??
@whitevans... run them as seperate queries.
and i forgot to delete table prefixes..
try these
PHP Code:
ALTER TABLE post DROP COLUMN `icash` ALTER TABLE forum DROP COLUMN `icash_prethread` ALTER TABLE forum DROP COLUMN `icash_perreply` ALTER TABLE forum DROP COLUMN `icash_perchar` ALTER TABLE user DROP COLUMN `money`