Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VBay! Transform your vbulletin into an auctionhouse! Details »»
VBay! Transform your vbulletin into an auctionhouse!
Version: 1.1.10, by Blaine0002 Blaine0002 is offline
Developer Last Online: Jul 2018 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.8 Rating:
Released: 11-25-2006 Last Update: 06-16-2014 Installs: 524
DB Changes Uses Plugins Template Edits
Additional Files Translations  
No support by the author.

VBay.

This will add an auction section to your bulletin!

If you want to donate to me click the link over there ---------------------->

I am open to suggestions, bugs, comments, insults, and anything else you might say to me at the time :P

To do list:
*use forums/categories/subforums for your auctionhouse.
high bidder userid -> username
*" in description cuts the description at that point
add buyer name
fix pm formatting
add more currencies
intergrate with trader ratings
add paypal api
bidder usergroups
*hot auctions on main < - Available with addon (wont be packaged in vbay)
admin editing auctions
*set up for use with forum commenting.
*fix amount of days an auction can be posted (more than 2 char)
ability to prune old auctions
make sure buy it now is using buy it now price, not bid.
allow admin ability to specify bid/buyitnow/both overrides.

* = Completed.

Features:
Full BBCode support.
Specification of everything, Money Auction length ECT.
Image uploader for auctions.
Closed auction section.
3 auction types, bid, buy it now, or both.


To install
Upload files, and import product as usual
Make a new usergroup and call it the sellers usergroup, do what you want with this group (allow people to request addition maybe?)
Go to vbulletin options and into vbay, set the usergroup id of the sellers group you just made.


To upgrade
re upload all files
import new product
REVERT YOUR TEMPLATES

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 12-02-2006, 02:00 PM
chick's Avatar
chick chick is offline
 
Join Date: Aug 2006
Location: PI Land
Posts: 381
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Blaine0002 View Post
Sorry, seems there are some major problems with the admincp... ill get these fixed once I get home tonight (had jazz band all day) :sleep:
Where are you honey? Did you over sleep. Patiently waiting on how to fix this admin cp issue.
Reply With Quote
  #83  
Old 12-02-2006, 03:12 PM
forumbeat forumbeat is offline
 
Join Date: Aug 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The reason you get page not founds errrors is because the form process is for Vbay.php and whilst your in the admincp area, if that isn't there then it won't work.

I'm not sure how to fix this bug but hopefully I have given someone an idea on how to fix it and that they can produce a fix soon.
Reply With Quote
  #84  
Old 12-03-2006, 12:11 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Blaine0002 View Post
Should work, give it a shot at it on a test board and post your results here.
I installed in under 3.5.x and got an error whilst importing it.

Database error in vBulletin 3.5.5:

Code:
Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO plugin
	(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
	('1', '5', 'Vbay WOL', 'online_location_process', 'if ($filename == \'vbay.php\')\r\n{\r\n$bbuserinfo[\'activity\'] = \'Vbay\';\r\n}', 'bay');

MySQL Error  : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date         : Saturday, December 2nd 2006 @ 06:10:34 PM
Script       : http://www.mysite.com/forum/admincp/plugin.php
Referrer     : http://www.mysite.com/forum/admincp/plugin.php?do=productadd
IP Address   : 112.142.15.158
Username     : Admin
Classname    : vb_database
Reply With Quote
  #85  
Old 12-03-2006, 12:16 AM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edit the XML file before importing the product and search and replace
PHP Code:
<plugin active="1" executionorder="5"
for
PHP Code:
<plugin active="1"
Should fix that error for 3.5.x
Reply With Quote
  #86  
Old 12-03-2006, 02:26 AM
JohnBee JohnBee is offline
 
Join Date: Oct 2004
Posts: 544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dartho View Post
Edit the XML file before importing the product and search and replace
PHP Code:
<plugin active="1" executionorder="5"
for
PHP Code:
<plugin active="1"
Should fix that error for 3.5.x
WORKED! thanks. - I am now looking at the vBay screens

When I access the adminCP vBay menu I get this:

Code:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting '}' in /var/www/vhosts/canons3is.com/httpdocs/forum/admincp/vbayadmin.php on line 119
I would love to see an image upload system. Perhaps the thread editor would be more handy to use with custom fields.
Reply With Quote
  #87  
Old 12-03-2006, 06:33 AM
Cornie Cornie is offline
 
Join Date: Mar 2006
Location: Berlin
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have error in the admincp

Code:
Parse error: syntax error, unexpected '<', expecting ')' in /home/www/my domain/html/phpBB/Forum/admincp/vbayadmin.php on line 148
This is line 148
Code:
print_table_header(<a href='?act=addcat'>Add New Category</a>,7);
Reply With Quote
  #88  
Old 12-03-2006, 06:40 AM
Cornie Cornie is offline
 
Join Date: Mar 2006
Location: Berlin
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[QUOTE=JohnBee;1130460]
When I access the adminCP vBay menu I get this:

Code:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting '}' in /var/www/vhosts/canons3is.com/httpdocs/forum/admincp/vbayadmin.php on line 119

see Post #46
Reply With Quote
  #89  
Old 12-03-2006, 08:05 AM
DaReD3ViL DaReD3ViL is offline
 
Join Date: Mar 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After the 404 error was fixed (i just copyed and renamed the vbayadmin.php file to Vbay.php).... I get this error when trying to add the catagory.

Fatal error: Call to undefined function ParseInputs() in /home/tbmforum/public_html/admincp/Vbay.php on line 171
Reply With Quote
  #90  
Old 12-03-2006, 08:54 AM
ktp101 ktp101 is offline
 
Join Date: Jan 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i uploaded all the folders but on importing the XML i get this

XML Error: unknown at Line 0
Reply With Quote
  #91  
Old 12-03-2006, 08:55 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there m8

I used this code in my lotto script to display the lotto thats has passed you might be able to use this to show the days and time left till a item finishes.

PHP Code:
$result_lastlottowinners $db->query_first("SELECT *, DATE_FORMAT(winningdate,'%d-%m-%Y: %l:%i:%s') AS winningdate FROM " TABLE_PREFIX "mmlotto_lotto_winners WHERE id=$id"); 
then you would put a output like

PHP Code:
$result_lastlottowinners[winningdate]; 
As you might have 2 dates in the database for the item being sold like date added and end date you would do some thing like this

$itemenddate = $date_started-$date_end;


Hope this helps you out
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:40 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05711 seconds
  • Memory Usage 2,325KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (6)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete