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)

Davey 12-06-2002 02: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.
Perhaps you could help.
I dunno what I done wrong, but the bank doesn't work with Lesane's Store hack 2.0.
I'm using vBulletin version 2.2.9, PHP version 4.2.3 and MySQL version 4.0.0-alpha.
I installed in this order:
  • Store hack 2.0.
  • Itemshop 5.
  • itemshop.php integrated with store.
My userid is 1, but when I donate (through AdminCP) to 'Bank' (userid 3), no money is *actually* donated.
Here is a screenshot of the bank with 'Bank' having no money:

[ender]: Have you got any suggestions that will solve this?
Or anyone for that matter who can help.
Thanks.

Dave.

Davey 12-06-2002 03:10 PM

And it works for userid 1 (me).
The screenshot above is of it not working with userid 3 'Bank'.
Here's a screenshot of it working for me:

I cannot understand what's going on.
Now it's getting confusing. I thought I installed it fine.

Dave.

tdphillipsjr 12-06-2002 05:35 PM

Make sure that this:

PHP Code:

  $postbits .= getpostbit($post); 

Is in your showthread.php file, somewhere beneath this big, ugly query... not directly under it, but under it.

PHP Code:

$posts=$DB_site->query("
SELECT
post.*,post.username AS postusername,post.ipaddress AS ip,user.*,userfield.*,"
.iif($forum[allowicons],'icon.title as icontitle,icon.iconpath,','')."
attachment.attachmentid,attachment.filename,attachment.visible AS attachmentvisible,attachment.counter
"
.iif($avatarenabled,",avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,customavatar.dateline AS avatardateline","")."
FROM post
"
.iif($forum[allowicons],'LEFT JOIN icon ON icon.iconid=post.iconid','')."
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
"
.iif ($avatarenabled,"LEFT JOIN avatar ON avatar.avatarid=user.avatarid
                       LEFT JOIN customavatar ON customavatar.userid=user.userid"
,"")."
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
WHERE 
$postids
ORDER BY dateline 
$postorder
"
); 

If it's not, that's probably the problem. If it is then try this... go to your admin/functions folder.

!!!!BACK IT UP BEFORE MAKING ANY CHANGED!!!!

right after this line

PHP Code:

    if ($post[userid]!=0) { 

Put in this

PHP Code:

 $posterid $post['userid']; 

After that, go to the template in question and replace:

PHP Code:

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

with

PHP Code:

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

Just make sure you back things up in case something bad happens.

Davey 12-06-2002 06:50 PM

That did nothing at all.
I logged in as 'Bank'. I had '1000000000'.
I then deposited it ALL and it was the same:
Quote:

User Stats
Points: 0
Bank Deposit:
Dave.

Ember 12-06-2002 07:23 PM

I dont know wether to install this hack or not, there seem to be a lot of errors there!

Mijae 12-06-2002 10:16 PM

Didnt work for me either :P

Ember 12-08-2002 06:18 PM

Didnt work for me, I got loads of errors....

Shame though, looks like a good hack! http://forums.camwars.net can anyone help?

Ember 12-08-2002 06:20 PM

Nevermind, i uninstalled it.... not worth the trouble i dont think!

user360 12-14-2002 10:09 PM

could anyone get this working

neolithic 12-19-2002 04:43 AM

NT


All times are GMT. The time now is 08:00 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.01516 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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