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.
Invalid SQL:
UPDATE dev_user SET money=money+ WHERE userid='2398';
MySQL Error : 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 'WHERE userid='2398'' at line 1
Error Number : 1064
Date : Monday, June 25th 2007 @ 11:59:31 PM
Script : http://www.simalert.com/dev/newreply...reply&t=245754
Referrer : http://www.simalert.com/dev/newreply...te=1&p=1980791
IP Address : 80.4.20.44
Username : Dave
Classname : vB_Database
Get this error when I hit "submit" after typing a reply. If i hit refresh it goes back to the page with my reply submitted.
Im in the process of restoring my DB to another host but I keep getting the error below
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)
Can someone please confirm when the new version will be ready? And can someone confirm if the version out right now is working fine with 3.6.7 PL
It doesnt work with 3.6.7, you get a database error upon posting..
Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE user SET money=money+ WHERE userid='1';
MySQL Error : 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 'WHERE userid='1'' at line 1
Error Number : 1064
Date : Thursday, June 28th 2007 @ 02:33:17 PM
Script : http://www.forums.easyforumz.com/new...ostthread&f=33
Referrer : http://www.forums.easyforumz.com/new...newthread&f=33
IP Address : 84.66.99.189
Username : EF Matt
Classname : vb_database