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)

Greek Wizard 07-08-2006 09:46 AM

Quote:

Originally Posted by Gizmo5h1t3
check post #3537

Thanks for the reply, however your edited/modified xml file at post #3537 is for ibProArcade addition (I have v3Arcade working great with vbPlaza already)

I need the changes made for the vBookie addition.

Gizmo (or anyone) would you mind having a look and see if you spot something out of the ordinary in the following xml please? Even if it entails me doing the steps manually, however I just can't seem to find what the problem is importing the product-bookiehack_vbplaza.xml

I have now narrowed it down to this area (rest installs fine)

Code:

                <plugin active="1">
                        <title>vbBux / vbPlaza - vBookie Give User Cash</title>
                        <hookname>vbookie_give_user_cash</hookname>
                        <phpcode><![CDATA// check if the user's cash would be negative
$cash = (int)$vbulletin->userinfo[$vbulletin->options['vbbux_pointsfield']];
if (($cash + $amount) < 0)
{
        // display error, not enough points
        eval(standard_error(fetch_error('vbplaza_not_enough_points')));
}

// give the user cash
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET " . $vbulletin->options['vbbux_pointsfield'] . "=" . $vbulletin->options['vbbux_pointsfield'] . "+" . $amount . " WHERE userid=$userid");]]></phpcode>
                </plugin>

Just a note that I had to delete the executionorder="5" references in the original to make it work this far.

Greek Wizard 07-08-2006 10:24 AM

Forget the above post...

I figured it out. There was a missing [ in the code.

Should anyone else need to install vBookie 1.0.7 and vbPlaza a.5.7 on vBulletin 3.5.4 and get the following error:

XML Error: not well-formed (invalid token) at Line 41

while trying to import the product-bookiehack_vbplaza.xml file try the following xml file instead.

It worked for me.

wolfyman 07-08-2006 11:36 AM

I'm trying to allow users to upgrade usergroups with vbplaza, but I get this when I try to upgrade: The vbPlaza option you are trying to purchase has an invalid Set Name.

Also, is there a way to show how many points have been earned by the threadstarter in the thread? I think that would really encourage people to post successful threads.

OndaReal 07-09-2006 11:30 AM

can the points be changed to cash?

snoopgst 07-10-2006 04:29 AM

I am getting the following error wen I install the ibproarcade product/plugin.

Database error in vBulletin 3.5.3:

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'vbBux / vbPlaza - ibProArcade Authorize Start', 'ibproarcade_authorize_start', '// include the vbplaza_ibproarcade_authorize_start.php\r\ninclude (DIR . \'/plugins/vbplaza_ibproarcade_authorize_start.php\');', 'ibproarcade_vbplaza');

MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Monday, July 10th 2006 @ 01:26:59 AM
Script : MY SITE - (I changed this, not part of the error)
Referrer : MY SITE - (I changed this, not part of the error)
IP Address : 68.67.139.43
Username : USERNAME
Classname : DATABASE

vdinh 07-10-2006 06:13 AM

How can I let my supermod to use the "Admin Donate"?

Thank You

Wordplay 07-10-2006 07:22 AM

thanks alot for getting the plug?in to work, now all i need is to get vbookie to work on 3.6 :D

Polo 07-10-2006 02:48 PM

Quote:

Originally Posted by X-Files
Here is how I did it.

Code:

<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong>&nbsp;You have $bbuserinfo[points] chips!<br />

Thank you. This is just what I needed :)

Chinoz 07-10-2006 07:20 PM

My arcade doesn't deduct points for playing, even though i believe I have it set up right, it has "member group can play for free" set as no, and I h ave put a price of '10' for each game... can someone please give me a little help :) cheers

Polo 07-10-2006 11:23 PM

Quote:

Originally Posted by Chinoz
My arcade doesn't deduct points for playing, even though i believe I have it set up right, it has "member group can play for free" set as no, and I h ave put a price of '10' for each game... can someone please give me a little help :) cheers

yeah... I'm having the same problem,.... looking for an answer as I type this....


All times are GMT. The time now is 06:27 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.05446 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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