Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
User Points in Nigative - Details »»
User Points in Nigative -
Version: , by ForYou ForYou is offline
Developer Last Online: May 2010 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-20-2006 Last Update: Never Installs: 0
 
No support by the author.

Hello ,

There is problem with some users in my forum ,

they have alot of points in the bank some user have 92819.99532 point and the total points is 1999994.33 this points just for example , but the current points is -174.99 , I don't know why this - and the user can't enter the topic and cant view members information there is message told there is no points to do this ,

I hope there is understand and solve the problem ,

Regards

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-21-2006, 05:19 AM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I too had this when a member tired to steal, he lost all his points and could not post anywhere, and lost a lot of permissions on the forum (hes a super MOD) Also i could not see his profile, i got the Not enough points to do tis" as well, why should i get that, i had 500k just in my pocket, not to metion the bank

This does need resolving though as i had to put him back in credit (it was -24567.87) thats just no good at all even a mod or super mod cant even post
Reply With Quote
  #3  
Old 04-21-2006, 02:15 PM
ForYou ForYou is offline
 
Join Date: Nov 2001
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, that was happend with me ,

need help please ,
Reply With Quote
  #4  
Old 04-21-2006, 02:19 PM
wholemama wholemama is offline
 
Join Date: Feb 2006
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're not the only one...I've had this happen 4 times in the last month...

The last time, the person was in the arcade playing, came back to post, and was in the negative.
Reply With Quote
  #5  
Old 04-30-2006, 06:43 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do u have vBookie installed?

I know this issue exists with vBookie. I could probably solve the issue in vBookie by changing the integration hooks to verify the amount will be correct.

But u also say it happened while playing the arcade? Which arcade?

-CMX
Reply With Quote
  #6  
Old 04-30-2006, 06:46 PM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi CMX

Yes we do have vBookie installed!!
Reply With Quote
  #7  
Old 04-30-2006, 06:53 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm gonna look into the vBookie issue soon and see if I can fix it inside of the plugin integration that is included with vbPlaza to download.

-CMX
Reply With Quote
  #8  
Old 05-01-2006, 03:30 AM
tei727's Avatar
tei727 tei727 is offline
 
Join Date: Feb 2006
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's never happened to my people playing the arcade only in VBookie. I thought maybe they didn't have the points withdrawn when they were betting but even when making sure that they have enough points withdrawn from the bank it still happens.
Reply With Quote
  #9  
Old 05-01-2006, 09:07 PM
Hell? Hell? is offline
 
Join Date: Sep 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found duplicated vBookie plugins when I was checking this issue, they where logically withdrawing double amount of points on bets, I just disabled/deleted the duplicates and apparently that fixed it for me.
Reply With Quote
  #10  
Old 05-01-2006, 09:41 PM
tei727's Avatar
tei727 tei727 is offline
 
Join Date: Feb 2006
Posts: 162
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hell?
I found duplicated vBookie plugins when I was checking this issue, they where logically withdrawing double amount of points on bets, I just disabled/deleted the duplicates and apparently that fixed it for me.
I just looked at mine and saw three. Is it supposed to look like this?
I have moved my site twice, I wonder if each time I moved servers it installed the plugin



The last two are identical..Here are three of the take user's cash:
Code:
// take the user's cash
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET vbbux=vbbux-$amount WHERE userid=" . $vbulletin->userinfo['userid']);
$cash = (int)$vbulletin->userinfo['vbbux'];
Code:
// take the user's cash
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET " . $vbulletin->options['vbbux_pointsfield'] . "=" . $vbulletin->options['vbbux_pointsfield'] . "-" . $amount . " WHERE userid=" . $vbulletin->userinfo['userid']);
$cash = (int)$vbulletin->userinfo[$vbulletin->options['vbbux_pointsfield']];
Code:
// take the user's cash
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET " . $vbulletin->options['vbbux_pointsfield'] . "=" . $vbulletin->options['vbbux_pointsfield'] . "-" . $amount . " WHERE userid=" . $vbulletin->userinfo['userid']);
$cash = (int)$vbulletin->userinfo[$vbulletin->options['vbbux_pointsfield']];
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 09:18 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.04595 seconds
  • Memory Usage 2,290KB
  • Queries Executed 23 (?)
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_code
  • (1)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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