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.
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'mytableprefix_forums.users' doesn't exist
Im in the process of restoring my DB to another host but I keep getting the error below
Quote:
Error
SQL query:
--
-- Dumping data for table `holiday`
--
--
-- Table structure for table `icash_donations`
--
CREATE TABLE icash_donations(
id int( 11 ) NOT NULL AUTO_INCREMENT ,
FROM text NOT NULL ,
TO text NOT NULL , I get an error icon on this line
amount int( 11 ) NOT NULL default '0',
time text NOT NULL ,
PRIMARY KEY ( id )
) TYPE = MYISAM ;
MySQL said:
#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 'from text NOT NULL,
to text NOT NULL,
amount int(11) NOT NULL default '0',
' at line 3
The import works fine if I remove the icash bits from the .sql file
Code:
CREATE TABLE icash_donations (
id int(11) NOT NULL auto_increment,
from text NOT NULL,
to text NOT NULL,
amount int(11) NOT NULL default '0',
time text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM;
--
-- Dumping data for table `icash_donations`
--
INSERT INTO icash_donations VALUES (1,'TheGuru','kazthorn',5,'{time()}');
I therefore guess that the error is in the code above. (Created by the icash mod)
Good deal. Another potential problem is that if a member copies something long then deletes it, they do not lose their money. If they do this a few times, they can end up with alot of money with very few posts.
One more thing, lol. A problem you hopefully can help me with. I have an admin. Whose money is going up more then I think it should. I might be wrong, so I need to know for sure before accusing this person. Is there any way to find out if this person is bumping up their own money, or at least a way to turn the ability for admin. To donate off and on? I really love this mod, just if people can find a way to cheat, they will...