vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - vbBux / vbPlaza v1.5.8 (Points + Store System) (https://vborg.vbsupport.ru/showthread.php?t=106953)

CrazyShooter 02-07-2006 06:42 PM

Me and CMX are chattin on aim, he is about to release it

Makaveli105 02-07-2006 06:53 PM

Quote:

Originally Posted by CMX_CMGSCCC
This will be fixed in the next version, the next version will use fetch_avatar_url to get the proper full url for the avatar.

-CMX


great :D im amazed at your support and your constant updates, simply incredible.

XtremeOffroad 02-07-2006 07:00 PM

Quote:

Originally Posted by CrazyShooter
Me and CMX are chattin on aim, he is about to release it


CMX More donations are coming your way for this, I am so impressed with all the effort and taking so many suggestions to build this for us.
You Rock man and thanks so much for everything.

Revpolar 02-07-2006 07:08 PM

This hacl doesnt work with the thread prefix hack installed. If you install this with that hack installed you will not be able to log in or log out. And cannot do any functions that call the user tables (which is basically everything).. You also run the risk of locking yourself out of your site completely. I ran several test to figure out what hack on my site wasnt compatible and thats my conclusion.
Also it has a problem with VBshout. If you buy a glowing username and try to post a shout you go into limbo the same as above.
I dont know why these errors occur Im just reporting them. It may be my site only. Who knows.

Steelersfan 02-07-2006 07:17 PM

I'm not getting a block to enter a username when using the give gift. I can choose what gift just can't give it to anyone....lol

CMX_CMGSCCC 02-07-2006 07:21 PM

Quote:

Originally Posted by JBMoney
Don't want to complicate things, bust thought of something so obvious that it may have been overloooked: Purchasing invisibility.

Added this to do in the future.

-CMX

CMX_CMGSCCC 02-07-2006 07:23 PM

Quote:

Originally Posted by dirtycrow
users in allowed group keep trying to use the thief opition but it says it's ok out stock, even tho it's set to unlimited. running 1.0.7

Code:

        // check if there are some items left
        if (($action['cost'] != 0) && ($action['quantity'] == 0))
        {
                // display error, no items left
                eval(standard_error(fetch_error('estore_item_out_of_stock')));
        }

Check to be sure that you did not set Thief to cost a price...

-CMX

CMX_CMGSCCC 02-07-2006 07:27 PM

Quote:

Originally Posted by Revpolar
This hacl doesnt work with the thread prefix hack installed. If you install this with that hack installed you will not be able to log in or log out. And cannot do any functions that call the user tables (which is basically everything).. You also run the risk of locking yourself out of your site completely. I ran several test to figure out what hack on my site wasnt compatible and thats my conclusion.
Also it has a problem with VBshout. If you buy a glowing username and try to post a shout you go into limbo the same as above.
I dont know why these errors occur Im just reporting them. It may be my site only. Who knows.

Sounds like the username plugin is somehow overwriting the username. I wonder how since the plugin uses [musername] instead of the real [username] though.. hmm

-CMX

CMX_CMGSCCC 02-07-2006 07:28 PM

Quote:

Originally Posted by Steelersfan
I'm not getting a block to enter a username when using the give gift. I can choose what gift just can't give it to anyone....lol

Try to upgrade to v1.0.8, it might be fixed in that version as I did a couple changes to the gift script.

-CMX

TTG 02-07-2006 07:35 PM

Member tried to color his username and received this error :-


Quote:

Fatal error: Call to undefined function: estore_update_federalbank() in /usr/home/xxxxxx/public_html/forum/estore/generalaction.php on line 225

Lottis 02-07-2006 07:38 PM

Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT * FROM gifts
WHERE touserid = '11';

MySQL Error : Unknown column 'touserid' in 'where clause'
Error Number : 1054
Date : Tuesday, February 7th 2006 @ 09:17:57 PM

Anyone, knows what to do?

Lottis 02-07-2006 07:45 PM

Shit, this has really messed up my place.

Lottis 02-07-2006 07:47 PM

Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT * FROM gifts
WHERE touserid = '32';

MySQL Error : Unknown column 'touserid' in 'where clause'
Error Number : 1054
Date : Tuesday, February 7th 2006 @ 09:45:58 PM
Script : http://www.*******.com/forum/newreply.php
Referrer : http://www.******.com/forum/showthread.php?t=7978
IP Address : *********
Username : Lottis
Classname : vB_Database

Pls, help me anyone. Nothing works there anymore.

Saskia 02-07-2006 07:56 PM

Quote:

Originally Posted by The Chief
what do you mean by empty? might want to check out the item permissions for this usergroup...

Well after the header everything was just blank, but appearantly I had to redo the templates because they were heavily modified in the new version and didn't work anymore. Perhaps CMX can add that somewhere? It says to only edit the templates if you want to add the donation feature, but somewhere in the latest upgrades, the templates were modified and the old one doesn't work anymore. I'm working on that now, hehe I'm so blonde sometimes :nervous:.

I'm loving the active support and adding of features, CMX. This is just amazing work and I'm going to see if I can donate to your work in the future.

Stangsta 02-07-2006 08:01 PM

When denying someone forum access, and you select which forum to deny, it shows ALL of the forums....even my test admin forum....I wouldnt want users to Know I have that forum :(

samu2 02-07-2006 08:03 PM

Yep I can't use the store now I updated it.Im getting function errors like this.

Fatal error: main(): Failed opening required './estore/action.gift.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')

Could not find phrase 'estore_unrecognized_field_type'

CMX_CMGSCCC 02-07-2006 08:22 PM

Quote:

Originally Posted by TTG
Member tried to color his username and received this error :-

You did not upload all of the files with overwrite in the UPLOAD folder to your root forums folder it seems. That function was removed for the time being til I get the loan system implemented.

-CMX

CMX_CMGSCCC 02-07-2006 08:23 PM

Quote:

Originally Posted by Lottis
Database error in vBulletin 3.5.3:

Invalid SQL:

SELECT * FROM gifts
WHERE touserid = '32';

MySQL Error : Unknown column 'touserid' in 'where clause'
Error Number : 1054
Date : Tuesday, February 7th 2006 @ 09:45:58 PM
Script : http://www.*******.com/forum/newreply.php
Referrer : http://www.******.com/forum/showthread.php?t=7978
IP Address : *********
Username : Lottis
Classname : vB_Database

Pls, help me anyone. Nothing works there anymore.

Did you already have a gifts table inside the database?

-CMX

CMX_CMGSCCC 02-07-2006 08:24 PM

Quote:

Originally Posted by Stangsta
When denying someone forum access, and you select which forum to deny, it shows ALL of the forums....even my test admin forum....I wouldnt want users to Know I have that forum :(

I'll take that into advisement as a forum setting to enable/disable in the future.

-CMX

Steelersfan 02-07-2006 08:36 PM

Quote:

You are not allowed to purchase these options.
That is what I get when I click on a category. And yes I have gone in and set the usergroups.
I upgraded to 1.0.8 and now I am not allowed to purchase anything.

MissKalunji 02-07-2006 08:48 PM

okay listen to this i wanna have a raffle for valentines day............like you buy a number ..........or even the lottery.............

anyone came up with that yet?

NuclioN 02-07-2006 09:22 PM

It looks if the other shop that popped up recently lacks support and momentum but i can understand that. It's just more amazing to see that you do this all by yourself and with a stunning rate of updates and addons. My complements!

Steelersfan 02-07-2006 09:31 PM

OK, I have checked the permission's in usergroup manager, categories and options yet I still am not allowed to get past the main shop page.
When I click a cat or try going straight to an item I get:
Quote:

You are not allowed to purchase these options.
This has only been since I just upgraded to 1.0.8.
Anyone else having this problem?

Revpolar 02-07-2006 09:39 PM

Quote:

Originally Posted by MissKalunji
okay listen to this i wanna have a raffle for valentines day............like you buy a number ..........or even the lottery.............

anyone came up with that yet?

Good idea. Or a pool squares type thing.

XtremeOffroad 02-07-2006 09:39 PM

Quote:

Originally Posted by Steelersfan
OK, I have checked the permission's in usergroup manager, categories and options yet I still am not allowed to get past the main shop page.
When I click a cat or try going straight to an item I get:


This has only been since I just upgraded to 1.0.8.
Anyone else having this problem?

Make sure admin permissions are set as well if you didnt allready.
Also did you try logging in as a user to see if they can access the store items?

When I first installed this I set users up but forgot admin settings.

samu2 02-07-2006 09:40 PM

nm my mistake

nexus851 02-07-2006 09:50 PM

Quote:

Originally Posted by MissKalunji
okay listen to this i wanna have a raffle for valentines day............like you buy a number ..........or even the lottery.............

anyone came up with that yet?

i agree, i second that motion... may we have a raffle system????

eNforce 02-07-2006 10:19 PM

Being able to change an items cost from the main list of items would be alot more productive in my opinion.. instead of entering each item separately and updating the price.

lordofgun 02-07-2006 10:24 PM

1.0.8 working fine for me!

Only error I was getting was a database error when I didn't have any items in a given category.

49er 02-07-2006 10:57 PM

How do you know when someone buys you a gift? and where does it show.

Thx

Roxie 02-07-2006 11:01 PM

When purchasing secondary usergroup, can I set what usergroup they can purchase? Or does it let them buy any of them?

Steelersfan 02-07-2006 11:31 PM

Quote:

Originally Posted by XtremeOffroad
Make sure admin permissions are set as well if you didnt allready.
Also did you try logging in as a user to see if they can access the store items?

When I first installed this I set users up but forgot admin settings.

OK, I got this to work by going back to 1.0.7 and then upgrading to 1.0.8 again. Now I have the options of having the categories active or not. Which I didn't before.

MissKalunji 02-07-2006 11:34 PM

Quote:

Originally Posted by Revpolar
Good idea. Or a pool squares type thing.

that wouldnt be bad either

nexus851 02-07-2006 11:40 PM

Here's an idea... Put a CASINO to let users BET their POINTS.

Blackjack, Roulette, Poker, Bingo, Lottery

MissKalunji 02-07-2006 11:44 PM

Quote:

Originally Posted by nexus851
Here's an idea... Put a CASINO to let users BET their POINTS.

Blackjack, Roulette, Poker, Bingo, Lottery

even better idea! but i think it would be better as an separate add on dont you think?

Steelersfan 02-07-2006 11:45 PM

Quote:

Originally Posted by Roxie
When purchasing secondary usergroup, can I set what usergroup they can purchase? Or does it let them buy any of them?


You can pick an choose which ones.

Ignignokt 02-07-2006 11:59 PM

Quote:

Originally Posted by teepeg
How do you know when someone buys you a gift? and where does it show.

Thx

It appears in the postbit underneath the aim/msn/skype icons

Fuzz 02-08-2006 12:17 AM

Keep up the GREAT work CMX. I was starting to dig a grave outside waiting for the uShop hack. I have installed it and it works wonderful, you have made my entire community happy. I will donate after payday ^^

eNforce 02-08-2006 12:18 AM

None of my custom usergroups have access to the categories or items, all original usergroups (registered, super mod, mod, admin) dp have access.

Custom usergroups are enable in all of the items in the options.

MorrisMcD 02-08-2006 12:29 AM

Quote:

Originally Posted by CMX_CMGSCCC
This is in the works, but I'm going to add a separate table for the lottery and loans when I do get around to them. They will be *ALL OUT* like all of the other features I've done :)

-CMX

:banana: You are my new forum hero


All times are GMT. The time now is 08:12 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.02804 seconds
  • Memory Usage 1,835KB
  • 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_code_printable
  • (22)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
  • (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