The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ICash, Simple, stand alone point system. Details »» | |||||||||||||||||||||||||||
ICash, Simple, stand alone point system.
Developer Last Online: Jul 2018
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
|
Comments |
#102
|
||||
|
||||
Blaine, can you make it to where it displays a message right after you post, telling you how much you just earned?
|
#103
|
|||
|
|||
How can I had the points to the members list page?
|
#104
|
|||
|
|||
VERY nice plugin!
I installed vBux and vBPlaza yesterday, and today, I was already sick of all of the pointless features and store items, and the many messed up templates. So, I tried out iCash, and IMO it's a lot better- it doesn't keep my users from posting, but it lets them enjoy a simple, subtle points system! Great work- I'm looking forward to more ways of acquiring points in the future. |
#105
|
||||
|
||||
This sounds pretty sweet man. VBPlaza is all bells and whistles to me. (no offense Plaza). I was just looking for the meat and potatoes.
Thanks..... INSTALLED |
#106
|
|||
|
|||
Hi blaine. I modified your xml to log all points earned. For points earned for posting a response, I added this part:
Code:
$nplogentry = date('Ymd') . ' ' . strftime('%T') . ' response ' . $vbulletin->options['ppr'] . ' ' . $vbulletin->options['icashf'] . ' ' . $vbulletin->userinfo['username']; $npearnlog = fopen('../../noypisoearnlog.txt','a') or die("can't open cashlog: $php_errormsg"); fwrite($npearnlog, $nplogentry . "\r\n"); fflush($npearnlog); fclose($npearnlog) or die ($php_errormsg); |
#107
|
||||
|
||||
Away on vacation, have absolutely NO resources to work with, should be back within 5 days or so. And I am also adding a banking system (as a seperate addon of course) . Cyaz.
|
#108
|
||||
|
||||
Enjoy your vacation man. Just know that once you get back and have the banking system ready, this thread is going to blow up! Awesome add-on!
|
#109
|
|||
|
|||
Gang - can someone give me a pointer on how to get the icash info (as displayed in postbit) to appear in the user's profile? I tried putting that same information underneath the referral information but the points themselves don't show up in there. Thanks!
|
#110
|
||||
|
||||
I think that Blaine is working on that. Give him some time because he's bound to release some much anticipated add-ons.
|
#111
|
||||
|
||||
I am super new to this and have downloaded and partially (I assume) installed the Icash.
The points show up on the post bit and are awarded properly, but when I click donate I get The page cannot be found, so I know I haven't totally installed it yet. Can someone please tell me where to install the other files? Thanks in advance |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|