vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Point Market System 3.1x (https://vborg.vbsupport.ru/showthread.php?t=232676)

Junoliv 05-31-2010 07:59 PM

I installed it bu t for some reason i do not have permission to access it. Please help

FReeSTER 05-31-2010 08:05 PM

is there a way to integrate this with thank you hack and reputation points?

Alien 06-02-2010 12:47 AM

One of my members just reported the following bug...

This is the PM they just received:

Quote:

This is an automatic private message notification generated by the Point Market system. You have been donated a sum of [AMOUNT] by Admin. To view additional information about this transaction, please visit the Donation History page within the Point Market.
Seems a variable isn't being inserted correctly?

Hope that helps...

Edrondol 06-03-2010 02:20 PM

I have a question about stealing.

I know you can change the AMOUNT that can be stolen in the Market Items section of the AdminCP, but can you adjust the success percentage? Like I want it to be a chance thing that when you try and steal you may or may not be successful.

Is this already there and I don't see it?

Edrondol 06-03-2010 04:07 PM

Never mind. It's in the Usergroup Manager menu.

Yellow Slider 06-06-2010 10:58 AM

TheMayhem, as for now there is no Donation support for vBCredits2.

I was using vBCredits in 3.8, I need to upgrade to vB4 and I don't have a credits system that I can use, my board has more them 180K users, and a lot of them are using the points.

can I use your modification as an entire points system? do you have a suggestion for a point system that works with vB4? vBcredits is in beta, but the donations (must important part) isn't ready, and it doesn't seems as it will be in the near future..

Thanks.

Helter 06-06-2010 03:11 PM

Nice work

Skyline_GT 06-06-2010 03:25 PM

Is it possible to convert points from vbplaza to this?

BBF 06-07-2010 04:21 PM

I found a possible SQL injection (market.php?do=cat&id=1')
to fix it, replace:
PHP Code:

if ($_REQUEST['id']) {
    
$id $_REQUEST['id']; 

with:
PHP Code:

if ($_REQUEST['id']) {
    
$id intval($_REQUEST['id']); 

because it have to get only integers. (and then you won't need "addslashes").

Staff note: This is not a SQL injection vulnerability.
@BBF: Please do not post an alleged vulnerability in public, please see our Mod Exploit Guidelines

evangelise 06-09-2010 04:16 AM

Can you delete / remove previous transactions?


All times are GMT. The time now is 09:39 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.02606 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)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
  • (5)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