vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - ICash, Simple, stand alone point system. (https://vborg.vbsupport.ru/showthread.php?t=119086)

thetradingforum 11-26-2006 07:29 PM

thank you so much dartho! I'll give it a try tomorrow.

Kat-Sybermoms 12-07-2006 06:00 PM

I'm getting ready to install this, and was wondering if there was an add-on or something that allowed members to steal points/money from other members?

I'm also looking for a banking system for the points, that would be IBank, correct? I'll search for it as well, but if someone has a handy-dandy link I would be eternally grateful!!! :)

davidw 12-07-2006 06:02 PM

You mean, this ibank? https://vborg.vbsupport.ru/showthread.php?t=122729

Kat-Sybermoms 12-07-2006 06:20 PM

Quote:

Originally Posted by christianb (Post 1134007)

That's it!

Thanks - Love ya!!!!

Kat-Sybermoms 12-07-2006 07:54 PM

ICash all installed... IBank all installed.

Both working great! My members are very happy right now to have their points again.

Off to look at the store hack I saw listed when I downloaded the IBank!

Kat-Sybermoms 12-07-2006 08:40 PM

My members like to be able to steal points from each other.

I figured if they can put in a negative number, they can effectively steal points. But the hack doesn't allow a negative number to be "donated."

Is this an easy fix in the code to allow a negative donation by members and not just admin?

dartho 12-07-2006 11:08 PM

I think it should be very easy to remove the less than 0 checking and thus allow negative donations. Try editing the donate.php file and search for this:
PHP Code:

      if ($amount || $amount == 0) {
      eval(
standard_error(fetch_error('error_icash_sendmsomthing')));
      } 

and place a double slash ( // )at the start of each of those lines or make a backup of the file first, and then delete those lines.

Just tested it - works fine.

Kat-Sybermoms 12-08-2006 02:38 PM

dartho - That totally worked by just deleting that line.

THANK YOU!!!!!

Kat-Sybermoms 12-08-2006 02:41 PM

Last question... promise :lol

When people donate points, are those points going from their account to the other person's account?

******** NEVERMIND!! Figured that one out.*********

Kat-Sybermoms 12-08-2006 03:45 PM

OK, with people being able to steal from each other, I want to prevent the balance from going into the negative. How do I do that? I read the thread, and noticed it was asked, but I want to allow my members to negatively donate, but don't want their balance to go below zero. So if one member has 400 points, I don't want someone to be able to "steal" 500 from them and put that person at -100 points.


All times are GMT. The time now is 10:13 PM.

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.01771 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete