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

 
 
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.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
  #562  
Old 04-03-2007, 03:04 PM
dale sr dale sr is offline
 
Join Date: Apr 2004
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great hack!!
I've succesfully installed ICash and Vbookie and converted all points to vbuck, I still get a value of :0.00 for Icash that I'm trying to remove.
Any suggestions?
Reply With Quote
  #563  
Old 04-03-2007, 03:13 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where do you get that value? Did you remove the lines in postbit / postbit-legacy?
Why having vbuck when using icash? Aren't they bot cash systems?
Reply With Quote
  #564  
Old 04-03-2007, 04:11 PM
dale sr dale sr is offline
 
Join Date: Apr 2004
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

postbit did it.......thx
Reply With Quote
  #565  
Old 04-03-2007, 07:57 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Remember to click install
Reply With Quote
  #566  
Old 04-03-2007, 11:25 PM
auctionguy auctionguy is offline
 
Join Date: Mar 2007
Location: USA
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you access the donation log? I love this system but does it integrate with ibPro Arcade in 3.6.5? if so, will there ever be an automated way to sell cash points to people via Pay Pal??

I am actually testing the I-cash on devhunters.com , a new site that I am just trying to figure out the best way to sell points to customers before I officially launch!! that is all I need for that site for now until there are some cool store addons or features down the road!

I actually installed VBay and Ibpro arcade on yobux.com in which I was considering the nexia's point system because of an addon to integrate with it coming out soon but it would be nice to possibly integrate the I-Cash and then figure out a bank or a Pay Pal Point Dispenser. Hmmmmm. decisions, decisions!!!

Can you offer me some advice on my new sites Blaine??

Any advice from anyone would be well appreciated on this as well!!!!!
Reply With Quote
  #567  
Old 04-04-2007, 02:14 AM
Replicators's Avatar
Replicators Replicators is offline
 
Join Date: Jul 2005
Location: Jamestown, NY
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wanna be able to move the postbit cash display, but instead of on the postbit, i want it under the pm box in the navbar. I know in order to do this you need to make the money value to be a global variable or something like that.

For example.. I added the postbit code I renamed money to StarCredz, and i already knew the value wouldn't show.

Could you give me instructions on how to make it show up? I would rather have it here, than in the postbit.
Reply With Quote
  #568  
Old 04-05-2007, 10:39 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got a little problem with postnr. #392.

Installed like explained and is working but if somebody has no money it says this:
Could not find phrase 'arcade_nomoney'.

Made a new phrase, have choosen phrasetype Global and product Ibpro-arcade. Also have tried to use product icash, but every time this message comes back.

Then I tried the same but with phrase type "plugin system" and both ibpro arcade and icash, same problem.

Could it be this? In the help of vbulletin it says:
Quote:
To call the phrase from the templates, use
$vbphrase[variablename]
But in post #392 it's done like this:
Quote:
eval(standard_error(fetch_error('your_error')));
I changed your_error with arcade_nomoney

What is going wrong? Is this a problem or did I do something wrong?
Reply With Quote
  #569  
Old 04-06-2007, 12:44 AM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Black Tiger View Post
I've got a little problem with postnr. #392.

Installed like explained and is working but if somebody has no money it says this:
Could not find phrase 'arcade_nomoney'.

Made a new phrase, have choosen phrasetype Global and product Ibpro-arcade. Also have tried to use product icash, but every time this message comes back.

Then I tried the same but with phrase type "plugin system" and both ibpro arcade and icash, same problem.

Could it be this? In the help of vbulletin it says:


But in post #392 it's done like this:


I changed your_error with arcade_nomoney

What is going wrong? Is this a problem or did I do something wrong?
The phrase needs to go under standard error not global
Reply With Quote
  #570  
Old 04-06-2007, 06:45 AM
ktutorials ktutorials is offline
 
Join Date: Mar 2007
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it work with vB3.6.5
Reply With Quote
  #571  
Old 04-06-2007, 03:01 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Sinisterplain: Thanks!!!
Reply With Quote
 


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 06:07 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05397 seconds
  • Memory Usage 2,308KB
  • 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
  • (3)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