vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   The Itemshop v5 (Original) (https://vborg.vbsupport.ru/showthread.php?t=38090)

DarkDraco07 05-26-2002 08:06 PM

hello?????????

Lucrecia 05-26-2002 10:18 PM

I still don't see where you can buy or sell items Also, whenever I try to donate any points, it say cannot display page after I put in how many points to donate and click on Donate!

geniuscrew 05-27-2002 12:24 PM

Hey ppl

I need help with this shop.

Firstly the items aren't showing up in the post bit at all - i'm using $post[items].

Secondly what's the items_user table for? I understand it holds items but I have bought 2 items, but it doesn't show up in the table however (show up) it does for other people.

Please help - thanx

Vivi Ornitier 05-27-2002 04:34 PM

I am sorry people, but i have decided not to give support for this hack anymore. I'm verry busy with both school & my own site, and do not have the time for this.

If you can fix problems & make it work by yourself, good for you. If not, try asking people who can.

Thank you.

DarkDraco07 05-28-2002 03:06 PM

i have found a major bug.
when you buy an item from your own shop you dont lose money

UltimaKing 06-02-2002 02:09 AM

Uhh, can anyone get images to work in people's personnal shops?

snack 06-03-2002 02:29 AM

Anyone know how to set the bank interest a little lower? because 10 percent is too much =P

geniuscrew 06-03-2002 03:24 PM

What's the variable you use to display stuff in the postbit
? Mine doesn't seem to work :-/

Travis641 06-04-2002 12:36 AM

I can't get anything to show up in postbit either. :confused:

ULTIMATESSJ 06-05-2002 09:04 AM

one problem i had with the old itemshop was finding the items, it was pretty time comsuming looking everywhere for the items, does anyone have a zip with some items i could use?, any items would do

DarkDraco07 06-05-2002 03:22 PM

lets all give up. noones gonna help

UltimaKing 06-05-2002 09:34 PM

I would give up, but then all my members would hunt me down and kill me :laugh:


I just need to get people's images to show up for their personnal shops ;) Right now it just shows up as blank gif even when I type in the image name. o_O

DarkDraco07 06-06-2002 03:03 PM

im tryin to get the item shop fixed so people cant buy their own items. people are making 99999999 priced items and buying them from their own store so theyll gain money. im about to take the custom shops out

dong 06-12-2002 12:55 PM

Quote:

Originally posted by ender
FYI, I integrated this hack to work with the Store Hack by Lesane by finding all instances of userfield in itemshop.php and replacing it with user. Then in the admin panel change the field name to storep.
yea, this works excellent with the store hack
now i only want to resell my items and not allow members to create new items, and be able to choose multiple items from 1 catagory
maybe if i figure out a rehack i post it here

nice hack Vivi, tobad u dont support it anymore

CloudSlash 06-12-2002 04:42 PM

will this work with 2.2.6

Vivi Ornitier 06-12-2002 07:17 PM

i've stopped offering support for this long time ago. I'm completely redoing my own itemshop to work with the battle system i'm creating, but i'm not going to release any of them.

A friend of mine is gonna release a new version of the itemshop soon i think. He's working on it.

DarkDraco07 06-13-2002 09:41 PM

Quote:

Originally posted by CloudSlash
will this work with 2.2.6
yes it will. i upgraded to 2.2.6 and it works fine

Atian 06-23-2002 12:16 AM

erm can anyone help? i cant the images to work on the postbit..i dont care if vivi stopped giving support,i made my own version and it works with the battle system im making o_O;; if anyone helps me then ill release it,if not then no battle system for you people :p j/k i will release it anyway...

Grealm 06-23-2002 04:03 AM

ok.. anyone wants to help me here? ive successfully installed this hack, but when i get to this point right here:

"7. Still in the admin cp, select 'itemshop' > 'edit options' from the side menu. Be sure the field here corresponds to the one you added above!"

i cant seem to see the itemshop on the admin cp.. anyone? please..

Grealm 06-24-2002 01:39 AM

umm.. i really like this hack, but no1 seems to willing to help us here.. very disappointing. :(

Keta 06-24-2002 07:35 PM

isn't this just the same as lesane's store?

Grealm 06-25-2002 12:56 AM

dunno.. but i seems to having problem.. and how come it wont show the points and how do they get points? please some1..

Chris M 06-28-2002 10:52 AM

Error :

Im running vB 2.2.6, and when I try to add the code to functions.php, I get this error :

Quote:

Parse error: parse error in /home2/thelyceu/public_html/kumantek/forum/admin/functions.php on line 842

Fatal error: Call to undefined function: vbsetcookie() in /home2/thelyceu/public_html/kumantek/forum/admin/sessions.php on line 183
Satan

SHoeSTeR 06-29-2002 12:05 AM

postbit template

--------------------------
##### add this next to your points link:
<a href="#" onclick="javascript:window.open('itemshop.php?action=donate&user=$pos t[userid]', '', 'toolbar=no,scrollbars=no,resizable=no,width=300,h eight=50');">Donate</a>
##### add this where you want your items to appear:
$post[items]
--------------------------

I don't get that part =/

Link14716 07-03-2002 06:57 PM

Does this hack with with the store hack?

Chris M 07-03-2002 07:28 PM

@SHoeSTeR - You did create a new Profile Field didnt you?

Create it so the user cannot edit it...

Now, find the id of the field, and put :
Code:

$post[fieldx]
(x being the field id)
in the postbit template where you want...

I recommend Adding this:
Code:

Points: $post[fieldx]
after
Code:

$post[posts]
You just then add :
Code:

<a href="#" onclick="java script:window.open('itemshop.php?action=donate&user=$post[userid]', '', 'toolbar=no,scrollbars=no,resizable=no,width=300,height=50');">Donate</a>
after
Code:

Points: $post[fieldx]
and then
Code:

$post[items]
wherever you want the items to show up...

@Link14716 - No...

Suggestion : Can you make it so more than one item can be bought from each store?

Satan

Velocd 07-03-2002 07:35 PM

Quote:

Originally posted by Link14716
Does this hack with with the store hack?
oro....*dies* I bet this question has been asked at least 3 or 4 times in this whole thread, you should search around a bit first. Or even better, I think the next time anybody releases a point/karma/store hack, it should have a FAQ (if applicable)saying it's not compatible with lesanes store ;)

hypedave 07-05-2002 04:56 AM

jus installed and i got this error when I went to /forums/itemshop.php

Database error in vBulletin 2.2.6:

Invalid SQL: SELECT points FROM userfield WHERE userid=1
mysql error: Unknown column 'points' in 'field list'

mysql error number: 1054

Date: Friday 05th of July 2002 12:53:32 AM

proxyMX 07-05-2002 03:56 PM

I found this hack exellent in my last forums. and will be installing it in my new trek rp forums. I think its a great peice of work and sorry to say lesanne, but i do prefer this to lesannes hack. Purely the fact that you can customise items and shop them in the postibt puts this hack ahead of the rest. Im anticpating V6 for Vb3

proxyMX 07-05-2002 09:03 PM

1: Whenever i post a new thread i get this error:
Quote:

Database error in vBulletin 2.2.6:

Invalid SQL: SELECT feild5 FROM userfield WHERE userid=1
mysql error: Unknown column 'feild5' in 'field list'

mysql error number: 1054

Date: Friday 05th of July 2002 04:53:42 PM
Script: http://www.proxymx.com/forums/forums...=donate&user=1
Referer:
And i also get this error when i try and post replies, there is no numbers comming up next to points in the postbit and it also happens whenever i click donate.
Please tell me where im going wrong

Chris M 07-05-2002 09:07 PM

Well...

Have you made the user profile field?

If so, have you changed the option in the itemshop options, where it says field5?

If the field id isnt 5, it wont work until you change it to fieldx, where x is the id of the field for the points/credits/money...

Satan

proxyMX 07-05-2002 09:32 PM

i created a user feild called points and then i changed the options to points and then i also changed the postbit to points. But nothing. i still get these weird and annoying messages

g-force2k2 07-05-2002 09:37 PM

you have to make sure that the userfield is correct... go to modify profilefields and left click the edit button of the points and paste it in the browser... whatever the field# is in the browser has to be the one for the points hope that helps :)

g-force2k2

Chris M 07-05-2002 09:50 PM

Yeh...

Thats what I was trying to say...

Satan

hypedave 07-05-2002 09:53 PM

Quote:

Originally posted by g-force2k2
you have to make sure that the userfield is correct... go to modify profilefields and left click the edit button of the points and paste it in the browser... whatever the field# is in the browser has to be the one for the points hope that helps :)

g-force2k2


thankyou that fixed my problem

hypedave 07-05-2002 09:56 PM

when I go to the admin cp user.php gives me the following error

Database error in vBulletin Control Panel 2.2.6:

Invalid SQL: SELECT *,FROM_UNIXTIME(joindate) AS joindate,FROM_UNIXTIME(lastvisit) AS lastvisit,FROM_UNIXTIME(lastactivity) AS lastactivity,FROM_UNIXTIME(lastpost) AS lastpost,FROM_UNIXTIME(awaydate) AS awaydate
avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar
FROM user
LEFT JOIN avatar ON avatar.avatarid=user.avatarid
LEFT JOIN customavatar ON customavatar.userid=user.userid
WHERE user.userid=1
mysql error: You have an error in your SQL syntax near 'avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar
' at line 2

mysql error number: 1064

Date: Friday 05th of July 2002 05:53:23 PM

proxyMX 07-05-2002 09:59 PM

Thanks Geforce2k i hope you dont mind if i add you to my buddylist, youve been a huge help to me on several occasions so far!

g-force2k2 07-05-2002 10:02 PM

hey np proxyMX ever need anything drop me a line ;) thats what im here for :) I know Mewtwo has stopped offering support for this hack but i'll try my best to support anyone that needs help although i don't even use the hack :P

g-force2k2

g-force2k2 07-05-2002 10:05 PM

hyperdave does are you sure that its from the itemshop hack? seems more to do with an avatar hack?

g-force2k2

hypedave 07-05-2002 10:12 PM

Quote:

Originally posted by g-force2k2
hyperdave does are you sure that its from the itemshop hack? seems more to do with an avatar hack?

g-force2k2

yes im positve its from the itemshop hack, im starting to think that the install file written for this did not ad certain tables in vb 2.2.6, I dunno, its such a useful hack for my RPG.MMORG forum till I hate to jus unistall this, cause I like the feature where you can purchase armor etc. but im positive I have no avatar hacks installed,


All times are GMT. The time now is 12:47 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.01720 seconds
  • Memory Usage 1,821KB
  • 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
  • (6)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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