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.
I ahve a few questions:
Where are the logs?
Can I add more than 1 transaction at a time to the log?
Where do I set my points per post per forum permissions?
I am getting this error in installing many mods even while installing icash.
my vb version is 3.6.4
Please help me out here.
Quote:
A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:
Ok I?ve connected everything with ibProArcade and it work great. But I have a question. Can I let the guests play at the arcade? Because when they play it says ?you don?t have enough
money?
Any ways to give guests some money or buypass the plugin?
The plugin looks like this.
PHP Code:
$amount = '1';
if (($vbulletin->userinfo[$vbulletin->options['icashf']] - $amount) < 0) {
eval(standard_error(fetch_error('error_cash_arcade')));
}
$vbulletin->db->query("update " . TABLE_PREFIX . "user set {$vbulletin->options['icashf']}={$vbulletin->options['icashf']}-'{$amount}' where userid='{$vbulletin->userinfo['userid']}'");
Can you suggest me a conditional too ignore the plugin if ?guest? ?
I am getting the database errors when people post.... the exact error is described on the page before this... just curious if anyone has found a fix.... I have tried re-uploading the product file a few times, but still getting the errors.
I fixed it. I just edited all the forums and re-inputted the amounts given per post....
Database error in vBulletin 3.6.7:
Invalid SQL:
UPDATE vB_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 : Sunday, May 27th 2007 @ 01:11:00 PM
Script : http://**************.net/*******************/newthread.php?do=postthread&f=2
Referrer : http://**************.net/*******************/newthread.php?do=newthread&f=2
IP Address : **.**.**.***
Username : Pc1203
Classname : vB_Database
I edited out my test board URL + My IP Address.
Same Problem Above ^^
[EDIT] Works now. All I did was re-upload the product file. The only thing is that I don't get any points for each thread. [/EDIT]
I'm getting this same error, tried the 'fix' you posted, and i'm still recieving the error, can anyone else help please? i'm using vbulletin 3.6.7 PL1