Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ICash, Simple stand-alone point system. Details »»
ICash, Simple stand-alone point system.
Version: 2.0.3, by Blaine0002 Blaine0002 is offline
Developer Last Online: Jul 2018 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.5 Rating:
Released: 12-22-2007 Last Update: 12-28-2007 Installs: 111
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.

Comments
  #102  
Old 07-20-2008, 04:44 PM
db90 db90 is offline
 
Join Date: Jul 2008
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to get points for ibProArcade v2.6.6+ and vBulletin blog system to get points?
Reply With Quote
  #103  
Old 07-21-2008, 03:25 PM
kotlt99 kotlt99 is offline
 
Join Date: Aug 2006
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cant fix the item at the place where owner want :|
It is always switched between items
Reply With Quote
  #104  
Old 07-22-2008, 11:30 AM
gorentals gorentals is offline
 
Join Date: May 2008
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I use this mod, and its good. Used it with Ishop, but Ishop doesn't work good under 3.7. Switched to Vbexperience. Does Icash work with Vbexperience? Anyone get that to work?
Reply With Quote
  #105  
Old 07-26-2008, 02:51 PM
Bl4z3 Bl4z3 is offline
 
Join Date: Oct 2007
Location: /dev/null
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dan Burtan View Post
I downloaded the iCash mod, and somehow the points keep getting restarted on this new skin I've installed. I don't think I have any scheduled tasks or cron jobs but somehow around midnight or later my icash/Fpoints reset and start at 0.

My domain is forumpeers.com
What is the fix or what must I do?
That's happening with me as well.
Users have to bank their points to stop them losing them at a specified time/when they log off.

Can someone help out with this?

http://www.converseboards.com/icash-...-dropping.html
Reply With Quote
  #106  
Old 08-03-2008, 01:36 AM
siveriano siveriano is offline
 
Join Date: Aug 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello everyone this is my first post, im getting this error when someone make a thread

Code:
Database error in vBulletin 3.7.2:

Invalid SQL:

        UPDATE user
        SET ICash = ICash +1
        WHERE userid = 1;

MySQL Error   : Unknown column 'ICash' in 'field list'
Error Number  : 1054
Request Date  : Saturday, August 2nd 2008 @ 09:33:54 PM
Error Date    : Saturday, August 2nd 2008 @ 09:33:54 PM
Script        : http://www.calnht.com/forums/newreply.php?do=postreply&t=1
Referrer      : http://www.calnht.com/forums/newreply.php?do=newreply&noquote=1&p=4
IP Address    : 98.208.202.188
Username      : Biscuit
Classname     : vB_Database
MySQL Version : 5.0.51a-community-log
nvm fixed lol. cool mod there man thank you.
Reply With Quote
  #107  
Old 08-03-2008, 03:50 AM
ShawneyJ's Avatar
ShawneyJ ShawneyJ is offline
 
Join Date: Jul 2006
Location: Australia
Posts: 1,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bl4z3 View Post
That's happening with me as well.
Users have to bank their points to stop them losing them at a specified time/when they log off.

Can someone help out with this?

http://www.converseboards.com/icash-...-dropping.html
mmm yeah i noticed the same.
Reply With Quote
  #108  
Old 08-14-2008, 11:37 AM
eurosoft eurosoft is offline
 
Join Date: Aug 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

User name with space can not get points. Point raised by two members already. Forgive me but this is a serious error and my users are angry over it.

Solution to Problem
Spaces in User Name

Goto Plugins & Products>Plugin Manager>Plugin System>ICash>ICash Postbit Edit>Edit

Find
PHP Code:
'?' $session[sessionurl] . 'do=donate&to=' .  $post[username] . '> Donate </a>';

Replace with
PHP Code:
'?' $session[sessionurl] . 'do=donate&to=' urlencode(  $post[username]) . '> Donate </a>';

Save the File and you are ready to go.

Note:- We have used urlencode to correctly encode string. This would convert space to URL equivalent values and PHP string joining routine would handle it correctly.

Please Do it at your own risk. I do not work in insurance company
Reply With Quote
  #109  
Old 08-20-2008, 03:28 PM
luket79 luket79 is offline
 
Join Date: May 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way to see the users with the most cash? Im trying to use this for a contest.
Reply With Quote
  #110  
Old 08-21-2008, 08:17 AM
Scamorz Scamorz is offline
 
Join Date: Oct 2006
Posts: 44
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Error when i try to upload the product:

Database error in vBulletin 3.7.0:

Invalid SQL:
ALTER TABLE vb_user ADD COLUMN money decimal(15,2) DEFAULT '0' NOT NULL;

MySQL Error : Duplicate column name 'money'
Error Number : 1060
Request Date : Thursday, August 21st 2008 @ 11:02:54 AM
Error Date : Thursday, August 21st 2008 @ 11:02:54 AM
Script : http://www.****/forum/admincp/plugin...=productimport
Referrer : http://www.****/forum/admincp/plugin.php?do=productadd
IP Address : ****
Username : ****
Classname : vB_Database
MySQL Version : 5.0.37-standard
Reply With Quote
  #111  
Old 08-30-2008, 09:48 AM
Jaiibee's Avatar
Jaiibee Jaiibee is offline
 
Join Date: Sep 2007
Location: Australia
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, this is the most BLATANT error...
MySQL Error : Duplicate column name 'money'

This fix will make your forum go down, so dw if it does.
What you need to do, is go to any other product Blaine has made, and find where it asks for the coloumn your points are contained in.
Its default is "Money", now change that rows name to "money1" without the quotes.

Go to your cpanel, go to your phpmyadmin, go to the database your vbulletin information is in, go to your user table, find the column named "money" and click the little pencil icon, then change its name to "money1" without the quotes.

Ok, now your forum should be back up and running.. install icash and it should all be good.
If you want, go back to the mods options where you changed the original "money" and change "money1" back to "money", and go back to your SQL and delete the row "money1".

That should make both mods use the same row.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05141 seconds
  • Memory Usage 2,318KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete