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

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.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
  #1082  
Old 02-01-2008, 03:33 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't enabled user notes for users, I don't see anything about Icash in the user notes section.

However when I enable the postbit edit, it will be displayed in postbit. I use postbit_legacy (profile left of posts) on my forum. I can't tell if it also works if you use the normal postbit (profile above the posts) on your forums. Or the other way around I always confuse postbit and postbit_legacy.
Reply With Quote
  #1083  
Old 02-02-2008, 11:31 AM
kiennt718 kiennt718 is offline
 
Join Date: Oct 2007
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pls help with Unicode usernam or username contain space

I'm running a vbbuletin in Vietnamese, where user registered with Vietnamese names like "quế anh" and it make me troubles sending money to those users.

The postbit intergration does wrong way like:

"http://forum.vietpet.com/icash.php?do=donate&to=qu?"

Pls help to fix this

Thank you so much
Reply With Quote
  #1084  
Old 02-07-2008, 11:41 AM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vinyljunky View Post
Hello

Im running VB 3.6.8 PL2

I was running iCash 1.1.2

Ive upgraded to ICash2.0.3-vb3.6 by doing the following:
- removed template edits entered for iCash 1.1.2
- Uploaded files
- Import ICash2.0.3-vb3.6 and set to overwrite (Ive done this twice)

All seems to be ok but iCash isnt displayed in Postbit (Ive tried enabling/disabling iCash and the auto template options)

Any ideas?

Thanks :up:

VinylJunky

PS I added the Postbit stuff back in, it displays text but no amounts
Can anybody help me get iCash to display the users amount in Postbit ?

I have exhausted my knowledge and my users are asking me to fix it :erm:

Thanks in advance

VinylJunky
Reply With Quote
  #1085  
Old 02-07-2008, 02:10 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Can anybody help me get iCash to display the users amount in Postbit ?
You could always edit the template to get it displayed in postbit.
Download version 1.1.2 but don't install it, just use the readme. In the readme of that one, it's described how to adjust the postbit and postbit legacy templates to display the icash amount.
Reply With Quote
  #1086  
Old 02-11-2008, 08:00 AM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Black Tiger View Post
You could always edit the template to get it displayed in postbit.
Download version 1.1.2 but don't install it, just use the readme. In the readme of that one, it's described how to adjust the postbit and postbit legacy templates to display the icash amount.

The syntax doesnt seem to work, I guess its changed between versions.

Postbit code from 1.1.2:
Code:
$vboptions[icashn]: $post[money]
 <br>
 <a href="donate.php?$session[sessionurl]to=$post[username]">Award Tokens</a>

The above code sends me to
Code:
http://www.mysitezzx.com/forum/donate.php?to=Mike
And Displays the Error

You may delete donate.php, please change your link to icash.php?do=donate OR icash.php?
I realise that I need to change the postbit code but Im not sure what it should be

Can anybody help

Thanks

VinylJunky
Reply With Quote
  #1087  
Old 02-11-2008, 12:46 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's this line which display's the users amount in postbit:
Code:
$vboptions[icashn]: $post[money]
I've put this in the postbit template and postbit_legacy template and works fine for me. In 3.6.8 and also in 3.7 beta 4. It displays the amount of money a user has.
Reply With Quote
  #1088  
Old 02-11-2008, 01:24 PM
Vinyljunky's Avatar
Vinyljunky Vinyljunky is offline
 
Join Date: Feb 2007
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Black Tiger View Post
It's this line which display's the users amount in postbit:
Code:
$vboptions[icashn]: $post[money]
I've put this in the postbit template and postbit_legacy template and works fine for me. In 3.6.8 and also in 3.7 beta 4. It displays the amount of money a user has.
I have the display money working ok :up:

Its the donate code that Im having problems with
Code:
<a href="donate.php?$session[sessionurl]to=$post[username]">Donate</a>
What code do you have?

Thanks

VinylJunky
Reply With Quote
  #1089  
Old 02-18-2008, 02:43 AM
Artificial_Alex Artificial_Alex is offline
 
Join Date: Nov 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For some reason, at random times all of my members money using this system gets wiped. Back to 0. I wrote a custom script to restore their right amounts, but i have to find the reason its getting wiped and resolve it. I looked at schedule task manager, nothing is interupting with it. Does anybody have any suggestions, since thid modification is a driving force behind my board's activity.
Reply With Quote
  #1090  
Old 02-18-2008, 12:39 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Vinyljunkie: The donate code worked fine for me, I also used that one, but I've taken it out because I gave a user a few thousend credits for fun and then he went donating them to others. So I've taken the donate function out.
Users earn credits for posting and replying on my forums. They aren't worth anything but they can use them to play the arcade and play in the casino etc.

@Artificial Alex:
Quote:
but i have to find the reason its getting wiped and resolve it.
Read the thread. It's a bug in Icash. When somebody (anybody with rights to delete a thread) delete a thread, all users cash will get wiped.
Quote:
I wrote a custom script to restore their right amounts,
Could you share that with us? Because I didn't even know there was a place were the old amount of data get's stored and is kept when their amount is wiped.
Reply With Quote
  #1091  
Old 02-23-2008, 08:00 PM
MrSafe MrSafe is offline
 
Join Date: Jan 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We have quite a big problem with this. It keeps giving users 1 point. We have forums here: www.italkcash.com/forum
For some reason users keep getting one point even if we disabled EVERYTHING that can give 1 point. Can someone help us out?
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 11:13 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.08856 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
  • (5)bbcode_code
  • (6)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
  • (3)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