Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
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.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.

Comments
  #1042  
Old 12-30-2007, 06:17 PM
rcwild rcwild is offline
 
Join Date: Mar 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Encountered another odd little quark ...

We're running Subdreamer CMS with a fixed-width skin. Our vBulletin forum uses the same skin. The skin has navigation tabs at the top of the page. Mouse-over on some of the tabs exposes sub-categories.

http://www.canyoneering.net/forums

When I am in the main forums page, the mouse-over works fine. When I am in the ICash page, subcategories under the tabs labeled "Programs" and "Resources" overlap. Same behavior in Safari and Firefox.

Assuming this is some kind of table issue. Is it fixable?
Reply With Quote
  #1043  
Old 12-30-2007, 06:31 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It should be fixable, is it only producing that bug on the icash page? is it doing it on any other pages?
Reply With Quote
  #1044  
Old 12-30-2007, 06:38 PM
rcwild rcwild is offline
 
Join Date: Mar 2004
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Blaine0002 View Post
It should be fixable, is it only producing that bug on the icash page? is it doing it on any other pages?
I've been checking it on every other page on the site and it is only happening on the ICash page.
Reply With Quote
  #1045  
Old 12-31-2007, 04:03 AM
PurpleButterfly's Avatar
PurpleButterfly PurpleButterfly is offline
 
Join Date: Sep 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uploaded & overwrote all the files, but can't import the new product, I get a database error. I've tried overwriting and also uninstalling the old product/uploading fresh, but both result in the same database error. I have no idea how/where to access SQL or even exactly what to do once I get there...please help!

PHP Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
ALTER TABLE `usergroup`
ADD icashpermissions INT10 UNSIGNED NOT NULL DEFAULT '7';
MySQL Error  Duplicate column name 'icashpermissions'
Error Number 1060 
Reply With Quote
  #1046  
Old 12-31-2007, 04:41 AM
McCarroll21 McCarroll21 is offline
 
Join Date: Sep 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay, I have a previous version of this installed on another message board, but I was wondering what I need to enter to get the following to appear correctly.

It's basically the same thing you enter in your phrase for the postbit edit, but I want to do my own edits and can't find out what to enter.

I'm looking for the phrase for cash in hand. It used to be $post[money], now it appears to be $userinfo[$moneyfield]. However, when I put that in, the decimals do not show.

I'm trying to us it with vBookie by setting the money rows to 'vbookie_cash' as it says in the first post. Could this be causing the decimal problem?

Also, trying to work around that, I entered 0 for the amount of decimals to show and it showed the decimal but no numbers after it. Like, it would say '500.' instead of showing '500' as it should have.
Reply With Quote
  #1047  
Old 12-31-2007, 10:57 AM
joellus joellus is offline
 
Join Date: Oct 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi i have a problem, when a mod or admin, or user self delete a posting, this error comes!

Datenbankfehler in vBulletin 3.6.8:

Invalid SQL:

UPDATE bbuser AS user
SET user.money = user.money -
(
SELECT SUM(post.icash)
FROM bbpost AS post
WHERE post.postid = 233514 AND post.userid = user.userid
) WHERE user.userid = 3748;

MySQL-Fehler : 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 'SELECT SUM(post.icash)
FROM bbpost AS post
WHERE post
Fehler-Nr. : 1064
Datum : Monday, December 31st 2007 @ 01:28:21 PM
Skript : http://www.***************.net/inlin...postids=233514
Referrer : http://www.***************.net/inlin...eadid=15602&p=
IP-Adresse : ***************
Benutzername : ***************
Klassenname : vb_database

what can i do?

thanks!
Reply With Quote
  #1048  
Old 12-31-2007, 11:08 AM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all go into phpmyadmin and check to make sure an 'icash' row exists in the table post.
Reply With Quote
  #1049  
Old 12-31-2007, 12:38 PM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way you can put the ICash-Donate underneith the rep power on the post bit? Thanks.
Reply With Quote
  #1050  
Old 01-01-2008, 04:26 PM
PurpleButterfly's Avatar
PurpleButterfly PurpleButterfly is offline
 
Join Date: Sep 2007
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PurpleButterfly View Post
I uploaded & overwrote all the files, but can't import the new product, I get a database error. I've tried overwriting and also uninstalling the old product/uploading fresh, but both result in the same database error. I have no idea how/where to access SQL or even exactly what to do once I get there...please help!


PHP Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
ALTER TABLE `usergroup`
ADD icashpermissions INT10 UNSIGNED NOT NULL DEFAULT '7';
MySQL Error  Duplicate column name 'icashpermissions'
Error Number 1060 
Btw, this refers to our upgrade to 2.03. vb3.6 (running 3.6.8 forum).

We LOVE our IShop and can't live without it now! The donate items function no longer works since I can't import the new ICash product (I've even tried using the older versions). I've tripled checked all file uploads and everything I can think of, but just don't have the knowledge to fix this by myself. TIA for any help!
Reply With Quote
  #1051  
Old 01-03-2008, 05:36 PM
ctfortner ctfortner is offline
 
Join Date: Nov 2007
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great mod. one question. is there any way to run a report or something like for points per user during a week, or month etc... I ask because my site currently has active posters, but there is no "contest" at the moment. but the current users are building points. if i start a contest a week from now that the most points for the month etc.., i wont be able to tell which points are old and which are new for the contest. hope that makes sense.

my contest would be something like most points in the month of february wins blah blah blah... is there a way i can say show me total points for this time period?
Reply With Quote
Reply

Thread Tools

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 09:20 AM.


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.05239 seconds
  • Memory Usage 2,321KB
  • 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
  • (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
  • (4)pagenav_pagelinkrel
  • (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