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)

TheMayhem 05-28-2010 04:34 AM

Quote:

Originally Posted by GONUMBER6 (Post 2044156)
This may be a silly question- but how does a user earn the points?



So can this system be intergrated with vbactivity?

https://vborg.vbsupport.ru/showthrea...ghlight=points

I'm still testing vbactivity functionality with it; however, some users have reported that they got it to work and on my forum using the beta version I'm developing I haven't had any issues at all. Upon the next release I'll officially add vbactivity to the list of mods that it is integrateable with. :)

Quote:

Originally Posted by GONUMBER6 (Post 2044288)
Is there anything I will need to do to get it to work or will it work automatically? TY :)

After you install it, all you need to do is update the Usergroup Permissions and edit the Point Market Settings. The most important setting you need to edit is the Points Field and Points Field Name. Once those settings are complete, the mod will work. Without those settings being edited, the mod will not allow users to use it nor will it allow users to access it until the Usergroups have been given proper access the Point Market has been turned on.

mmacrypt 05-28-2010 06:23 AM

sorry but uninstalled, not quite what I'm after right now.

GONUMBER6 05-28-2010 01:15 PM

Okay great, thank you! Fine tuning it right now, looks like it will be a fun modification. Working with vbActivity without any hiccups so far.

ForenOpfer 05-28-2010 03:37 PM

Very nice job, TheMaylem, very very cool (;

Is there any chance to get a german phrases file for it? It would be great ^^

ForenOpfer

TheMayhem 05-28-2010 03:55 PM

Quote:

Originally Posted by GONUMBER6 (Post 2044616)
Okay great, thank you! Fine tuning it right now, looks like it will be a fun modification. Working with vbActivity without any hiccups so far.

What did you use for the user table or points field with vbactivity so people who want to use it now can in the future?

Veer 05-28-2010 08:10 PM

Quote:

Originally Posted by TheMayhem (Post 2044688)
What did you use for the user table or points field with vbactivity so people who want to use it now can in the future?

dbtech_vbactivity_points

GONUMBER6 05-28-2010 10:49 PM

Quote:

Originally Posted by Veer (Post 2044798)
dbtech_vbactivity_points


Exactly. :)

TheMayhem 05-29-2010 10:56 AM

I am just letting you guys know that 2.1.1 will be released at some point over the weekend. This will be a required upgrade that fixes a serious bug flaw found in 2.1.0 PL 2

monkeyboy1916 05-31-2010 10:08 AM

I searched and I don't think anyone has asked this.

I still have the vBPlaza database tables from when I was on 3.x and alot of my members used the Username/Usertitle Color/Glow effects and I was wondering if it would be possible to convert what my members already had set for their colors to this system?

BigDog56 05-31-2010 01:48 PM

Quote:

Usergroups have been given proper access the Point Market has been turned on.
I've been searching like crazy but I just cant seem to figure out where those settings are.

Do you maybe a screenshot for me?

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?

Helter 06-10-2010 07:22 PM

Noticed when I change Points to a different name, when posts are made it still says Points? Although when you click market it displays my custom "points" name?

BrightStar 06-10-2010 07:31 PM

I am getting this error

Quote:

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in [path]/admincp/market.php on line 1441

Warning: file_get_contents(https://vborg.vbsupport.ru/misc.php?...id=pointmarket) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in [path]/admincp/market.php on line 1441
Also how does the lottery item work?

Jeremy8 06-13-2010 01:29 AM

Is it possible to add items?

mp4sverige 06-14-2010 05:14 AM

great mod, installed.
question:
how to change the min and max amount When creating a gift?

default looks like this:
Gift Amount
Minimum Amount: 100.85
Maximum Amount: 3500.45

PixelFx 06-16-2010 07:22 PM

Just wanted to say this has been tested on vbcredits II, and is working awesome, I highly recommend it to those wanting this type of system for their currency spending needs. Regardless of the point system used..

smartkidbk5 06-17-2010 04:50 AM

Great mod. But is there anyway to view the username history of users who changed their usernames? When I look at purchases, both the user and affected user are the same.

Thanks.

eues 06-17-2010 01:32 PM

Every so often people are losing their custom user titles....is there anything I can do to fix this?

smartkidbk5 06-17-2010 06:22 PM

A few suggestions for the Admin end:
When username changes, ability to view old username and/or ability to moderate usernames before changing.
Ability to edit purchases (You can refund purchases or delete them)
Ability to edit the colors and other options for some of the username changes.

Thanks.

GONUMBER6 06-18-2010 05:04 PM

I cannot give gifts to people with "&" in their username....:(

04wayne 06-19-2010 02:13 PM

How do you keep track of people who have won the lotteries?

Thanks

eues 06-21-2010 11:12 AM

Quote:

Originally Posted by eues (Post 2055004)
Every so often people are losing their custom user titles....is there anything I can do to fix this?

anybody know a fix???

Quote:

Originally Posted by 04wayne (Post 2055849)
How do you keep track of people who have won the lotteries?

Thanks

This too please, I get a db error trying to look at it. Says vb.vb table does not exist? :/

valendono 06-22-2010 05:31 AM

vbull 4.0.4
Select Yes to allow for gifts/awards to be displayed on the Postbit and Postbit Legacy templates.

Its doesn't work..

Combattente 06-22-2010 11:30 AM

With vBulletin 4.0.4, enabling the Point Market System makes it impossible to view threads/posts. Anyone knows how to fix this?

Combattente 06-22-2010 11:31 AM

The error is "Fatal error: Call to a member function query_read() on a non-object in /var/www/vhosts/maplestory-ita.com/subdomains/forum/httpdocs/includes/class_postbit.php(284) : eval()'d code on line 40" anyways.

Kayden 06-22-2010 04:31 PM

Hopefully support comes with the above issues?

Anyway, with vbCredits II "Deluxe" coming out, hopefully the next version of this mod will be ready soon.

BillyD 06-23-2010 12:30 AM

I have the Market turned on and "yes" for the option to put a link in the navbar but a link does not appear in the navbar. What shall I do? Thanks very much.

eues 06-23-2010 11:34 AM

Quote:

Originally Posted by eues (Post 2055004)
Every so often people are losing their custom user titles....is there anything I can do to fix this?

bumping for great justice.

StagKill 06-24-2010 08:43 AM

I would like to know if it is possible to send a PM to a user say Administrator once a custom item has been purchased?

TheMayhem 06-24-2010 05:56 PM

Hey everyone,

I extremely apologize for my MIA activity in the past few weeks. I got into a second car wreck within a week's period and this one had me sidelined in the hospital for several days and today is the first day I don't have a soft cast over my arm and thus can type.

Here's the updates, some of what has already been reported glitch wise has been fixed. I have a lot of time off in the next two weeks and will be releasing a version 3.0. It will be aimed to fix some of the vbbulletin 4.0.4 compatibility errors as well as introduce many of the features I've talked about in the past few weeks. In addition, there is a growing amount of point systems coming out such as vbcredits finally, darkwaltz's credit version (not sure what he's calling it), i saw vbexperience came out finally. I've made every attempt in these versions to make the Point Market more compatible with all, which is why I have multiple currencies enabled in it for purchasing powers.

I will be doing beta testing early next week for version 3.0 as I want to make sure all glitches reported are fixed. I'll be in contact with those for testing based off of glitches reported and what kind of mods they are using. Screenshots will also be available for you guys.

Lastly, thanks for the patience. :)

04wayne 06-24-2010 07:00 PM

Can anybody tell me how I can see who's won the lotteries? lol


All times are GMT. The time now is 01:24 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.02815 seconds
  • Memory Usage 1,826KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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