The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
Again, I'm posting this for a friend. He is the original itemshop creator. (see this thread):
Let's start with the beginning. You may wonder why this thread has the word original in its name. Well, there are too many itemshops out there. So here's a short version of the itemshop history:
![]() here's a quick list of features: Database driven Full Template Set (everything that is outputted is generted through templates) Infinite items categories and items Items and category descriptions Stock (idea by Crono) Detailed items/categories/shops stats (number of sold items, profit) All the item and category adding/editing/deleting and option editing is done through the cp. Special icon column for different item display possibilities !!!! Personal Shops !!! (members can create their own shops and sell items. You can specify how much it costs through the cp. while each category has it's own slot, all the personal shops work under one slot. That means, you can only have one item from all the personal shops) An own donation system included what it adds: The itemshop adds 4 tables to the vbulletin database:
26 templates to the main template set:
File and Template Modifications: there are 4 file modifications, but only one of them is neccessary. and one template modification: postbit, wherever you want the donation link to be. important!!!!: remember to change your points field and remove any old itemshop templates!!! Installation method First of all, be sure to back up your database!! This is a fairly large hack. Adds a lot of stuff to the database. the installation is done through the install script install_itemshop.php. It will guide you through 5 easy steps. the only manual edits you'll have to do are the ones above, file and template edits. Included Files readme.htm - general information root/itemshop.php - main itemshop file admin/itemadmin.php - itemshop admin interface admin/install_itemshop.php - itemshop installation file images/itemshop - itemshop image file. This is where you will have to upload all coresponding graphics. Contact Information mail: gheghe@rnc.ro aim: MewtwoAlx If you wish to colaborate with me in continuing this hack or to add item descriptions for further versions please contact me. This hack can easily be used not only for rpg boards.. As an example: you add computer categories: cpu, hdd, monitor etc, replace points with $ and let people on your forum build themselves a computer! I've already got a list of stuff i gotta update in the next version, but if there's any request feel free to ask. The shop is 100% functional, but i want to improve stuff, make it more efficient. [And please, before releasing any new mod/edit/version to this hack ask for permission] - If you agree to that condition you are allowed to freely use and distribute the zip below, as long asthe copyright and author information remains intact. By not agreeing, you are not allowed to use this hack, nor will you get any support. - Thank you! That was just to prevent my hours hard work on the itemshop to be stolen Whoa, that was a lot of typing! I hope you like it! Attached file below. screenshots attached: https://vborg.vbsupport.ru/showthrea...268#post246268 https://vborg.vbsupport.ru/showthrea...277#post246277 *** update all bugs reported by Kaelon are fixed. i've also added some extra stuff: ascending or descending order postbit edit: well, for the postbit, i couldn't just put the imgs, cause all the items of the same type have the same image. so i put the image and a link to a separate item info page. 1 new template required for the item info page. added remove feature in installation script. ( note: it will simply drop the tables and remove the templates). 75% faster!!! and less stress on your server *** *** new update: bank hack integrated!!! *** *** Show Your Support
|
Comments |
#392
|
|||
|
|||
![]() Quote:
Try, before that query doing something like: $temp = $arrayname[userid] where $arrayname is the name of the array that is being returned by mysql_fetch_array() and replacing your query with: SELECT field5 FROM userfield WHERE userid = '$temp' Just a quick guess without actually seeing any of the files. |
#393
|
||||
|
||||
![]() Code:
Database error in vBulletin 2.2.6: Invalid SQL: SELECT field5 FROM userfield WHERE userid=Array mysql error: Unknown column 'Array' in 'where clause' mysql error number: 1054 Date: Wednesday 04th of December 2002 04:57:07 PM Script: http://www.invoid.net/forum/forum/itemshop.php Referer: http://www.invoid.net/forum/itemshop.php?action=donate PHP Code:
|
#394
|
|||
|
|||
![]()
is $iddonate set somewhere in this file? That looks to be the problem in the query.
|
#395
|
||||
|
||||
![]()
Nope, thats the only part.
|
#396
|
|||
|
|||
![]()
Void, on the form where you enter the donations... the one where there's a text field to enter how much you are donating and a submit botton that says "Donate!"
Do a view source on that. There shoudl be a hidden field in the form that looks like <input type="hidden" name="iddonate" value="something"> Can you tell me what the Value is? |
#397
|
||||
|
||||
![]()
tdphillipsjr, here is the view source on my forums:
Code:
<input type="hidden" name="iddonate" value="23"> Code:
<input type="hidden" name="iddonate" value="$user"> Code:
<a href="#" onclick="javascript:window.open('itemshop.php?action=donate&user=$post[userid]', '', 'toolbar=no,scrollbars=no,resizable=no,width=200,height=50');">Donate</a> ![]() |
#398
|
||||
|
||||
![]() Code:
{htmldoctype} <html> <head> $metarefresh <title>$bbtitle - Itemshop</title> $headinclude </head> <body> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td valign="middle" align="center"> <form action="$PHP_SELF" method=post> <input type="hidden" name="iddonate" value="$user"> <input type="text" class="bginput" name="amount" value="0"> <input type="submit" class="bginput" value="Donate!"></form></td> </tr> </table> |
#399
|
||||
|
||||
![]()
Oh, I did a view source and I have this:
Code:
<input type="hidden" name="iddonate" value="Array"> |
#400
|
|||
|
|||
![]()
OK, we are tracking it down. The value in your view source should be a digit, as in the code chunk bitsys posted.
which means the problem is further back in the postbit code. $post[userid] is not being set correctly. When it pops open the window, $post[userid] should have a userid, and instead it's still returning it's object... which means it never gets the userid it's supposed to. window.open('itemshop.php?action=donate&user=$post[userid] |
#401
|
||||
|
||||
![]()
Doesnt matter where I enter the ID, I even typed the url manually, I still get "Array"
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|