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 know this has been asked a lot of times but the search function isn't working probably (searching for 3.6 is probably not enough characters). I am upgrading my forum from 3.5 to 3.6 and installing a whole new layout but I've got a problem when installing iCash. Installing goes like normal but when I want to post a new thread it gives a database error. I can remember reading about this somewhere along the 44 pages so I guess/hope there is a simple solution for this...
Could anyone point me to the right page/post? Many thanks in advance!
*edit*
Quote:
Okay, im working on fixing some issues, i currently know of the Duplicate post issue in 3.6.5 and am putting all efforts into fixing this.
I've noticed this post after I replied but is there any update on this? Post is from somewhere halfway April!? I'm using 3.6.5 but I guess besides my mysql error there is also a duplicate post issue.
Dam, you are one up on me, don't have the high score one yet. Took awhile to figure out how to get it to charge cash when a game was opened in a new window.
Ah oke, then you already have something I don't have.
For the all-time-highscore, it's about the same as when starting a game, only the use the highscore hook and set it up that people get + amount when reaching a all time topscore.
Maybe you can tell me how to charge the game when it's opened in a new window?
Ah oke, then you already have something I don't have.
For the all-time-highscore, it's about the same as when starting a game, only the use the highscore hook and set it up that people get + amount when reaching a all time topscore.
Maybe you can tell me how to charge the game when it's opened in a new window?
So with the all time score is it so when a person gets top score in say Snake, they get what ever you have set for the price? If it is I will have to search for this in this thread.
I used the same same code that was in post 392? by Blaine0002 but just make a different plug in called ibproarcade_play_game_popup so it charges for games opened in a new window.
It worked for me.
So with the all time score is it so when a person gets top score in say Snake, they get what ever you have set for the price? If it is I will have to search for this in this thread.
Yes that is correct. The way to do this I've found in this thread too. It's just 1 page before posting #392, depending on how you have the pages set.
I Just took over the example and that worked it's in post #390.
Quote:
just make a different plug in called ibproarcade_play_game_popup
Cool. Which code did you put in there to have Icash recognize it's the "new window" version of the game and not the normal version?
I went through 20 pages of the forum looking for assistance but couldn't find any assistance.
I got the error by email:
Quote:
Database error in vBulletin 3.6.5:
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 : Saturday, May 5th 2007 @ 11:09:00 AM
Script : http://www.hborea.us/forums/newreply...streply&t=1254
Referrer : http://www.hborea.us/forums/showthread.php?t=1254
IP Address : 86.155.241.104
Username : [Hborea]Spaceman
Classname : vb_database
I think it happened when I added a post of 10 characters, it didn't add to points, I deleted it, then got the above.
Also, if I make a post, and delete it, the points are deducted.
Anyone know why to the above 2?
Apologies if this had been answered in pages 21 to the end, eyes started going funny reading all the posts, and need to get some food.
Cheers.
PS. Thanks for the mod, by the way. Wanted to install a points mod, and this seemed to be the best available.
Dam, you are one up on me, don't have the high score one yet. Took awhile to figure out how to get it to charge cash when a game was opened in a new window.
@4newbies - nothing yet so have fun doing your forums. I dont know about the cap as I dont use that.
Can you explain how i can give the User Points for getting a highscore ?
And.. i want to display the points under the PN Info in the Navbar.. but $post[money] doesn't work :\
Can you explain how i can give the User Points for getting a highscore ?
Look in this thread, postnumber #390, it's explained in there.
@Spaceman33
Quote:
UPDATE vb_user SET money=money+ WHERE userid='1';
I thing there is missing the amount here. Set money=money+.... should this not be money+5 or something like that?
However I don't know what's causing this so hopefully Blaine0002 can help you here.