vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - VBay! Transform your vbulletin into an auctionhouse! (https://vborg.vbsupport.ru/showthread.php?t=132544)

MrDJ 07-26-2011 11:51 PM

will this be upgraded for v4.1.4 blaine ??

hpidriver 08-03-2011 07:53 PM

Quote:

Originally Posted by CyBrSuFr (Post 2093725)
Installed on VB 3.8.5 and only had one error that was quickly resolved with the following edit to Vbay.php on Line 130 right after the SELECT * FROM there is an extra ' before the " that needs to be removed for the link to the category to work correctly.

Code:

$get_all_items = $db->query("SELECT * FROM `" . TABLE_PREFIX . "vbay_items` where completed='0' AND catid = '" . $vbulletin->GPC['showcat'] . "' " . $sort . " LIMIT " . ($limitlower - 1) . ", " . $vbulletin->GPC['max'] . "");
Code:

$get_all_items = $db->query("SELECT * FROM " . TABLE_PREFIX . "vbay_items` where completed='0' AND catid = '" . $vbulletin->GPC['showcat'] . "' " . $sort . " LIMIT " . ($limitlower - 1) . ", " . $vbulletin->GPC['max'] . "");

Thank you for that tip, I just installed on VB 3.8.6 and vbay is at least functional.
However I have run into another issue, when trying to sort auctions by time,price,or anything I get a database error
Code:

SELECT * FROM vbay_items` where completed='0' AND catid = '1' ORDER BY `completetime` DESC LIMIT 0, 10;
Is this being caused by another rogue ' mark?

MrDJ 08-03-2011 11:33 PM

this workin on v4 yet

drummaster 08-14-2011 07:03 PM

Yep I just Installed this and getting this error

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: vbay_navbar_edit in [path]/includes/functions.php on line 4183

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1307) : eval()'d code on line 130

MagicThemeParks 08-17-2011 12:45 PM

drummaster, did you apply the fix two posts above yours?

hpidriver 09-02-2011 04:47 AM

Uninstalled as the product is not stable, can't sort items, categories don't work properly. Good idea just a few less than desirable bugs

firentire 11-06-2011 07:00 PM

There is any way to make this work on 4.1.3 ? Thanks

MrDJ 11-06-2011 08:28 PM

i have it running on v1.4.3 i had to get it coded

Abhik 01-03-2012 04:54 PM

Any plan to upgrade vBay for vBulletin 4.1.9?

dizzynation 01-08-2012 07:07 PM

Vbay, is working great, it is perfect for my classifieds website. Just wanted to thank you again Blain and just checking in to see if there is going to be an updated version of vbay for 3.8.7

for those of you thinking about using it, here is mine in action www.lower48.com

Blaine0002 01-21-2012 10:14 PM

just wanted to let everyone know that i've resumed development on my vBulletin applications and will be releasing this for 3.8 and 4.0.

Sadly I dont have a 3.8 license, only 3.7 , so I need to develop on 3.7 and hope it works on 3.8

davew 01-21-2012 11:39 PM

Looking forward to it :)

I'm happy to test on 3.8 with you.

Blaine0002 01-21-2012 11:57 PM

Sweet, shoot me a pm with your contact info and ill get to you as soon as i have something to test.

viper357 01-22-2012 07:22 AM

Quote:

Originally Posted by Blaine0002 (Post 2290725)
just wanted to let everyone know that i've resumed development on my vBulletin applications and will be releasing this for 3.8

:up::up::up:

BlessedFWI 01-23-2012 12:23 AM

WOOHOO! I love this mod!

Thanks, Blaine! Welcome back!!!

ayam 02-15-2012 05:57 PM

have been waiting for the 4.1 version too ^^

Rich Z 03-09-2012 07:18 AM

Is anyone actually USING this mod in a live environment? I would like to have some feedback before trying it myself. I would like to know about any security issues discovered, and how stable it is. This looks like a nice product, but I certainly don't need any headaches introduced by it.

Thanks!

Rich Z 03-18-2012 04:20 PM

525 installs and no one is still using this?

dartho 03-28-2012 05:30 AM

Quote:

Originally Posted by Blaine0002 (Post 2290725)
just wanted to let everyone know that i've resumed development on my vBulletin applications and will be releasing this for 3.8 and 4.0.

Sadly I dont have a 3.8 license, only 3.7 , so I need to develop on 3.7 and hope it works on 3.8

I can give you full access to a 3.8 dev site you can trash if you like?

vidmarc 04-02-2012 10:31 AM

Quote:

Originally Posted by Blaine0002 (Post 2290725)
just wanted to let everyone know that i've resumed development on my vBulletin applications and will be releasing this for 3.8 and 4.0.

Sadly I dont have a 3.8 license, only 3.7 , so I need to develop on 3.7 and hope it works on 3.8

Amazing news - thank you!

Simon Lloyd 04-02-2012 03:48 PM

It actually works fine on vb3.8.x, i had to do a very minor change (can't remember what it was right now) but it worked right off the bat :)

Rich Z 04-07-2012 10:57 PM

Quote:

Originally Posted by Simon Lloyd (Post 2316058)
It actually works fine on vb3.8.x, i had to do a very minor change (can't remember what it was right now) but it worked right off the bat :)

My programmer is worried about security issues with this script. Any noted? Can you provide a link to your site so I can look over your implementation?

Thanks....

vidmarc 04-23-2012 04:32 PM

I now have this installed but it seems to be creating more questions regarding ease of use.

Why can't we put in figures with decimal points?
How can we incorporate auctions into threads?
Can we create a banner highlighting random auctions?
Can auctions be ended by the lister?
Theres no option for more than one of the same item. (multiple copies)

etc...

muffel 05-24-2012 07:59 PM

Will there be a new version for vbulletin 4.1.12?
I have updated my forum - and now Vbay does not work any more.

vidmarc 05-24-2012 08:06 PM

I've removed it from our forum - it has so much potential but as it currently stands it's not fit for purpose. Such a pity. :-(

jdj 06-01-2012 04:57 PM

This is a great idea but it needs to work. We're using Geodesic Solutions which does the same thing and does work. Rather than writing a mod for this it might be less work and more reliable to come up with an updated and effective bridge.

PS: If there really was a reliable plugin/addon for vB4.2.0 then I think that would be just great, and full marks to Blaine for trying to develop one, but given the complexities of running/designing such a thing I can't see that happening any time soon.

Good auction software already exists.

JourneyDeep 11-19-2012 09:23 PM

Will this work with 3.6.7 PL1? I just downloaded the latest CMPS

gemmk1 01-22-2013 08:29 AM

Will someone if i payed update this to vbulletin 4.2.0.It all works apart from header errors and also boot strap errors

Nelson58 03-26-2013 07:45 PM

Quote:

Originally Posted by jdj (Post 2335510)
Good auction software already exists.

What software are you talking about?

Nelson58 03-28-2013 02:31 PM

Shame to see this go to pot. Anyone going to update this to VB 4.2 PL3 or know of good auction software for VB 4.2 PL3?

Brandon Sheley 03-28-2013 08:06 PM

nice plugin, I hadn't seen this one popup

ausjeepo 04-11-2013 12:19 AM

Just installed in 3.8, but I cant work out how to add categories? I doesnt seem to show in the Vbay.php setup file?

dizzynation 04-13-2013 04:09 AM

Quote:

Originally Posted by ausjeepo (Post 2415646)
Just installed in 3.8, but I cant work out how to add categories? I doesnt seem to show in the Vbay.php setup file?

Categories are going to be in your AdminCp --> Settings --> Options --> Look for Vbay at bottom, then double click

Or (I cannot remember) it might be on the left hand site already in the AdminCp
------

Any chance this will be updated for VB 4.2 PL3

Verkloppdiefee 05-08-2013 06:55 PM

intalled on 3.8.5

Vbay.php changed in line 130 the ยด

now i want to make Category then comes

Invalid SQL:
insert into vbay_categories values('','new','','0');

MySQL-Error : Table 'DB1317384.vbay_categories' doesn't exist
Error-Nr. : 1146

and my Side crashed with

Invalid SQL:
select * from vbay_items where completed='0';

MySQL-Error : Table 'DB1317384.vbay_items' doesn't exist
Error-Nr. : 1146

Versio of Mysql is : 5.5.31-log

Any Idea ?

alex_vaa 06-16-2014 02:50 PM

Is this fixed?
http://www.exploit-db.com/exploits/22656/

Blaine0002 06-17-2014 01:24 AM

Updated the install version, if you dont want to reupload new files (because you modified for a different vbulletin version)

edit vbay.php

find
Code:

'" . $vbulletin->GPC['type'] . "',
replace with
Code:

'" . addslashes($vbulletin->GPC['type']) . "',

BenOwns 08-10-2014 09:15 PM

this is causing a lot of database errors once installed

ozzy47 08-10-2014 09:18 PM

Quote:

Originally Posted by BenOwns (Post 2510769)
this is causing a lot of database errors once installed

That's not very helpful, you need to post the errors in order for anyone to help, as no one here has a crystal ball to see them. :)

Blaine0002 08-11-2014 12:22 AM

id be willing to help if you (or someone) gave me admin and ftp access. but i dont really want to deal with setting a vbulletin up.

Are you using the proper vbulletin version?


All times are GMT. The time now is 03: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.03220 seconds
  • Memory Usage 1,814KB
  • 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
  • (5)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (39)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