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)

chick 12-02-2006 02:00 PM

Quote:

Originally Posted by Blaine0002 (Post 1129575)
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.

forumbeat 12-02-2006 03:12 PM

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.

JohnBee 12-03-2006 12:11 AM

Quote:

Originally Posted by Blaine0002 (Post 1129785)
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


dartho 12-03-2006 12:16 AM

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

JohnBee 12-03-2006 02:26 AM

Quote:

Originally Posted by dartho (Post 1130392)
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.

Cornie 12-03-2006 06:33 AM

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);

Cornie 12-03-2006 06:40 AM

[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

DaReD3ViL 12-03-2006 08:05 AM

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

ktp101 12-03-2006 08:54 AM

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

XML Error: unknown at Line 0

micheal332001 12-03-2006 08:55 AM

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

dartho 12-03-2006 08:57 AM

You nned to comment out the two lines which have the call to ParseInputs in the vbayadmin.php. Search for ParseInputs and put "//" at the start of the lines. See posts on page 5 for more info.

There are still issues even if you fix these errors - you're probably best off waiting for the next release ...

chick 12-03-2006 10:04 AM

Does anyone have this working??????

dartho 12-03-2006 10:38 AM

Yes, in a manner. Short story is - it works. Long stiory is there are a few bugs to get fixed and some features which need to be added.

It is stated very clearly as being in beta stage (although "Alpha" may be more accurate) but it is easy to see Blaine is on the right track with an obviously much sought after hack (I know I have search high and low for something suitable)

chick 12-03-2006 01:41 PM

Quote:

Originally Posted by dartho (Post 1130659)
Yes, in a manner. Short story is - it works. Long stiory is there are a few bugs to get fixed and some features which need to be added.

It is stated very clearly as being in beta stage (although "Alpha" may be more accurate) but it is easy to see Blaine is on the right track with an obviously much sought after hack (I know I have search high and low for something suitable)

Could you make the admin panel area work for me? $

dartho 12-03-2006 08:16 PM

I think the workarounds/fixes are covered in post 46 here:
https://vborg.vbsupport.ru/showthrea...41#post1127841

and post 67 here:
https://vborg.vbsupport.ru/showthrea...93#post1129093

Bear in mind that the admincp stillhas issues even with these fixes - you can't rename a category - only add and/or delete

Blaine0002 12-03-2006 08:24 PM

All admincp issues (im pretty sure) have been fixed and reuploaded in the zip, only files changed are the cpnav_vbay.xml and vbayadmin.php

Hope this works out for everyone.

Oh yeah, sorry for the wait.. its been a long weekend. lol.

dartho 12-03-2006 08:50 PM

Still got an issue or two - when you try to rename a category, the name becomes blank. Deleting and creating works fine. Also there is no "Time Left" figure at alll now

chick 12-03-2006 08:56 PM

Looking great so far bro. Thanks.

chick 12-03-2006 09:05 PM

Time left issue.... Category rename issue....no way to put in paypal or a some type pf pmt. method, or 'upload a picture' for the auction?

They must use html in their description area in order to insert a pic... humm...Blaine run with it, this will be nice when complete.

Blaine0002 12-03-2006 09:47 PM

Woops, fixed those.....

Reupload files and reimport product.

Currently upload a picture and paypal havent been integrated....

blogtorank 12-04-2006 02:40 AM

Ability to add a Quick Link in the drop down menu to this awesome hack!

blogtorank 12-04-2006 02:56 AM

I think the Welcome to vbay me renamed to Welcome to <forumsname auctions> or whatever to where the end-user can have the ability to rename that section and the Welcome to needs to have the ability for a end-user to
edit this than to have to do it in the xml product file. So add a section in the Management area in the admincp is my idea on that.

1. Ability to brand their own Auctions area, as vbay can get someone into trouble perhaps later down the line as you know the US Laws do suck (no more online gambling as an example)

2. Fully editable from the admincp is more ideal all in all instead of this:

Quote:

Welcome to Vbay Looks like you have successfully installed Vbay! I hope you enjoy it!

This product is currently in its early beta phase and is really NOT reccommended for use on a public board.

To do list:
Admin CP options (lol)
Trader reputation
Buy it now feature
Better validation
WYSIWYG editor when posting auctions
------------------------------------
BTW, if somone knows how to display remaining days hours and minutes from a timestamp plz post how in the product topic, it would be greatly appreciated :)
Just my thoughts and if you need a full tester let me know I'll assist you and help you as needed. Because you have a great product so far in the Alpha-Beta stages is how I see it!!!!


Edited for one more thing:

3. Ability to drop a list of Categories in:

Quote:

Media
Electronics
Websites
Domain Names
Business For Sale
Where you see the categories there now, well the ability to alphabetize them 1-0,A-Z

Cornie 12-04-2006 05:24 PM

First-class, well functions.

Have translated into German and from my users allow to test.
They are inspired.

They asked chrismas-gifs can sell if the hack finishes :D


Can you make a Preview Post before Submit the auction?

Blaine0002 12-04-2006 06:13 PM

Quote:

Originally Posted by Cornie (Post 1131759)
They asked chrismas-gifs can sell if the hack finishes :D

I do not understand. :surprised:
Quote:

Originally Posted by Cornie (Post 1131759)
Can you make a Preview Post before Submit the auction?

Yeah i was thinking about doing it. Ill look into it a bit more.

Cornie 12-04-2006 06:21 PM

Sorry,

My users want to sell her pointless Christmas presents

Cornie 12-04-2006 06:56 PM

My users have a problem with the picture insert.
Html code are not able to most.
If one can change this?
[img] it would be ideal

hawgjaw 12-04-2006 06:59 PM

I have this working also and LOVE it I believe adding pics should be the next thing added, keep up the good work its great.

blogtorank 12-04-2006 07:17 PM

I would say integrate with this hack here:
Hack by: Ranma2k @ https://vborg.vbsupport.ru/showthrea...=image+hosting

To where they can work together if you can think of how to go about it, cause the image hosting hack is wonderful, so if there's a way to pull from that it would be great I think!

chick 12-05-2006 03:29 AM

I think the 1st issues to address are,

1. photo & multiple photo uploads, (most users are not HTML savvy) and,

2. at least a hook in to pay pal, (with 3 simple payment options.......... paypal, personal check, or money order is a great start.

This would satisfy me.

dartho 12-05-2006 05:07 AM

I think the next thing is the summary screens - and notification of the auction completing so the winner and buyer know. A bid history with optional viewable usernames too...

egtrix 12-05-2006 06:57 AM

Quote:

Originally Posted by blogtorank (Post 1131360)

2. Fully editable from the admincp is more ideal all in all instead of this:
Code:

                                                        Welcome to Vbay    Looks like you have successfully installed Vbay! I hope you enjoy it!

This product is currently in its early beta phase and is really NOT reccommended for use on a public board.

To do list:
Admin CP options (lol)
Trader reputation
Buy it now feature
Better validation
WYSIWYG editor when posting auctions
------------------------------------
BTW, if somone knows how to display remaining days hours and minutes from a timestamp plz post how in the product topic, it would be greatly appreciated :)


This one can be edit directly from the admincp, through Style Manager, search for a template named vbay_main

blogtorank 12-05-2006 04:02 PM

Quote:

Originally Posted by egtrix (Post 1132256)
This one can be edit directly from the admincp, through Style Manager, search for a template named vbay_main

I understand that, but the idea is to make it ALL centralized in a mod to where a person doesn't have to go from option to option within a forums back-end right? I know all of this is in the beginning stages now just throwing my options out there to make it seem more reasonable to edit and all within one Options area you know ;). Especially this hack here has a HUGE potential if the whole community comes together on this!

Off topic though (A thought for food):

*Pondering on a huge network of vBayers* :smoke: I think it would be great because for one we can all have a centralized forums for every vBay end-user like a showcase and etc... Just my thoughts!

dartho 12-06-2006 06:33 AM

I'm outting this live on my site for a single auction the a couple days - love to get new updates by then if you have any. This is going to be a silent auction - I'll be removing the bidders UserID number. Reckon you could have an Auction Complete summary screen by Sunday? If I have any flashes of inspiration whilst mangling your code, I'll pass it on.

TodoFauna 12-06-2006 01:58 PM

Hello to all,

I have several questions:

1. The auction although you put the days, it is not closed, it continues working.

2. The salesman never leaves well, leaves usuary number 1 of the forum, that is to say, the one that registry first.

3. Could be closed the auction immediately? not to wait for the established days.

4. It is not possible to be modified data of an article when one rises, would be interesting to be able to change only the description, etc.

A greeting and thanks

Blaine0002 12-06-2006 02:06 PM

Quote:

Originally Posted by TodoFauna (Post 1133202)
Hello to all,

I have several questions:

1. The auction although you put the days, it is not closed, it continues working.

2. The salesman never leaves well, leaves usuary number 1 of the forum, that is to say, the one that registry first.

3. Could be closed the auction immediately? not to wait for the established days.

4. It is not possible to be modified data of an article when one rises, would be interesting to be able to change only the description, etc.

A greeting and thanks


I only understand a few of those, yes i will allow admins to close auctions early, and i am working on the cron that closes the auctions.
im also working on the PM for buyer and seller and an image uploader

chick 12-06-2006 04:24 PM

Image upload (room for 6 possibly) and payment options. I'd help you if I could but even HTML is Chinese to me, nevermind php,sql coding..

dartho 12-06-2006 09:08 PM

Suggestion: If the user currently viewing an auction has placed a bid - it should at least show what their highest bid was...

Redirect after placing a bid should be back to the auction they just placed a bid on
PHP Code:

$vbulletin->url "vbay.php?viewitem=" $_REQUEST['dobid'] . $vbulletin->session->vars['sessionurl'] .""


digital_sc4rz 12-08-2006 12:22 PM

Thankyou :cool:

fishhub 12-08-2006 06:10 PM

can this work on 3.5.4? TIA

chick 12-08-2006 07:03 PM

I have it working on 3.6.4, but there is no.....

1. Upload photo feature
2. Payment feature
... and a few other issues, so it is really useless at the moment

Hopefully the coder is working on this cool little prog.


All times are GMT. The time now is 06:03 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.02322 seconds
  • Memory Usage 1,849KB
  • 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_php_printable
  • (11)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
  • (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